* {
    margin: 0;
    padding: 0;
    border: 0;
    vertical-align: baseline;
    background: transparent;
    font-weight: normal;
    font-style: normal;
    text-decoration: none;
    outline: none;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

ol,
ul {
    list-style: none;
}

blockquote {
    quotes: none;
}

blockquote:before,
blockquote:after {
    content: '';
    content: none;
}

del {
    text-decoration: line-through;
}

header,
section,
article,
aside,
nav,
footer,
address {
    display: block;
}

body {
    font-family: 'Baloo Thambi 2', cursive;
    font-size: 17px;
    color: #333;
    overflow-x: hidden;
    min-width: 320px;
}

input,
textarea,
select {
    font-family: 'Baloo Thambi 2', cursive;
}

a {
    color: #333;
}

a:hover,
.submit:hover {
    filter: alpha(opacity=85);
    -moz-opacity: 0.85;
    -khtml-opacity: 0.85;
    opacity: 0.85;
}

.thumb {
    display: block;
}

.thumb img {
    display: block;
    width: 100%;
}

p {
    line-height: 1.6em;
    font-size: 16px;
}

.hidden {
    display: none;
}

.wrapper {
    width: 90%;
    margin: 0 auto;
    max-width: 1200px;
}

@font-face {
    font-family: 'open_sanslight';
    src: url('../fonts/opensans-light-webfont.woff2') format('woff2'), url('../fonts/opensans-light-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'open_sansregular';
    src: url('../fonts/opensans-regular-webfont.woff2') format('woff2'), url('../fonts/opensans-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'open_sanssemibold';
    src: url('../fonts/opensans-semibold-webfont.woff2') format('woff2'), url('../fonts/opensans-semibold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

.preloader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background-image: url('../../img/studentdashboard/preloader.gif');
    background-repeat: no-repeat;
    background-color: #FFF;
    background-position: center;
}

#main {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
}

#main-bar {
    width: 20%;
}

#main-bar section.main-content {}

#main-bar section.main-content div.logo-container {
    padding: 15px 20px 14px;
    display: flex;
    justify-content: center;
}

#main-bar section.main-content div.logo-container h1 a.thumb {
    font-size: 35px;
    color: #19B794;
    text-decoration: none;
}

#main-bar section.main-content div.learn-card {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-direction: column;
    min-height: 90vh;
    justify-content: space-between;
    padding: 50px 13px 16px;
    background-color: #fbfbfb;
    border-radius: 12px 0 0 0;
}

#main-bar section.main-content div.learn-card div.learn {}

#main-bar section.main-content div.learn-card div.learn div.active {}

#main-bar section.main-content div.learn-card div.learn div.active a {
    color: #fff;
}

#main-bar section.main-content div.learn-card div.learn div.subject {
    margin-top: 7px;
}

#main-bar section.main-content div.learn-card div.learn div.subject a {
    color: #adaeb3;
}

#main-bar section.main-content div.learn-card div.learn div.active span.icon {}

#main-bar section.main-content div.learn-card div.learn div.active b {}

#main-bar section.main-content div.learn-card div.learn div.learn-content span {
    font-size: 20px;
}

#main-bar section.main-content div.learn-card div.learn div.active a {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    background: #2c62c3;
    padding: 9px 20px;
    border-radius: 9px;
    color: #fff;
    /* font-style: 20px;*/
}

#main-bar section.main-content div.learn-card div.learn div.active a span {
    font-size: 20px;
    margin-right: 8px;
}

#main-bar section.main-content div.learn-card div.learn div.learn-content b {
    font-size: 20px;
}

#main-bar section.main-content div.learn-card div.line {
    margin-top: 100px;
}

#main-bar section.main-content div.learn-card div.line span {
    height: 2px;
    width: 100%;
    background: #dedddd;
    display: inline-block;
}

#main-bar section.main-content div.learn-card div.logout {
    margin: 0 auto;
    text-align: center;
    background: #ecedf1;
    padding: 21px 34px 16px;
    border-radius: 9px;
}

#main-bar section.main-content div.learn-card div.logout a {
    color: #fff;
}

#main-bar section.main-content div.learn-card div.logout a span {
    display: block;
    margin: 0 auto;
    font-size: 54px;
    color: cornflowerblue;
}

#main-bar section.main-content div.learn-card div.logout b {
    background: cornflowerblue;
    font-size: 18px;
    padding: 5px 22px;
    border-radius: 8px;
    display: inline-block;
    margin-top: 20px;
}

#menu-bar {
    width: 80%;
    border-left: 2px solid #e0e3e854;
    border-radius: 25px 0 0 0;
}

#menu-bar section.menu-contents {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: space-between;
    padding: 18px 30px;
    align-items: center;
    border-bottom: 1px solid #f1f1f1;
}

#menu-bar section.menu-contents div.search-button {
    width: 100%;
}

#menu-bar section.menu-contents div.search-button form.search {
    font-size: 17px;
    width: 50%;
    background: #ebf2ff;
    border-radius: 8px;
}

#menu-bar section.menu-contents div.search-button form.search a {
    width: 20%;
    background: #f2f4ff;
    color: white;
    font-size: 17px;
    border-left: none;
    cursor: pointer;
    padding: 9px 15px;
    border-radius: 8px;
    color: #888;
}

#menu-bar section.menu-contents div.search-button form.search input {
    font-size: 20px;
    padding: 8px 0;
}

#menu-bar section.menu-contents div.menu-items {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: space-around;
    width: 15%;
    align-items: center;
}

#menu-bar section.menu-contents div.menu-items div.profile {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: space-around;
}

#menu-bar section.menu-contents div.menu-items div.profile div.name {
    margin-right: 10px;
}

#menu-bar section.menu-contents div.menu-items div.profile div.name a {}

#menu-bar section.menu-contents div.menu-items div.profile div.name a b {
    font-size: 20px;
    color: #adaeb3;
}

#menu-bar section.menu-contents div.menu-items div.profile div.profile-image {}

#menu-bar section.menu-contents div.menu-items div.profile div.profile-image a {
    display: inline-block;
}

#menu-bar section.menu-contents div.menu-items div.profile div.profile-image a img {
    width: 35px;
}

#menu-bar section.menu-contents div.menu-items div.notification {}

#menu-bar section.menu-contents div.menu-items div.notification a {
    color: #adaeb3;
}

#menu-bar section.menu-contents div.menu-items div.notification a span {
    font-size: 26px;
}

#main-dashbord {
    padding: 0 32px;
}

#main-dashbord section.container {}

#main-dashbord section.container div.dashbord {
    font-size: 24px;
    font-weight: 600;
    padding: 18px 0;
}

#main-dashbord section.container div.dashbord h4 {
    font-weight: 600;
}

#main-dashbord section.container div.dashbord-content {
    background: #ebf2ff;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    border-radius: 25px;
}

#main-dashbord section.container div.dashbord-content div.dashbord-items {
    width: 45%;
    padding: 38px 24px;
}

#main-dashbord section.container div.dashbord-content div.dashbord-items h3 {
    font-size: 30px;
    font-weight: 600;
}

#main-dashbord section.container div.dashbord-content div.dashbord-items p {
    font-size: 21px;
    margin: 20px 0;
    line-height: 1.3em;
}

#main-dashbord section.container div.dashbord-content div.dashbord-items a.buttun {
    color: #fff;
    font-size: 16px;
    background: cornflowerblue;
    padding: 7px 18px;
    border-radius: 7px;
}

#main-dashbord section.container div.dashbord-content div.dashbord-image {
    width: 55%;
}

#main-dashbord section.container div.dashbord-content div.dashbord-image img {
    width: 100%;
    height: 250px;
}

#subject {
    padding: 25px 32px 20px;
}

#subject .subject-contents {}

#subject .subject-contents div.subject-heading {}

#subject .subject-contents div.subject-heading h4 {
    padding-bottom: 15px;
    font-weight: 600;
    font-size: 24px;
}

#subject .subject-contents div.subject-cards {
    width: 100%;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-wrap: wrap;
}

#subject .subject-contents div.subject-cards div.subject-card {
    width: 24%;
    background: #999;
    padding: 15px;
    border-radius: 15px;
    margin-right: 1%;
}

#subject .subject-contents div.subject-cards div.subject-card:nth-child(n+5) {
    margin-top: 12px;
}

#subject .subject-contents div.subject-cards div.card-one {
    background: #dcb8b8;
}

#subject .subject-contents div.subject-cards div.card-two {
    background: #dbdbf1;
}

#subject .subject-contents div.subject-cards div.card-three {
    background: #efd6bd;
}

#subject .subject-contents div.subject-cards div.card-four {
    background: #abc4f9;
}

#subject .subject-contents div.subject-cards div.card-five {
    background: #c6dbfd;
}

#subject .subject-contents div.subject-cards div.card-six {
    background: #c7e8ec;
}

#subject .subject-contents div.subject-cards div.card-seven {
    background: #c9e0e6;
}

#subject .subject-contents div.subject-cards div.card-eight {
    background: #b4c2ce;
}

#subject .subject-contents div.subject-cards div.card-one div.heading {
    color: #d60d0d;
}

#subject .subject-contents div.subject-cards div.card-two div.heading {
    color: #97a2e6;
}

#subject .subject-contents div.subject-cards div.card-three div.heading {
    color: #d89731;
}

#subject .subject-contents div.subject-cards div.card-four div.heading {
    color: #0873f1;
}

#subject .subject-contents div.subject-cards div.card-five div.heading {
    color: #5ab0d6;
}

#subject .subject-contents div.subject-cards div.card-six div.heading {
    color: #3bd1d6;
}

#subject .subject-contents div.subject-cards div.card-seven div.heading {
    color: #71a7af;
}

#subject .subject-contents div.subject-cards div.card-eight div.heading {
    color: #70859a;
}

#subject .subject-contents div.subject-cards div.subject-card div.heading {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-items: center;
}

#subject .subject-contents div.subject-cards div.subject-card div.heading span {
    font-size: 35px;
}

#subject .subject-contents div.subject-cards div.subject-card div.heading h6 {
    font-size: 24px;
    font-weight: 600;
    margin-left: 15px;
}

#subject .subject-contents div.subject-cards div.subject-card div.contents {
    margin-top: 9px;
}

#subject .subject-contents div.subject-cards div.card-one div.contents {
    color: #d60d0d;
}

#subject .subject-contents div.subject-cards div.card-two div.contents {
    color: #97a2e6;
}

#subject .subject-contents div.subject-cards div.card-three div.contents {
    color: #d89731;
}

#subject .subject-contents div.subject-cards div.card-four div.contents {
    color: #0873f1;
}

#subject .subject-contents div.subject-cards div.card-five div.contents {
    color: #5ab0d6;
}

#subject .subject-contents div.subject-cards div.card-six div.contents {
    color: #3bd1d6;
}

#subject .subject-contents div.subject-cards div.card-seven div.contents {
    color: #71a7af;
}

#subject .subject-contents div.subject-cards div.card-eight div.contents {
    color: #70859a;
}

#subject .subject-contents div.subject-cards div.subject-card div.contents div.content-item {}

#subject .subject-contents div.subject-cards div.subject-card div.contents div.content-item span {
    font-size: 21px;
    margin-right: 7px;
}

#subject .subject-contents div.subject-cards div.subject-card div.contents div.content-item b {
    font-size: 15px;
}

#subject .subject-contents div.subject-cards div.subject-card div.line {}

#subject .subject-contents div.subject-cards div.subject-card div.line span.first {
    width: 90%;
    height: 3px;
    background: #d60d0d;
    margin: 0 auto;
    display: inline-block;
}

#subject .subject-contents div.subject-cards div.subject-card div.line span.first span.second {
    width: 40%;
    height: 100%;
    background: blue;
    ;
    display: block;
}

#subject .subject-contents div.subject-cards div.subject-card div.bottom-items {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    width: 100%;
    justify-content: space-between;
}

#subject .subject-contents div.subject-cards div.subject-card div.bottom-items div.remain {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-items: center;
}

#subject .subject-contents div.subject-cards div.subject-card div.bottom-items div.played span {
    color: cornflowerblue;
}

#subject .subject-contents div.subject-cards div.subject-card div.bottom-items div.remains span {
    color: #d60d0d;
}

#subject .subject-contents div.subject-cards div.subject-card div.bottom-items div.remain span {
    font-size: 16px;
    margin-right: 7px;
}

#subject .subject-contents div.subject-cards div.subject-card div.bottom-items div.remain b {
    font-size: 14px;
}

#subject .subject-contents div.subject-cards div.subject-card div.bottom-items div.icon {}

#subject .subject-contents div.subject-cards div.subject-card div.bottom-items div.icon span {
    font-size: 13px;
    color: cornflowerblue;
}

#chapter-spotlight {
    padding: 25px 75px 0;
    width: 75%;
    color: #fff;
}

#chapter-spotlight div.top-item {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: space-between;
    background: #eaf1f7;
    padding: 5px 20px;
    border-radius: 15px;
}

#chapter-spotlight div.top-item div.right-itme {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    color: #5ab0d6;
    align-items: center;
}

#chapter-spotlight div.top-item div.right-itme span {
    font-size: 35px;
    margin-right: 15px;
}

#chapter-spotlight div.top-item div.right-itme h6 {
    font-size: 23px;
}

#chapter-spotlight div.top-item div.left-item {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-items: center;
}

#chapter-spotlight div.top-item div.left-item span {
    color: #5ab0d6;
    margin-right: 10px;
    font-size: 31px;
}

#chapter-spotlight div.top-item div.left-item h6 {
    font-size: 21px;
    color: #888;
}

#chapter-spotlight div.heading-item {
    margin: 25px 0 11px;
}

#chapter-spotlight div.heading-item h4 {
    font-weight: 600;
    font-size: 24px;
    color: #000;
}

#chapter-spotlight div.chapter-cards {
    width: 100%;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-wrap: wrap;
}

#chapter-spotlight div.chapter-cards div.chapter-card {
    width: 31%;
    padding: 34px 24px;
    border-radius: 12px;
    margin-right: 2%;
}

#chapter-spotlight div.chapter-cards div.chapter-card:nth-child(n+4) {
    margin-top: 30px;
}

#chapter-spotlight div.chapter-cards div.chapter-card div.top {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: space-between;
}

#chapter-spotlight div.chapter-cards div.chapter-card div.top h5 {
    font-size: 23px;
    line-height: 1.4em;
    font-weight: 600;
}

#chapter-spotlight div.chapter-cards div.chapter-card div.top span {
    font-size: 22px;
}

#chapter-spotlight div.chapter-cards div.chapter-card div.middle {
    text-align: end;
    margin: 5px 0;
}

#chapter-spotlight div.chapter-cards div.chapter-card div.middle small {
    font-size: 25px;
    font-weight: 600;
}

#chapter-spotlight div.chapter-cards div.chapter-card div.bottom {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

#chapter-spotlight div.chapter-cards div.chapter-card div.bottom div.views {
    font-size: 15px;
}

#chapter-spotlight div.chapter-cards div.chapter-card div.bottom div.views div.content-item:nth-child(n+2) {
    margin-top: 5px;
}

#chapter-spotlight div.chapter-cards div.chapter-card div.bottom div.views div.content-item span {
    margin-right: 5px;
}

#chapter-spotlight div.chapter-cards div.chapter-card div.bottom div.views div.content-item b {}

#chapter-spotlight div.chapter-cards div.chapter-card div.bottom div.icon {
    font-size: 27px;
}

#chapter-spotlight div.chapter-cards div.chapter-card div.bottom div.icon span {}

#chapter-spotlight div.chapter-cards div.one {
    background: linear-gradient(#e66465, #9198e5);
}

#chapter-spotlight div.chapter-cards div.two {
    background: linear-gradient(#6181ec, #d87a9d);
}

#chapter-spotlight div.chapter-cards div.three {
    background: linear-gradient(#e076c0, #d8b4c1);
}

#chapter-spotlight div.chapter-cards div.four {
    background: linear-gradient(#ccb74b, #9285b5);
}

#chapter-spotlight div.chapter-cards div.five {
    background: linear-gradient(#66bb7e, #d4c076);
}

#chapter-spotlight div.chapter-cards div.six {
    background: linear-gradient(#7d4e5b, #89bf9b);
}

#chapter-spotlight div.chapter-cards div.seven {
    background: -webkit-linear-gradient(#bf916a, #d85781);
}

#chapter-spotlight div.chapter-cards div.eight {
    background: linear-gradient(#a1a595, #d87557);
}

#chapter-spotlight div.chapter-cards div.nine {
    background: linear-gradient(#a181e4, #8a756e);
}

#main-container-box {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    width: 100%;
}

#chapter-spotlight div.chapter-cards div.chapter-card a {
    color: #fff;
}

#chapter-detail {
    width: 25%;
    padding: 55px 25px 0px 16px;
    background: #eef5f77a;
    border-bottom: 1px solid #88888821;
    min-height: 100vh;
}

#chapter-detail div.top-detail {}

#chapter-detail div.top-detail h3 {
    font-size: 25px;
    font-weight: 600;
    margin-bottom: 13px;
}

#chapter-detail div.top-detail p {
    font-size: 22px;
    line-height: 1.4em;
    color: #888;
}

#chapter-detail div.authors {
    margin: 25px 0;
}

#chapter-detail div.authors div.title {
    margin-bottom: 10px;
    font-size: 25px;
}

#chapter-detail div.authors div.title small {}

#chapter-detail div.authors div.check {
    width: 100%;
    padding-left: 14px;
}

#chapter-detail div.authors div.check img {
    width: 35px;
    margin-left: -11px;
}

#chapter-detail div.authors div.check span {
    border: 1px solid;
    border-radius: 50%;
    font-size: 15px;
    padding: 2px 2px
}

#chapter-detail div.details-box {}

#chapter-detail div.details-box div.date-added {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-items: center;
}

#chapter-detail div.details-box div.date-added:nth-child(n+2) {
    margin-top: 20px;
}

#chapter-detail div.details-box div.date-added {}

#chapter-detail div.details-box div.date-added div.date-card {}

#chapter-detail div.details-box div.date-added div.date-card span {
    margin-right: 10px;
    align-items: center;
    color: #888;
    font-size: 32px;
}

#chapter-detail div.details-box div.date-added div.date {}

#chapter-detail div.details-box div.date-added div.date b {
    font-size: 21px;
    font-weight: 600;
}

#chapter-detail div.details-box div.date-added div.date small {
    display: block;
    color: #888;
    font-size: 17px;
}

.vedio-spotlight {
    width: 100%;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
}

.vedio-spotlight .chapter-spotlight {
    width: 75%;
    padding: 25px 32px 0;
}

.vedio-spotlight .chapter-spotlight div.top-item {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: space-between;
    background: #eaf1f7;
    padding: 5px 20px;
    border-radius: 15px;
}

.vedio-spotlight .chapter-spotlight div.title-sec {
    margin: 15px 0;
}

.vedio-spotlight .chapter-spotlight div.title-sec h2 {
    font-size: 25px;
    font-weight: bold;
}

.vedio-spotlight .chapter-spotlight div.top-item div.right-item {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    color: #5ab0d6;
    align-items: center;
}

.vedio-spotlight .chapter-spotlight div.top-item div.right-item span {
    font-size: 40px;
    margin-right: 15px;
}

.vedio-spotlight .chapter-spotlight div.top-item div.right-item h6 {
    font-size: 23px;
}

.vedio-spotlight .chapter-spotlight div.top-item div.left-item {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    color: #5ab0d6;
    align-items: center;
}

.vedio-spotlight .chapter-spotlight div.top-item div.left-item span {
    font-size: 30px;
    margin-right: 15px;
}

.vedio-spotlight .chapter-spotlight div.top-item div.left-item h6 {
    font-size: 16px;
}

.vedio-spotlight .chapter-spotlight div.vedio-box {}

.vedio-spotlight .chapter-spotlight div.vedio-box main #container {
    width: 100%;
}

.vedio-spotlight .chapter-spotlight div.vedio-box img {
    width: 100%;
}

.vedio-spotlight .chapter-spotlight div.vedio-title {
    margin: 9px 0;
    font-size: 24px;
}

.vedio-spotlight .chapter-spotlight div.vedio-title h4 {
    font-weight: 600;
}

.vedio-spotlight .chapter-spotlight div.detail-items {
    border-bottom: 1px solid #c3cae0;
    padding-bottom: 7px;
}

.vedio-spotlight .chapter-spotlight div.detail-items small {
    font-size: 18px;
    color: #888;
}

.vedio-spotlight .chapter-spotlight div.vedio-content {
    margin-top: 15px;
}

.vedio-spotlight .chapter-spotlight div.vedio-content p {
    font-size: 22px;
    color: #666;
}

section.vedio-asade {
    padding: 35px 27px 0 0px;
}

section.vedio-asade div.asade-title {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: space-between;
    margin-bottom: 15px;
}

section.vedio-asade div.asade-title div.next {
    align-items: center;
}

section.vedio-asade div.asade-title div.next h4 {
    font-weight: 600;
    font-size: 24px;
}

section.vedio-asade div.asade-title div.autoplay {
    font-size: 15px;
}

section.vedio-asade div.asade-title div.autoplay b {}

section.vedio-asade div.asade-title div.autoplay span {}

section.vedio-asade div.more-Videos {
    width: 33%;
}

section.vedio-asade div.more-Videos div.vedio-card {}

section.vedio-asade div.more-Videos div.vedio-card div.single-vedio {}

section.vedio-asade div.more-Videos div.vedio-card div.single-vedio img {
    width: 100%;
    display: inline-block;
    opacity: 0.5;
    border-radius: 10px
}

section.vedio-asade div.more-Videos div.vedio-card div.single-vedio span {}

section.vedio-asade div.more-Videos div.vedio-card div.single-title {}

section.vedio-asade div.more-Videos div.vedio-card div.single-title h6 {
    font-size: 17px;
}

section.vedio-asade div.more-Videos div.vedio-card div.single-duration:nth-child(n+2) {
    margin-bottom: 20px;
}

section.vedio-asade div.more-Videos div.vedio-card div.single-duration small {
    font-size: 14px;
    color: #888;
}


/*responsive start here*/

@media all and (max-width: 1280px) {
    #main-bar section.main-content div.logo h1 {
        font-size: 26px;
    }
    #main-bar section.main-content div.learn-card div.learn div.learn-content b {
        font-size: 15px;
    }
    #main-bar section.main-content div.learn-card div.learn div.learn-content span {
        font-size: 16px;
    }
    #main-bar section.main-content div.learn-card div.learn div.active a span {
        font-size: 16px;
    }
    #main-bar section.main-content div.learn-card div.learn div.active a {
        padding: 6px 10px;
    }
    #main-bar section.main-content div.learn-card div.logout a span {
        font-size: 41px;
    }
    #main-bar section.main-content div.learn-card div.logout {
        padding: 15px 21px 10px;
    }
    #main-bar section.main-content div.learn-card div.logout b {
        font-size: 15px;
        padding: 3px 17px;
    }
    #menu-bar section.menu-contents div.search-button form.search input {
        font-size: 15px;
    }
    #menu-bar section.menu-contents div.search-button form.search button {
        padding: 8px 0;
    }
    #menu-bar section.menu-contents {
        padding: 8px 20px;
    }
    #menu-bar section.menu-contents div.menu-items div.profile div.name a b {
        font-size: 15px;
    }
    #menu-bar section.menu-contents div.menu-items div.profile div.profile-image a img {
        width: 20px;
    }
    #menu-bar section.menu-contents div.menu-items div.notification a span {
        font-size: 19px;
    }
    #chapter-spotlight div.top-item div.right-itme span {
        font-size: 30px;
        margin-right: 8px;
    }
    #chapter-spotlight div.top-item div.right-itme h6 {
        font-size: 16px;
    }
    #chapter-spotlight div.top-item div.left-item span {
        font-size: 22px;
    }
    #chapter-spotlight div.top-item div.left-item h6 {
        font-size: 14px;
    }
    #chapter-spotlight div.heading-item h4 {
        font-size: 16px;
    }
    #chapter-spotlight div.chapter-cards div.chapter-card {
        padding: 10px 15px;
    }
    #chapter-spotlight div.chapter-cards div.chapter-card div.top h5 {
        font-size: 16px;
    }
    #chapter-spotlight div.chapter-cards div.chapter-card div.middle small {
        font-size: 18px;
    }
    #chapter-spotlight div.chapter-cards div.chapter-card div.top span {
        font-size: 18px;
    }
    #chapter-spotlight div.chapter-cards div.chapter-card div.bottom div.views {
        font-size: 11px;
    }
    #chapter-spotlight div.chapter-cards div.chapter-card div.bottom div.icon {
        font-size: 16px;
    }
    #chapter-detail div.top-detail h3 {
        font-size: 18px;
    }
    #chapter-detail div.top-detail p {
        font-size: 15px;
    }
    #chapter-detail div.authors div.title {
        font-size: 18px;
    }
    #chapter-detail div.authors div.check img {
        width: 24px;
    }
    #chapter-detail div.details-box div.date-added div.date-card span {
        font-size: 20px;
    }
    #chapter-detail div.details-box div.date-added div.date b {
        font-size: 12px;
    }
    #chapter-detail div.details-box div.date-added div.date small {
        font-size: 12px;
    }
    #main-dashbord section.container div.dashbord {
        font-size: 17px;
    }
    #main-dashbord section.container div.dashbord-content div.dashbord-items h3 {
        font-size: 20px;
    }
    #main-dashbord section.container div.dashbord-content div.dashbord-items p {
        font-size: 16px;
        margin: 15px 0;
    }
    #main-dashbord section.container div.dashbord-content div.dashbord-items a.buttun {
        font-size: 13px;
        padding: 5px 10px;
    }
    #main-dashbord section.container div.dashbord-content div.dashbord-image img {
        height: 176px;
    }
    #subject .subject-contents div.subject-heading h4 {
        font-size: 17px;
    }
    #subject .subject-contents div.subject-cards div.subject-card div.heading span {
        font-size: 23px;
    }
    #subject .subject-contents div.subject-cards div.subject-card div.heading h6 {
        font-size: 17px;
    }
    #subject .subject-contents div.subject-cards div.subject-card div.contents div.content-item span {
        font-size: 12px;
    }
    #subject .subject-contents div.subject-cards div.subject-card div.contents div.content-item b {
        font-size: 11px;
    }
    #subject .subject-contents div.subject-cards div.subject-card div.bottom-items div.remain span {
        font-size: 11px;
    }
    #subject .subject-contents div.subject-cards div.subject-card {
        padding: 10px;
    }
    #subject .subject-contents div.subject-cards div.subject-card div.contents {
        margin-top: 4px;
    }
    #subject .subject-contents div.subject-cards div.subject-card div.bottom-items div.remain b {
        font-size: 11px;
    }
    .vedio-spotlight .chapter-spotlight div.top-item div.right-item span {
        font-size: 30px;
        margin-right: 10px;
    }
    .vedio-spotlight .chapter-spotlight div.top-item div.right-item h6 {
        font-size: 16px;
    }
    .vedio-spotlight .chapter-spotlight div.top-item div.left-item span {
        font-size: 22px;
        margin-right: 10px;
    }
    .vedio-spotlight .chapter-spotlight div.vedio-box img {
        height: 401px;
    }
    .vedio-spotlight .chapter-spotlight div.vedio-title {
        margin: 5px 0;
        font-size: 18px;
    }
    .vedio-spotlight .chapter-spotlight div.detail-items small {
        font-size: 13px;
    }
    .vedio-spotlight .chapter-spotlight div.vedio-content p {
        font-size: 17px;
    }
    section.vedio-asade div.asade-title div.next h4 {
        font-size: 17px;
    }
    section.vedio-asade div.asade-title div.autoplay {
        font-size: 13px;
    }
    section.vedio-asade div.more-Videos div.vedio-card div.single-title h6 {
        font-size: 15px;
    }
}

@media all and (max-width: 1200px) {
    #main-bar section.main-content div.learn-card div.learn div.active a {
        padding: 5px 7px;
    }
}

@media all and (max-width: 1100px) {
    #menu-bar section.menu-contents div.search-button form.search {
        width: 60%;
    }
    #menu-bar section.menu-contents div.search-button {
        width: 85%;
    }
    #menu-bar section.menu-contents div.menu-items {
        width: 15%;
    }
    #main-bar section.main-content div.learn-card div.learn div.subject {
        padding-left: 5px;
    }
    #main-bar section.main-content div.learn-card div.learn div.subject a span {
        margin-right: 4px;
    }
}

@media all and (max-width: 980px) {
    #main-bar section.main-content div.learn-card div.learn div.active a {
        align-items: center;
    }
    #subject .subject-contents div.subject-cards div.subject-card div.heading span {
        font-size: 22px;
    }
    #subject .subject-contents div.subject-cards div.subject-card div.heading h6 {
        font-size: 15px;
    }
    #subject .subject-contents div.subject-cards div.subject-card div.contents {
        margin-top: 8px;
    }
    #main-dashbord section.container div.dashbord-content div.dashbord-items {
        width: 55%;
        padding: 24px 24px;
    }
    #main-dashbord section.container div.dashbord-content div.dashbord-image img {
        height: 140px;
    }
    #subject .subject-contents div.subject-heading h4 {
        padding-bottom: 11px;
    }
    #subject .subject-contents div.subject-cards div.subject-card div.bottom-items div.remain span {
        font-size: 9px;
        margin-right: 4px;
    }
    #main-dashbord section.container div.dashbord-content div.dashbord-items p {
        margin: 7px 0;
    }
    #subject .subject-contents div.subject-cards div.subject-card div.contents div.content-item span {
        font-size: 10px;
        margin-right: 4px;
    }
    #main-bar section.main-content div.learn-card div.logout {
        padding: 8px 13px 9px;
    }
    #main-bar section.main-content div.learn-card div.logout b {
        margin-top: 8px;
    }
    .vedio-spotlight .chapter-spotlight div.top-item div.right-item span {
        font-size: 22px;
        margin-right: 4px;
    }
    .vedio-spotlight .chapter-spotlight div.top-item div.right-item h6 {
        font-size: 14px;
    }
    .vedio-spotlight .chapter-spotlight div.top-item div.left-item span {
        font-size: 17px;
        margin-right: 7px;
    }
    .vedio-spotlight .chapter-spotlight div.vedio-box img {
        height: 320px;
    }
    section.vedio-asade div.more-Videos div.vedio-card div.single-vedio {}
    #chapter-spotlight {
        padding: 16px 19px 10px;
    }
    #chapter-spotlight div.heading-item h4 {
        color: #000;
    }
    #chapter-spotlight div.top-item div.right-itme span {
        font-size: 25px;
        margin-right: 3px;
    }
    #chapter-spotlight div.top-item div.right-itme h6 {
        font-size: 15px;
    }
    #chapter-spotlight div.chapter-cards div.chapter-card {
        width: 32%;
    }
    #chapter-spotlight div.heading-item {
        margin: 17px 0 11px;
    }
    #chapter-detail {
        padding: 38px 25px 0px 16px;
    }
    #chapter-detail div.authors {
        margin: 15px 0;
    }
    #chapter-detail div.details-box div.date-added:nth-child(n+2) {
        margin-top: 13px;
    }
    #main-bar section.main-content div.logo h1 {
        font-size: 22px;
    }
    #main-bar section.main-content div.learn-card div.learn div.learn-content span {
        font-size: 13px;
    }
    #main-bar section.main-content div.learn-card div.learn div.learn-content b {
        font-size: 13px;
    }
    #main-bar section.main-content div.learn-card div.logout a span {
        font-size: 35px;
    }
    #menu-bar section.menu-contents div.search-button form.search button {
        padding: 6px 0;
        width: 16%;
    }
    #menu-bar section.menu-contents {
        padding: 5px 20px;
    }
    #chapter-spotlight div.heading-item h4 {
        font-size: 15px;
    }
    #chapter-spotlight div.chapter-cards div.chapter-card div.top h5 {
        font-size: 12px;
    }
    #chapter-spotlight div.chapter-cards div.chapter-card div.middle small {
        font-size: 15px;
    }
    #chapter-detail div.top-detail h3 {
        font-size: 16px;
    }
    #chapter-spotlight div.chapter-cards div.chapter-card div.bottom div.views {
        font-size: 9px;
    }
    #main-dashbord section.container div.dashbord-content div.dashbord-items h3 {
        font-size: 18px;
    }
    #main-dashbord section.container div.dashbord {
        font-size: 15px;
    }
    #main-dashbord section.container div.dashbord {
        padding: 12px 0;
    }
    #subject .subject-contents div.subject-heading h4 {
        font-size: 15px;
    }
    #subject {
        padding: 25px 15px 20px;
    }
    section.vedio-asade div.asade-title div.next h4 {
        font-size: 15px;
    }
    section.vedio-asade div.more-Videos div.vedio-card div.single-title h6 {
        font-size: 14px;
    }
    section.vedio-asade div.more-Videos div.vedio-card div.single-duration small {
        font-size: 12px;
    }
    .vedio-spotlight .chapter-spotlight div.vedio-title {
        font-size: 17px;
    }
    .vedio-spotlight .chapter-spotlight div.vedio-content p {
        font-size: 16px;
    }
}

@media all and (max-width: 908px) {
    #menu-bar section.menu-contents div.search-button form.search button {
        width: 15%;
        font-size: 12px;
    }
    #menu-bar section.menu-contents div.search-button form.search {
        width: 50%;
    }
    #menu-bar section.menu-contents div.menu-items {
        width: 30%;
    }
    #main-dashbord section.container div.dashbord {
        padding: 18px 0 9px;
    }
    #subject {
        padding: 18px 32px 20px;
    }
    #subject .subject-contents div.subject-cards div.subject-card {
        border-radius: 8px;
        width: 30%;
    }
    #menu-bar section.menu-contents div.search-button form.search {
        width: 70%;
    }
}

@media all and (max-width: 800px) {
    #main-dashbord section.container div.dashbord-content div.dashbord-items {
        width: 70%;
        padding: 15px 24px;
    }
    #main-dashbord section.container div.dashbord-content div.dashbord-image img {
        height: 115px;
    }
    #main-dashbord {
        padding: 0 20px;
    }
    #subject {
        padding: 18px 20px 20px;
    }
    #main-bar section.main-content div.learn-card {
        padding: 37px 5px 16px;
    }
    #main-bar section.main-content div.learn-card div.logout a span {
        font-size: 29px;
    }
}

@media all and (max-width: 768px) {
    #main-dashbord {
        padding: 0 10px;
    }
    #subject {
        padding: 18px 10px 20px;
    }
    .vedio-spotlight .chapter-spotlight div.vedio-box img {
        height: 262px;
    }
    .vedio-spotlight .chapter-spotlight {
        padding: 16px 22px 20px;
        width: 72%;
    }
    section.vedio-asade div.more-Videos div.vedio-card div.single-vedio {}
    section.vedio-asade div.more-Videos div.vedio-card div.single-vedio {}
    section.vedio-asade div.more-Videos div.vedio-card div.single-title h6 {
        font-size: 12px;
    }
    section.vedio-asade div.more-Videos div.vedio-card div.single-vedio span {
        font-size: 28px;
    }
    #chapter-spotlight div.chapter-cards div.chapter-card {
        width: 48%;
    }
    #chapter-spotlight div.chapter-cards div.chapter-card:nth-child(n+3) {
        margin-top: 11px;
    }
    #chapter-spotlight {
        width: 72%;
    }
    #chapter-detail {
        width: 28%;
    }
    #chapter-detail {
        padding: 30px 10px 0px;
    }
    #chapter-spotlight div.top-item div.right-itme span {
        font-size: 22px;
    }
    #main-bar section.main-content div.learn-card div.learn div.learn-content span {
        font-size: 11px;
    }
    #main-bar section.main-content div.learn-card div.learn div.learn-content b {
        font-size: 12px;
    }
    #main-bar section.main-content div.learn-card div.logout b {
        font-size: 13px;
    }
    #menu-bar section.menu-contents div.search-button form.search {
        width: 70%;
    }
    #chapter-spotlight div.top-item div.left-item span {
        font-size: 18px;
    }
    #chapter-spotlight div.top-item div.left-item h6 {
        font-size: 11px;
    }
    #chapter-detail div.top-detail h3 {
        font-size: 15px;
    }
    #chapter-spotlight div.chapter-cards div.chapter-card div.top span {
        font-size: 15px;
    }
    #menu-bar section.menu-contents div.menu-items div.profile div.name a b {
        font-size: 13px;
    }
    #menu-bar section.menu-contents div.menu-items div.notification a span {
        font-size: 16px;
    }
    #menu-bar section.menu-contents div.menu-items div.profile div.profile-image a img {
        width: 16px;
    }
    #chapter-spotlight div.heading-item h4 {
        font-size: 14px;
    }
    #subject .subject-contents div.subject-cards div.subject-card div.bottom-items div.remain b {
        font-size: 9px;
    }
    #main-dashbord section.container div.dashbord-content div.dashbord-items p {
        font-size: 13px;
    }
    .vedio-spotlight .chapter-spotlight div.top-item div.right-item span {
        font-size: 20px;
    }
    .vedio-spotlight .chapter-spotlight div.top-item div.right-item h6 {
        font-size: 12px;
    }
    .vedio-spotlight .chapter-spotlight div.vedio-title {
        font-size: 15px;
    }
    .vedio-spotlight .chapter-spotlight div.detail-items small {
        font-size: 12px;
    }
    .vedio-spotlight .chapter-spotlight div.vedio-content p {
        font-size: 15px;
        line-height: 1.4em;
    }
}

@media all and (max-width: 726px) {
    #menu-bar section.menu-contents div.search-button form.search {
        width: 70%;
    }
    #main-dashbord section.container div.dashbord-content div.dashbord-items h3 {
        font-size: 18px;
    }
    #menu-bar section.menu-contents div.search-button {
        width: 85%;
    }
    #menu-bar section.menu-contents div.menu-items {
        width: 15%;
    }
}

@media all and (max-width: 680px) {
    #subject .subject-contents div.subject-cards div.subject-card {
        width: 30%;
    }
    #subject .subject-contents div.subject-cards div.subject-card:nth-child(n+4) {
        margin-top: 10px;
    }
    #main-bar {
        width: 18%;
    }
    #menu-bar {
        width: 82%;
    }
    #menu-bar section.menu-contents div.menu-items {
        width: 15%;
    }
    #menu-bar section.menu-contents div.search-button form.search {
        width: 70%;
    }
    #main-dashbord section.container div.dashbord-content div.dashbord-image {
        display: none;
    }
    .vedio-spotlight .chapter-spotlight div.top-item div.right-item span {
        font-size: 19px;
    }
    .vedio-spotlight .chapter-spotlight div.top-item div.right-item h6 {
        font-size: 13px;
    }
    .vedio-spotlight .chapter-spotlight div.vedio-box img {
        height: 212px;
    }
    .vedio-spotlight .chapter-spotlight {
        padding: 16px 12px 20px;
        width: 69%;
    }
    section.vedio-asade {
        width: 32%;
        padding: 22px 17px 0 0px;
    }
    section.vedio-asade div.asade-title div.next h4 {
        font-size: 13px;
    }
    .vedio-spotlight .chapter-spotlight div.vedio-title {
        margin: 5px 0 4px;
    }
}

@media all and (max-width: 640px) {
    #main-bar section.main-content div.learn-card div.learn div.learn-content b {
        font-size: 13px;
    }
    #menu-bar section.menu-contents div.search-button form.search input {
        width: 70%;
    }
    #menu-bar section.menu-contents div.search-button {
        width: 80%;
    }
    #menu-bar section.menu-contents div.menu-items {
        width: 15%;
    }
    #menu-bar section.menu-contents {
        width: 100%;
    }
    #menu-bar section.menu-contents div.menu-items div.profile div.name a b {
        font-size: 13px;
    }
    section.vedio-asade div.more-Videos div.vedio-card div.single-vedio span {}
    #chapter-spotlight div.top-item div.right-itme span {
        font-size: 20px;
    }
    #chapter-spotlight div.top-item div.right-itme h6 {
        font-size: 13px;
    }
    #chapter-spotlight {
        padding: 16px 12px 10px;
    }
    #chapter-detail div.top-detail p {
        font-size: 13px;
        line-height: 1.3em;
    }
    #chapter-detail div.top-detail h3 {
        font-size: 15px;
        margin-bottom: 9px;
    }
    #chapter-spotlight div.chapter-cards div.chapter-card div.top h5 {
        font-size: 13px;
    }
    #chapter-spotlight div.chapter-cards div.chapter-card div.middle small {
        font-size: 15px;
    }
    #main-bar section.main-content div.learn-card div.learn div.learn-content b {
        font-size: 10px;
    }
    #main-bar section.main-content div.learn-card div.learn div.active a span {
        font-size: 13px;
    }
    #main-bar section.main-content div.logo h1 {
        font-size: 18px;
    }
    .vedio-spotlight .chapter-spotlight div.top-item div.left-item h6 {
        font-size: 12px;
    }
    .vedio-spotlight .chapter-spotlight div.top-item div.right-item h6 {
        font-size: 12px;
    }
}

@media all and (max-width: 550px) {
    #subject .subject-contents div.subject-cards div.subject-card {
        width: 48%;
    }
    #subject .subject-contents div.subject-cards div.subject-card:nth-child(n+3) {
        margin-top: 10px;
    }
    #main-dashbord section.container div.dashbord-content div.dashbord-items {
        width: 90%;
    }
    #subject {
        padding: 18px 20px 20px;
    }
    #main-dashbord {
        padding: 0 20px;
    }
    #menu-bar {
        width: 79%;
    }
    #main-bar {
        width: 21%;
    }
    #main-bar section.main-content div.learn-card div.logout a span {
        font-size: 22px;
    }
    #menu-bar section.menu-contents div.search-button form.search {
        width: 80%;
    }
}

@media all and (max-width: 480px) {
    #menu-bar section.menu-contents div.menu-items {
        width: 20%;
    }
    section.vedio-asade {
        padding: 22px 8px 0 0;
    }
    section.vedio-asade div.more-Videos div.vedio-card div.single-vedio {}
    .vedio-spotlight .chapter-spotlight div.vedio-box img {
        height: 154px;
    }
    section.vedio-asade div.more-Videos div.vedio-card div.single-duration:nth-child(n+2) {
        margin-bottom: 11px;
    }
    .vedio-spotlight .chapter-spotlight {
        padding: 11px 12px 20px 8px;
    }
    .vedio-spotlight .chapter-spotlight div.top-item div.right-item span {
        font-size: 15px;
    }
    .vedio-spotlight .chapter-spotlight div.top-item div.right-item h6 {
        font-size: 12px;
    }
    .vedio-spotlight .chapter-spotlight div.top-item div.left-item span {
        font-size: 15px;
    }
    .vedio-spotlight .chapter-spotlight div.vedio-title h4 {
        font-size: 14px;
    }
    #main-container-box {
        display: block;
    }
    #chapter-spotlight {
        width: 100%;
    }
    #chapter-detail {
        width: 100%;
    }
    #chapter-detail {
        padding: 18px 10px 10px;
        border: 0;
    }
    #main-bar section.main-content div.learn-card div.learn div.learn-content span {
        font-size: 10px;
    }
    #subject .subject-contents div.subject-cards div.subject-card div.heading span {
        font-size: 18px;
    }
    #subject .subject-contents div.subject-cards div.subject-card div.heading h6 {
        font-size: 13px;
        margin-left: 7px;
    }
    #main-dashbord section.container div.dashbord-content div.dashbord-items h3 {
        font-size: 15px;
    }
    #main-dashbord section.container div.dashbord-content div.dashbord-items a.buttun {
        font-size: 9px;
    }
    #menu-bar section.menu-contents div.search-button form.search {
        width: 94%;
    }
    #subject .subject-contents div.subject-cards div.subject-card div.contents {
        line-height: 0.9em;
    }
    #main-bar section.main-content div.learn-card div.logout {
        padding: 8px 6px 9px;
    }
    section.vedio-asade div.asade-title div.next h4 {
        font-size: 12px;
    }
    section.vedio-asade div.asade-title div.autoplay {
        font-size: 11px;
    }
    #menu-bar section.menu-contents div.search-button form.search {
        width: 90%;
    }
    #menu-bar section.menu-contents div.search-button form.search input {
        font-size: 18px;
        padding: 12px 0;
    }
    #menu-bar section.menu-contents div.search-button form.search a {
        padding: 12px 15px;
    }
}

@media all and (max-width: 450px) {
    #main-bar {
        width: 26%;
    }
    #menu-bar section.menu-contents div.menu-items {
        width: 15%;
    }
    #menu-bar section.menu-contents div.search-button {
        width: 80%;
    }
    #menu-bar section.menu-contents div.search-button form.search {
        width: 98%;
    }
    #subject .subject-contents div.subject-cards div.subject-card {
        width: 95%;
        margin: 0 auto;
    }
    #subject .subject-contents div.subject-cards div.subject-card:nth-child(n+2) {
        margin-top: 10px;
    }
    #subject .subject-contents div.subject-cards div.subject-card:nth-child(n+7) {
        width: 95%;
    }
    #main-dashbord section.container div.dashbord-content div.dashbord-items {
        width: 100%;
    }
    #main-dashbord section.container div.dashbord {
        padding: 14px 0 6px;
    }
    #subject {
        padding: 12px 20px 20px;
    }
    #subject .subject-contents div.subject-heading h4 {
        padding-bottom: 5px;
    }
    .vedio-spotlight {
        display: block;
    }
    .vedio-spotlight .chapter-spotlight {
        width: 100%;
    }
    section.vedio-asade {
        width: 100%;
        padding: 10px 17px 20px 17px;
        border-top: 1px solid #ece4e47d;
    }
    section.vedio-asade div.more-Videos div.vedio-card div.single-vedio {}
    .vedio-spotlight .chapter-spotlight {
        padding: 11px 12px 8px 8px;
    }
    #menu-bar section.menu-contents div.search-button form.search a {
        padding: 10px 10px;
    }
    #menu-bar section.menu-contents div.search-button form.search input {
        font-size: 16px;
        padding: 10px 0;
    }
}

@media all and (max-width: 360px) {
    #main-bar section.main-content div.learn-card div.learn div.active a span {
        font-size: 12px;
        margin-right: 2px;
    }
    #main-bar section.main-content div.learn-card div.logout {
        padding: 8px 5px 9px;
    }
    #main-dashbord section.container div.dashbord-content div.dashbord-items {
        padding: 15px 15px;
    }
    #main-bar section.main-content div.learn-card div.learn div.subject a span {
        margin-right: 0px;
    }
    #menu-bar section.menu-contents {
        padding: 9px 2px 9px 12px;
    }
    #menu-bar section.menu-contents div.search-button form.search {
        width: 100%;
    }
    #main-bar section.main-content div.learn-card div.logout b {
        font-size: 12px;
    }
    #main-dashbord section.container div.dashbord-content {
        border-radius: 15px;
    }
    #chapter-spotlight div.chapter-cards div.chapter-card {
        width: 100%;
    }
    #chapter-spotlight div.chapter-cards div.chapter-card:nth-child(n+2) {
        margin-top: 11px;
    }
    #chapter-spotlight div.heading-item {
        margin: 16px 0 7px;
    }
    #chapter-spotlight div.chapter-cards div.chapter-card:nth-child(n+9) {
        width: 100%;
    }
    #menu-bar {
        width: 75%;
    }
    #main-bar {
        width: 31%;
    }
    #main-bar section.main-content div.learn-card div.learn div.active a {
        padding: 4px 9px;
    }
    #chapter-spotlight div.top-item div.left-item span {
        font-size: 13px;
        margin-right: 4px;
    }
    #chapter-spotlight div.top-item {
        padding: 5px 8px;
    }
    #chapter-spotlight div.chapter-cards div.chapter-card div.middle small {
        font-size: 14px;
    }
    #menu-bar section.menu-contents div.menu-items div.notification a span {
        font-size: 13px;
    }
}

@media all and (max-width: 320px) {
    #main-dashbord {
        padding: 0px 8px;
    }
    #main-bar {
        width: 28%;
    }
    #main-bar section.main-content div.learn-card div.logout a span {
        font-size: 18px;
    }
    #menu-bar section.menu-contents div.menu-items {
        width: 20%;
    }
    #menu-bar section.menu-contents div.menu-items div.profile div.name a b {
        font-size: 12px;
    }
    #subject {
        padding: 12px 17px 20px;
    }
    .vedio-spotlight .chapter-spotlight div.vedio-box img {
        height: 133px;
    }
    section.vedio-asade div.more-Videos div.vedio-card div.single-vedio {}
    section.vedio-asade div.more-Videos div.vedio-card div.single-vedio span {
        top: -69px;
        right: -73px;
        font-size: 25px;
    }
    #main-bar section.main-content div.learn-card div.logout {
        padding: 6px 2px 9px;
    }
    #chapter-spotlight div.chapter-cards div.chapter-card {
        width: 95%;
        margin: 0 auto;
    }
    #chapter-spotlight div.chapter-cards div.chapter-card:nth-child(n+9) {
        width: 95%;
    }
    #main-bar section.main-content div.logo h1 {
        font-size: 15px;
    }
    #menu-bar section.menu-contents div.search-button form.search input {
        font-size: 16px;
        padding: 8px 0;
    }
    #menu-bar section.menu-contents div.search-button form.search a {
        padding: 8px 8px;
    }
    #menu-bar section.menu-contents div.search-button {
        width: 82%;
    }
}