@font-face{
	src: url(fonts/Tajawal-Regular.ttf);
	font-family: Tajawal-Regular;
}
@font-face{
	src: url(fonts/The-Sans-Plain.otf);
	font-family: TheSans-Plain;
}
@font-face{
	src: url(fonts/KUFAM-BOLD.TTF);
	font-family: Kufam;
}
*{
	box-sizing: border-box;
	padding: 0;
	margin: 0;
	border:0;
	font-family: TheSans-Plain;
}
body{
	direction: rtl;
	margin: auto;
}
ul{
	list-style: none;
}
a{
	text-decoration: none;
	color: inherit;
}
button{
	cursor: pointer;
}
button:focus{
	outline: 0;
}
input:focus{
	outline: 0;
}
textarea{
    white-space: pre-wrap;
}
main{
    min-height:90vh;
}
:root {
  --one: #1F468D;
  --two: #face70;
  --three: #f3f3f3;
  --abt:#fdadad;
  --end:#9fdf9f;
  --late:#16d716;
  --on:#f1f198;
  --abs:#75c3dd;
  --dec:#666666;
  --res:#eb8feb;
}
.bg-info {
    background-color: #17a2b8!important;
    transition: all 0.2s linear;
}
.bg-danger {
    background-color: #dc3545!important;
    transition: all 0.2s linear;
}
.bg-success {
    background-color: #28a745!important;
    transition: all 0.2s linear;
}
.bg-dark{
	background-color: #343a40 !important;
	transition: all 0.2s linear;
}
.bg-warning {
    background-color: #ffc107!important;
    transition: all 0.2s linear;
}
.bg-warning:hover{
	background-color: #d19d02!important;
}
.bg-success:hover{
	background-color: #166e2a!important;
}
.bg-info:hover {
    background-color: #0069d9!important;
}
.bg-danger:hover {
    background-color: #9b0c1a!important;
}
.bg-dark:hover{
	background-color: #252a2e !important;
}

/*## S nav ##*/
header{
}
.log-con img{
	width: 100px;
}
.main-btn{
	display: none;
}
.nav{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
    align-items: center;
    box-shadow: 1px 1px 10px 1px #d2c5c5;
    padding: 0 20px;
    position: sticky;
    z-index: 1010;
    width: 100%;
    top: 0;
    left: 0;
    right: 0;
    background-color: white;
}
.main-menu{
	display: flex;
	flex-wrap: wrap;
}
.main-menu li > a , .log-but a{
	padding: 10px 12px;
	font-weight: bold;
}
.level-menu{
	display: none;
}
.wellcome{
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	text-align: center;
	align-items: center;
}
.wellcome-msg{
	width: 40%;
}
.wellcome-img{
	width: 60%;
	background-image: url(../image/banner_1.png);
    height: 650px;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    border-radius: 0 0 40% 0;
}
.wellcome-img img{
	display: none;
}
.wellcome-msg div{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
}
.wellcome-msg a img{
	width: 180px;
}
.wellcome-msg a {
	height: 77.66px;
}
.wellcome-msg h1{
	font-size: 2.7em;
    letter-spacing: -1px;
    font-family: Kufam;
    color: var(--one);
}
.big-btn{
	width: 170px;
    display: block;
    background-color: var(--one);
    color: white;
    font-size: 22px;
    height: 48px;
    line-height: 48px;
    border-radius: 6px;

}
.advice{
    font-size: 1.5em;
    color: var(--one);
    padding: 0 20px;
}
.log-but{
	color: var(--one);
}
.side-menu-con{
	position: absolute;
	left: 100%;
    top: 0;
    color: white;
    transition: all 0.6s linear;
    background-color: rgba(0, 0, 0, 0.5);
    width: 100%;
    height: 100vh;
    z-index: 1090;
}
.side-menu{
	background-color: var(--one);
	width: 75%;
	height: 100%;
}
.side-menu a{
	padding: 10px 5px;
	font-size: 17px;
	display: block;
}
.log-side{
	background-color: white;
	text-align: center;
}
.log-side img{
    width:200px;
}
.usermenu{
	padding: 0 25px;
    position: relative;
    text-align: center;
    width: fit-content;
	width: -moz-fit-content;
	width:-webkit-fit-content;
	margin: auto;
}
#aside-menu span{
    margin: 3px 0;
}
.logname{
	display: block;
}
.usermenu > div{
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	justify-items: center;
}
.usermenu img{
    width: 70px;
    height: 70px;
    border-radius: 25%;
    margin: auto;
}
.usermenu > div span{
	padding: 0 10px;
}
.usermenu ul{
	z-index: 1090;
	display: none;
    position: absolute;
    background-color: var(--one);
    width: 100%;
    font-size: 16.5px;
    overflow: hidden;
    width: 50%;
    left: 50%;
    color: white;
    transform: translateX(-50%);
    border-radius: 8px;
    box-shadow: 1px 1px 2px var(--two) , -1px -1px 2px var(--two);
}
.usermenu ul li{
	padding: 10px;
	box-shadow: 0px 1px 2px var(--three);
	transition: all 0.3s linear;
}
.usermenu ul li:hover{
	text-align: center;
}
.scomview{
    display:flex;
    flex-wrap: wrap;
}
.scomview h4 , .scomview span{
    width:50%;
}
.noti-mail{
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
}
.noti-mail a{
	font-size: 24px;
	padding: 2px 10px;
	position: relative;
}
.noti-mail span{
    position: absolute;
    top: -1px;
    left: 1px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    line-height: 18px;
    padding: 0;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    color: white;
    font-size: 14px;
    background-color: #F53D3F;
}
.notif{
    width: 90%;
    margin: 5px auto;
    padding: 15px;
    background-color: var(--one);
    color: var(--three);
    border-radius: 6px;
    font-size: 18px;
    border: 2px solid var(--three);
    cursor: pointer;
}
.notif:hover{
	transform: scale(1.02);
	box-shadow: 1px 1px 3px gray;
	color: var(--two);
}
.notif span{
	display: block;
	margin:  auto;
	text-align: center;
	font-size: 14px;
}
.notim{
    width: 95%;
    margin: 5px auto;
    padding: 15px;
    background-color: var(--one);
    color: var(--three);
    border-radius: 6px;
    font-size: 18px;
    border: 2px solid var(--three);
    cursor: pointer;
    display:flex;
}
.notim:hover{
	transform: scale(1.02);
	box-shadow: 1px 1px 3px gray;
	color: var(--two);
}
.notim span{
	display: block;
	margin:  auto;
	text-align: center;
	font-size: 14px;
}
.morsla{
    background-color: var(--one);
    color: var(--two);
    padding: 20px;
    border-radius: 6px;
    margin: 10px 0;
}
.newbut{
    background-color: var(--three);
    color: black;
    padding: 10px 5px;
    border-radius: 8px;
    width: 40%;
    font-size: 15px;
    display: block;
    margin: 5px auto;
}
.tslider{
    text-align: center;
    display: block;
}
.tslider img{
	width:100%;
}
.splide__slide{
    margin:10px;
}
/*## E nav ##*/

/*## S footer ##*/
.sosial{
	position: fixed;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	color: white;
	z-index: 1011;
}
.sosial i{
	width: 40px;
	height: 40px;
	border-radius: 50%;
	padding: 8px;
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 4px 0;
}
.sosialc{
	color: white;
}
.sosialc i{
	width: 40px;
	height: 40px;
	border-radius: 50%;
	padding: 8px;
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 4px 0;
}
.sosial i:hover{
	transform: scale(1.07);
	border: 0.5px solid white;
}
.fa-facebook-f{
	background-color: #4267B2;
}
.fa-tiktok{
	background-color: #000000;
}
.fa-instagram {
	background-color: #C13584;
}
.fa-linkedin-in{
	background-color: #4267B2;
}
.fa-youtube{
	background-color: #FF0000;
}
.fa-whatsapp{
	background-color: #25D366;
}
.fa-telegram-plane, .fa-twitter{
    background-color: #0088cc;
}
/*## E footer ##*/

/*## S Index ##*/
.msgwhat{
    position: absolute;
    font-size: 14px;
    background-color: var(--one);
    color: white;
    left: 126.2%;
    font-weight: bold;
    padding: 8px 10px;
    border-radius: 8px;
    text-align: center;
    line-height: 16px;
    display: block;
    width: 145px;
    top: 50%;
    transform: translateY(-50%);
    animation: whmsg 3.5s linear  1.5s infinite;
    box-shadow: 3px 3px 4px black;
}
.arrow{
  	width: 0;
    height: 0;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-right: 10px solid var(--one);
    position: absolute;
    left: 100%;
    top: 50%;
    transform: translateY(-50%);
    animation: whmsg 3.5s linear  1.5s infinite;
}
@keyframes whmsg{
  0%{opacity: 0;}
  25%{opacity: 1;}
  50%{opacity: 1;}
  75%{opacity: 1;}
  100%{opacity: 0;}
}
.sec1{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: stretch;
    margin: 65px 20px 20px;
}
.sec1 div{
	max-width: 520px;
	text-align: center;
	padding: 60px 40px;
	position: relative;
	color: white;
	flex: 1;
}
.sec1 div img{
	position: absolute;
	width: 120px;
	height: 140px;
	left: 50%;
	transform: translateX(-50%);
	top: -60px;
}
.sec1 div h2{
	margin: 20px 0;
}
.d1{
	background-color: var(--two);
}
.d2{
	background-color: var(--three);
	color: black!important;
}
.d3{
	background-color: var(--one);
}
/*## E Index ##*/

/* ## S footer ##*/
	footer{
	    background-image: linear-gradient(to right, var(--two), var(--one));
	    text-align: center;
    	width: 100%;
    	bottom: 0;
	}
	footer ul{
	    width: 100%;
	    display: flex;
	    justify-content: center;
	}
	footer ul a{
		display: block;
		width: 100%;
		padding: 10px 20px;
		font-size: 22px;
		color: white;
	}
/* ## E footer ## */


/*
######################################
########## Start login Style ########
######################################
*/
.block-msg{
    position: fixed;
    top: calc(50% - 35px);
    right: calc(50% - 125px);
    background-color: #ff4646;
    color: white;
    z-index: 1093;
    padding: 10px;
    font-size: 18px;
    border-radius: 8px;
    width: 250px;
}
.chform{
    display: flex;
    justify-content: space-evenly;
    flex-wrap: wrap;
    background-color: var(--two);
    padding: 12px;
    font-size: 18px;
}
.log-layer{
	width: 100%;
    margin: auto;
}
.login-contanier{
	width: 100%;
	border-radius: 6px;
	max-width:100%;
}
.log-cover{
	position: relative;
}
.close-btn{
	position: absolute;
	background-color: transparent;
	color: var(--secoundry-color);
	top: 5px;
    left: 10px;
    font-size: 22px;
    cursor: pointer;
}
.close-btn:hover{
	color: #ffa801;
	transform: scale(1.1);

}
.login-con{
	width: 100%;
	margin: auto;
	position: relative;
}
.app-sign{
    direction: ltr;
    padding: 10px 30px;
}
.app-sign a{
    color: white;
    padding: 10px;
    border-radius: 8px;
    width: 100%;
    display: block;
    text-align: center;
    margin: 8px auto;
    font-size: 20px;
}
.face{
   background-color: #4267B2; 
}
.gmail{
   background-color: #DB4437; 
}
.login , .signup{
	background-color: rgba(0,0,0,0.40);
	padding: 25px 30px; 
	width: 620px;
    margin: 24px auto;
	border-radius: 6px;
	color: var(--secoundry-color);
	box-shadow: 0.5px 0.5px 3px #d2dae2;
    text-align: center;
}
.login label , .login span{
    display: block;
    text-align: center;
}
.login span{
	color: white;
}
.login button , .signup button{
    background: #05c46b;
    color: white;	
    cursor: pointer;
}
.login h2 ,.signup h2 {
	text-align: center;
	width: 100%;
	color: white;
}
.login h3 ,.signup h3 {
	width: 100%;
	margin: auto;
	font-size: 85px;
	text-align: center;
	color: white;
}
.blockinput {
	display: block;
	width: 100%;
	margin: 21px 5px;
	font-size: 20px;
	padding: 4px;
	border-radius: 6px;
}
.blockinput:focus{
	outline:0;
}
.login div , .signup div {

}
.face-btn{
	position: absolute;
    font-size: 50px;
    top: 465px;
    right: 205px;
    background: transparent;
    color: #4267B2;
    cursor: pointer;
}
.face-btn:hover, .google-btn:hover{
	font-size: 52px;
}
.subject-drop-list{
	position: relative;
    width: calc(50% - 10px);
    margin: auto;
}
.subject-drop-list input{
	cursor: pointer;
}
.subject-drop-list ul{
    position: absolute;
    border-radius: 6px;
    overflow: hidden;
    width: calc(100% - 8px);
    z-index: 1001;
    top: 100%;
    left: 4px;
    background-color: var(--one);
    color: white;
    display: none;
}
.outerulform{
    position: absolute;
    border-radius: 6px;
    width: 180%;
    z-index: 1001;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    background-color: var(--one);
    color: white;
    display: none;
    border: 1px solid var(--two);
}
.subject-drop-list ul li , .outerulform li{
	padding: 5px 20px;
	border-bottom: .5px solid white;
	cursor: pointer;
}
.subject-drop-list ul li:hover{
	background-color: var(--two);
	transform: scale(1.04);
	padding-right: 38px;
}
.outerulform  li:hover{
	background-color: var(--two);
	text-align: center;
}
.subject-drop-list i{
	position: absolute;
    font-size: 25px;
    color: black;
    z-index: 1000;
    left: 4px;
    top: 50%;
    transform: translateY(-50%);
}
.blockinputinclude {
	color: var(--one);
	display: inline-block;
	margin: 10px 5px;
	width: calc(50% - 10px);
	font-size: 20px;
	padding: 4px;
	border-radius: 6px;
}
.level-drop-list{
	position: relative;
	display: inline-block;
	margin: 18px 5px;
	width: 47%;
	font-size: 20px;
}
.level-drop-list li{
	position: absolute;
	background-color: var(--nav-Bcolor);
	width: 100%;
	padding: 5px;
	cursor: pointer;
	transition: all .4s linear;
	display: none;
}
.level-drop-list li:hover{
	background-color: var(--secoundry-color);
	color: var(--aside-color);
	padding-right: 10px;
}
#level-chose{
	display: inline-block;
	position: static;
	background-color: #fffcf2;
	padding: 4px;
	border-radius: 6px;
	color: var(--nav-color);
	position: relative;
}
.level-drop-list li:nth-child(2){
	border-radius: 6px 6px 0 0;
}
.level-drop-list li:last-child{
	border-radius: 0 0  6px 6px;
}
#level-chose i{
	position: absolute;
	top: 10px;
	left: 10px;
}
/*
######################################
########## End login Style ########
######################################
*/


/*
######################################
########## Start primary middle high Style ########
######################################
*/
.lvlcon{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
}
.lvlcon div{
	cursor: pointer;
    flex: 1;
    margin: 15px 10px;
    padding: 8px 20px;
    text-align: center;
    border-radius: 6px;
    box-shadow: 1.5px 1.5px 4px #4e4e4e;
}
.lvlcon div input{
    text-align: center;
    margin: 10px auto;
}

/*
######################################
########## End primary middle high Style ########
######################################
*/
/*
####################################
########## Start freelesson Style #######
####################################
*/
.freelessonsec{
    margin: 20px 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: stretch;
    padding: 30px 10px;
    background-color: var(--three);
}
.lesmsg{
    color:white;
    text-align:center;
    width:100%;
    font-size:22px;
    padding:50px;
}
.singlelesson{
	cursor: pointer;
	position: relative;
	display: block;
	width: calc(25% - 10px);
	margin: 5px;
	border-radius: 8px;
	overflow: hidden;
	text-align: center;
    background-color: var(--two);
    color: var(--four);
    font-size: 16px;
    text-shadow: 0.5px 0.5px 0.5px black;
    padding: 4px 0;
    box-shadow: 1px 1px 2px var(--five) , -1px -1px 2px var(--five);
}
.freelessonsec h1{
	text-align: center;
	padding:10px 0;
	width: 100%;
	background-color: var(--two);
}
.singlelesson  div:last-child{
	display: flex;
	align-items: center;
	justify-content: space-around;
	flex-wrap: wrap;
	padding: 5px;
}
.slbut{
	cursor: pointer;
    width: 100%;
    margin: 10px;
    background-color: var(--three);
    padding: 5px;
    border-radius: 8px;
    color: var(--five);
}
.perpur{
    position: relative;
    display: block;
    width: calc(20% - 10px);
    margin: 5px;
    border-radius: 8px;
    overflow: hidden;
    text-align: center;
    background-color: var(--one);
    color: white;
    font-size: 16px;
    border: 1px solid black;
    padding: 4px;
}
.perpur h2{
	font-size: 15px;
}
.perpur img , .singlelesson img{
	width: 100%;
	height: 250px;
	display: block;
	margin: auto;
	filter: drop-shadow(0.5px 0.5px 0.5px white) drop-shadow(-0.5px -0.5px 0.5px white);
	transition: all .4s linear;
}
.control{
    display: flex;
}
.purchemessage{
	display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: var(--one);
    z-index: 1090;
    color: white;
    width: 500px;
    border-radius: 8px;
    padding: 33px 15px;
}
.purchemessageO{
	display: none;
    background-color: var(--four);
    color: var(--five);
    margin: 15px auto;
    border-radius: 8px;
    padding: 10px 5px;
}
.purchemessage h3, .purchemessageO h3{
	font-size: 17px;
	padding: 5px 0;
	text-align: center;
}
.purchemessage input, .purchemessageO input{
	cursor: pointer;
	width: 47%;
	display: inline-block;
	margin: auto;
	background-color: var(--three);
	padding: 5px;
	color: black;
	font-weight: bold;
	border-radius: 8px;
}
.codeinput{
	width: 90% !important;
	display: block !important;
	margin: 5px auto !important;
	padding: 5px !important;
	color: var(--one) !important;
	border-radius: 8px !important;
}
.invalidcode{
    width: 100%;
    background-color: var(--four);
    color: var(--three);
    padding: 20px;
    font-size: 20px;
    text-align: center;
    border-radius: 8px;
    margin: 10px;
}
.goexam iframe{
    width:100%;
}
/*
####################################
########## End freelesson Style #######
####################################
*/

/*
####################################
########## Start Lessons Style #######
####################################
*/
.lesson-video{
	margin: 15px auto;
    position: relative;
    width: calc(25% - 10px) !important;
    border-radius: 8px;
    overflow: hidden;
    text-align: center;
    background-color: var(--one);
    color: white;
    font-size: 16px;
    text-shadow: 0.5px 0.5px 0.5px white;
    box-shadow: 1px 1px 2px var(--five) , -1px -1px 2px var(--five);
    padding: 20px;
    border: 1px solid;
}
.lesson-video iframe {
    max-width: 100%;
    height: auto;
}
.categorycon{
    align-items: center;
	margin: 15px auto;
	position: relative;
	width: calc(100% - 10px) !important;
	border-radius: 8px;
	overflow: hidden;
	text-align: center;
	display: flex;
	flex-wrap: wrap;
    background-color: var(--one);
    color: white;
    font-size: 16px;
    text-shadow: 0.5px 0.5px 0.5px black;
    box-shadow: 1px 1px 2px var(--five) , -1px -1px 2px var(--five);
}
.categorycon img{
	width: 160px;
	height: 160px;
}
.lessoncat{
	flex: 1;
	text-align: right;
	padding: 10px;
	display: flex;
	flex-wrap: wrap;

}
.lessoncat h3{
	text-align: center;
	width: 100%;
	font-size: 24px;
}
.lessoncat img{
	width: 50px;
	height: 37px;
	border-radius: 6px;
	margin: 0 10px;
	border: 0.5px solid var(--three);
}
.lessoncat i{
	font-size: 30px;
	display: block;
	margin: auto;
}
.lessoncat span {
	font-size: 20px;
	position: relative;
	margin:0 1px;
    text-shadow: 1px 1px 3px black;
}
.lessoncat text{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50% , -50%);
	color: var(--one);
}
.lessoncat > a{
	margin: 10px;
	display: block;
	display: flex;
	align-items: center;
	width: calc(50% - 20px);
	background-color: var(--four);
	padding: 0 20px;
	border-radius: 6px;
}
.lesson-video img{
	width: 100%;
	height: 250px;
	box-shadow: 1px 1px 3px #666;
	border-radius: 8px;
}
.lesson-video i{
	position: absolute;
	font-size: 40px;
	right: calc(50% - 17px);
	top: calc(30% - 20px);
    color: var(--secoundry-color);
}

.lessonoption a{
    background-color: var(--one);
    color: white;
    padding: 10px 5px;
    border-radius: 8px;
    width: 40%;
    font-size: 15px;
    display: block;
    margin: 5px auto;
}
.lessonoption{
	display: flex; 
	justify-content: space-between; 
	align-items: center; 
	width: 100%; 
	flex-wrap: wrap;
}
.comment-form{
    display: none;
    position: absolute;
    z-index: 1017;
    top: 0;
    background-color: var(--four);
    padding: 10px;
    color: white;
    border-radius: 8px;
    width: 90%;
    height: 80%;
    left: 5%;
    top: 10%;
    
}
.comment-form h3 {
	text-align: center;
	margin-bottom: 10px;
}
.comment-form textarea{
	width: 100%;
	height: 130px;
	right: 0;
	resize: none;
	font-size: 16px;
} 
.comment-form input{
	padding: 10px 20px;
	border-radius: 8px;
	background-color: var(--three);
	color: var(--five);
}
.comment-rep{
	display: flex;
	align-items: center;
    border-radius: 6px;
    background-color: var(--one);
    color:white;
    margin: 5px 0;
    width:100%;
}
.comment-rep img{
	width: 50px;
	height: 50px;
	border-radius: 50%;
	    background-color: white;
}
.comment-rep span{
	padding: 0 5px;
}
.all-comment{
    width:100%;
}
.all-comment > span{
    background-color: var(--four);
    color: white;
    padding: 10px 5px;
    border-radius: 8px;
    width: 40%;
    font-size: 15px;
    display: block;
    margin: 5px auto;
    cursor:pointer;
}
.all-comment span:hover{
	transform: scale(1.03);
	text-shadow: 1px 1px 3px;
}
.more-com{
    padding: 5px;
    border-bottom: 1px solid gray;
}
.percat{
	flex: 1;
	background-color: var(--three);
}
.catmenu {
	padding: 5px;
}
.catmenu >li{
	font-weight: bold;
	font-size: 18px;
}
.lesmenu{
	padding: 5px 20px;
}
.lesmenu li{
	font-weight: 50;
	font-size: 16px;
}
.newLesson{
	display: flex;
	flex-wrap: wrap;
	align-items: stretch;
	flex: 3;
    justify-content: center;
    text-align: center;
    border: 1px solid;
    border-radius: 6px;
}
.newLesson form{
	width: 100%;
	display: flex;
    text-align: center;
    justify-content: center;
}
.subtit{
	text-align: center;
	width: 100%;
    background-color: var(--two);
    color: white;
    font-size: 1.8em;
}
.newLesson h2{
	text-align: center;
	width: 100%;
    padding: 25px;
    color: var(--four);
}
.newLesson h3{
	text-align: center;
	width: 100%;
    padding: 8px;
    color: var(--five);
}
.newLesson ul{
	width: 100%;
	background-color: #1b7fcc;
	border: 2px solid var(--five);
	margin: 10px;
	padding:10px;
	border-radius: 6px;
	color: white;
}
.newLesson > div{
    width: calc(50% - 20px);
    padding: 0 50px;
    margin: 10px;
    border: 2px solid var(--five);
    border-radius: 6px;
    text-align: center;
    border: 1px solid;
}
.newLesson li{
	color: var(--four);
	padding-bottom: 10px;
	text-align: right;
}
.newLesson iframe {
    max-width: 100%;
    height: 250px;
}
.newLesson textarea{
	width: 50%;
    resize: none;
    font-size: 16px;
    padding: 4px;
    border-radius: 6px;
    margin:10px;
    outline: 1px solid;
}
.button{
	padding: 10px 20px;
    border-radius: 6px;
    background-color: var(--two);
    color: black;
    font-size: 16px;
    display: inline-block;
    margin: 10px;
    cursor: default;
}
.teacherwhats{
 	margin: 10px auto;
    background: #25D366;
    padding: 5px 15px !important;
    text-align: center;
    width: -moz-fit-content !important;
    width: fit-content !important;
    color: white;
    border-radius: 6px;
    box-shadow: 1px 1px 3px gray;
    min-width: 210px !important;
}
.teacherwhats:hover{
    background: #0e8c3d;
}
.teacherwhats i{
	font-size: 18px;
}
.whatsg{
 	margin: 10px auto;
    background: black;
    padding: 5px 15px !important;
    text-align: center;
    width: -moz-fit-content !important;
    width: fit-content !important;
    color: white;
    border-radius: 6px;
    box-shadow: 1px 1px 3px gray;
    min-width: 210px !important;
}
.whatsg:hover{
    background: #208cbc;
}
.whatsg i{
	font-size: 18px;
}
.catarrow{
	display: none;
}
.lesscontent{
    /*display:flex !important;*/
    /*flex-wrap: wrap !important;*/
    /*justify-content: center !important;*/
    width: calc(100% - 20px) !important;
}
#banner{
	display: block;
    background-color: #1b7fcc;
    color: white;
    padding: 2px;
    border-radius: 20px;
    width: 201px;
    text-align: center;
    margin: 5px auto;
    font-size: 15pt;
}
/*
####################################
########## END Lessons Style #######
####################################
*/



/*
####################################
########## Start Table Style #######
####################################
*/
table {
  font-family: arial, sans-serif;
  border-collapse: collapse;
  width: 100%;
  background-color: white;
  border-radius: 8px;
}
thead{
  position: sticky;
  top: 0;
}
th {
  background-color: var(--one) ;
  color: white;
}
td, th {
  text-align: center;
  padding: 8px;
}

tr:nth-child(even) {
  background-color: #dddddd;
}
.install-con{
  width: 100%;
  overflow-x: scroll;
  padding: 10px;
}
.install-con tr{
  font-size:18px;
  font-weight:bold;
}
.install-con img{
  width: 65px;
  height: 65px;
}
/*
####################################
########## Start Table Style #######
####################################
*/


/*###########################################
########## Start schedules  Style #######
###########################################
*/
.schedules div{
    margin:10px;
    border-radius: 8px;
    overflow: hidden;
}
.schedules img{
    max-width:60%;
    margin:auto;
    display: block;
}
.schedules h2{
    background-color: #06cf43;
    display: block;
    width: 222px;
    margin: 10px auto;
    padding: 6px;
    border-radius: 10px;
    color: white;
    text-align: center;

}
/*
#########################################
########## End schedules  Style #######
#########################################
*/

/*###########################################
########## Start Information  Style #######
###########################################
*/
.Information {
	text-align: center;
	border-bottom: 2px solid white;
}
.Information h2{
	padding: 20px;
}
.Information iframe{
	max-width: 100%;
}
.subs{
    display: flex;
    align-items: center;
    background-color: #f5f5f599;
    padding: 1px;
    border-radius: 8px;
    margin: 5px;
    /*box-shadow: 1.5px 1.5px 3.5px grey;*/
    font-size: 23px;
    /*text-shadow: 0.5px 0.5px 1.5px #0339c9;*/
    color: #1F468D;
    font-weight: bold;
}
.subs img{
    width: 100px;
    height: 100px;
    padding: 10px;
}

/*
#########################################
########## End Information  Style #######
#########################################
*/


/*
####################################
########## Start Exam Style #######
####################################
*/

#stopWatch h5 {
  font-weight: bold;
  font-size: 30px;
  color: #4caf50;
  font-family: ubuntu;
}
#stopWatch h6 {
  font-weight: bold;
  font-size: 10px;
  color: #4caf50;
  margin-top: -5vh;
  margin-bottom: -2vh;
  font-family: ubuntu;
}
#stopWatch {
  height: auto;
  text-align: center;
  display: block;
  padding: 5px;
  direction: ltr;
}

#timer,
#fulltime {
  min-width: 40vw;
  width: fit-content;
  height: auto;
  padding: 20px;
  font-weight: bold;
  font-size: 30px;
  font-family: ubuntu;
  display: block;
  margin: auto;
  border: 1px solid #eee;
  border-radius: 50px;
  text-align: center;
  box-shadow: 0 2px 3px #ccc;
  background-color: white;
  color: #4caf50;
}

#stopWatch button {
  cursor: pointer;
  font-weight: bold;
  font-size: 15px;
  font-family: ubuntu;
  outline: none;
  width: 80px;
  padding: 10px 0px;
  background-color: #4caf50;
  border: 1px solid #eee;
  border-radius: 5px;
  color: white;
}
#stopWatch h5, #stopWatch h6{
margin: 15px 0  !important;
}
#fulltime {
  display: none;
  font-size: 16px;
  font-weight: bold;
}
.abtn{
    min-width: 40px;
    display: inline-block;
    padding: 6px;
    margin: 2px;
    border-radius: 6px;
    color: white;
    font-size: 16px;
    box-shadow: 1px 1px 2.5px black;
    text-align: center;
}
.tc{
	text-align: center;
}

.examform {
	position: relative;
	overflow: hidden;
}
.question-con{
    display: none;
    flex-wrap: wrap;
    justify-content: space-around;
    margin-bottom: 20px;
    background-color: white;
    padding: 8px;
    border: 2px solid var(--one);
    border-radius: 8px;
}
.question-con:first-child{
	display: flex;
}
.question{
	width: 100%;
    margin: 10px 0;
    background-color: var(--four);
    padding: 8px;
}
.question label{
	font-size: 20px;
    color: #0b12ff;
    display: flex;
    align-items: baseline;
}
.anscon{
	display: flex;
	flex-wrap: wrap;
	align-items: stretch;
}	
.anser{
	font-size: 18px;
    margin-bottom: 10px;
    width: calc(50% - 60px);
    margin: 5px 30px;
    cursor: pointer;
    height: fit-content;
}
.anser input{
	display: none;
}
.anser label{
	background-color: #c3c3c3;
	padding: 5px;
	display: block;
	width: 100%;
	border-radius: 8px;
	cursor: pointer;
	height: 100%;
}
.anser label span:first-child{
	color: white;
    background-color: #06d606;
    width: 30px;
    padding: 5px;
    border-radius: 8px;
    display: inline-block;
    text-align: center;
}
.examsubmit{
	display: block;
	margin: 30px auto;
	padding: 10px 20px;
	border-radius: 8px;
	color:white;
	font-size: 20px;
}
.questionnumber{
    background-color: #0072ff;
    color: white;
    border: 1px solid #0055bd;
    padding: 5px 10px;
    border-radius: 8px 0;
    margin: 0 5px;
}
.qanswer{
    padding: 5px;
    font-size: 20px;
}
input[type=radio]:checked+label{
	background-color: #0072ff;
}
.chform input[type=radio]:checked+label , .lvlcon input[type=radio]:checked+label{
	background-color: inherit;
}
.exammovebtn{
	display: flex;
    justify-content: space-between;
    width: 100%;
    margin: 0 30px;
}
.exammovebtn button{
	font-size: 18px;
    padding: 10px;
    color: white;
    background-color: #ff6d05;
    border-radius: 8px;
}
/*
####################################
########## End Exam Style #######
####################################
*/


/*
####################################
########## Start edit prifile Style #######
####################################
*/
.add-form > form {
	display: flex;
	flex-wrap: wrap;
}
.wide-input {
	width: 50%;
	display: grid;
	grid-template-columns: 130px auto;
	align-items: center;
}

.add-form {
	box-shadow: 0px 0px 2px var(--aside-color);
	border-radius: 6px;	
}
.add-form form > div{
	padding: 10px;
	font-size: 20px;
	color: var(--aside-color);
}
.wide-input input , question-input input, .wide-input select{
    width: 100%;
	font-size: 18px;
	padding: 8px;
	border-radius: 6px;
	background-color: #666;
	color: white;
}
.wide-input input::placeholder{
	color: var(--four);
}
.submit-btn input, .submit-btn button {
    padding: 10px 25px;
    font-size: 20px;
    color: white;
    border-radius: 6px;
    cursor: pointer;
}
.submit-btn {
    width: 100%;
    text-align: center;
}
/*
####################################
########## End edit prifile Style #######
####################################
*/





.cdetail{
	position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1080;
    background-color: var(--one);
    padding: 20px;
    border-radius: 6px;
    color: var(--three);
    display: none;
    border:2px solid white;
    box-shadow:1px 1px 4px black;
}
.cdetail h3{
	color: black;
}
.cdetail div{
	padding: 5px;
}
.cdetail button{
	display: block;
	margin: auto;
}
.lessonview{
    list-style-type: none;
    display:flex;
    flex-wrap:wrap;
    width:100%;
}
.lessonview li{
    width: calc(50% - 10px);
    text-align: center;
    display: flex;
    flex-wrap: wrap;
    border: 1px solid;
    border-radius: 6px;
    margin: 5px;
}
.lessonview li h3{
    width:100%;
    color: var(--four);
}
.lessonview li span{
    width:50%;
}


.corans{
    background-color: white;
    text-align: center;
    display: inline-block;
    border-radius: 50%;
    width: 30px;
    height: 30px;
}
.corans i{
    color: #02ab02;
    font-size: 20px;
    line-height: 30px;
}
.coransr{
    background-color: white;
    text-align: center;
    display: inline-block;
    border-radius: 50%;
    width: 30px;
    height: 30px;
}
.coransr i{
    color: #ff3939;
    font-size: 20px;
    line-height: 30px;
}
.alarm{
	color: white;
    padding: 10px;
    display: block;
    margin: 5px 0;
    border-radius: 8px;
}
/*
####################################
########## Start Contact Style #######
####################################
*/
.contect-header{
	text-align: center;
	color: var(--nav-Bcolor);
	margin: 30px 0;
}
.contact-con{
	color: var(--nav-color);
    display: flex;
    flex-wrap: wrap;
}
.form-contect-con{
	    width: 70%;
}
.contact-con h3{
 text-align: center;
 margin-bottom: 15px;
 color: var(--nav-Bcolor);
}
.contact-form{
	padding: 10px;
    display: flex;
    flex-wrap: wrap;
}
.contact-form div{
	width: 50%;
    padding: 5px;
}
.message{
	width: 100% !important;
}
.contact-form div input{
    width: 100%;
    background-color: #d6d6d6;
    font-size: 18px;
    padding: 10px;
    border-radius: 8px;
    margin: 5px;
}
.contact-form div textarea{
	width: 100%;
    background-color: #d6d6d6;
    padding: 10px;
    font-size: 18px;
    border-radius: 8px;
    margin: 5px;
    height: 200px;
}
.contect-btn{
	padding: 10px 30px;
    border-radius: 8px;
    font-size: 18px;
    width: 20%;
    margin-right: 80%;
    color: white;
    cursor: pointer;
    transition: all 0.2s linear;
}
.contect-btn:hover{
	transform: scale(1.07);
	background-color: #1d8e37;
}
.contact-info-con{
    width: 30%;
}
.contact-info{

}
.contact-info address{

}
.contact-info address p{
	text-align: center;
    margin: 10px;
    padding: 10px;
}
.contact-info address p span{
	display: block;
	padding: 5px;
}
.social{

}
.social ul{
	display: flex;
	justify-content: center;
	align-items: center;
}
.social ul li{
	padding: 10px 20px;
	font-size: 25px;
	transition: all 0.2s linear;
}
.social ul li:hover{
	color: var(--secoundry-color);
	transform: scale(1.07);
}
.socialc ul{
	display: flex;
	justify-content: center;
	align-items: center;
}
.socialc ul li{
	padding: 5px 10px;
	font-size: 18px;
	transition: all 0.2s linear;
}
.socialc ul li:hover{
	color: var(--secoundry-color);
	transform: scale(1.04);
}
/*
####################################
########## End  Contact Style #######
####################################
*/


/*
####################################
########## Start Result Style #######
####################################
*/
.grade{
    font-size:24px;
    color:red;
}
.lastexam{
    border: 0px solid;
    padding: 20px;
    margin: 15px auto;
    border-radius: 8px;
    box-shadow: 2px 2px 12px #666;
}
.Follow {
	display: flex;
	flex-wrap: wrap;
	color: var(--five);
}
.Follow > li{
	width: 50%;
}
.lastexam legend{
    text-align: center;
    font-size: 18px;
    color: var(--five);
    background-color: #face70;
    padding: 6px;
    border-radius: 10px;
    color: black;
}
.lastexam ul{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
	width: 100%;
	text-align: center;
	align-items: center;
	border-radius: 6px;
	cursor: pointer;
}
.lastexam ul li{
	width: 25%;
}

.lastexam ul:nth-child(even) {
    background-color: #e0e0e0;
    color:var(--one);
}
.lastexam ul:nth-child(odd) {
    background-color: var(--four) 
}
.lastexam ul:hover{
	transform: scale(1.01);
	color: var(--three) !important;
}
.t-head-result{
	background-color: var(--aside-color) !important;
	color: white;
}
#lessonVideo:first-child{
	display: none;
}

/*
####################################
########## End Result Style #######
####################################
*/


/*
###########################################
########## Start Information  Style #######
###########################################
*/
.Information {
	text-align: center;
	border-bottom: 2px solid white;
}
.Information img{
	max-width: 100%;
}
.Information h2{
	padding: 20px;
}
.Information iframe{
	max-width: 100%;
}
/*
#########################################
########## End Information  Style #######
#########################################
*/



/*
###########################################
########## Start Teachers  Style #######
###########################################
*/
.aboutt {
	width: 100%;
    display: flex;
    flex-wrap: wrap;
}
.aboutt img{
	width:25%;
}
.aboutt div{
	width:75%;
	padding:23px;
}

.mhtowa{
    background-color: gray;
    border-radius: 8px;
    margin: 2px;
    padding: 2px;
    text-align: right;
}
/*
#########################################
########## End Teachers  Style #######
#########################################
*/
/*###########################################
########## Start def  Style #######
###########################################
*/
.pointer{
	cursor: pointer;
}
.myProgress {
  width: 100%;
  background-color: #ddd;
  border-radius: 3px;
  margin: 4px 0;
}
.myBar {
  border-radius: 3px;
  width: 0%;
  height: 20px;
  background-color: #04AA6D;
  text-align: center;
  line-height: 20px;
  color: white;
}
.relative {
  position: relative;

 }

.main-box{
	box-shadow: 1px 1px 4px white, -0.2px -0.2px 1px white;
}
.main-box > *{
	display: block;
	margin-bottom: 4px;
}
/* Then style the iframe to fit in the container div with full height and width */

.h{
	text-align: center;
	color: var(--two);
	text-shadow: 0.5px 0.5px 1px var(--three);
}
.h2{
	text-align: center;
	color: white;
	text-shadow: 0.5px 0.5px 3px var(--one);
}
.input3{
    padding: 8px;
    border-radius: 6px;
    font-size: 16px;
    margin: 20px auto;
    box-shadow: 1px 1px 3px black;
}
 .mypad{
 	padding: 20px;
 }
.myhr{
	width: calc(100% - 40px);
    height: 1px;
    background-color: white;
    margin: auto;
}
.vertical{
    width: 2px;
    background-color: white;
    margin:  20px auto;
}
.nhr{
    overflow: visible;
    height: 30px;
    border-style: solid;
    border-color: white;
    border-width: 1px 0 0 0;
    border-radius: 20px;
    margin: 25px auto;	
}
.nhr:before {
    display: block;
    content: "";
    height: 30px;
    margin-top: -31px;
    border-style: solid;
    border-color: white;
    border-width: 0 0 1px 0;
    border-radius: 20px;
}
.button3{
	display: block;
	padding: 6px 14px;
	color: white;
	box-shadow: 1px 1px 3px black;
	margin: 2px;
	font-size: 16px;
	border-radius: 6px;
	background-color: var(--three);
	transition: all 0.1s linear;
}
.button3:active {
  box-shadow: 0px 0px 0px ;
}
.linkbut{
	display: block;
	padding: 6px 14px;
	color: white;
	box-shadow: 1px 1px 3px black;
	margin: 2px;
	font-size: 16px;
	border-radius: 6px;
	background-color: var(--three);
	transition: all 0.1s linear;
}
.linkbut:active {
  box-shadow: 0px 0px 0px ;
}
.myflex1{
	gap: 2px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
}
.myflex2{
	gap: 2px;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
}
.myflex3{
	gap: 2px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-evenly;
	align-items: center;
}
.stretch{
	align-items: stretch !important;
}
.start{
	justify-content: start !important;
}
.center{
	justify-content: center !important;
}
.qwidthmirg{
	width: calc(25% - 8px) !important;
}
.qwidth{
	width: 25% !important;
}
.width33{
	width: calc(33.3% - 4px) !important;
}
.hwidthn{
	width: calc(50% - 4px) !important;
}
.fwidthn{
	width: calc(100% - 4px) !important;
}
.qwidth-mirg6{
	width: calc(25% - 12px) !important;
}
.hwidthn-mirg6{
	width: calc(50% - 12px) !important;
}
.fwidthn-mirg6{
	width: calc(100 - 12px)% !important;
}
.auto{
	margin: auto !important;
}
.block{
	display: block;
}
.mirg4{
	margin: 4px;
}
.mirg6{
	margin: 6px;
}
.mirg8{
	margin: 8px;
}
.fsize14{
	font-size: 14px;
}
.fsize16{
	font-size: 16px;
}
.fsize18{
	font-size: 18px;
}
.fsize20{
	font-size: 20px;
}
.fsize22{
	font-size: 22px;
}
.fsize24{
	font-size: 24px;
}
.radius6{
	border-radius: 6px;
}
.radius8{
	border-radius: 8px;
}
.tc{
	text-align: center;
}
.padd4{
	padding: 4px;
}
.padd6{
	padding: 6px;
}
.padd8{
	padding: 8px;
}
.padd10{
	padding: 10px;
}
.shado{
	box-shadow: 1px 1px 3px black;
}
.over{
    overflow: hidden !important;
}
.hide{
    display: none !important;
}
.showb{
    display: block !important;
}
.showf{
    display: flex !important;
}
.ltr{
	direction: ltr !important;
}
.rtl{
	direction: rtl !important;
}
.dislink{
  	opacity: 0.5;
  	pointer-events: none;
}
/*
#########################################
########## End def  Style #######
#########################################
*/
.table-4{
	position: relative;
	display: grid;
	grid-template-columns: 1fr 1fr 1fr 1fr;
	align-items: center;
}
.table-4 , .table-5, .table-6 , .table-3{
	padding: 5px;
	cursor: pointer;
	text-align: center;
}
.t-header{
	background-color: #34495e !important;
	color: white;
}
.latest-table > ul:nth-child(odd) {
    background-color: #e0e0e0;
}
.latest-table > ul:nth-child(even) {
    background-color: var(--four);
}
.terms{
	padding: 12px;
}
.terms > *{
	text-align: center;
	padding: 2px;
}

@media only screen and (max-width: 1200px) {
    
}
@media only screen and (max-width: 992px) {
    
}
@media only screen and (max-width: 768px) {
    .schedules img{
        max-width: 90%;
    }
    .newLesson > div{
        padding: 0 10px;
    }
    #banner{
        font-size: 14pt;
    }
    .purchemessage {
        width: 95%;
    }
    .subs{
        font-size: 18px;
    }
	.main-menu{
		display: none;
	}
	.main-btn{
		display: block;
		font-size: 24px;
	}
	.wellcome-img{
		order: 1;
		width: 100%;
		border-radius: 0;
		background-image: unset;
		height: auto;
	}
	.wellcome-msg {
	    width: 100%;
	    order: 2;
	    margin-top: 10px;
	}
	.wellcome-img img{
		width: 100%;
		display: block;
	}
	.wellcome-msg h1{
		font-size: 1.8em;
	}
	.advice{
		font-size: 1.30em;
	}
    .sec1 div{
		width: 100%;
		margin: 30px 0;
		flex: none;
	}
	footer ul a{
		font-size: 16px;
	}
	.blockinputinclude, .subject-drop-list{
		width: calc(100% - 10px);;
	}
	.outerulform{
		background-color: var(--two);
	    width: 90%;
	}
	.login, .signup{
		width: 100%;
	}
	.usermenu{
		padding: 0;
	}
	.usermenu ul{
		width: 100%;
	}
	.hides{
		display: none;
	}
	.advice{
		padding: 0;
	}
	.perpur , .singlelesson{
    	width: calc(100% - 10px);
    }
    .lvlcon div{
    	width: 100%;
	    flex: unset;
    }
    .newLesson > div{
    	width: calc(100% - 10px);
    	margin: 5px;
    }
    .percat{
    	position: absolute;
    	transition: all 0.6s linear;
	    transform: translateX(100%);
    }
    .catarrow{
    	display: block;
	    position: fixed;
	    right: 0;
	    top: 50%;
	    font-size: 110px;
	    transform: translateY(-50%);
	    color: var(--two);
	    text-shadow: -2px 1px 3px black;
    }
    .categorycon > img{
		width: 100%;
		height: auto;
	}
	.lessoncat > a{
		width: calc(100% - 20px);
	}
		.anser{
		width: calc(100% - 20px);
		margin: 5px 10px;
	}
	.exammovebtn{
		margin: 0 10px;
	}
	.exammovebtn button{
	    margin: 10px;
	    padding: 4px;
	    font-size: 16.5px;
	}
	.cdetail{
        width:90%;
    }
    .scomview{
        display:block;
        width:100%;
    }
    .scomview h4 , .scomview span{
        width:auto;
    }
    .usermenu{
        width:100%;
    }
    .add-form .wide-input{
        width:100%;
    }
    .aboutt img{
	width:100%;
}
.aboutt div{
	width:100%;
	padding:5px;
}
    .button{
    padding: 15px 15x;
    border-radius: 6px;
    background-color: var(--two);
    color: black;
    font-size: 17px;
    display: inline-block;
    margin: 5px;
    }
    .lesson-video{
        width: calc(100% - 10px) !important;
    }
    .install-con tr{
        font-size:13px;
    }
    .form-contect-con {
	    width:100%;
	}
	.contact-info-con {
    width: 100%;
	}

	.contect-btn {
	    width: 100%;
	     margin: auto;
	}
}
@media only screen and (max-width: 576px) {
    
}
.side{
    left: 0;
}
.over{
    overflow: hidden !important;
}
.hide{
    display: none !important;
}
.showb{
    display: block !important;
}
.showf{
    display: flex !important;
}
.noti-mail i{
	background-color: inherit !important;
}
.left{
	left: 0;
	right: auto;
	text-shadow: 2px -1px 3px black;
	display: none;
}
.right{
	right: 0;
	left: auto;
}