
@import url('https://fonts.googleapis.com/css2?family=Noto+Nastaliq+Urdu:wght@400;500&family=Open+Sans:wght@300;400;500;600;700;800&display=swap');
body{
	font-family: "Open Sans", sans-serif;
	background: #f5f5f5;
}
.pad0{padding: 0px;}
.mar0{margin: 0px}
.border{border: 1px solid #333};
.clear{clear: both;}
.clearfix {zoom: 1}
.clearfix:after {
    content: '.';
    clear: both;
    display: block;
    height: 0;
    visibility: hidden;        
}
.pad15{padding: 15px;}
.padr0{padding-right: 0px;}
.right-text{text-align: right;}
.red{color: red !important;}
.posSticky{
	position: sticky;
	top: 60px;
}
.clearfix: before, .clearfix: after {
    content: "";
    display: table;
}
.clearfix: after {
    clear: both;
}

#overlay{   
    position: fixed;
    top: 0;
    z-index: 100000;
    width: 100%;
    height:100%;
    display: none;
    background: rgba(0,0,0,0.6);
}
.cv-spinner {
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;  
}
.spinner {
    width: 40px;
    height: 40px;
    border: 4px #ddd solid;
    border-top: 4px #2e93e6 solid;
    border-radius: 50%;
    animation: sp-anime 0.8s infinite linear;
}
@keyframes sp-anime {
    100% { 
        transform: rotate(360deg); 
    }
}

@keyframes topnotice {
	0%{
		opacity: .2;
	}
	50%{
		opacity: .5;
	}
    100% { 
        opacity: 1;
    }
}

.fadebg{
	background: rgba(0, 0, 0, .5);
	width: 100%;
	height: 100%;
	position: fixed;
	z-index: 2;
	display: none;
}
.fadebg.active{
	display: block;
}
.top{
/*	background: linear-gradient(154deg, #008fe2 0, #00b29c 100%);*/
	background: #FFF;
	box-shadow: 0px 2px 20px rgba(1, 41, 112, 0.1);
	position: fixed;
	right: 0px;
	width: 80%;
	height: 50px;
	z-index: 1;
}
#fa-bars{
	font-size: 2em;
	margin-right: 10px;
	line-height: 50px;
	color: #49422e;
	cursor: pointer;
	display: none;
	float: left;
}
#search{
	display: none;
}
.search{padding-left: 20px;}
.search input{
	width: 80%;
	height: 35px;
	background: #f5f5f5;
	border: 1px solid #ddd;
	box-shadow: none;
	padding: 0px 20px;
	margin-top: 7px;
	border-radius: 20px;
	color: #666;
	float: left;
}
.top .searchMobile{
	display: none;
	position: absolute;
	background: #FFF;
	width: 100%;
	padding: 0px 10px;
	height: 70px;
}
.top .searchMobile input{
	width: 90%;
	height: 40px;
	background: #f5f5f5;
	border: 1px solid #ddd;
	box-shadow: none;
	padding: 0px 20px;
	margin-top: 15px;
	border-radius: 4px;
	color: #666;
}
.top .searchMobile span{
	height: 70px;
	position: absolute;
	right: 10px;
	top: 10px;
	font-size: 1.4em;
	cursor: pointer;
}
.topnav ul{
	position: absolute;
	right: 0px;
	margin: 0px;
	padding: 0px;
	list-style: none;
	margin-top: 4px;
}
.topnav ul li{
	float: left;
	height: 40px;
	line-height: 40px;
	padding: 0px 15px;
}
.topnav a{
	text-decoration: none;
	color: #49422e;
	cursor: pointer;
}
.topnav .material-symbols-outlined{
	height: 40px;
	line-height: 40px;
	color: #49422e;
}
/* Notification */
.notificationCount{
	width: 20px;
	height: 20px;
	text-align: center;
	display: inline-block;
	line-height: 20px;
	border-radius: 100%;
	background: red;
	color: #FFF;
	font-weight: normal;
	position: relative;
	top: -20px;
	right: 13px;
	font-size: 12px;
}
.notification, .support{
	position: fixed;
	right: 0px;
	top: 0px;
	color: #666;
	background: #FFF;
	box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
	width: 400px;
	height: 100vh;
	padding: 10px;
	z-index: 2;
	margin-right: -450px;
	transition: all 0.5s;
}
.notification.active, .support.active, .poDetails.active
{
	margin-right: 0px;
}
.notification span, .support span, .poDetails span{
	position: absolute;
	cursor: pointer;
	font-size: 1.4em;
}
.notification h3, .support h3, .poDetails h3{
	text-align: center;
	padding: 0px;
	margin: 0px;
	margin-top: 10px;
	margin-bottom: 40px;
}
.notification ol, .supportData{
	height: 82vh;
	overflow: auto;
	list-style: none;
	margin-bottom: 20px;
}
.topnav .notificationdrop ol li{
	float: none;
	padding: 10px;
	margin-top: 5px;
	border-bottom: 1px solid rgba(0,0,0,.1);
	font-size: .9em;
}

/* message */
.support b{
	font-weight: 800;
	font-size: 1.2em;
	color: #000;
	margin-bottom: 15px;
	display: block;
}
.support table{
	font-size: 1em;
	color: #444;
	width: 100%;
	margin-bottom: 30px;
}
.support table a{
	color: #444;
	text-decoration: none;
}
.support table td{
	padding: 5px;
	line-height: 20px;
}

/*----------------------------- profile */
.topnav .profile
{
	width: 40px;
	height: 40px;
	border-radius: 100%;
}
.top #profile span{
	font-weight: 500;
	font-size: 14px;
}
.topnav .profiledrop{
	position: absolute;
	background: #FFF;
	box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
	margin-right: 20px;
	width: 250px;
	display: none;
	border-radius: 5px;
	z-index: 10000;
}
.topnav .profiledrop::after{
	content: '';
	width: 30px;
	height: 30px;
	display: block;
	border-top: 15px solid transparent;
	border-right: 15px solid transparent;
	border-bottom: 15px solid #49422e;
	border-left: 15px solid transparent;
	position: absolute;
	top: -25px;
	right: 5px;
	cursor: pointer;
}
.topnav .profiledrop li{
	float: none;
	height: 40px;
	padding: 0px;
	border-bottom: 1px solid #f5f5f5;
}
.topnav .profiledrop li:first-child{
	height: 100%;
}
.topnav .profiledrop li:last-child{
	border: none;
}
.topnav .profileimg{
	width: 100%;
	background: #49422e;
	padding: 10px;
	color: #FFF;
	border-radius: 4px 4px 0px 0px;
	display: flex;
	align-items: center;
}
.topnav .profileimg div{
	line-height: normal;
}
.topnav .profileimg img{
	width: 45px;
	height: 45px;
	margin-right: 10px;
	border-radius: 100%;
}
.topnav .profileimg b{
	font-weight: 400;
	margin-top: 10px;
	font-size: 1.2em;
}
.topnav .profileimg div i{
	color: #b0b1cc;
}
.topnav .profiledrop a{
	display: flex;
	align-items: center;
	gap: 1rem;
	height: 40px;
	color: #49422e;
	padding: 0px 10px;
	text-transform: capitalize;
	font-weight: 400;
	font-size: 13px;
}
.topnav .profiledrop a i{
	width: 40px;
	text-align: center;
	font-size: 14px;
}

/*---------------side panel --------------*/
.sidebar{
	width: 20%;
	height: 100%;
	box-shadow: 0px 13px 15px rgb(0 0 0 / 10%);
	background: #49422e;
	position: fixed;
	padding-bottom: 30px;
	overflow: auto;
}
.logobar{
	width: 100%;
	height: 70px;
	padding: 10px 20px;
	display: table;
/*	border-bottom: 1px solid #666;*/
	margin-bottom: 10px;
}
.logo{
	display: table-cell;
	font-size: 1.4em;
	color: #FFF;
	font-weight: 600;
	text-transform: capitalize;
	vertical-align: middle;
	line-height: 25px;
}
.logobar img{
	height: 40px;
}
.sidebar ul{
	padding: 0px;
	margin: 0px;
	list-style: none;
}
.sidebar a{
	display: flex;
	padding: 8px 22px;
	color: #e0dcdc;
	font-weight: 300;
	text-decoration: none;
	transition: all 0.5s;
	font-size: 14px;
	text-transform: capitalize;
}
.sidebar a:hover{
	background: #202d3a;
	color: #FFF;
}
.sidebar a:hover i{
	color: #FFF;
}
.sidebar i{
	width: 30px;
	font-weight: 500;
	font-size: 16px;
	transition: all 0.5s;
}
.flotRight{
	position: absolute;
	right: 5px;
	text-align: center;
	line-height: 20px;
}
.sidebar ul ul{
	display: none;
}
.sidebar ul ul a{
	padding-left: 40px;
}
.sidebar::-webkit-scrollbar{
    width: 10px;
}
.sidebar::-webkit-scrollbar-track{
    background: #ddd; 
}
.sidebar::-webkit-scrollbar-thumb{
    background: #666; 
}
.sidebar::-webkit-scrollbar-thumb:hover{
    background: #555; 
}

.mainarea{
	width: 77%;
	min-height: 500px;
	position: absolute;
	right: 20px;
	top: 55px;
}
.mainarea_home{
	width: 77%;
	top: 100px;
	right: 5px;
}
.pagehead{
	font-size: 20px;
	font-weight: 600;
	text-transform: capitalize;
	color: #2c304d;
	margin-top: 10px;
	margin-bottom: 20px;
}
.recommed{
	background: #560202bf;
	color: #FFF;
	padding: 2px 5px;
	border-radius: 5px;
}
.pagelink{
	font-size: 13px;
	color: #2c304d;
	text-transform: capitalize;
	margin-bottom: 10px;
}
.pagelink a{
	color: #2c304d;
}
.pagelink i{
	width: 15px;
	text-align: center;
	font-weight: 700;
}
.headernav{
	text-align: right;
}
.headernav a{
	padding: 0px 10px;
	background-image: linear-gradient(to bottom, #6e6d7b, #5e6170, #4e5566, #3d495b, #49422e);
	display: inline-block;
	height: 35px;
	line-height: 35px;
	color: #FFF;
	font-weight: 500;
	margin-top: 10px;
	text-decoration: none;
	border-radius: 3px;
}
.headernav i{
	width: 20px;
	text-align: left;
}

.pagearea{
	background: #FFF;
	padding: 0px;
	box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
	min-height: 100px;
	border-radius: 5px;
	margin-bottom: 10px;
}
.workhead{
	font-size: 15px;
	font-weight: 600;
	text-transform: capitalize;
	padding: 10px 15px;
	border-bottom: 1px solid #f5f5f5;
	background: #fcfcfc;
	border-radius: 5px 5px 0px 0px;
}
.workhead .batt{
	margin: 0px;
}
.workhead_bottom{
	font-weight: 600;
	padding: 10px 15px;
	border-top: 1px solid #f5f5f5;
	background: #fcfcfc;
	border-radius: 0px 0px 5px 5px;
}
.workarea{
	padding: 15px 0px;
}
.workhead .headernav a{
	margin: 0px;
	font-size: 14px;
	height: 30px;
	line-height: 30px;
	text-align: center;
}
.workhead .headernav i{
	width: auto;
}

.provideMaterial{
    min-height: 110px;
	background: #ffffffa6;
    color: #000;
    padding: 25px;
    border-radius: 5px;
    margin: 20px 0px;
/*    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;*/
}
.provideMaterial ul{
	margin: 0px;
	padding: 0px;
	list-style: none;
	display: flex;
    justify-content: center;
    align-items: center;
}
.provideMaterial li:not(:last-child){
	text-align: center;
	border-right: 1px solid #dddddd73;
}
.provideMaterial a{
	padding: 0px 30px;
	text-align: center;
	justify-content: center;
	display: block;
	color: #000;
	text-decoration: none;
	transition: all 0.3s;
	font-size: 13px;
}
.provideMaterial a:hover{
	scale: 1.1;
}
.provideMaterial i{
	display: inline-block;
    font-size: 25px;
	font-weight: 400;
	color: orange;
	width: 50px;
	height: 50px;
	line-height: 50px;
	border-radius: 100%;
	background: #ffecdf82;
	text-align: center;
	margin-bottom: 20px;
}

.radiobox{
	border: 1px solid #c2c3c4;
	display: inline-block;
	border-radius: 3px;
	padding-right: 5px;
	display: flex;
	align-items: center;
    justify-content: space-between;
}
.radiobox label {
	width: 100%;
	cursor: pointer;
	padding: 0px;
	margin: 0px;
	font-weight: 500;
	margin-right: -5px;
	border-right: 1px solid #c2c3c4;
}
.radiobox label:last-child{
 	border: none;
}
.radiobox label input {
	opacity: 0;
	position: absolute;
}
.radiobox label span {
	text-align: center;
	height: 35px;
	line-height: 35px;
	text-align: center;
	display: block;
	position: relative;
}
.radiobox label input:checked+span {
	background-color: #85A389;
	color: #fff;
	border: 1px solid #c2c3c4;
}
.radiobox span:before{
	content: '';
	position: absolute;
	width: 15px;
	height: 15px;
	left: 20px;
	top: 10px;
	border-radius: 100%;
	border: 3px solid #FFF;
}

.form label{
	font-weight: 500;
}
.form input, .form select, .form textarea{
	height: 35px;
	box-shadow: none;
	font-size: 1em;
}
.form .selectbutton button{
	height: 35px;
	line-height: 20px;
}
.form .selectbutton button:hover{
	background: none;
}
.form textarea{
	height: 60px;
	resize: none;
}
.button{
	padding: 0px 20px;
	min-height: 40px;
	font-size: 1em;
	background-image: linear-gradient(to bottom, #6e6d7b, #5e6170, #4e5566, #3d495b, #49422e);
	color: #FFF;
	font-weight: 500;
	text-transform: capitalize;
	position: relative;
	margin: 10px 0px;
	border: none;
}
.button:hover{
	color: #FFF;
}
.button-arrow {
    transition: 0.2s ease;
}
.button-arrow::before {
    position: absolute;
    content: "";
    height: 8px;
    width: 8px;
    background: transparent;
    top: 50%;
    transform: translateY(-50%) rotate(-45deg);
    border-right: 2px solid #FFF;
    border-bottom: 2px solid #FFF;
    right: 23px;
    transition: 0.2s ease;
}
.button-arrow::after {
    position: absolute;
    content: "";
    height: 2px;
    width: 15px;
    top: 50%;
    transform: translateY(-50%);
    background: #FFF;
    transition: 0.2s ease;
    right: 23px;
}
.button-arrow:hover::before {
	right: 15px;
	border-color: #FFF;
}
.button-arrow:hover::after {
	width: 22px;
	right: 15px;
	background: #FFF;
}
.error{
	color: red;
}
.btn_close{
	padding: 0px 20px;
	height: 40px;
	font-size: 1.2em;
	background-image: linear-gradient(to bottom, #6e6d7b, #5e6170, #4e5566, #3d495b, #49422e);
	color: #FFF;
	font-weight: 500;
	border: none;
}
.toggle.btn{
	border-radius: 25px;
	width: 6.7rem !important;
	height: 3.15rem !important;
}
.btn.active{
	box-shadow: none;
}
.toggle.btn label{
	font-weight: 500;
}
.toggle-on{color: #FFF !important}
.toggle.btn.btn-light{
	background: #f5f5f5;
}

.mytable{
	width: 100%;
	font-size: 14px;
	color: #000;
}
.mytable td{
	padding: 5px 10px;
	border-bottom: 1px solid #ddd;
}
.tr{
	background: #f3f6f9;
	font-weight: 600;
	color: #000;
	height: 40px;
}
.mytable tr:hover{
	background: #f5f5f5;
	cursor: pointer;
}
.mytable .action{
	text-align: center;
}
.mytable .action a{
	color: #FFF;
	text-align: center;
}
.mytable .action .fa-plus{
	background: green;
	width: 20px;
	height: 20px;
	line-height: 20px;
}
.mytable .action .fa-eye{
	background: skyblue;
	width: 20px;
	height: 20px;
	line-height: 20px;
}
.mytable .action .fa-edit{
	background: orange;
	width: 20px;
	height: 20px;
	line-height: 20px;
}
.mytable .action .fa-download{
	background: blue;
	width: 20px;
	height: 20px;
	line-height: 20px;
}
.mytable .action .fa-trash{
	background: red;
	width: 20px;
	height: 20px;
	line-height: 20px;
}
.status, .batt, .batt2{
/*	background: rgb(133 195 57);*/
	background-image: linear-gradient(to bottom, #6e6d7b, #5e6170, #4e5566, #3d495b, #49422e);
	color: #FFF;
	padding: 5px 10px;
	border-radius: 4px;
	border: none;
	cursor: pointer;
}
.batt{
	margin-top: 10px;
}
.delete{
	background: red;
	color: #FFF;
	text-decoration: none;
	width: 25px;
	height: 25px;
	line-height: 25px;
	font-size: 14px;
	display: inline-block;
	border-radius: 100%;
	text-align: center;
}
.stsBatt{
	padding: 3px;
	background: green;
	color: #FFF;
	font-weight: 500;
	border-radius: 5px;
	font-size: 12px;
}
.opened{background: green;}
.closed{background: #000;}
.pending{background: red;}
.rounded{
	border-radius: 100%;
}
.poDetails{
	position: fixed;
	right: 0px;
	top: 0px;
	color: #666;
	background: #FFF;
	box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
	width: 120vh;
	height: 100vh;
	padding: 10px;
	z-index: 2;
	margin-right: -150vh;
	transition: all 0.5s;
}


/* -------------- Modals------------ */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
	-webkit-appearance: none;
	margin: 0;
}

/* Firefox */
input[type=number] {
	-moz-appearance: textfield;
	text-align: right;
}
.modal{
	color: #666;
}
.modal {
  text-align: center;
  padding: 0!important;
}

.modal:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -4px;
}

.modal-dialog {
  display: inline-block;
  text-align: left;
  vertical-align: middle;
}
.modal-content{
	box-shadow: none;
	border: none;
}
.modal-body{
	background: #FFF;
	overflow: auto;
}
.modal-header{
	background: #fcfcfc;
	border-bottom: 1px solid #f5f5f5;
	border-radius: 10px 10px 0px 0px;
}
.modal-footer{
	background: #fcfcfc;
	border-top: 1px solid #f5f5f5;
	border-radius: 0px 0px 10px 10px;
}
.modal label{
	font-weight: 500;
	color: #444;
}
.modal input, .modal select, .modal textarea{
	height: 35px;
	border: 1px solid #ddd;
	box-shadow: none;
	border-radius: 2px;
}
.modal textarea{
	height: 55px;
}
.modal .select button{
	height: 35px;
	line-height: 20px;
	border: 1px solid #ddd;
	box-shadow: none;
	border-radius: 2px;
}
.modal p{
	font-size: 1.2em;
}
.modal button{
	height: 35px !important;
	border: none;
	box-shadow: none;
	border-radius: 2px;
	padding: 0px 20px;
	font-weight: 500;
	font-size: 1em;
	text-transform: capitalize;
}
.modal .btn-default{
	background: #f5f5f5;
}
.modal button[type=submit]{
	background-image: linear-gradient(to bottom, #6e6d7b, #5e6170, #4e5566, #3d495b, #49422e);
	color: #fff;
}
.modal input[type=reset]{
	background-color: orange;
}
.modal .error{color: red;}

.loadDataBefore{
	width: 50px;
	height: 50px;
	margin: 50px auto;
	border: 1ox solid #333;
}
.loadDataBefore img{
	width: 50px;
	height: 50px;
}
.image{
	padding: 0px 20px;
	height: 100px;
	cursor: pointer;
}
.pagination{
	margin: 0px;
}
.paginationBox{
	padding: 15px;
}


.course{
    background: #FFF;
    padding: 15px;
    border-radius: 5px;
    box-shadow: 0 2px 4px 0 rgba(24,50,71,.08);
    margin-bottom: 20px;
    transition: all 0.3s;
}
.course:hover{
	scale: 1.02;
}
.course img, .course_details img{
    border-radius: 5px;
}
.offerImage{
    width: 100px;
    position: absolute;
    top: 0px;
    right: 15px;
    z-index: 1;
}
.courseName{
    font-size: 17px;
    font-weight: 500;
    min-height: 50px;
    text-transform: capitalize;
}
.courseTeacher{
    font-weight: 400;
    color: #666;
    margin: 5px 0px;
}
.courseFeture ul, .course_details ul{
    margin: 0px;
    padding: 0px;
    list-style: none;
}
.courseFeture li, .course_detailsli{
    display: inline-block;
    margin-right: 30px;
    font-weight: 500;
    font-size: 13px;
}
.courseFeture i{
    display: inline-block;
    margin: 2px 0px 0px 5px;
    position: absolute;
    color: orange;
}
.courseAction{
    padding: 0px;
    padding-top: 10px;
    margin-top: 10px;
    border-top: 1px solid #ddd;
}
.courseAction a{
    height: 30px;
    line-height: 30px;
    background: orange;
    color: #FFF;
    padding: 0px 15px;
    display: inline-block;
    border-radius: 20px;
    text-decoration: none;
}
.courseStudents{
    text-align: right;
    font-weight: 500;
    color: #666;
    text-decoration: underline;
}
.name{
	width: 100%;
	min-height: 30px;
	font-size: 14px;
}
.name table{
	border: 1px solid #ddd;
	margin: 5px 0px;
}
.name td{
	border: 1px solid #ddd;
	padding: 5px;
}
.qurdu{
	text-align: right;
	font-family: 'Noto Nastaliq Urdu', serif;
}
.qeng{
	font-family: "Open Sans", sans-serif;
}
.action{
	width: 20%;
	height: 30px;
	float: left;
	text-align: right;
	line-height: 30px;
}
.qtdel{
	width: 20%;
	min-height: 25px;
	float: left;
	font-size: 1em;
}
.qtdel2{
	width: 80%;
	min-height: 25px;
	float: left;
	font-size: 1em;
}

.priceBox{
	border-radius: 5px;
	border: 3px solid orange;
	padding: 10px;
	margin: 20px 0px;
	background: #FFF;
}
.priceBox p{
	display: block;
	color: green;
	font-weight: 600;
	padding-top: 10px;
}
.priceBox .price{
	font-size: 1.4em;
	font-weight: 700;
}
.priceBox .priceAmount{
	color: red;
	font-size: 14px;
	text-align: right;
	text-decoration: line-through;
}

.courselist2 ul{
    padding: 0px;
    margin: 0px;
    list-style: none;
    padding-bottom: 80px;
}
.courselist2 li{
	box-shadow: 0 2px 4px 0 rgba(24,50,71,.08);
	margin-bottom: 2px;
}
.courselist2 a{
  	min-height: 40px;
  	line-height: 40px;
	display: block;
	padding: 5px 10px;
	font-weight: 500;
	color: #444;
	background: #FFF;
	border-radius: 5px;
	font-size: 1.2em;
	text-decoration: none;
	transition: all 0.5s;
}
.courselist2 a i{
	float: right;
	width: 35px;
	height: 35px;
	border-radius: 100%;
	text-align: center;
	line-height: 35px;
	background: #d3eee2;
	color: #999;
}
.courselist2 ul ul{
	display: none;
    background: #FFFF;
    padding: 5px;
}
.courselist2 li li{
	display: table;
	width: 100%;
	box-shadow: none;
/*	box-shadow: rgba(0, 0, 0, 0.04) 0px 3px 5px;*/
}
.courselist2 ul ul a{
    padding-left: 25px;
    font-size: 1.2em;
    border:none;
    background: #F5f5f5;
}
.courselist2 span{
	float: right;
	width: 32px;
	height: 32px;
	border-radius: 100%;
	background: #999;
	color: #FFF;
	line-height: 32px;
	text-align: center;
	font-size: .9em;
	font-weight: 400;
	position: absolute;
	right: 10px;
}
.video{
	background: #f5f5f5;
	margin: 10px 0px;
	min-height: 200px;
	border-radius: 5px;
}
.video .video_name{
	font-size: 1em;
	font-weight: 400;
	color: #333;
	padding: 10px;
}
.video a{
	text-decoration: none;
}
.videoplayer{
	width: 100%;
}
.videoplayer iframe{
	width: 100%;
	height: 400px;
}
.videobox{
	height: 500px;
	overflow: auto;
}
.videolist{
	background: #FFF;
	margin-bottom: 5px;
}
.videolist .video_name{
	font-size: 1.1em;
}
.videolist a{
	text-decoration: none;
	color: #333;
}
.mattext{
	padding: 10px;
	text-align: center;
	height: 100%;
	width: 100%;
	display: table-cell;
	vertical-align: middle;
}
.mattext2{
	padding: 5px;
	text-align: left;
	height: 100%;
	width: 100%;
	display: table-cell;
	vertical-align: middle;
}
.icon{
	padding: 5px;
	text-align: center;
	height: 100%;
	width: 100%;
	display: table-cell;
	vertical-align: middle;
}

.testname, .testname2{
	font-size: 1.1em;
	text-transform: capitalize;
	font-weight: 600;
}
.testtime{
	font-size: 14px;
	font-weight: 400;
	color: #999;
}
.testreview{
	font-size: 16px;
	font-weight: 500;
	padding: 5px 0px;
}
.testrank{
	font-size: 14px;
}
.testrank .rank{
	font-size: 20px;
	text-decoration: underline;
	color: orange;
}
.testrank .precentage{
	font-size: 14px;
	color: red;
}

.test_notice{
	background: #FFF;
	padding: 15px;
	border-radius: 5px;
	box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}






@media(max-width:900px)
{
	.pagehead{
		font-size: 16px;
	}
	.mpad0{padding: 0px}
	#fa-bars{display: inline-block;}
	#search{display: inline-block;}
	.top{width: 100%;}
	.topnav ul li{
		padding: 0px 10px;
	}
	.topnav #profile span{display: none;}
	.sidebar{
		width: 280px;
		z-index: 3;
		padding: 0px 0px 20px 0px;
		left: -300px;
		box-shadow: none;
		transition: all 0.5s;
	}
	.sidebar.active{
		left: 0px;
		transition: all 0.5s;
	}
	.notification, .support{
		width: 300px;
	}
	.mainarea{
		width: 92%;
		right: 0px;
		left: 0px;
		margin: auto;
	}
	.search form{
		display: none;
	}
	.headernav a span{display: none;}
	.headernav a i{width: auto;}
	.poDetails{
		width: 70vh;
	}
	.courseStudents{text-align: left;}
	.mfloatNone{
		float: none;
	}
	.provideMaterial{
		padding: 2px;
	}
	.provideMaterial ul{
		display: block;
		text-align: left;
	}
	.provideMaterial li{
		display: inline-block;
		border: none !important;
	}
	.provideMaterial a{
		padding: 5px;
		width: 110px;
		margin-bottom: 10px;
	}
	.provideMaterial i{
        margin-bottom: 10px;
    }

	.video{min-height: 90px;}
	.videoplayer{
		width: 100%;
	}
	.videobox{
		height: auto;
		padding: 5px;
		overflow: auto;
		padding-bottom: 20px;
	}
	.videoplayer iframe{
		width: 100%;
		height: 200px;
	}
	
}