/* --------------fonts used --------------------- */
@font-face {
  font-family: Expo Arabic;
  src: url("../fonts/Expo\ Arabic\ Book-normal-200-100.ttf");
}

@font-face {
  font-family: Expo Arabic-medium;
  src: url("../fonts/Expo\ Arabic\ Medium-normal-400-100.ttf");
}

@font-face {
  font-family: Expo Arabic-bold;
  src: url("../fonts/Branding\ SemiBold-normal-700-100.ttf");
}

@font-face {
  font-family: Fractul;
  src: url("../fonts/Expo\ Arabic\ SemiBold-normal-600-100.ttf");
}

.row {
  margin: 0;
  padding: 0;
}

.en {
  display: none !important;
}

body {
  direction: rtl;
  transition: background-color 1.5s, color 1s;
  color: #14374d;
}

.fa-sun {
  display: none;
}

a {
  text-decoration: none;
  color: #14374d;
}

/* ------------ start navbar  --------------*/
.container-fluid {
  padding: 10px 50px !important;
}

/* nav #dark-mode-toggle, */
nav .language,
nav .register {
  background-color: #14374d;
  padding: 5px 10px 10px 10px;
  border-radius: 5px;
  height: fit-content;
}

.studientLayoutNav {
  background-color: #fff;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 99999999999999999999999999999999999999999;
  height: 80px !important;
  border-bottom: 1px solid #14374d;
}

nav .navbar-brand img {
  width: 70px;
}
nav li {
  list-style: none;
}
nav .login {
  padding: 5px 10px 10px 10px;
  border-radius: 5px;
  height: fit-content;
}

nav #dark-mode-toggle .switch {
  font-size: 17px;
  position: relative;
  display: inline-block;
  width: 64px;
  height: 34px;
}

nav #dark-mode-toggle .switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

nav #dark-mode-toggle .slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #73c0fc;
  transition: 0.4s;
  border-radius: 30px;
}

nav #dark-mode-toggle .slider:before {
  position: absolute;
  content: "";
  height: 30px;
  width: 30px;
  border-radius: 20px;
  left: 2px;
  bottom: 2px;
  z-index: 2;
  background-color: #e8e8e8;
  transition: 0.4s;
}

nav #dark-mode-toggle .sun svg {
  position: absolute;
  top: 6px;
  left: 36px;
  z-index: 1;
  width: 24px;
  height: 24px;
}

nav #dark-mode-toggle .moon svg {
  fill: #73c0fc;
  position: absolute;
  top: 5px;
  left: 5px;
  z-index: 1;
  width: 24px;
  height: 24px;
}

/* .switch:hover */
.sun svg {
  animation: rotate 15s linear infinite;
}

@keyframes rotate {
  0% {
    transform: rotate(0);
  }

  100% {
    transform: rotate(360deg);
  }
}

/* .switch:hover */
.moon svg {
  animation: tilt 5s linear infinite;
}

@keyframes tilt {
  0% {
    transform: rotate(0deg);
  }

  25% {
    transform: rotate(-10deg);
  }

  75% {
    transform: rotate(10deg);
  }

  100% {
    transform: rotate(0deg);
  }
}
.dashboardbtn {
  display: none;
}

.logoutbtn {
  display: none;
}
nav #dark-mode-toggle .input:checked + .slider {
  background-color: #183153;
}

nav #dark-mode-toggle .input:focus + .slider {
  box-shadow: 0 0 1px #183153;
}

nav #dark-mode-toggle .input:checked + .slider:before {
  transform: translateX(30px);
}

nav #dark-mode-toggle svg {
  color: #fff;
  font-size: 25px;
}

nav .navList {
  margin-left: auto !important;
}
nav .navList a {
  text-align: center;
  font-family: Expo Arabic;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

nav .navbtns {
  margin-right: auto;
}
nav .navbtns li {
  margin: 0 6px;
}
nav .navbtns a {
  text-decoration: none;
  color: #fff;
  font-family: Expo Arabic;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}

nav .navbtns .login {
  border-radius: 4px;
  background: #e4e7e9;
  padding: 5px 10px 10px 10px;
}

nav .navbtns .login a {
  color: #14374d;
  font-family: Expo Arabic;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
nav {
  position: relative;
}

nav .account {
  background-color: #14374d;
  color: #fff !important;
  border-radius: 20px 20px 0px 0px;
  background: #14374d;
  width: 180px;
  height: fit-content;
}

nav .account img {
  margin-left: 10px;
  width: 30px;
  height: 30px;
  border-radius: 50%;
}

nav .account a {
  z: 10px;
  color: #fff !important;
}
nav .account .dropdown-menu {
  background-color: #14374d;
  border-radius: 0px 0px 20px 20px;
  text-align: right;
  width: 182px;
}
nav .account .dropdown-menu li {
  margin: 10px;
}
nav .account .dropdown-menu a {
  color: #fff;

  font-family: "Expo Arabic";
  font-size: 15px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}

nav .account .dropdown-menu a svg {
  margin-left: 10px;
}

nav .account .dropdown-menu a:hover {
  background-color: transparent !important;
}

.dropdown-menu[data-bs-popper] {
  top: 95%;
  left: -1px;
  margin-top: var(--bs-dropdown-spacer);
}

.loggingbtns {
  padding: 0;
}
@media all and (min-width: 990px) and (max-width: 1300px) {
  nav .container-fluid {
    padding: 10px 30px !important;
  }
  nav .navbar-brand img {
    width: 70px;
  }
  nav .navList {
    margin-left: auto !important;
  }

  nav .navList a {
    font-size: 18px;
  }
  /* .navbtns {
    position: absolute;
    top: 20px;
    left: 50%!important;
    transform: translate(-50%);
    flex-direction: row !important;
    width: max-content;
  } */

  nav .navbtns li {
    margin: 0 3px;
  }
  nav .navbtns a {
    font-size: 10px !important ;
    line-height: 10px !important;
  }

  nav .navbtns .login {
    height: fit-content;
    width: fit-content;
    border-radius: 3px;
    padding: 8px !important;
    line-height: 10px !important;
  }
  nav .language,
  nav .register {
    height: fit-content;
    width: fit-content;
    border-radius: 3px;
    padding: 7px !important;
    line-height: 10px !important;
  }

  nav #dark-mode-toggle .switch {
    font-size: 14px;
    width: 48px;
    height: 26px;
  }

  nav #dark-mode-toggle .slider:before {
    height: 23px;
    width: 23px;
    border-radius: 20px;
    left: 2px;
    bottom: 2px;
    z-index: 2;
  }

  nav #dark-mode-toggle .sun svg {
    top: 2px;
    left: 32px;
    z-index: 1;
    width: 15px;
    height: 23px;
  }

  nav #dark-mode-toggle .moon svg {
    top: 1px;
    left: 5px;
    z-index: 1;
    width: 15px;
    height: 23px;
  }

  nav .account {
    width: 150px;
    height: 40px;
  }

  nav .account img {
    width: 30px;
    height: 30px;
  }
  nav .account .dropdown-menu {
    z-index: 999999999999999999999999999999999999999999999999 !important;
  }

  nav .account .dropdown-menu {
    background-color: #14374d;
    border-radius: 0px 0px 20px 20px;
    text-align: right;
    width: 150px !important;
  }

  .dropdown-menu[data-bs-popper] {
    top: 90% !important;
    left: 3px !important;
  }
}

@media all and (min-width: 768px) and (max-width: 990px) {
  .container-fluid {
    padding: 20px 4px !important;
  }
    nav .bell {
        position: absolute;
        left: 5%;
        top: 55px;
        padding: 5px 10px 10px 10px;
    }
  .navbar {
    height: 80px;
  }

  nav .navbar-brand img {
    width: 60px;
    display: block;
    margin: auto;
  }
  .navbar .navbar-toggler {
    position: absolute;
    border: none;
    padding: 0;
    left: 3%;
  }

  .navbar .navbar-toggler img {
    width: 30px;
    height: 30px;
  }

  nav .navbar-brand {
    position: absolute;
    left: 50%;
    /* top: 15px; */
    transform: translate(-50%);
  }

  nav .dark-mode {
    position: absolute;
    right: 3%;
    /* top: 20px; */
  }

  .navbar-nav .dropdown-menu {
    border: none;
  }

  nav .language {
    position: absolute;
    left: 5%;
    top: 5px;
    padding: 5px 10px 10px 10px;
  }

  .navbtns {
    flex-direction: column !important;
    margin: auto;
  }
  .navbar-collapse {
    position: absolute;
    top: 80px;
    width: 98%;
    z-index: 99999999999999999;
    background-color: #ffff;
  }

  .navbar-collapse ul {
    padding: 0;
  }
  .navbar-collapse ul li {
    padding-right: 20px;
  }
  .navbar-collapse a {
    text-align: right !important;
  }

  nav .navbtns li {
    margin: 0 3px;
  }
  nav .navbtns a {
    color: #000;
    display: block;
    width: 100%;
    padding: 4px;
  }

  nav .navbtns .login {
    border-radius: 3px;
    padding: 8px !important;
    line-height: 8px !important;
  }

  nav .language,
  nav .register {
    color: #fff !important  ;
    border-radius: 3px;
    padding: 8px !important;
    line-height: 8px !important;
  }

  nav .language a,
  nav .register a {
    color: #fff !important  ;
  }

  .optionsBtns {
    position: absolute;
    width: 300px;
    right: -32%;
    top: 0;
  }

  nav .language a,
  nav .register a,
  nav .login a {
    font-size: 18px !important;
    font-weight: 400 !important;
  }

  nav #dark-mode-toggle .switch {
    font-size: 14px;
    width: 48px;
    height: 23px;
  }

  nav #dark-mode-toggle .slider:before {
    height: 20px;
    width: 20px;
    border-radius: 20px;
    left: 2px;
    bottom: 2px;
    z-index: 2;
  }

  nav #dark-mode-toggle .sun svg {
    top: 2px;
    left: 32px;
    z-index: 1;
    width: 15px;
    height: 20px;
  }

  nav #dark-mode-toggle .moon svg {
    top: 1px;
    left: 5px;
    z-index: 1;
    width: 15px;
    height: 20px;
  }

  nav .account {
    display: none;
  }

  .logoutbtn,
  .dashboardbtn {
    display: block;
  }
  .navList svg {
    fill: #000 !important;
  }
}

@media all and (min-width: 480px) and (max-width: 768px) {
  .container-fluid {
    padding: 20px 4px !important;
  }

  .navbar {
    height: 80px;
  }

  nav .navbar-brand img {
    width: 60px;
    display: block;
    margin: auto;
  }
  .navbar .navbar-toggler {
    position: absolute;
    border: none;
    padding: 0;
    left: 3%;
  }

  .navbar .navbar-toggler img {
    width: 30px;
    height: 30px;
  }

  nav .navbar-brand {
    position: absolute;
    left: 50%;
    /* top: 15px; */
    transform: translate(-50%);
  }

  nav .dark-mode {
    position: absolute;
    right: 3%;
    /* top: 20px; */
  }
    nav .bell {
        position: absolute;
        left: 5%;
        top: 55px;
        padding: 5px 10px 10px 10px;
    }
  .navbar-nav .dropdown-menu {
    border: none;
  }

  nav .language {
    position: absolute;
    left: 5%;
    top: 5px;
    padding: 5px 10px 10px 10px;
  }

  .navbtns {
    flex-direction: column !important;
    margin: auto;
  }
  .navbar-collapse {
    position: absolute;
    top: 80px;
    width: 98%;
    z-index: 99999999999999999;
    background-color: #ffff;
  }

  .navbar-collapse ul {
    padding: 0;
  }
  .navbar-collapse ul li {
    padding-right: 20px;
  }
  .navbar-collapse a {
    text-align: right !important;
  }

  nav .navbtns li {
    margin: 0 3px;
  }
  nav .navbtns a {
    color: #000;
    display: block;
    width: 100%;
    padding: 4px;
  }

  nav .navbtns .login {
    border-radius: 3px;
    padding: 8px !important;
    line-height: 8px !important;
  }

  nav .language,
  nav .register {
    color: #fff !important  ;
    border-radius: 3px;
    padding: 8px !important;
    line-height: 8px !important;
  }

  nav .language a,
  nav .register a {
    color: #fff !important  ;
  }

  .optionsBtns {
    position: absolute;
    width: 300px;
    right: -32%;
    top: 0;
  }

  nav .language a,
  nav .register a,
  nav .login a {
    font-size: 18px !important;
    font-weight: 400 !important;
  }

  nav #dark-mode-toggle .switch {
    font-size: 14px;
    width: 48px;
    height: 23px;
  }

  nav #dark-mode-toggle .slider:before {
    height: 20px;
    width: 20px;
    border-radius: 20px;
    left: 2px;
    bottom: 2px;
    z-index: 2;
  }

  nav #dark-mode-toggle .sun svg {
    top: 2px;
    left: 32px;
    z-index: 1;
    width: 15px;
    height: 20px;
  }

  nav #dark-mode-toggle .moon svg {
    top: 1px;
    left: 5px;
    z-index: 1;
    width: 15px;
    height: 20px;
  }

  nav .account {
    display: none;
  }

  .logoutbtn,
  .dashboardbtn {
    display: block;
  }
  .navList svg {
    fill: #000 !important;
  }
}

@media all and (max-width: 480px) {
  .container-fluid {
    padding: 10px 4px !important;
  }

  .navbar {
    padding: 15px;
    height: 80px;
  }

  nav .navbar-brand img {
    width: 50px;
    display: block;
    margin: auto;
  }
  .navbar .navbar-toggler {
    position: absolute;
    border: none;
    padding: 0;
    left: 3%;
  }

  .navbar .navbar-toggler img {
    width: 30px;
    height: 30px;
  }

  nav .navbar-brand {
    position: absolute;
    left: 50%;
    /* top: 15px; */
    transform: translate(-50%);
  }

  nav .dark-mode {
    position: absolute;
    right: 3%;
    /* top: 20px; */
  }

  .navbar-nav .dropdown-menu {
    border: none;
  }

  nav .language {
    position: absolute;
    left: 5%;
    top: 10px;
    padding: 5px 10px 10px 10px;
  } 
  nav .bell {
    position: absolute;
    left: 5%;
    top: 55px;
    padding: 5px 10px 10px 10px;
  }

  .navbtns {
    flex-direction: column !important;
    margin: auto;
  }
  .navbar-collapse {
    position: absolute;
    right: 0;
    top: 60px;
    width: 100%;
    z-index: 99999999999999999;
    background-color: #ffff;
  }

  .navbar-collapse ul {
    padding: 0;
  }
  .navbar-collapse ul li {
    padding-right: 20px;
  }
  .navbar-collapse a {
    text-align: right !important;
  }

  nav .navbtns li {
    margin: 0 3px;
  }
  nav .navbtns a {
    color: #000;
    display: block;
    width: 100%;
    padding: 4px;
  }

  nav .navbtns .login {
    border-radius: 3px;
    padding: 8px !important;
    line-height: 8px !important;
  }

    nav .language, nav .bell,
    nav .register {
        color: #fff !important;
        border-radius: 3px;
        padding: 8px !important;
        line-height: 8px !important;
    }

        nav .language a,
        nav .register a {
            color: #fff !important;
        }

  .optionsBtns {
    position: absolute;
    width: 300px;
    right: -32%;
    top: 0;
  }

  nav .language a,
  nav .register a,
  nav .login a {
    font-size: 18px !important;
    font-weight: 400 !important;
  }

  nav #dark-mode-toggle .switch {
    font-size: 14px;
    width: 48px;
    height: 23px;
  }

  nav #dark-mode-toggle .slider:before {
    height: 20px;
    width: 20px;
    border-radius: 20px;
    left: 2px;
    bottom: 2px;
    z-index: 2;
  }

  nav #dark-mode-toggle .sun svg {
    top: 2px;
    left: 32px;
    z-index: 1;
    width: 15px;
    height: 20px;
  }

  nav #dark-mode-toggle .moon svg {
    top: 1px;
    left: 5px;
    z-index: 1;
    width: 15px;
    height: 20px;
  }

  nav .account {
    display: none;
  }

  .logoutbtn,
  .dashboardbtn {
    display: block;
  }

  nav .navbtns a {
    text-align: center;
    font-family: Expo Arabic;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
  }

  .navList svg {
    fill: #000 !important;
  }
}

/* ------------ end navbar  --------------*/

/* ================================================ start Home Page =================================================== */

/* ------------start Welcome section ------------- */
#welcomeSec {
  height: 90vh;
  display: flex;
  align-items: center;
  justify-content: space-around !important;
  position: relative;
}
#welcomeSec .teacherbackground {
 /* background-image: url("/AssetsUser/images/Group 1171274770.png");*/
  background-repeat: no-repeat;
  background-position: 0px 50px;
  background-size: 100%;
  width: 660px;
  /* height: 660px; */
  position: relative;
}
#welcomeSec .teacherbackground img {
  width: 80%;
  height: 80%;
  position: absolute;
  top: -50px;
  left: 27px;
}

#welcomeSec .welcomeMessage {
  height: 660px;
  padding: 0 50px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

#welcomeSec .welcomeMessage h1 {
  text-align: right;
  font-family: Expo Arabic;
  font-size: 40px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}

#welcomeSec .welcomeMessage p {
  width: 62%;
  text-align: right;
  font-family: Expo Arabic;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin: 30px 0 40px 0;
}

#welcomeSec .welcomeMessage .teacherinfo {
  display: flex;
}

#welcomeSec .welcomeMessage .teacherinfo h2 {
  text-align: right;
  font-family: Expo Arabic;
  font-size: 30px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}

#welcomeSec .welcomeMessage .teacherinfo a {
  color: #14374d;
  text-align: right;
  font-family: Expo Arabic;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  border-radius: 10px 0px 10px 10px;
  background: #e4e7e9;
  padding: 12px 15px;
  margin: 0 20px;
}

#welcomeSec .welcomeMessage .teacherinfo a img {
  margin: 0px 8px;
}

#welcomeSec .socailmedia {
  position: absolute;
  top: 35%;
  left: 3%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
#welcomeSec .socailmedia .line {
  height: 100px;
  width: 2px;
  background-color: #14374d;
}
#welcomeSec .socailmedia a {
  margin-top: 10px;
}


 .socailmedia {
        position: absolute;
        top: 35%;
        left: 3%;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
 .socailmedia .line {
            height: 100px;
            width: 2px;
            background-color: #14374d;
        }
.socailmedia a {
            margin-top: 10px;
        }


/* ------------End Welcome section ------------- */

/* public style  */

.title {
  /* text-align: center; */
  position: relative;
}

.all{
    margin-left:12px;
}
.all a {
    color: #fff;
    text-align: right;
    font-family: "Expo Arabic";
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    border-radius: 4px;
    background: #3f5bab;
    padding: 6px 10px;
}
.background {
  border-radius: 353px;
  opacity: 0.5;
  background: rgba(20, 55, 77, 0.6);
  /* width: 30%; */
  margin-top: -20px;
  height: 10px;
  filter: blur(15px);
}
.title h2 {
  font-family: Expo Arabic;
  font-size: 30px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
.title .shadwo {
  opacity: 0.5;

  -webkit-text-fill-color: white;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #14374d;
}
.title .base {
  position: absolute;
  top: 3px;
  /* left: 0%; */
  /* transform: translate(-50%); */
}

/* public style  */

/* ------------start startSteps section ------------- */

#startSteps .title {
  text-align: center;
}

#startSteps .title .base {
  left: 50%;
  transform: translate(-50%);
}

#startSteps .background {
  width: 30%;
  margin: auto;
  margin-top: -20px;
}

#startSteps .one {
  text-align: center;
  margin-top: 50px;
}

#startSteps .one h3 {
  text-align: center;
  font-family: Expo Arabic;
  font-size: 30px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  margin: 20px 0;
}

#startSteps .one p {
  width: 60%;
  margin: auto;
  text-align: center;
  font-family: Expo Arabic;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
/* ------------End startSteps section ------------- */

/* ------------Start  category section ------------- */
#category {
  margin: 70px 0;
}

#category .background {
  width: 15%;
  margin-top: -20px;
}

/* ------------end  category section ------------- */

/* public card */
.mySwiper {
  margin: 10px;
  filter: drop-shadow(0px 4px 20px rgba(0, 0, 0, 0.10));
  margin-top: 50px;
}

.oneCard {
  border-radius: 0px 0px 10px 10px;
  width: 466px;
  background: #fff;
  color: #14374d;
}

.oneCard .image img {
  width: 466px;
  height: 227px;
}

.oneCard .cardbody {
  padding: 20px 0;
}

.oneCard .cardbody h3 {
  font-family: Expo Arabic;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}

.oneCard .cardbody p {
  text-align: right;
  font-family: Expo Arabic;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px; /* 169.231% */
}

.oneCard .cardbody h6 {
  opacity: 0.7;
  text-align: left;
  font-family: Expo Arabic;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px; /* 169.231% */
}

.oneCard .cardbody button {
  border: none;
  border-radius: 4px 0px 4px 4px;
  background: #3f5bab;
  color: #fff;
  padding: 15px 12px;
  font-family: Expo Arabic;
  font-size: 13px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
.oneCard .cardbody button img {
  margin-right: 8px;
}

/* public card */

/* ------------start  advantages section ------------- */

#advantages .title {
  text-align: center;
  margin: 50px 0;
}

#advantages .title .base {
  top: 0;
  left: 50%;
  transform: translate(-50%);
}

#advantages .background {
  width: 15%;
  margin: auto;
}
#advantages #svg circle {
  stroke-dashoffset: 0;
  transition: stroke-dashoffset 1s linear;
  stroke-width: 1.3em;
}
#advantages #svg #bar {
  stroke: #3f5bab;
}
#advantages #cont {
  display: block;
  height: 200px;
  width: 200px;
  margin: 2em auto;
  box-shadow: 0 0 1em black;
  border-radius: 100%;
  position: relative;
}
#advantages #cont:after {
  position: absolute;
  display: block;
  height: 160px;
  width: 160px;
  left: 50%;
  top: 50%;
  margin-top: -80px;
  margin-left: -80px;
  border-radius: 100%;
  line-height: 160px;
  font-size: 2em;
}

#advantages #cont .icon {
  font-size: 50px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

#advantages .percent .one {
  text-align: center;
}

#advantages .percent .one h5 {
  text-align: center;
  font-family: Expo Arabic;
  font-size: 30px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}

#advantages .percent .one h6 {
  text-align: center;
  font-family: Expo Arabic;
  font-size: 30px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
#advantages .more {
  margin: 50px 0;
  opacity: 0.7;
  font-family: Expo Arabic;
  font-size: 30px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
#advantages .moreadvantages {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}

#advantages .moreadvantages .one {
  text-align: center;
}

#advantages .moreadvantages .one .photo {
  width: 100px;
  height: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  background-color: #fff;
  filter: drop-shadow(0px 4px 15px rgba(0, 0, 0, 0.25));
}

#advantages .moreadvantages .one h6 {
  text-align: right;
  margin-top: 30px;
  font-family: Expo Arabic;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
}

/* ------------end  advantages section ------------- */

/* ------------start  product section ------------- */
#product {
  margin: 70px 0;
}

#product .background {
  width: 10%;
  margin-top: -20px;
}

#product .oneCard .image {
  position: relative;
}

#product .oneCard .image .onphoto {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.2);
  top: 0;
  display: flex;
  justify-content: end;
  align-items: end;
}

#product .oneCard .image .onphoto .prise {
  display: flex;
  border-radius: 20px;
  background: rgba(63, 91, 171, 0.98);
  width: fit-content;
  padding: 6px 14px;
  margin: 15px;
}

#product .oneCard .image .onphoto .prise h6 {
  color: #fff;
  text-align: right;
  font-family: Expo Arabic;
  font-size: 15px;
  font-style: normal;
  font-weight: 600;
  line-height: 22px;
  margin: 0 5px;
}

#product .oneCard .image .onphoto .prise .before {
  color: rgba(255, 255, 255, 0.8);
  text-align: right;
  font-family: Expo Arabic;
  font-size: 10px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
  text-decoration: line-through;
}

#product .oneCard .image .onphoto .prise .after {
  color: #fff;
  text-align: right;
  font-family: Expo Arabic;
  font-size: 15px;
  font-style: normal;
  font-weight: 600;
  line-height: 22px;
}

#product .oneCard h6 {
  text-align: right;
}

#product .oneCard h4 {
  text-align: right;
  font-family: "Expo Arabic";
  font-size: 15px;
  font-style: normal;
  font-weight: 600;
  line-height: 22px;
}

#product .oneCard .date h5 {
  text-align: right;
  text-align: right;
  font-family: "Expo Arabic";
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: 10px;
}

#product .oneCard svg {
  font-size: 20px;
  margin-left: 5px;
}

#product .oneCard .details p {
  text-align: right;
  font-family: "Expo Arabic";
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
}

#product .oneCard .btns {
  display: flex;
  justify-content: center;
}
#product .oneCard .btns a {
  color: #fff;
  font-family: "Expo Arabic";
  font-size: 12px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  border-radius: 25px;
  background: #3f5bab;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  gap: 5px;
  padding: 12px;
  margin: 0 5px;
}

#product .oneCard .btns .loginbtn {
  padding: 18px 120px;
}

#product .oneCard .btns svg {
  color: #fff;
}

#product .oneCard .btns .acivecode {
  background: #e4e7e9;
  color: #3f5bab;
}
#product .oneCard .btns .watch {
  padding: 15px 100px;
}

/* ------------end  product section ------------- */

/* ------------ Start Ads Popup  ------------- */

.cover {
  position: fixed;
  top: 0;
  /* bottom: 0; */
  opacity: 0;

  left: 0;
  right: 0;
  background-color: #0000005b;
  z-index: 9999999999999999999999999999;
}

#adsPopup {
  padding: 50px;
  border-radius: 10px;
  background: #fff;
  width: 40%;
  position: fixed;
  top: -100%;
  left: 50%;
  transform: translate(-50%);
  margin: auto;
  z-index: 9999999999999999999999999999;
}

#adsPopup .header {
  display: flex;
  justify-content: space-between;
}

#adsPopup .header h5 {
  font-family: "Expo Arabic";
  color: #14374d;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
#adsPopup .exit {
  cursor: pointer;
}

#adsPopup .ads p {
  color: #14374d;
  text-align: center;
  font-family: "Expo Arabic";
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 30px; /* 150% */
}

#adsPopup .ads .adsPhoto {
  position: relative;
}

#adsPopup .ads .onphoto {
  position: absolute;
  bottom: 2%;
  left: 0px;
  padding: 0 20px;
}

#adsPopup .ads .onphoto .best {
  padding: 8px 22px;
  border-radius: 25px;
  background: #fff;
  height: fit-content;
}
#adsPopup .ads .onphoto .prise {
  display: flex;
  border-radius: 20px;
  background: rgba(63, 91, 171, 0.98);
  width: fit-content;
  padding: 6px 14px;
  margin: 15px;
}

#adsPopup .ads .onphoto .prise h6 {
  color: #fff;
  text-align: right;
  font-family: Expo Arabic;
  font-size: 15px;
  font-style: normal;
  font-weight: 600;
  line-height: 22px;
  margin: 0 5px;
}

#adsPopup .ads .onphoto .prise .before {
  color: rgba(255, 255, 255, 0.8);
  text-align: right;
  font-family: Expo Arabic;
  font-size: 10px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
  text-decoration: line-through;
}

#adsPopup .ads .onphoto .prise .after {
  color: #fff;
  text-align: right;
  font-family: Expo Arabic;
  font-size: 15px;
  font-style: normal;
  font-weight: 600;
  line-height: 22px;
}

#adsPopup .btns {
  display: flex;
  justify-content: space-between;
  margin-top: 30px;
}
#adsPopup .btns .buyNow {
  color: #fff;
  font-family: "Expo Arabic";
  font-size: 15px;
  font-style: normal;
  font-weight: 600;
  line-height: 22px; /* 110% */
  border-radius: 8px;
  background: #14374d;
  padding: 8px 60px;
}

#adsPopup .btns .exit {
  color: #fff;
  text-align: right;
  font-family: "Expo Arabic";
  font-size: 15px;
  font-style: normal;
  font-weight: 600;
  line-height: 22px; /* 110% */
  border-radius: 8px;
  background: #000;
  padding: 8px 60px;
}

/* ------------ end Ads Popup  ------------- */

/* ------------ start app Popup  ------------- */
#popUp {
  border-radius: 10px;
  background: #001725;
  height: fit-content;
  text-align: center;
  width: 300px;
  padding: 20px 0px;
  position: fixed;
  bottom: 5%;
  right: -50%;
  z-index: 999999999999999999999999999999999999;
}
#popUp .exitAppPopup {
  color: #fff;
  font-size: 20px;
  width: fit-content;
  cursor: pointer;
  margin-right: 20px;
}

#popUp span {
  color: #fff;
  text-align: center;
  font-family: "Expo Arabic";
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
#popUp .download {
  color: #14374d;
  text-align: center;
  display: block;
  font-family: "Expo Arabic";
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  border-radius: 2px;
  background: #fff;
  padding: 5px 30px;
  width: fit-content;
  margin: 20px auto;
}
/* ------------ end app Popup  ------------- */

/* ------------start  responsive  ------------- */

@media all and (min-width: 1280px) and (max-width: 1440px) {
  /* ------------start Welcome section ------------- */

  #welcomeSec .teacherbackground {
    background-position: 0px 76px;
    background-size: 85%;
  }
  #welcomeSec .teacherbackground img {
    width: 70%;
    height: 70%;
    top: 22px;
    left: 3px;
  }

  #welcomeSec .welcomeMessage {
    height: 540px;
    padding: 0 50px;
  }

  #welcomeSec .welcomeMessage h1 {
    font-size: 40px;
  }

  #welcomeSec .welcomeMessage p {
    width: 70%;
    font-size: 18px;
    margin: 30px 0 40px 0;
  }

  #welcomeSec .welcomeMessage .teacherinfo h2 {
    font-size: 25px;
  }

  #welcomeSec .welcomeMessage .teacherinfo a {
    font-size: 18px;
    border-radius: 10px 0px 10px 10px;
    padding: 12px 15px;
    margin: 0 20px;
  }

  #welcomeSec .welcomeMessage .teacherinfo a img {
    margin: 0px 8px;
  }

  #welcomeSec .socailmedia {
    top: 30%;
    left: 3%;
  }
  #welcomeSec .socailmedia .line {
    height: 100px;
    width: 2px;
  }
  #welcomeSec .socailmedia svg {
    font-size: 25px;
    margin-top: 10px;
  }

  #welcomeSec .socailmedia iconify-icon {
    font-size: 28px;
    margin-top: 10px;
  }

  /* ------------End Welcome section ------------- */

  /* ------------start startSteps section ------------- */

  #startSteps .title .base {
    left: 50%;
    transform: translate(-50%);
  }

  #startSteps .background {
    width: 30%;
    margin: auto;
    margin-top: -20px;
  }

  #startSteps .one {
    text-align: center;
    margin-top: 50px;
  }

  #startSteps .one h3 {
    font-size: 30px;
    margin: 20px 0;
  }

  #startSteps .one p {
    width: 66%;
    font-size: 16px;
  }
  /* ------------End startSteps section ------------- */

  /* ------------Start  category section ------------- */
  #category {
    margin: 70px 0;
  }

  #category .background {
    width: 15%;
    margin-top: -20px;
  }

  /* ------------end  category section ------------- */

  /* public card */

  .oneCard {
    width: 400px;
  }

  .oneCard .cardbody h3 {
    font-size: 25px;
  }

  .oneCard .cardbody p {
    font-size: 13px;
  }

  .oneCard .cardbody h6 {
    font-size: 13px;
  }

  .oneCard .cardbody button {
    border-radius: 4px 0px 4px 4px;
    padding: 15px 12px;
    font-size: 13px;
  }
  .oneCard .cardbody button img {
    margin-right: 8px;
  }

  /* public card */

  /* ------------start  advantages section ------------- */

  #advantages #svg circle {
    stroke-dashoffset: 0;
    transition: stroke-dashoffset 1s linear;
    stroke-width: 1.3em;
  }

  #advantages #cont {
    display: block;
    height: 200px;
    width: 200px;
    margin: 2em auto;
    box-shadow: 0 0 1em black;
    border-radius: 100%;
    position: relative;
  }
  #advantages #cont:after {
    position: absolute;
    display: block;
    height: 160px;
    width: 160px;
    left: 50%;
    top: 50%;
    margin-top: -80px;
    margin-left: -80px;
    border-radius: 100%;
    line-height: 160px;
    font-size: 2em;
  }

  #advantages #cont .icon {
    font-size: 50px;
  }

  #advantages .percent .one h5 {
    font-size: 25px;
  }

  #advantages .percent .one h6 {
    font-size: 20px;
  }
  #advantages .more {
    margin: 50px 0;
    font-size: 30px;
  }

  /* ------------end  advantages section ------------- */

  /* ------------start  product section ------------- */

  #product .oneCard .image .onphoto .prise {
    padding: 6px 14px;
    margin: 15px;
  }

  #product .oneCard .image .onphoto .prise h6 {
    font-size: 15px;
    margin: 0 5px;
  }

  #product .oneCard .image .onphoto .prise .before {
    font-size: 10px;
  }

  #product .oneCard .image .onphoto .prise .after {
    font-size: 15px;
  }

  #product .oneCard h3 {
    font-size: 20px;
  }

  #product .oneCard h4 {
    font-size: 16px;
    line-height: 18px;
  }

  #product .oneCard .date h5 {
    font-size: 13px;
    line-height: 10px;
  }

  #product .oneCard svg {
    font-size: 22px;
    margin-right: 10px;
  }

  #product .oneCard .details p {
    font-size: 12px;
    line-height: 20px;
  }

  #product .oneCard .btns {
    display: flex;
    justify-content: center;
  }
  #product .oneCard .btns a {
    font-size: 12px;
    border-radius: 25px;
    gap: 5px;
    padding: 10px;
    margin: 0 5px;
  }

  #product .oneCard .btns .loginbtn {
    padding: 18px 100px;
  }

  #product .oneCard .btns svg {
    color: #fff;
    font-size: 15px;
  }

  #product .oneCard .btns .acivecode {
    background: #e4e7e9;
    color: #3f5bab;
  }
  #product .oneCard .btns .watch {
    padding: 18px 110px;
  }

  /* ------------end  product section ------------- */

  #adsPopup {
    width: 50%;
  }
}

@media all and (min-width: 1024px) and (max-width: 1280px) {
  /* ------------start Welcome section ------------- */

  #welcomeSec .teacherbackground {
    background-position: 0px 76px;
    background-size: 85%;
  }
  #welcomeSec .teacherbackground img {
    width: 60%;
    height: 60%;
    top: 22px;
    left: 9px;
  }

  #welcomeSec .welcomeMessage {
    height: 540px;
    padding: 0 20px;
  }

  #welcomeSec .welcomeMessage h1 {
    font-size: 30px;
  }

  #welcomeSec .welcomeMessage p {
    width: 70%;
    font-size: 16px;
    margin: 30px 0 30px 0;
  }

  #welcomeSec .welcomeMessage .teacherinfo h2 {
    font-size: 20px;
  }

  #welcomeSec .welcomeMessage .teacherinfo a {
    font-size: 16px;
    border-radius: 10px 0px 10px 10px;
    padding: 8px 10px;
    margin: 0 20px;
  }

  #welcomeSec .welcomeMessage .teacherinfo a img {
    margin: 0px 8px;
  }

  #welcomeSec .socailmedia {
    top: 25%;
    left: 3%;
  }
  #welcomeSec .socailmedia .line {
    height: 100px;
    width: 2px;
  }
  #welcomeSec .socailmedia svg {
    font-size: 25px;
    margin-top: 10px;
  }

  #welcomeSec .socailmedia iconify-icon {
    font-size: 28px;
    margin-top: 10px;
  }

  /* ------------End Welcome section ------------- */

  /* ------------start startSteps section ------------- */

  #startSteps .title .base {
    left: 50%;
    transform: translate(-50%);
  }

  #startSteps .background {
    width: 30%;
    margin: auto;
    margin-top: -20px;
  }

  #startSteps .one {
    text-align: center;
    margin-top: 50px;
  }

  #startSteps .one h3 {
    font-size: 25px;
    margin: 20px 0;
  }

  #startSteps .one p {
    width: 80%;
    font-size: 14px;
  }
  /* ------------End startSteps section ------------- */

  /* ------------Start  category section ------------- */
  #category {
    margin: 70px 0;
  }

  #category .background {
    width: 15%;
    margin-top: -20px;
  }

  /* ------------end  category section ------------- */

  /* public card */

  .oneCard {
    width: 350px;
  }

  .oneCard .image img {
    height: 180px;
  }

  .oneCard .cardbody h3 {
    font-size: 20px;
  }

  .oneCard .cardbody p {
    font-size: 12px;
  }

  .oneCard .cardbody h6 {
    font-size: 12px;
  }

  .oneCard .cardbody button {
    border-radius: 4px 0px 4px 4px;
    padding: 12px 10px;
    font-size: 10px;
  }
  .oneCard .cardbody button img {
    margin-right: 5px;
  }

  /* public card */

  /* ------------start  advantages section ------------- */

  #advantages #svg circle {
    stroke-dashoffset: 0;
    transition: stroke-dashoffset 1s linear;
    stroke-width: 1.3em;
  }

  #advantages #cont {
    display: block;
    height: 200px;
    width: 200px;
    margin: 2em auto;
    box-shadow: 0 0 1em black;
    border-radius: 100%;
    position: relative;
  }
  #advantages #cont:after {
    position: absolute;
    display: block;
    height: 160px;
    width: 160px;
    left: 50%;
    top: 50%;
    margin-top: -80px;
    margin-left: -80px;
    border-radius: 100%;
    line-height: 160px;
    font-size: 2em;
  }

  #advantages #cont .icon {
    font-size: 50px;
  }

  #advantages .percent .one h5 {
    font-size: 25px;
  }

  #advantages .percent .one h6 {
    font-size: 18px;
    line-height: 25px;
    width: 50%;
    margin: auto;
  }
  #advantages .more {
    margin: 50px 0;
    font-size: 30px;
  }

  /* ------------end  advantages section ------------- */

  /* ------------start  product section ------------- */

  #product .oneCard .image .onphoto .prise {
    padding: 6px 14px;
    margin: 15px;
  }

  #product .oneCard .image .onphoto .prise h6 {
    font-size: 12px;
    margin: 0 5px;
  }

  #product .oneCard .image .onphoto .prise .before {
    font-size: 10px;
  }

  #product .oneCard .image .onphoto .prise .after {
    font-size: 12px;
  }

  #product .oneCard h3 {
    font-size: 18px;
  }

  #product .oneCard h4 {
    font-size: 14px;
    line-height: 18px;
  }

  #product .oneCard .date h5 {
    font-size: 12px;
    line-height: 10px;
  }

  #product .oneCard svg {
    font-size: 20px;
    margin-right: 10px;
  }

  #product .oneCard .details p {
    font-size: 12px;
    line-height: 20px;
  }

  #product .oneCard .btns {
    display: flex;
    justify-content: center;
  }
  #product .oneCard .btns a {
    font-size: 11px;
    border-radius: 25px;
    gap: 5px;
    padding: 8px;
    margin: 0 5px;
  }

  #product .oneCard .btns .loginbtn {
    padding: 12px 80px;
  }

  #product .oneCard .btns svg {
    color: #fff;
    font-size: 12px;
  }

  #product .oneCard .btns .acivecode {
    background: #e4e7e9;
    color: #3f5bab;
  }
  #product .oneCard .btns .watch {
    padding: 12px 90px;
  }

  /* ------------end  product section ------------- */

  #adsPopup {
    width: 60%;
  }
}

@media all and (min-width: 768px) and (max-width: 1024px) {
  /* ------------start Welcome section ------------- */

  #welcomeSec .teacherbackground {
    background-position: 0px 76px;
    background-size: 85%;
  }
  #welcomeSec .teacherbackground img {
    width: 68%;
    height: 68%;
    top: 22px;
    left: 9px;
  }

  #welcomeSec .welcomeMessage {
    height: 400px;
    padding: 0 10px;
  }

  #welcomeSec .welcomeMessage h1 {
    font-size: 25px;
    text-align: right;
  }

  #welcomeSec .welcomeMessage p {
    width: 70%;
    font-size: 14px;
    margin: 20px 0 20px 0;
  }

  #welcomeSec .welcomeMessage .teacherinfo h2 {
    font-size: 18px;
  }

  #welcomeSec .welcomeMessage .teacherinfo a {
    font-size: 14px;
    border-radius: 10px 0px 10px 10px;
    padding: 6px 8px;
    margin: 0 20px;
  }

  #welcomeSec .welcomeMessage .teacherinfo a img {
    margin: 0px 4px;
  }

  #welcomeSec .socailmedia {
    top: 25%;
    left: 3%;
  }
  #welcomeSec .socailmedia .line {
    height: 80px;
    width: 2px;
  }
  /* ------------end welcomeSec section ------------- */

  /* ------------start startSteps section ------------- */

  #startSteps .title .base {
    left: 50%;
    transform: translate(-50%);
  }

  #startSteps .background {
    width: 30%;
    margin: auto;
    margin-top: -20px;
  }

  #startSteps .one {
    text-align: center;
    margin-top: 50px;
  }

  #startSteps .one h3 {
    font-size: 22px;
    margin: 15px 0;
  }

  #startSteps .one p {
    width: 90%;
    font-size: 12px;
  }

  /* ------------End startSteps section ------------- */

  /* ------------Start  category section ------------- */
  #category {
    margin: 70px 0;
  }

  #category .background {
    width: 15%;
    margin-top: -20px;
  }

  /* ------------end  category section ------------- */

  /* public card */

  .oneCard {
    width: 350px;
  }

  .oneCard .image img {
    height: 180px;
  }

  .oneCard .cardbody h3 {
    font-size: 20px;
  }

  .oneCard .cardbody p {
    font-size: 12px;
  }

  .oneCard .cardbody h6 {
    font-size: 12px;
  }

  .oneCard .cardbody button {
    border-radius: 4px 0px 4px 4px;
    padding: 12px 10px;
    font-size: 10px;
  }
  .oneCard .cardbody button img {
    margin-right: 5px;
  }

  /* public card */

  /* ------------start  advantages section ------------- */

  #advantages #svg circle {
    stroke-dashoffset: 0;
    transition: stroke-dashoffset 1s linear;
    stroke-width: 1.3em;
  }

  #advantages #cont {
    display: block;
    height: 200px;
    width: 200px;
    margin: 2em auto;
    box-shadow: 0 0 1em black;
    border-radius: 100%;
    position: relative;
  }
  #advantages #cont:after {
    position: absolute;
    display: block;
    height: 160px;
    width: 160px;
    left: 50%;
    top: 50%;
    margin-top: -80px;
    margin-left: -80px;
    border-radius: 100%;
    line-height: 160px;
    font-size: 2em;
  }

  #advantages #cont .icon {
    font-size: 50px;
  }

  #advantages .percent .one h5 {
    font-size: 20px;
  }

  #advantages .percent .one h6 {
    font-size: 16px;
    line-height: 25px;
    width: 70%;
    margin: auto;
  }
  #advantages .more {
    margin: 50px 0;
    font-size: 25px;
  }

  /* ------------end  advantages section ------------- */

  /* ------------start  product section ------------- */

  #product .oneCard .image .onphoto .prise {
    padding: 6px 14px;
    margin: 15px;
  }

  #product .oneCard .image .onphoto .prise h6 {
    font-size: 12px;
    margin: 0 5px;
  }

  #product .oneCard .image .onphoto .prise .before {
    font-size: 10px;
  }

  #product .oneCard .image .onphoto .prise .after {
    font-size: 12px;
  }

  #product .oneCard h3 {
    font-size: 18px;
  }

  #product .oneCard h4 {
    font-size: 14px;
    line-height: 18px;
  }

  #product .oneCard .date h5 {
    font-size: 12px;
    line-height: 10px;
  }

  #product .oneCard svg {
    font-size: 20px;
    margin-right: 10px;
  }

  #product .oneCard .details p {
    font-size: 12px;
    line-height: 20px;
  }

  #product .oneCard .btns {
    display: flex;
    justify-content: center;
  }
  #product .oneCard .btns a {
    font-size: 11px;
    border-radius: 25px;
    gap: 5px;
    padding: 8px;
    margin: 0 5px;
  }

  #product .oneCard .btns .loginbtn {
    padding: 12px 80px;
  }

  #product .oneCard .btns svg {
    color: #fff;
    font-size: 12px;
  }

  #product .oneCard .btns .acivecode {
    background: #e4e7e9;
    color: #3f5bab;
  }
  #product .oneCard .btns .watch {
    padding: 12px 90px;
  }

  /* ------------end  product section ------------- */

  #adsPopup {
    width: 60%;
    padding: 30px;
  }
  #adsPopup .header h5 {
    font-size: 16px;
  }
  #adsPopup .ads p {
    font-size: 14px;
  }
}

@media all and (min-width: 480px) and (max-width: 768px) {
  /* ------------start Welcome section ------------- */

  #welcomeSec .teacherbackground {
    background-position: 80% 23px;
    background-size: 82%;
    width: 400px;
    height: fit-content;
    padding-bottom: 100px;
  }

  #welcomeSec .teacherbackground img {
    position: static;
    display: block;
    width: 60%;
    height: 100%;
    margin: auto !important;
    text-align: center;
  }

  #welcomeSec .welcomeMessage {
    height: fit-content;
    padding: 0 0 0px 10px;
  }

  #welcomeSec .welcomeMessage h1 {
    font-size: 25px;
    text-align: center;
    line-height: 46px;
  }

  #welcomeSec .welcomeMessage p {
    width: 70%;
    font-size: 15px;
    margin: 20px 0 20px 0;
  }

  #welcomeSec .welcomeMessage .teacherinfo h2 {
    font-size: 18px;
  }

  #welcomeSec .welcomeMessage .teacherinfo a {
    font-size: 14px;
    border-radius: 10px 0px 10px 10px;
    padding: 6px 8px;
    /* margin: 0 20px 80px 20px; */
  }

  #welcomeSec .welcomeMessage .teacherinfo a img {
    margin: 0px 4px;
  }

  #welcomeSec .socailmedia {
    top: 25%;
    left: 3%;
  }
  #welcomeSec .socailmedia .line {
    height: 80px;
    width: 2px;
  }

  /* ------------end welcomeSec section ------------- */

  /* public style  */

  .title {
    /* text-align: center; */
    position: relative;
  }
    .all {
        margin-right: 12px;
    }
  .all a {
    color: #fff;
    text-align: right;
    font-family: "Expo Arabic";
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    border-radius: 4px;
    background: #3f5bab;
    padding: 6px 10px;
  }
  .background {
    border-radius: 353px;
    opacity: 0.5;
    background: rgba(20, 55, 77, 0.6);
    /* width: 30%; */
    margin-top: -20px;
    height: 10px;
    filter: blur(15px);
  }
  .title h2 {
    font-family: Expo Arabic;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
  }
  .title .shadwo {
    opacity: 0.5;

    -webkit-text-fill-color: white;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #14374d;
  }
  .title .base {
    position: absolute;
    top: 3px;
    /* left: 0%; */
    /* transform: translate(-50%); */
  }

  /* public style  */

  /* ------------start startSteps section ------------- */
  #startSteps {
    margin-top: 100px;
  }
  #startSteps .title .base {
    left: 49%;
    transform: translate(-48%);
  }

  #startSteps .background {
    width: 50%;
    margin: auto;
    margin-top: -20px;
  }

  #startSteps .one {
    text-align: center;
    margin-top: 50px;
  }

  #startSteps .one h3 {
    font-size: 22px;
    margin: 15px 0;
  }

  #startSteps .one p {
    width: 90%;
    font-size: 12px;
  }

  /* ------------End startSteps section ------------- */

  /* ------------Start  category section ------------- */
  #category {
    margin: 70px 0;
  }

  #category .background {
    width: 15%;
    margin-top: -20px;
  }

  /* ------------end  category section ------------- */

  /* public card */

  .oneCard {
    width: 350px;
  }

  .oneCard .image img {
    height: 180px;
  }

  .oneCard .cardbody h3 {
    font-size: 20px;
  }

  .oneCard .cardbody p {
    font-size: 12px;
  }

  .oneCard .cardbody h6 {
    font-size: 12px;
  }

  .oneCard .cardbody button {
    border-radius: 4px 0px 4px 4px;
    padding: 12px 10px;
    font-size: 10px;
  }
  .oneCard .cardbody button img {
    margin-right: 5px;
  }

  /* public card */

  /* ------------start  advantages section ------------- */

  #advantages #svg circle {
    stroke-dashoffset: 0;
    transition: stroke-dashoffset 1s linear;
    stroke-width: 1.3em;
  }

  #advantages #cont {
    display: block;
    height: 200px;
    width: 200px;
    margin: 2em auto;
    box-shadow: 0 0 1em black;
    border-radius: 100%;
    position: relative;
  }
  #advantages #cont:after {
    position: absolute;
    display: block;
    height: 160px;
    width: 160px;
    left: 50%;
    top: 50%;
    margin-top: -80px;
    margin-left: -80px;
    border-radius: 100%;
    line-height: 160px;
    font-size: 2em;
  }

  #advantages #cont .icon {
    font-size: 50px;
  }

  #advantages .percent .one h5 {
    font-size: 20px;
  }

  #advantages .percent .one h6 {
    font-size: 14px;
    line-height: 25px;
    width: 80%;
    margin: auto;
  }
  #advantages .more {
    margin: 50px 0;
    font-size: 25px;
  }

  #advantages .moreadvantages .one {
    margin: 20px;
    font-size: 25px;
  }
  /* ------------end  advantages section ------------- */

  /* ------------start  product section ------------- */

  #product .oneCard .image .onphoto .prise {
    padding: 6px 14px;
    margin: 15px;
  }

  #product .oneCard .image .onphoto .prise h6 {
    font-size: 12px;
    margin: 0 5px;
  }

  #product .oneCard .image .onphoto .prise .before {
    font-size: 10px;
  }

  #product .oneCard .image .onphoto .prise .after {
    font-size: 12px;
  }

  #product .oneCard h3 {
    font-size: 18px;
  }

  #product .oneCard h4 {
    font-size: 14px;
    line-height: 18px;
  }

  #product .oneCard .date h5 {
    font-size: 12px;
    line-height: 10px;
  }

  #product .oneCard svg {
    font-size: 20px;
    margin-right: 10px;
  }

  #product .oneCard .details p {
    font-size: 12px;
    line-height: 20px;
  }

  #product .oneCard .btns {
    display: flex;
    justify-content: center;
  }
  #product .oneCard .btns a {
    font-size: 11px;
    border-radius: 25px;
    gap: 5px;
    padding: 8px;
    margin: 0 5px;
  }

  #product .oneCard .btns .loginbtn {
    padding: 12px 80px;
  }

  #product .oneCard .btns svg {
    color: #fff;
    font-size: 12px;
  }

  #product .oneCard .btns .acivecode {
    background: #e4e7e9;
    color: #3f5bab;
  }
  #product .oneCard .btns .watch {
    padding: 12px 90px;
  }

  /* ------------end  product section ------------- */

  #adsPopup {
    width: 60%;
    padding: 30px;
  }
  #adsPopup .header h5 {
    font-size: 16px;
  }
  #adsPopup .ads p {
    font-size: 14px;
  }

  #adsPopup .ads .onphoto h6 {
    font-size: 10px !important;
  }

  #adsPopup .btns .buyNow {
    font-size: 12px;
    padding: 8px 40px;
  }

  #adsPopup .btns .exit {
    font-size: 12px;
    padding: 8px 40px;
  }
}

@media all and (max-width: 480px) {
  /* ------------start Welcome section ------------- */

  #welcomeSec .teacherbackground {
    background-position: 80% 23px;
    background-size: 82%;
    width: 300px;
    height: fit-content;
    padding-bottom: 100px;
  }

  #welcomeSec .teacherbackground img {
    position: static;
    display: block;
    width: 60%;
    height: 100%;
    margin: auto !important;
    text-align: center;
  }

  #welcomeSec .welcomeMessage {
    height: fit-content;
    padding: 0 0 0px 10px;
  }

  #welcomeSec .welcomeMessage h1 {
    font-size: 25px;
    text-align: center;
    line-height: 46px;
  }

  #welcomeSec .welcomeMessage p {
    width: 90%;
    text-align: center;

    font-size: 15px;
    margin: 20px 0 20px 0;
  }

  #welcomeSec .welcomeMessage .teacherinfo h2 {
    font-size: 18px;
  }

  #welcomeSec .welcomeMessage .teacherinfo a {
    font-size: 14px;
    border-radius: 10px 0px 10px 10px;
    padding: 6px 8px;
    /* margin: 0 20px 80px 20px; */
  }

  #welcomeSec .welcomeMessage .teacherinfo a img {
    margin: 0px 4px;
  }

  #welcomeSec .socailmedia {
    top: 5%;
    left: 3%;
  }
  #welcomeSec .socailmedia .line {
    height: 50px;
    width: 2px;
  }

  /* ------------end welcomeSec section ------------- */

  /* public style  */

  .title {
    /* text-align: center; */
    position: relative;
  }

  .all a {
    color: #fff;
    text-align: right;
    font-family: "Expo Arabic";
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    border-radius: 4px;
    background: #3f5bab;
    padding: 6px 10px;
  }
  .background {
    border-radius: 353px;
    opacity: 0.5;
    background: rgba(20, 55, 77, 0.6);
    /* width: 30%; */
    margin-top: -20px;
    height: 10px;
    filter: blur(15px);
  }
  .title h2 {
    font-family: Expo Arabic;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
  }
  .title .shadwo {
    opacity: 0.5;

    -webkit-text-fill-color: white;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #14374d;
  }
  .title .base {
    position: absolute;
    top: 3px;
    /* left: 0%; */
    /* transform: translate(-50%); */
  }

  /* public style  */

  /* ------------start startSteps section ------------- */
  #startSteps {
    margin-top: 100px;
  }
  #startSteps .title .base {
    left: 35%;
    transform: translate(-26%);
  }

  #startSteps .background {
    width: 50%;
    margin: auto;
    margin-top: -20px;
  }

  #startSteps .one {
    text-align: center;
    margin-top: 50px;
  }

  #startSteps .one h3 {
    font-size: 22px;
    margin: 15px 0;
  }

  #startSteps .one p {
    width: 90%;
    font-size: 12px;
  }

  /* ------------End startSteps section ------------- */

  /* ------------Start  category section ------------- */
  #category {
    margin: 70px 0;
  }

  #category .background {
    width: 15%;
    margin-top: -20px;
  }

  /* ------------end  category section ------------- */

  /* public card */

  .oneCard {
    width: 300px;
  }

  .oneCard .image img {
    height: 120px;
  }

  .oneCard .cardbody h3 {
    font-size: 15px;
  }

  .oneCard .cardbody p {
    font-size: 10px;
  }

  .oneCard .cardbody h6 {
    font-size: 10px;
  }

  .oneCard .cardbody button {
    border-radius: 4px 0px 4px 4px;
    padding: 8px 5px;
    font-size: 8px;
  }
  .oneCard .cardbody button img {
    margin-right: 1px;
    width: 10px;
  }

  /* public card */

  /* ------------start  advantages section ------------- */
  #advantages #svg {
    width: 140px;
    height: 140px;
    transform: scale(1);
  }
  #advantages #svg circle {
    margin-left: 10px;
    transform: scale(0.7) translate(0);
  }
  #advantages .percent .one {
    transform: scale(1);
  }
  #advantages #cont {
    display: block;
    height: 140px;
    width: 140px;
    margin: 2em auto;
    box-shadow: 0 0 1em black;
    border-radius: 100%;
    position: relative;
  }
  #advantages #cont:after {
    position: absolute;
    display: block;
    height: 160px;
    width: 160px;
    left: 50%;
    top: 50%;
    margin-top: -80px;
    margin-left: -80px;
    border-radius: 100%;
    line-height: 160px;
    font-size: 2em;
  }

  #advantages #cont .icon {
    font-size: 50px;
  }

  #advantages .percent .one h5 {
    font-size: 20px;
  }

  #advantages .percent .one h6 {
    font-size: 14px;
    line-height: 25px;
    width: 100%;
    margin: auto;
  }
  #advantages .more {
    margin: 50px 0;
    font-size: 25px;
  }

  #advantages .moreadvantages .one {
    margin: 20px;
    font-size: 25px;
  }
  /* ------------end  advantages section ------------- */

  /* ------------start  product section ------------- */

  #product .oneCard .image .onphoto .prise {
    padding: 3px 10px;
    margin: 12px;
  }

  #product .oneCard .image .onphoto .prise h6 {
    font-size: 10px;
    margin: 0 3px;
  }

  #product .oneCard .image .onphoto .prise .before {
    font-size: 8px;
  }

  #product .oneCard .image .onphoto .prise .after {
    font-size: 10px;
  }

  #product .oneCard h3 {
    font-size: 14px;
  }

  #product .oneCard h4 {
    font-size: 12px;
    line-height: 18px;
  }

  #product .oneCard .date h5 {
    font-size: 9px;
    line-height: 8px;
  }

  #product .oneCard svg {
    font-size: 13px;
    margin: 4px;
  }

  #product .oneCard .details p {
    font-size: 10px;
    line-height: 20px;
  }

  #product .oneCard .btns {
    display: flex;
    justify-content: center;
  }
  #product .oneCard .btns a {
    font-size: 9px !important;
    border-radius: 10px;
    gap: 0px;
    padding: 4px 10px !important;
    margin: 0 3px;
  }

  #product .oneCard .btns .loginbtn {
    padding: 12px 50px !important;
  }

  #product .oneCard .btns svg {
    color: #fff;
    font-size: 8px;
  }

  #product .oneCard .btns .watch {
    padding: 12px 60px !important;
  }

  /* ------------end  product section ------------- */

  #adsPopup {
    width: 90%;
    padding: 30px;
  }
  #adsPopup .header h5 {
    font-size: 16px;
  }
  #adsPopup .ads p {
    font-size: 14px;
  }

  #adsPopup .ads .onphoto h6 {
    font-size: 10px !important;
  }

  #adsPopup .btns .buyNow {
    font-size: 12px;
    padding: 8px 40px;
  }

  #adsPopup .btns .exit {
    font-size: 12px;
    padding: 8px 40px;
  }

  #popUp {
    width: 300px;
    padding: 10px 0px;
  }

  #popUp span {
    font-size: 12px;
  }

  #popUp .download {
    margin: 15px auto;
    font-size: 12px;
  }
}
/* ------------end  responsive  ------------- */

/* ================================================ End Home Page =================================================== */

/* -------------------start Footer------------------------ */

hr {
  color: #3f5bab;
  width: 80%;
  margin: 30px auto;
  opacity: 0.7;
}
footer .teacherlogo {
  text-align: center;
}
footer .teacherlogo h2 {
  margin-top: 15px;
  font-family: Expo Arabic;
  font-size: 30px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}

footer h6 {
  text-align: right;
  font-family: Expo Arabic;
  font-size: 25px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin: 25px 0;
}

footer .links {
  width: fit-content;
  margin: auto;
}

footer .links ul {
  width: fit-content;
}

footer .links li {
  list-style: none;

  text-align: right !important;
}

footer .links li a {
  list-style: none;
  display: block;
  text-align: right !important;
  margin-bottom: 15px;
  font-family: Expo Arabic;
  font-size: 15px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

footer .teacherinfo {
  width: fit-content;
  margin: auto;
}

footer .teacherinfo .socail a {
  font-size: 25px;
  margin: 4px;
}

footer .teacherinfo a {
  text-align: right;
  font-family: Expo Arabic;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

footer .vtsInfo {
  background: #3f5bab;
  margin-top: 15px;
}

footer .vtsInfo h6 {
  color: #fff;
  text-align: right;
  font-family: Expo Arabic;
  font-size: 17px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}

footer .vtsInfo h6 img {
  margin: 0 15px;
}

footer .vtsInfo h6 svg {
  margin-right: 10px;
}

.footer-v {
  text-align: left !important;
}

.Developed {
  text-align: left;
}
.studentfooter {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    margin-top: 50px;
/*    height: fit-content;
*/    height: 5px !important;
    border-top: 1px solid var(--bs-border-color);
}

@media all and (min-width: 1280px) and (max-width: 1440px) {
}
@media all and (min-width: 1024px) and (max-width: 1280px) {
}

@media all and (min-width: 768px) and (max-width: 1024px) {
  footer .vtsInfo {
    background: #3f5bab;
    margin-top: 15px;
  }

  footer .vtsInfo h6 {
    font-size: 14px;
  }

  footer .vtsInfo h6 img {
    margin: 0 10px;
  }

  footer .vtsInfo h6 svg {
    margin-right: 8px;
  }
}

@media all and (min-width: 480px) and (max-width: 768px) {
}

@media all and (max-width: 480px) {
  footer .teacherlogo {
    text-align: center;
  }
  footer .teacherlogo h2 {
    margin-top: 15px;

    font-size: 20px;
  }

  footer h6 {
    text-align: right;
    font-family: Expo Arabic;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    margin: 10px 0;
  }
    .studentfooter {
        right: 0;
        bottom: 0;
        left: 0;
        margin-top: 50px;
        height: 5px !important;
        border-top: 1px solid var(--bs-border-color);
    }
  footer .links {
    width: fit-content;
    margin: auto;
  }

  footer .links ul {
    width: fit-content;
    margin-top: 26px;
  }

  footer .links li {
    list-style: none;

    text-align: right !important;
  }

  footer .links li a {
    list-style: none;
    display: block;
    text-align: right !important;
    margin-bottom: 15px;
    font-family: Expo Arabic;
    font-size: 10px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
  }

  footer .teacherinfo {
    width: fit-content;
    margin: auto;
  }

  footer .teacherinfo .socail a {
    font-size: 20px;
    margin: 4px;
  }

  footer .teacherinfo a {
    text-align: right;
    font-family: Expo Arabic;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
  }

  footer .vtsInfo {
    background: #3f5bab;
    margin-top: 15px;
  }

  footer .vtsInfo h6 {
    font-size: 12px;
    line-height: 10px;
    text-align: center;
    margin: 6px 0;
  }

  footer .vtsInfo h6 img {
    margin: 0 10px;
  }

  footer .vtsInfo h6 svg {
    margin-right: 4px;
    width: 15px;
  }
}
/* -------------------end Footer------------------------ */

/* ================================================ Start About Page =================================================== */

/* ------------start  about welcome section ------------- */
#aboutwelSEC {
  margin-top: 50px;
}

#aboutwelSEC .more {
  position: relative;
  width: fit-content;
  margin: auto;
}

#aboutwelSEC .more h2 {
  position: absolute;
  top: 25%;
  right: 0%;
  font-family: "Expo Arabic";
  font-size: 40px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
/* ------------end  about welcome section ------------- */

/* ------------start aboutMoreUs section ------------- */
#aboutMoreUs {
  margin: 100px 0;
}
#aboutMoreUs .nav {
  overflow: hidden;
}
#aboutMoreUs .nav-tabs {
  margin: 50px 0;
  border: none;
  display: flex;
  justify-content: space-between;
}
#aboutMoreUs .nav .nav-item .img {
  background-color: #3f5bab;
  width: 100px;
  height: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  /* padding: 30px; */
}
#aboutMoreUs .nav .nav-link {
  width: 191px;
  height: 193px;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
}
#aboutMoreUs .nav .nav-item h6 {
  color: #14374d;
  text-align: center;
  font-family: "Expo Arabic";
  font-size: 30px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin-top: 15px;
}
.darkmode nav .navList a:hover {
    color: white !important;
}

#aboutMoreUs .nav-tabs .nav-link.active {
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
}

#aboutMoreUs p {
  text-align: center;
  font-family: "Expo Arabic";
  font-size: 25px;
  font-style: normal;
  font-weight: 400;
  line-height: 50px; /* 200% */
}

/* ------------end aboutMoreUs section ------------- */

/* ------------start  responsive  ------------- */

@media all and (min-width: 1024px) and (max-width: 1280px) {
  #aboutMoreUs {
    margin: 100px 0;
  }
  #aboutMoreUs .nav-tabs {
    margin: 50px 0;
    border: none;
    display: flex;
    justify-content: space-between;
  }
  #aboutMoreUs .nav .nav-item .img {
    width: 100px;
    height: 100px;
  }
  #aboutMoreUs .nav .nav-link {
    width: 191px;
    height: 193px;
  }
  #aboutMoreUs .nav .nav-item h6 {
    font-size: 25px;
    margin-top: 15px;
  }

  #aboutMoreUs .nav-tabs .nav-link.active {
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  }

  #aboutMoreUs p {
    font-size: 20px;
  }
}

@media all and (min-width: 768px) and (max-width: 1024px) {
  #aboutwelSEC img {
    width: 85%;
  }

  #aboutwelSEC .more h2 {
    position: absolute;
    top: 25%;
    right: 10%;
    font-family: "Expo Arabic";
    font-size: 30px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
  }

  #aboutMoreUs {
    margin: 100px 0;
  }
  #aboutMoreUs .nav-tabs {
    margin: 50px 0;
    border: none;
    display: flex;
    justify-content: space-between;
  }
  #aboutMoreUs .nav .nav-item .img {
    width: 80px;
    height: 80px;
  }

  #aboutMoreUs .nav .nav-item .img img {
    width: 50%;
  }
  #aboutMoreUs .nav .nav-link {
    width: 150px;
    height: 150px;
  }
  #aboutMoreUs .nav .nav-item h6 {
    font-size: 20px;
    margin-top: 15px;
  }

  #aboutMoreUs .nav-tabs .nav-link.active {
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  }

  #aboutMoreUs p {
    font-size: 18px;
  }
}

@media all and (min-width: 480px) and (max-width: 768px) {
  #aboutwelSEC img {
    width: 85%;
  }

  #aboutwelSEC .more h2 {
    position: absolute;
    top: 25%;
    right: 10%;
    font-family: "Expo Arabic";
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
  }

  #aboutMoreUs {
    margin: 100px 0;
  }
  #aboutMoreUs .nav-tabs {
    margin: 50px 0;
    border: none;
    display: flex;
    justify-content: space-between;
  }
  #aboutMoreUs .nav .nav-item .img {
    width: 50px;
    height: 50px;
  }

  #aboutMoreUs .nav .nav-item .img img {
    width: 50%;
  }
  #aboutMoreUs .nav .nav-link {
    width: 100px;
    height: 100px;
  }
  #aboutMoreUs .nav .nav-item h6 {
    font-size: 14px;
    margin-top: 15px;
  }

  #aboutMoreUs .nav-tabs .nav-link.active {
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  }

  #aboutMoreUs p {
    font-size: 18px;
  }
}

@media all and (max-width: 480px) {
  #aboutwelSEC img {
    width: 85%;
  }

  #aboutwelSEC .more h2 {
    position: absolute;
    top: 25%;
    right: 10%;
    font-family: "Expo Arabic";
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
  }

  #aboutMoreUs {
    margin: 100px 0;
  }
  #aboutMoreUs .nav-tabs {
    margin: 50px 0;
    border: none;
    display: flex;
    justify-content: space-between;
    padding: 0;
  }
  #aboutMoreUs .nav .nav-item .img {
    width: 30px;
    height: 30px;
  }

  #aboutMoreUs .nav .nav-item .img img {
    width: 50%;
  }
  #aboutMoreUs .nav .nav-link {
    width: 80px;
    height: 80px;
  }
  #aboutMoreUs .nav .nav-item h6 {
    font-size: 10px;
    margin-top: 12px;
  }

  #aboutMoreUs .nav-tabs .nav-link.active {
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  }

  #aboutMoreUs p {
    font-size: 14px;
  }
}

/* ------------end  responsive  ------------- */

/* ================================================ end About Page =================================================== */

/* ================================================ Start Gallery Page =================================================== */

/* ------------start gallery welcome section ------------- */

#gallerywelSEC .more {
  position: relative;
  width: fit-content;
  margin: auto;
}

#gallerywelSEC .more h2 {
  position: absolute;
  width: 290px;
  top: 5%;
  right: 0%;
  font-family: "Expo Arabic";
  font-size: 50px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}

@media all and (min-width: 1440) and (max-width: 1600px) {
  #gallerywelSEC .more h2 {
    top: 0%;
    right: 0%;
    font-size: 45px;
  }
}

@media all and (min-width: 1200px) and (max-width: 1440px) {
  #gallerywelSEC .more h2 {
    top: 5%;
    right: 0%;
    font-size: 45px;
  }
}

@media all and (min-width: 1024px) and (max-width: 1200px) {
  #gallerywelSEC {
    margin-top: 50px;
  }
  #gallerywelSEC .more img {
    width: 80% !important;
  }
  #gallerywelSEC .more h2 {
    top: 3%;
    right: 5%;
    font-size: 40px;
  }
}

@media all and (min-width: 768px) and (max-width: 1024px) {
  #gallerywelSEC img {
    width: 85%;
  }

  #gallerywelSEC .more h2 {
    width: 200px;
    top: 4%;
    right: 3%;
    font-size: 30px;
  }
}

@media all and (min-width: 480px) and (max-width: 768px) {
  #gallerywelSEC img {
    width: 85%;
  }

  #gallerywelSEC .more h2 {
    width: 150px;
    top: 4%;
    right: 3%;
    font-size: 22px;
  }
}

@media all and (max-width: 480px) {
  #gallerywelSEC {
    margin-top: 50px;
  }

  #gallerywelSEC img {
    width: 85%;
  }

  #gallerywelSEC .more h2 {
    width: 120px;
    top: 0%;
    right: 0%;
    font-size: 18px;
  }
}

/* ------------end gallery welcome section ------------- */

/* ------------Start gallery  section ------------- */

#gallery {
  padding-top: 40px;
}
@media screen and (min-width: 991px) {
  #gallery {
    padding: 60px 30px 0 30px;
  }
}

#gallery .img-wrapper {
  position: relative;
  margin-top: 15px;
}
#gallery .img-wrapper img {
  width: 100%;
}

#gallery .img-overlay {
  background: rgba(0, 0, 0, 0.7);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0;
}
#gallery .img-overlay i {
  color: #fff;
  font-size: 3em;
}

#gallery #overlay {
  background: rgba(0, 0, 0, 0.7);
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 999;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
#gallery #overlay img {
  margin: 0;
  width: 80%;
  height: auto;
  -o-object-fit: contain;
  object-fit: contain;
  padding: 5%;
}
@media screen and (min-width: 768px) {
  #gallery #overlay img {
    width: 60%;
  }
}
@media screen and (min-width: 1200px) {
  #gallery #overlay img {
    width: 50%;
  }
}

#gallery #nextButton {
  color: #fff;
  font-size: 2em;
  transition: opacity 0.8s;
}
#gallery #nextButton:hover {
  opacity: 0.7;
}
@media screen and (min-width: 768px) {
  #gallery #nextButton {
    font-size: 3em;
  }
}

#gallery #prevButton {
  color: #fff;
  font-size: 2em;
  transition: opacity 0.8s;
}
#gallery #prevButton:hover {
  opacity: 0.7;
}
@media screen and (min-width: 768px) {
  #gallery #prevButton {
    font-size: 3em;
  }
}

#gallery #exitButton {
  color: #fff;
  font-size: 2em;
  transition: opacity 0.8s;
  position: absolute;
  top: 15px;
  right: 15px;
}
#gallery #exitButton:hover {
  opacity: 0.7;
}
@media screen and (min-width: 768px) {
  #gallery #exitButton {
    font-size: 3em;
  }
}

/* ------------end gallery  section ------------- */

/* ================================================ End Gallery Page =================================================== */

/* ================================================ Start Contact US Page =================================================== */

#ContactUSPage {
  margin: 100px 0;
}

#ContactUSPage .form h2 {
  font-family: "Expo Arabic";
  font-size: 30px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
/* #ContactUSPage .photo {
  position: relative;
} */

#ContactUSPage .contactDetails {
  text-align: left;
  position: absolute;
  top: 2%;
  left: 20%;
}

#ContactUSPage .contactDetails h6 {
  /* color: #fff; */
  font-family: "Expo Arabic";
  font-size: 22px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  margin: 10px 0;
}

#ContactUSPage .contactDetails h6 svg {
  margin-right: 10px;
  fill: #14374d;
}

#ContactUSPage .form input {
  width: 90%;
  padding: 30px 40px 5px 30px;
  border: none;
  border-bottom: 1px #000000b0 solid;
  background-color: transparent;
  margin-top: 30px;
  font-family: "Expo Arabic";
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

#ContactUSPage .form .inputGRoup {
  position: relative;
}

#ContactUSPage .form .inputGRoup svg {
  position: absolute;
  bottom: 10%;
  right: 1%;
  font-size: 20px;
}

#ContactUSPage .form button {
  background: #3f5bab;
  display: block;
  width: 90%;
  color: #fff;
  text-align: center;
  font-family: "Expo Arabic";
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  border: none;
  padding: 15px 0;
  margin-top: 40px;
}

@media all and (min-width: 1200px) and (max-width: 1400px) {
  #ContactUSPage .contactDetails {
    top: 2%;
    left: 18%;
  }

  #ContactUSPage .contactDetails h6 {
    font-size: 22px;

    margin: 10px 0;
  }
}
@media all and (min-width: 1024px) and (max-width: 1200px) {
  #ContactUSPage .container {
    max-width: 100%;
  }
  #ContactUSPage .contactDetails {
    top: 2%;
    left: 20%;
  }

  #ContactUSPage .contactDetails h6 {
    font-size: 22px;

    margin: 10px 0;
  }

  #ContactUSPage .form input {
    width: 90%;
    padding: 30px 40px 5px 30px;
    margin-top: 20px;
    font-size: 15px;
  }
}
@media all and (min-width: 768px) and (max-width: 1024px) {
  #ContactUSPage img {
    /* width: 80%;*/
  }
  #ContactUSPage {
    margin: 82px 0;
  }

  #ContactUSPage .form h2 {
    font-size: 25px;
  }
  #ContactUSPage .container {
    max-width: 100%;
  }
  #ContactUSPage .contactDetails {
    top: 2%;
    left: 18%;
  }

  #ContactUSPage .contactDetails h6 {
    font-size: 20px;

    margin: 10px 0;
  }

  #ContactUSPage .form input {
    width: 90%;
    padding: 30px 40px 5px 30px;
    margin-top: 10px;
    font-size: 15px;
  }
}

@media all and (min-width: 480px) and (max-width: 768px) {
  #ContactUSPage img {
    /* width: 80%;*/
  }
  #ContactUSPage {
    margin: 82px 0;
  }

  #ContactUSPage .form h2 {
    font-size: 25px;
  }
  #ContactUSPage .container {
    max-width: 100%;
  }
  #ContactUSPage .contactDetails {
    top: 0%;
    left: 18%;
  }
}

@media all and (max-width: 480px) {
  #ContactUSPage img {
    /* width: 60%;*/
  }
  #ContactUSPage {
    margin: 82px 0;
  }

  #ContactUSPage .form h2 {
    font-size: 18px;
  }
  #ContactUSPage .container {
    max-width: 100%;
  }
  #ContactUSPage .contactDetails {
    top: -20%;
    left: 10%;
  }

  #ContactUSPage .contactDetails h6 {
    font-size: 16px;

    margin: 10px 0;
  }

  #ContactUSPage .form input {
    width: 90%;
    padding: 30px 40px 5px 30px;
    margin-top: 10px;
    font-size: 12px;
  }

  #ContactUSPage .form button {
    width: 90%;
    font-size: 14px;
    padding: 10px 0;
    margin-top: 20px;
  }
}

/* ================================================ End Contact US Page =================================================== */

/* ================================================ start terms  Page =================================================== */

#termsPage h3 {
  text-align: center;
  font-family: "Expo Arabic";
  font-size: 50px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}

#termsDetails {
  margin: 50px 0;
}

@media all and (min-width: 768px) and (max-width: 1024px) {
  #termsPage h3 {
    font-size: 30px;
  }
}

@media all and (min-width: 480px) and (max-width: 768px) {
  #termsPage h3 {
    font-size: 25px;
  }
}

@media all and (max-width: 480px) {
  #termsPage h3 {
    font-size: 20px;
  }

  #termsDetails {
    margin: 50px 0;
  }
}

/* ================================================ End  terms Page =================================================== */

/* ================================================ start  categories Page =================================================== */

#categoriesPage .oneCard {
  margin: 15px auto;
  width: fit-content !important;
  filter: drop-shadow(0px 4px 20px rgba(0, 0, 0, 0.25));
}

.productPAge .oneCard {
  margin: 15px auto;
  width: 95% !important;
  filter: drop-shadow(0px 4px 20px rgba(0, 0, 0, 0.15));
}

.productPAge .oneCard .btns a {
  font-size: 12px !important;
  background: #3f5bab;
  padding: 10px !important;
  width: 100% !important;
}

@media all and (min-width: 1440px) and (max-width: 1600px) {
  .productPAge .oneCard {
    margin: 15px auto;
    width: 100% !important;
    filter: drop-shadow(0px 4px 20px rgba(0, 0, 0, 0.25));
  }

  .productPAge .oneCard .btns a {
    font-size: 12px !important;
    background: #3f5bab;
    padding: 10px !important;
    width: 100% !important;
  }
}
@media all and (min-width: 1200px) and (max-width: 1440px) {
  .productPAge .oneCard {
    margin: 15px auto;
    width: 100% !important;
    filter: drop-shadow(0px 4px 20px rgba(0, 0, 0, 0.25));
  }
  .productPAge .oneCard .btns a {
    font-size: 12px !important;
    background: #3f5bab;
    padding: 10px !important;
  }
}

@media all and (min-width: 1024px) and (max-width: 1200px) {
  .productPAge .oneCard {
    margin: 15px auto;
    width: 100% !important;
    filter: drop-shadow(0px 4px 20px rgba(0, 0, 0, 0.25));
  }
}

@media all and (min-width: 768px) and (max-width: 1024px) {
  #categoriesPage .container {
    max-width: 100%;
  }
  #categoriesPage .oneCard {
    margin: 15px auto;
    width: fit-content !important;
    filter: drop-shadow(0px 4px 20px rgba(0, 0, 0, 0.25));
    width: 100% !important;
  }
  #categoriesPage .oneCard .cardbody button {
    padding: 15px 4px;
    font-size: 10px;
  }
  .productPAge .container-fluid {
    max-width: 100%;
    padding: 10px 10px !important;
  }
}

@media all and (min-width: 480px) and (max-width: 768px) {
  #categoriesPage .container {
    max-width: 100%;
  }
  #categoriesPage .oneCard {
    margin: 15px auto;
    width: fit-content !important;
    filter: drop-shadow(0px 4px 20px rgba(0, 0, 0, 0.25));
    width: 100% !important;
  }

  #categoriesPage .oneCard .cardbody button {
    padding: 15px 4px;
    font-size: 10px;
  }
  .productPAge .container-fluid {
    max-width: 100%;
    padding: 10px 10px !important;
  }

  .productPAge .oneCard {
    margin: 15px auto;
    width: 100% !important;
    filter: drop-shadow(0px 4px 20px rgba(0, 0, 0, 0.25));
  }
}

@media all and (max-width: 480px) {
}

/* ================================================ End  categories Page =================================================== */

/* ================================================ start  teacher Profile Page =================================================== */
#teacherProfile {
  margin: 70px 0;
}
#teacherProfile .details h2 {
  text-align: right;
  font-family: "Expo Arabic";
  font-size: 40px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}

#teacherProfile .details h4 {
  margin: 30px 0 50px 0;
  text-align: right;
  font-family: "Expo Arabic";
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}

#teacherProfile .details li {
  text-align: right;
  font-family: "Expo Arabic";
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin: 15px 0;
}
#teacherProfile .socail {
  margin-top: 40px;
}
#teacherProfile .socail h3 {
  text-align: right;
  margin-left: 30px;
  font-family: "Expo Arabic";
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}

#teacherProfile .socail a {
  margin: 0 10px;
}

@media all and (min-width: 1440) and (max-width: 1600px) {
}

@media all and (min-width: 1200px) and (max-width: 1440px) {
}

@media all and (min-width: 1024px) and (max-width: 1200px) {
}

@media all and (min-width: 768px) and (max-width: 1024px) {
  #teacherProfile {
    margin: 20px 0;
  }
  #teacherProfile .container {
    max-width: 100%;
  }
  #teacherProfile .details {
    margin-top: 30px;
  }
  #teacherProfile .details h2 {
    font-size: 30px;
  }

  #teacherProfile .details h4 {
    margin: 15px 0 15px 0;
    font-size: 18px;
  }

  #teacherProfile .details li {
    font-size: 14px;
    margin: 10px 0;
  }
  #teacherProfile .socail {
    margin-top: 40px;
  }
  #teacherProfile .socail h3 {
    text-align: right;
    margin-left: 30px;
    font-family: "Expo Arabic";
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
  }

  #teacherProfile .socail a {
    margin: 0 10px;
  }
}

@media all and (min-width: 480px) and (max-width: 768px) {
  #teacherProfile {
    margin: 20px 0;
  }
  #teacherProfile .container {
    max-width: 100%;
  }
  #teacherProfile .details {
    margin-top: 30px;
  }
  #teacherProfile .details h2 {
    font-size: 20px;
  }

  #teacherProfile .details h4 {
    margin: 15px 0 15px 0;
    font-size: 14px;
  }

  #teacherProfile .details li {
    font-size: 12px;
    margin: 10px 0;
  }
  #teacherProfile .socail {
    margin-top: 40px;
  }
  #teacherProfile .socail h3 {
    text-align: right;
    margin-left: 30px;
    font-family: "Expo Arabic";
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
  }

  #teacherProfile .socail a {
    margin: 0 10px;
  }
}

@media all and (max-width: 480px) {
  #teacherProfile {
    margin: 30px 0;
  }

  #teacherProfile .details {
    margin-top: 30px;
  }
  #teacherProfile .details h2 {
    font-size: 25px;
  }

  #teacherProfile .details h4 {
    margin: 15px 0 15px 0;
    font-size: 18px;
  }

  #teacherProfile .details li {
    font-size: 14px;
    margin: 10px 0;
  }
  #teacherProfile .socail {
    margin-top: 40px;
  }
  #teacherProfile .socail h3 {
    text-align: right;
    margin-left: 30px;
    font-family: "Expo Arabic";
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
  }

  #teacherProfile .socail a {
    margin: 0 10px;
  }
}

/* ================================================ end  teacher Profile Page =================================================== */

/* Remove all animations and transitions for people that prefer not to see them */
@media (prefers-reduced-motion: reduce) {
  * {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}

.sm .content {
  margin-right: 270px;
}

.lg .content {
  margin-right: 70px;
}

.content {
    flex: 1;
   margin: 75px 0 0 0;

    position: relative;
    min-height: calc(100vh - 120px);
    padding-bottom: 100px;
}

#dashNAVLine {
  width: 100%;
  margin: 0;
}

.sidenav {
  display: flex;
  position: fixed;
  flex-flow: column nowrap;
  background: #14374d;
  color: #fff;
  padding: 1.5rem;
  flex: 0 1 auto;
  width: fit-content;
  overflow: auto;
  height: calc(100vh - 80px);
  max-width: 100%;
  transition: width 250ms ease-out;
  /* position: relative; */
  top: 80px;
  bottom: 0;
  z-index: 1 !important;
}
.sidenav.is-collapsed {
  width: 5.5rem;
}

.sidenav__header {
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  position: relative;
}

.header__icon {
  height: 2.5rem;
  width: 2.5rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
}
.header__icon .fa {
  aspect-ratio: 1;
  font-size: 1.25rem;
}
.header__icon .fa {
  font-size: 1.75rem;
}

.header__text {
  display: inline-block;
  flex: 1;
  text-align: right;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  transition-property: opacity, transform;
  transition-duration: 250ms;
  transition-timing-function: ease-out;
  transition-delay: 100ms;
  font-weight: 700;
  flex: 1;
}
.is-collapsed .header__text {
  opacity: 0;
  transform: translateX(1rem);
  transition-delay: 0s;
}

.sidenav__button {
  display: inline-flex;
  flex-flow: row nowrap;
  align-items: center;
  padding: 0;
  background: none;
  color: #14374d;
  border: 0;
  overflow: hidden;
  border-radius: 0.5rem;
  cursor: pointer;
  outline-offset: -2px;
  transition-property: background, color;
  transition-duration: 250ms;
  color: #fff;
  flex: 0 0 auto;
  position: absolute;
  left: 100%;
}
.is-active .sidenav__button {
  color: #14374d;
  background-color: #fff;
}
.sidenav__button:focus-visible {
  outline: 2px solid #14374d;
}
.sidenav__button:focus-visible,
.sidenav__button:hover {
  background: #14374d;
  color: #fff;
}

.sidenav__button-icon {
  height: 2.5rem;
  width: 2.5rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
}
.sidenav__button-icon .fa {
  aspect-ratio: 1;
  font-size: 1.25rem;
}

.sidenav__button-text {
  display: inline-block;
  flex: 1;
  text-align: left;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  transition-property: opacity, transform;
  transition-duration: 250ms;
  transition-timing-function: ease-out;
  transition-delay: 100ms;
  font-weight: 700;
  flex: 1;
}
.is-collapsed .sidenav__button-text {
  opacity: 0;
  transform: translateX(1rem);
  transition-delay: 0s;
}

.header .sidenav__button-icon {
  width: auto;
  color: #fff;
}

.header .sidenav__button-icon > * {
  transition-property: transform, color;
  transition-duration: 250ms;
}
.header .sidenav__button-icon > *:hover {
  color: #fff;
}
.is-collapsed .header .sidenav__button-icon > * {
  transform: rotate(180deg);
}

.search {
  display: flex;
  flex-flow: row nowrap;
  position: relative;
  margin-top: 1rem;
}

.search__icon {
  height: 2.5rem;
  width: 2.5rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  position: absolute;
  right: 0;
  top: 0;
  cursor: pointer;
}
.search__icon .fa {
  aspect-ratio: 1;
  font-size: 1.25rem;
}

.search__input {
  flex: 1 1 auto;
  min-width: 1px;
  height: 2.5rem;
  border: none;
  background: #fff;
  border-radius: 0.5rem;
  color: #14374d;
  padding: 0 2.5rem 0 1rem;
  outline-offset: -2px;
  transition-property: background, color, padding;
  transition-duration: 250ms;
}
.search svg {
  color: #14374d;
}
.search__input:placeholder {
  color: #a7bbeb;
  transition-property: color;
  transition-duration: 250ms;
}
.search__input:focus {
  outline: 2px solid rgba(255, 255, 255, 0.3);
}
.is-collapsed .search__input {
  color: transparent;
  padding-left: 0;
}
.is-collapsed .search__input:not(:hover) {
  background: none;
}
.is-collapsed .search__input:placeholder {
  color: transparent;
}

.sidenav__nav {
  flex: 1 1 auto;
  margin: 1rem -1.375rem 0;
  padding: 0 1.375rem;
}

.nav {
  overflow: hidden;
  overflow-y: auto;
}

.nav::-webkit-scrollbar {
  height: 8px;
  width: 1px !important;
}
@media (pointer: fine) {
  .nav {
    scrollbar-color: #a7bbeb transparent;
    scrollbar-width: thin;
    transition: scrollbar-color 200ms;
  }
  .nav::-webkit-scrollbar {
    height: 8px;
    width: 1px !important;
  }
  .nav::-webkit-scrollbar-track {
    background: transparent;
    transition: background 200ms;
  }
  .nav::-webkit-scrollbar-thumb {
    background: #a7bbeb;
  }
  .nav::-webkit-scrollbar-corner {
    background: none;
  }
  .nav:hover {
    scrollbar-color: #a7bbeb #14374d;
  }
  .nav:hover::-webkit-scrollbar-track {
    background: #14374d;
  }
}

.nav__list {
  display: flex;
  flex-flow: column nowrap;
  list-style: none;
  margin: 0;
  padding: 0;
  min-width: 2.5rem;
}

.nav__divider {
  margin: 1rem 0;
  padding: 0 0.625rem;
  min-width: 2.5rem;
}
.nav__divider::before {
  display: block;
  content: "";
  height: 0.99px;
  background: #14374d;
}

.nav__item {
  position: relative;
}
.nav__item + .nav__item {
  margin-top: 0.25rem;
}

.nav__button {
  display: inline-flex;
  flex-flow: row nowrap;
  align-items: center;
  padding: 0;
  background: none;
  color: #fff;
  border: 0;
  overflow: hidden;
  border-radius: 0.5rem;
  cursor: pointer;
  outline-offset: -2px;
  transition-property: background, color;
  transition-duration: 250ms;
  max-width: 100%;
  width: 100%;
  margin: 12px 0;
}
.is-active .nav__button {
  color: #14374d;
  background-color: #fff;
}

.is-active .nav__button svg {
  fill: #14374d;
  background-color: #fff;
}

.nav__button:focus-visible,
.nav__button:hover {
  /*  color: #fff;
*/
}

.nav__icon {
  height: 2.5rem;
  width: 2.5rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
}
.nav__icon .fa {
  aspect-ratio: 1;
  font-size: 1.25rem;
}

.nav__label {
  display: inline-block;
  flex: 1;
  text-align: right;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  transition-property: opacity, transform;
  transition-duration: 250ms;
  transition-timing-function: ease-out;
  transition-delay: 100ms;
  margin-right: 1rem;
  font-family: "Expo Arabic";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  padding-left: 10px;
}

.nav__item svg {
  fill: white;
}

@media all and (min-width: 1440) and (max-width: 1600px) {
}

@media all and (min-width: 1200px) and (max-width: 1440px) {
  .sidenav {
    padding: 1.5rem;
    flex: 0 1 auto;

    /*height: calc(100vh - 110px);*/
    max-width: 100%;
  }
  .sidenav.is-collapsed {
    width: 5.5rem;
  }

  .header__icon {
    height: 2.5rem;
    width: 2.5rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 auto;
  }
  .header__icon .fa {
    aspect-ratio: 1;
    font-size: 1.25rem;
  }
  .header__icon .fa {
    font-size: 1.75rem;
  }

  .sidenav__button {
    outline-offset: -2px;

    left: 100%;
  }

  .sidenav__button-icon {
    height: 2.5rem;
    width: 2.5rem;
  }
  .sidenav__button-icon .fa {
    aspect-ratio: 1;
    font-size: 1.25rem;
  }

  .is-collapsed .sidenav__button-text {
    opacity: 0;
    transform: translateX(1rem);
    transition-delay: 0s;
  }

  .search {
    margin-top: 1rem;
  }

  .search__icon {
    height: 2.5rem;
    width: 2.5rem;
  }
  .search__icon .fa {
    aspect-ratio: 1;
    font-size: 1.25rem;
  }

  .sidenav__nav {
    flex: 1 1 auto;
    margin: 1rem -1.375rem 0;
    padding: 0 1.375rem;
  }

  .nav__item + .nav__item {
    margin-top: 0.25rem;
  }

  .nav__button {
    max-width: 100%;
    width: 100%;
    margin: 12px 0;
  }

  .nav__label {
    margin-right: 1rem;
    font-size: 16px;
  }
}

@media all and (min-width: 990px) and (max-width: 1200px) {
  .sidenav {
    padding: 1.5rem;
    flex: 0 1 auto;

    /*  height: calc(100vh - 110px);*/
    max-width: 100%;
  }
  .sidenav.is-collapsed {
    width: 5.5rem;
  }

  .header__icon {
    height: 2.5rem;
    width: 2.5rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 auto;
  }
  .header__icon .fa {
    aspect-ratio: 1;
    font-size: 1.25rem;
  }
  .header__icon .fa {
    font-size: 1.75rem;
  }

  .sidenav__button {
    outline-offset: -2px;

    left: 100%;
  }

  .sidenav__button-icon {
    height: 2.5rem;
    width: 2.5rem;
  }
  .sidenav__button-icon .fa {
    aspect-ratio: 1;
    font-size: 1.25rem;
  }

  .is-collapsed .sidenav__button-text {
    opacity: 0;
    transform: translateX(1rem);
    transition-delay: 0s;
  }

  .search {
    margin-top: 1rem;
  }

  .search__icon {
    height: 2.5rem;
    width: 2.5rem;
  }
  .search__icon .fa {
    aspect-ratio: 1;
    font-size: 1.25rem;
  }

  .sidenav__nav {
    flex: 1 1 auto;
    margin: 1rem -1.375rem 0;
    padding: 0 1.375rem;
  }

  .nav__item + .nav__item {
    margin-top: 0.25rem;
  }

  .nav__button {
    max-width: 100%;
    width: 100%;
    margin: 12px 0;
  }

  .nav__label {
    margin-right: 1rem;
    font-size: 16px;
  }
}

@media all and (min-width: 768px) and (max-width: 990px) {
  .sm .content {
    margin-right: 50px;
  }

  .lg .content {
    margin-right: 50px;
  }

  .content {
    flex: 1;
    margin: 50px 0;
  }

  .sidenav {
    /* position: fixed; */
    padding: 1.5rem;

    top: 80px;
    bottom: 0;
    height: calc(100vh - 80px);
    max-width: 100%;
    overflow-y: auto;
    overflow-x: hidden;
  }

  .sm .sidenav {
    top: 80px;
    bottom: 0;
    height: calc(100vh - 30px) !important;

    /* z-index: 2222; */
  }

  .sidenav.is-collapsed {
    width: 4rem;
  }

  .header__icon {
    height: 2.5rem;
    width: 2.5rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 auto;
  }
  .header__icon .fa {
    aspect-ratio: 1;
    font-size: 1.25rem;
  }
  .header__icon .fa {
    font-size: 1.75rem;
  }

  .sidenav__button {
    outline-offset: -2px;

    left: 100%;
  }

  .sidenav__button-icon {
    height: 2.5rem;
    width: 2.5rem;
  }
  .sidenav__button-icon .fa {
    aspect-ratio: 1;
    font-size: 1.25rem;
  }

  .is-collapsed .sidenav__button-text {
    opacity: 0;
    transform: translateX(1rem);
    transition-delay: 0s;
  }

  .search {
    margin-top: 1rem;
  }

  .search__icon {
    height: 2.5rem;
    width: 2.5rem;
  }
  .search__icon .fa {
    aspect-ratio: 1;
    font-size: 1.25rem;
  }

  .sidenav__nav {
    flex: 1 1 auto;
    margin: 1rem -1.375rem 0;
    padding: 0 10px;
  }

  .nav__item + .nav__item {
    margin-top: 0.25rem;
  }

  .nav__button {
    max-width: 100%;
    width: 100%;
    margin: 12px 0;
  }

  .nav__label {
    margin-right: 10px;
    font-size: 16px;
  }
}

@media all and (min-width: 480px) and (max-width: 768px) {
  .sm .content {
    margin-right: 50px;
  }

  .lg .content {
    margin-right: 50px;
  }

  .content {
    flex: 1;
    margin: 50px 0;
  }

  .sidenav {
    /* position: fixed; */
    padding: 1.5rem;

    top: 80px;
    bottom: 0;
    height: calc(100vh - 50px);
    max-width: 100%;
    overflow-y: auto;
    overflow-x: hidden;
  }

  .sm .sidenav {
    top:75px;
    bottom: 0;
    height: calc(100vh - 30px) !important;

    /* z-index: 2222; */
  }

  .sidenav.is-collapsed {
    width: 4rem;
  }

  .header__icon {
    height: 2.5rem;
    width: 2.5rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 auto;
  }
  .header__icon .fa {
    aspect-ratio: 1;
    font-size: 1.25rem;
  }
  .header__icon .fa {
    font-size: 1.75rem;
  }

  .sidenav__button {
    outline-offset: -2px;

    left: 100%;
  }

  .sidenav__button-icon {
    height: 2.5rem;
    width: 2.5rem;
  }
  .sidenav__button-icon .fa {
    aspect-ratio: 1;
    font-size: 1.25rem;
  }

  .is-collapsed .sidenav__button-text {
    opacity: 0;
    transform: translateX(1rem);
    transition-delay: 0s;
  }

  .search {
    margin-top: 1rem;
  }

  .search__icon {
    height: 2.5rem;
    width: 2.5rem;
  }
  .search__icon .fa {
    aspect-ratio: 1;
    font-size: 1.25rem;
  }

  .sidenav__nav {
    flex: 1 1 auto;
    margin: 1rem -1.375rem 0;
    padding: 0 10px;
  }

  .nav__item + .nav__item {
    margin-top: 0.25rem;
  }

  .nav__button {
    max-width: 100%;
    width: 100%;
    margin: 12px 0;
  }

  .nav__label {
    margin-right: 10px;
    font-size: 16px;
  }
}

@media all and (max-width: 480px) {
  .sm .content {
    margin-right: 50px;
  }

  .lg .content {
    margin-right: 50px;
  }

  .content {
    flex: 1;
    margin: 20px 0;
  }

    .sidenav {
        display:flex;
        position: fixed;
        overflow: auto;
        padding: 1.5rem;
        top: 80px;
        bottom: 0;
        height: calc(100vh -80px);
        max-width: 100%;
        overflow-y: auto;
        overflow-x: hidden;
    }

  .sm .sidenav {
    top: 75px;
    bottom: 0;
    height: calc(100vh - 80px) !important;

    /* z-index: 2222; */
  }

  .sidenav.is-collapsed {
    width: 3.5rem;
  }

  .nav__icon {
    height: 2rem;
    width: 2.5rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 auto;
  }

  .header__icon {
    height: 2rem;
    width: 2rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 auto;
  }
  .header__icon .fa {
    aspect-ratio: 1;
    font-size: 1.25rem;
  }
  .header__icon .fa {
    font-size: 1.75rem;
  }

  .sidenav__button {
    outline-offset: -2px;

    left: 100%;
  }

  .sidenav__button-icon {
    height: 2rem;
    width: 2rem;
  }
  .sidenav__button-icon .fa {
    aspect-ratio: 1;
    font-size: 1.25rem;
  }

  .is-collapsed .sidenav__button-text {
    opacity: 0;
    transform: translateX(1rem);
    transition-delay: 0s;
  }

  .search {
    margin-top: 1rem;
  }

  .search__icon {
    height: 2rem;
    width: 2rem;
  }
  .search__icon .fa {
    aspect-ratio: 1;
    font-size: 1.25rem;
  }

  .sidenav__nav {
    flex: 1 1 auto;
    margin: 1rem -1.375rem 0;
    padding: 0 3px;
  }

  .nav__item + .nav__item {
    margin-top: 0.125rem;
  }

  .nav__button {
    max-width: 100%;
    width: 100%;
    margin: 8px 0;
  }
  .nav__item svg {
    width: 15px;
  }
  .nav__label {
    margin-right: 6px;
    font-size: 14px;
  }
  /*
  .app .content {
    width: calc(100% - 3rem) !important;
    flex: unset;
    margin-right: auto;
  }*/
}

/*============================================ Start Student Profile Page =================================*/
#studientProfile .head {
  margin-top: 50px;
  padding: 0 30px;
}
#studientProfile .head h2 {
  margin-top: 23px;
  font-family: "Expo Arabic";
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
#studientProfile .head button {
  border-radius: 30px;
  background: rgba(255, 255, 255, 0.5);
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.3);
  border: none;
  padding: 19px 25px;
  color: #000;
  font-family: "Expo Arabic";
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

#studientProfile .Statistics h6 {
  font-family: "Expo Arabic";
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

.stat-group {
  position: relative;
  display: inline-block;
  text-align: center;
  height: 200px;
  width: 200px;
}
.stat-group .per {
  position: absolute;
  height: 0;
  line-height: 0;
  width: 100%;
  top: 48%;
  font-size: 2em;
  text-align: center;

  opacity: 0.8;
}

.stat-group svg {
  height: 200px;
  width: 200px;
  /* margin: auto; */
}

.videoStatics svg {
  stroke: #a02422;
}

.examStaics svg {
  stroke: #7dbb77;
}

.resultStatics svg {
  stroke: #14374d;
}

.Statistics .numbers .square {
  display: inline-block;
  width: 10px;
  height: 10px;
  background-color: #000;
}
.Statistics .numbers {
  margin: 10px 0;
}
.Statistics .numbers span {
  margin: 0 3px;
  font-family: "Expo Arabic";
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
.Statistics .numbers .gray {
  background-color: #cecece;
}

.Statistics .numbers .red {
  background-color: #a02422;
}
.Statistics .numbers .green {
  background-color: #7dbb77;
}

.Statistics .numbers .dark {
  background-color: #14374d;
}

.profile-photo-div {
  position: relative;
  margin: 20px 0 10px 0;
  width: 250px;
  height: auto;
  overflow: hidden;
  border-radius: 10px;
  -webkit-transition: ease 0.3s;
  -o-transition: ease 0.3s;
  transition: ease 0.3s;
}

.profile-img-div {
  display: block;
  position: relative;
  overflow: hidden;
}

#loader {
  position: absolute;
  top: 0;
  left: 0;
  width: 0%;
  height: 100%;
  background-color: #14374d;
  z-index: 10;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

#profile-img {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

#change-photo {
  display: none;
}

.profile-buttons-div {
  /* position: relative; */
  display: block;
  border-radius: 2px;
  /* background: #FFF; */
  border: 1px solid #000;
}

.button {
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.7) !important;

  /* position: relative; */
  display: block;

  font-size: 20px;
  padding: 20px;
  text-align: center;
  color: #14374d;
  background-color: #fff;
  cursor: pointer;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  overflow: hidden;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.button:hover {
  letter-spacing: 1px;
}

.button:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 10px;
  height: 10px;
  background-color: rgba(255, 255, 255, 0.4);
  border-radius: 50%;
  opacity: 0;
  -webkit-transition: 0.9s;
  -o-transition: 0.9s;
  transition: 0.9s;
}

.button:hover:after {
  -webkit-transform: scale(50);
  -ms-transform: scale(50);
  transform: scale(50);
  opacity: 1;
}

.button.half {
  width: 50%;
}

.green {
  background-color: #15ae6b;
}

.red {
  background-color: #ae0000;
}

#x-position {
  position: absolute;
  bottom: 5px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  display: none;
}

#y-position {
  position: absolute;
  right: -50px;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(90deg);
  -ms-transform: translateY(-50%) rotate(90deg);
  transform: translateY(-50%) rotate(90deg);
  display: none;
}

canvas {
  position: fixed;
  top: -2000px;
  left: -2000px;
  z-index: -1;
}
.canvas1111 {
    position: unset !important;
    top: 0 !important;
    left: 0 !important;
    z-index: 999999999 !important;
}

.profile-img-confirm {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}

.error {
  font-family: Helvetica, sans-serif;
  font-size: 13px;
  color: red;
  text-align: center;
  display: none;
}

#studientProfile .inputGroup {
  position: relative;
}
#studientProfile .inputGroup label {
  font-family: "Expo Arabic";
  font-size: 12px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  margin-top: 30px;
  margin-bottom: 10px;
  display: block;
}

#studientProfile .inputGroup input {
  border-radius: 8px;
  background: #fff;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.15);
  width: 90%;
  border: none;
  display: block;
  padding: 20px 60px;
}

#studientProfile .inputGroup svg {
  position: absolute;
  top: 55%;
  right: 3%;
}

/*============================================ End Student Profile Page =================================*/

/*============================================ Start Student dashTable  =================================*/
.dashTable table {
  margin: 10px 0 !important;
  text-align: center;
  border-collapse: separate;
  border-spacing: 0 1em;
}

.dashTable table thead th {
  color: #000;
  font-family: "Expo Arabic";
  font-size: 15px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.dashTable table tbody tr {
  border-radius: 10px;
  background: #fff;
  box-shadow: 4px 4px 20px 1px rgba(0, 0, 0, 0.25);
  margin: 10px 0 !important;
  border-collapse: separate;
}

.dashTable table tbody tr td {
  text-align: center;
  font-family: "Expo Arabic";
  font-size: 15px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  padding: 30px 0;
}

/*============================================ End Student dashTable  =================================*/

/*============================================ start Student recharge Page =================================*/
#recharge {
  margin: 100px 0;
}
#recharge .balance {
  background-color: #14374d;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: #fff;
  padding: 70px 100px;
  width: fit-content;
  margin: auto;
  border-radius: 20px;

  box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.3);
}
#recharge .balance h2 {
  color: #fff;
  font-family: "Expo Arabic";
  font-size: 30px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  margin-bottom: 90px;
}

#recharge .balance h3 {
  color: #fff;
  font-family: "Expo Arabic";
  font-size: 35px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}

#recharge .rechargeBalance a {
  color: #14374d;
  font-family: "Expo Arabic";
  font-size: 25px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  border-radius: 10px;
  background: #f1f1f1;
  padding: 15px 110px;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  display: inline-block;
  /*  margin: 30px auto;
*/
}
#recharge .rechargeBalance p {
  color: #14374d;
  font-family: "Expo Arabic";
  font-size: 30px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  border-radius: 10px;
  background: #f1f1f1;
  padding: 15px 110px;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  margin: 30px auto;
  width: 50%;
}
#tdp {
  color: #14374d;
  font-family: "Expo Arabic";
  font-size: 30px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  border-radius: 10px;
  background: #f1f1f1;
  padding: 15px 110px;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  margin: 30px auto;
  width: 50%;
}
#recharge .rechargeBalance .groupInput {
  position: relative;
}

#recharge .rechargeBalance .groupInput label {
  display: block;
  font-family: "Expo Arabic";
  font-size: 15px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin: 15px 0;
}

#recharge .rechargeBalance .groupInput input {
  border-radius: 8px;
  background: #f1f1f1;
  border: none;
  padding: 10px 40px;
}

#recharge .rechargeBalance .groupInput button {
  color: #fff;
  font-family: "Expo Arabic";
  font-size: 15px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  border-radius: 8px;
  background: #14374d;
  border: none;
  padding: 10px 25px;
  margin-right: 10px;
}

#recharge .rechargeBalance .groupInput img {
  position: absolute;
  top: 58%;
  right: 1.5%;
}

@media all and (min-width: 1440) and (max-width: 1600px) {
}

@media all and (min-width: 1200px) and (max-width: 1440px) {
  #studientProfile .head {
    margin-top: 50px;
    padding: 0 30px;
  }
  #studientProfile .head h2 {
    margin-top: 23px;
    font-size: 20px;
  }
  #studientProfile .head button {
    padding: 19px 25px;
    font-size: 12px;
    margin-bottom: 30px;
  }

  #studientProfile .Statistics h6 {
    font-size: 15px;
  }

  .stat-group {
    position: relative;
    display: inline-block;
    text-align: center;
    height: 162px;
    width: 162px;
  }

  .stat-group circle {
    transform: scale(1, 1);
  }

  .stat-group path {
    transform: scale(1, 1);
  }
  .stat-group .per {
    position: absolute;
    height: 0;
    line-height: 0;
    width: 100%;
    top: 50%;
    font-size: 20px;
    text-align: center;

    opacity: 0.8;
  }

  .stat-group svg {
    height: 162px;
    width: 162px;
  }

  .Statistics .numbers .square {
    width: 10px;
    height: 10px;
  }
  .Statistics .numbers {
    margin: 10px 0;
  }
  .Statistics .numbers span {
    margin: 0 3px;
    font-size: 18px;
  }

  .profile-photo-div {
    position: relative;
    margin: 20px 0 10px 0;
    width: 200px;
    height: auto;

    border-radius: 10px;
  }

  .profile-img-div {
    display: block;
    position: relative;
    overflow: hidden;
    height: 200px;
  }

  .button {
    font-size: 20px;
    padding: 20px;
  }

  .button:after {
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 10px;
    height: 10px;
    opacity: 0;
  }

  #x-position {
    position: absolute;
    bottom: 5px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    display: none;
  }

  #y-position {
    position: absolute;
    right: -50px;
    top: 50%;
    -webkit-transform: translateY(-50%) rotate(90deg);
    -ms-transform: translateY(-50%) rotate(90deg);
    transform: translateY(-50%) rotate(90deg);
    display: none;
  }

  canvas {
    position: fixed;
    top: -2000px;
    left: -2000px;
    z-index: -1;
  }

  #studientProfile .inputGroup label {
    font-family: "Expo Arabic";
    font-size: 12px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    margin-top: 30px;
    margin-bottom: 10px;
    display: block;
  }

  #studientProfile .inputGroup input {
    border-radius: 8px;
    background: #fff;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.15);
    width: 90%;
    border: none;
    display: block;
    padding: 20px 60px;
  }

  #studientProfile .inputGroup svg {
    position: absolute;
    top: 55%;
    right: 3%;
  }
  #recharge {
    margin: 50px 0;
  }

  #recharge .container-fluid {
    padding: 10px 12px !important;
  }
  #recharge .balance {
    color: #fff;
    padding: 50px;
    margin-top: 50px;
  }
  #recharge .balance h2 {
    color: #fff;
    font-family: "Expo Arabic";
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    margin-bottom: 30px;
  }
  #recharge .balance h2 svg {
    width: 35px;
  }
  #recharge .balance h3 {
    font-size: 35px;
  }

  #recharge .rechargeBalance a {
    font-size: 20px;
    padding: 15px 50px;
    display: block;
    text-align: center;
    width: fit-content;
    margin: 30px auto;
  }

  #recharge .rechargeBalance .groupInput {
    position: relative;
  }

  #recharge .rechargeBalance .groupInput label {
    display: block;
    font-family: "Expo Arabic";
    font-size: 15px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    margin: 15px 0;
  }

  #recharge .rechargeBalance .groupInput input {
    border-radius: 8px;
    background: #f1f1f1;
    border: none;
    padding: 10px 40px;
    width: 65%;
  }

  #recharge .rechargeBalance .groupInput button {
    font-size: 15px;
    border-radius: 8px;
    background: #14374d;
    border: none;
    padding: 10px 25px;
    margin-right: 10px;
  }

  #recharge .rechargeBalance .groupInput img {
    position: absolute;
    top: 58%;
    right: 1.5%;
  }
}

@media all and (min-width: 1024px) and (max-width: 1200px) {
  #studientProfile .head {
    margin-top: 50px;
    padding: 0 30px;
  }
  #studientProfile .head h2 {
    margin-top: 23px;
    font-size: 20px;
  }
  #studientProfile .head button {
    padding: 19px 25px;
    font-size: 12px;
    margin-bottom: 30px;
  }

  #studientProfile .Statistics h6 {
    font-size: 13px;
  }

  .stat-group {
    position: relative;
    display: inline-block;
    text-align: center;
    height: 150px;
    width: 150px;
  }

  .stat-group circle {
    transform: scale(1, 1);
  }

  .stat-group path {
    transform: scale(1, 1);
  }
  .stat-group .per {
    position: absolute;
    height: 0;
    line-height: 0;
    width: 100%;
    top: 50%;
    font-size: 20px;
    text-align: center;

    opacity: 0.8;
  }

  .stat-group svg {
    height: 150px;
    width: 150px;
  }

  .Statistics .numbers .square {
    width: 10px;
    height: 10px;
  }
  .Statistics .numbers {
    margin: 10px 0;
  }
  .Statistics .numbers span {
    margin: 0 1px;
    font-size: 12px;
  }

  .profile-photo-div {
    position: relative;
    margin: 20px 0 10px 0;
    width: 180px;
    height: auto;

    border-radius: 10px;
  }

  .profile-img-div {
    display: block;
    position: relative;
    overflow: hidden;
    height: 180px !important;
  }

  .button {
    font-size: 18px;
    padding: 20px;
  }

  #recharge {
    margin: 50px 0;
  }

  #recharge .container-fluid {
    padding: 10px 12px !important;
  }
  #recharge .balance {
    color: #fff;
    padding: 50px;
    margin-top: 50px;
  }
  #recharge .balance h2 {
    color: #fff;
    font-family: "Expo Arabic";
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    margin-bottom: 30px;
  }
  #recharge .balance h2 svg {
    width: 25px;
  }
  #recharge .balance h3 {
    font-size: 30px;
  }

  #recharge .rechargeBalance a {
    font-size: 20px;
    padding: 15px 50px;
    display: block;
    text-align: center;
    width: fit-content;
    margin: 30px auto;
  }

  #recharge .rechargeBalance .groupInput {
    position: relative;
  }

  #recharge .rechargeBalance .groupInput label {
    display: block;
    font-family: "Expo Arabic";
    font-size: 15px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    margin: 15px 0;
  }

  #recharge .rechargeBalance .groupInput input {
    border-radius: 8px;
    background: #f1f1f1;
    border: none;
    padding: 10px 40px;
    width: 65%;
  }

  #recharge .rechargeBalance .groupInput button {
    font-size: 15px;
    border-radius: 8px;
    background: #14374d;
    border: none;
    padding: 10px 25px;
    margin-right: 10px;
  }

  #recharge .rechargeBalance .groupInput img {
    position: absolute;
    top: 58%;
    right: 1.5%;
  }
}

@media all and (min-width: 768px) and (max-width: 1024px) {
  #studientProfile .head {
    margin-top: 50px;
    padding: 0 30px;
  }
  #studientProfile .head h2 {
    margin-top: 23px;
    font-size: 20px;
  }
  #studientProfile .head button {
    padding: 19px 25px;
    font-size: 12px;
    margin-bottom: 30px;
  }

  #studientProfile .Statistics h6 {
    font-size: 13px;
  }

  .stat-group {
    position: relative;
    display: inline-block;
    text-align: center;
    height: 96px;
    width: 96px;
  }

  .stat-group circle {
    transform: scale(1, 1);
    stroke-width: 10px !important;
  }

  .stat-group path {
    transform: scale(1, 1);
    stroke-width: 10px !important;
  }
  .stat-group .per {
    position: absolute;
    height: 0;
    line-height: 0;
    width: 100%;
    top: 50%;
    font-size: 16px;
    text-align: center;

    opacity: 0.8;
  }

  .stat-group svg {
    height: 96px;
    width: 96px;
    stroke-width: 10px !important;
  }

  .Statistics .numbers .square {
    width: 8px;
    height: 8px;
  }
  .Statistics .numbers {
    margin: 10px 0;
  }
  .Statistics .numbers span {
    margin: 0 1px;
    font-size: 12px;
  }

  .profile-photo-div {
    position: relative;
    margin: 20px 0 10px 0;
    width: 150px;
    height: auto;

    border-radius: 10px;
  }

  .profile-img-div {
    display: block;
    position: relative;
    overflow: hidden;
    height: 150px !important;
  }

  .button {
    font-size: 14px;
    padding: 10px;
  }

  .profilePhoto h5 {
    font-size: 16px;
  }

  /*============================================ Start Student dashTable  =================================*/
  .dashTable {
    width: 95%;
    margin: auto;
    overflow: auto;
  }

  .dashTable table {
    margin: 10px 0 !important;
    border-spacing: 0 1em;
  }

  .dashTable table thead th {
    color: #000;
    font-size: 10px;
  }
  .dashTable table thead th svg {
    width: 12px;
  }
  .dashTable table tbody tr {
    border-radius: 10px;

    margin: 10px 0 !important;
  }

  .dashTable table tbody tr svg {
    width: 10px;
  }

  .dashTable table tbody tr td {
    font-size: 10px;

    padding: 30px 0;
  }

  /*============================================ End Student dashTable  =================================*/

  /*============================================ start Student recharge Page =================================*/
  #recharge {
    margin: 50px 0;
  }

  #recharge .container-fluid {
    padding: 10px 12px !important;
  }
  #recharge .balance {
    color: #fff;
    padding: 50px;
    margin-top: 50px;
  }
  #recharge .balance h2 {
    color: #fff;
    font-family: "Expo Arabic";
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    margin-bottom: 30px;
  }
  #recharge .balance h2 svg {
    width: 25px;
  }
  #recharge .balance h3 {
    font-size: 30px;
  }

  #recharge .rechargeBalance a {
    font-size: 20px;
    padding: 15px 50px;
    display: block;
    text-align: center;
    width: fit-content;
    margin: 30px auto;
  }

  #recharge .rechargeBalance .groupInput {
    position: relative;
  }

  #recharge .rechargeBalance .groupInput label {
    display: block;
    font-family: "Expo Arabic";
    font-size: 15px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    margin: 15px 0;
  }

  #recharge .rechargeBalance .groupInput input {
    border-radius: 8px;
    background: #f1f1f1;
    border: none;
    padding: 10px 40px;
    width: 65%;
  }

  #recharge .rechargeBalance .groupInput button {
    font-size: 15px;
    border-radius: 8px;
    background: #14374d;
    border: none;
    padding: 10px 25px;
    margin-right: 10px;
  }

  #recharge .rechargeBalance .groupInput img {
    position: absolute;
    top: 58%;
    right: 1.5%;
  }
}

@media all and (min-width: 480px) and (max-width: 768px) {
  #studientProfile .head {
    margin-top: 50px;
    padding: 0 30px;
  }
  #studientProfile .head h2 {
    margin-top: 23px;
    font-size: 20px;
  }
  #studientProfile .head button {
    padding: 19px 25px;
    font-size: 12px;
    margin-bottom: 30px;
  }

  #studientProfile .Statistics h6 {
    font-size: 13px;
  }

  .stat-group {
    position: relative;
    display: inline-block;
    text-align: center;
    height: 96px;
    width: 96px;
  }

  .stat-group circle {
    transform: scale(1, 1);
    stroke-width: 10px !important;
  }

  .stat-group path {
    transform: scale(1, 1);
    stroke-width: 10px !important;
  }
  .stat-group .per {
    position: absolute;
    height: 0;
    line-height: 0;
    width: 100%;
    top: 50%;
    font-size: 16px;
    text-align: center;

    opacity: 0.8;
  }

  .stat-group svg {
    height: 96px;
    width: 96px;
    stroke-width: 10px !important;
  }

  .Statistics .numbers .square {
    width: 8px;
    height: 8px;
  }
  .Statistics .numbers {
    margin: 10px 0;
  }
  .Statistics .numbers span {
    margin: 0 1px;
    font-size: 12px;
  }

  .profile-photo-div {
    position: relative;
    margin: 20px 0 10px 0;
    width: 150px;
    height: auto;

    border-radius: 10px;
  }

  .profile-img-div {
    display: block;
    position: relative;
    overflow: hidden;
    height: 150px !important;
  }

  .button {
    font-size: 14px;
    padding: 10px;
  }

  .profilePhoto {
    margin-top: 50px;
  }

  .profilePhoto h5 {
    font-size: 16px;
  }

  /*============================================ Start Student dashTable  =================================*/
  .dashTable {
    width: 95%;
    margin: auto;
    overflow: auto;
  }

  .dashTable table {
    margin: 10px 0 !important;
    border-spacing: 0 1em;
  }

  .dashTable table thead th {
    color: #000;
    font-size: 10px;
  }
  .dashTable table thead th svg {
    width: 12px;
  }
  .dashTable table tbody tr {
    border-radius: 10px;

    margin: 10px 0 !important;
  }

  .dashTable table tbody tr svg {
    width: 10px;
  }

  .dashTable table tbody tr td {
    font-size: 10px;

    padding: 30px 0;
  }

  /*============================================ End Student dashTable  =================================*/

  /*============================================ start Student recharge Page =================================*/
  #recharge {
    margin: 50px 0;
  }
  #recharge .balance {
    color: #fff;
    padding: 40px;
  }
  #recharge .balance h2 {
    color: #fff;
    font-family: "Expo Arabic";
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    margin-bottom: 30px;
  }
  #recharge .balance h2 svg {
    width: 25px;
  }
  #recharge .balance h3 {
    font-size: 30px;
  }

  #recharge .rechargeBalance a {
    font-size: 20px;
    padding: 15px 50px;
    display: block;
    text-align: center;
    width: fit-content;
    margin: 30px auto;
  }

  #recharge .rechargeBalance .groupInput {
    position: relative;
  }

  #recharge .rechargeBalance .groupInput label {
    display: block;
    font-family: "Expo Arabic";
    font-size: 15px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    margin: 15px 0;
  }

  #recharge .rechargeBalance .groupInput input {
    border-radius: 8px;
    background: #f1f1f1;
    border: none;
    padding: 10px 40px;
    width: 65%;
  }

  #recharge .rechargeBalance .groupInput button {
    font-size: 15px;
    border-radius: 8px;
    background: #14374d;
    border: none;
    padding: 10px 25px;
    margin-right: 10px;
  }

  #recharge .rechargeBalance .groupInput img {
    position: absolute;
    top: 58%;
    right: 1.5%;
  }
}

@media all and (max-width: 480px) {
  #studientProfile .head {
    margin-top: 50px;
    padding: 0 5px;
  }
  #studientProfile .head h2 {
    margin-top: 14px;
    font-size: 12px;
  }
  #studientProfile .head button {
    padding: 8px 10px;
    font-size: 12px;
    margin-bottom: 30px;
  }

  #studientProfile .Statistics h6 {
    font-size: 10px;
  }

  .stat-group {
    position: relative;
    display: inline-block;
    text-align: center;
    height: 90px;
    width: 90px;
  }

  .Statistics .col-4 {
    padding: 0px !important;
    margin: 0 0px !important;
  }

  .stat-group circle {
    transform: scale(1, 1);
    stroke-width: 5px !important;
  }

  .stat-group path {
    transform: scale(1, 1);
    stroke-width: 5px !important;
  }
  .stat-group .per {
    position: absolute;
    height: 0;
    line-height: 0;
    width: 100%;
    top: 50%;
    font-size: 10px;
    text-align: center;

    opacity: 0.8;
  }

  .stat-group svg {
    height: 90px;
    width: 90px;
    stroke-width: 8px !important;
  }

  .Statistics .numbers .square {
    width: 8px;
    height: 8px;
  }
  .Statistics .numbers {
    margin: 10px 0;
  }
  .Statistics .numbers span {
    margin: 0 0px;
    font-size: 10px;
  }

  .profile-photo-div {
    position: relative;
    margin: 20px 0 10px 0;
    width: 150px;
    height: auto;

    border-radius: 10px;
  }

  .profile-img-div {
    display: block;
    position: relative;
    overflow: hidden;
    height: 150px !important;
  }

  .button {
    font-size: 14px;
    padding: 10px;
  }

  .profilePhoto {
    margin-top: 50px;
  }

  .profilePhoto h5 {
    font-size: 16px;
  }

  /*============================================ Start Student dashTable  =================================*/
  .dashTable {
    width: 95%;
    margin: auto;
    overflow: auto;
  }

  .dashTable table {
    margin: 60px 0 !important;
    border-spacing: 0 1em;
  }

  .dashTable table thead th {
    color: #000;
    font-size: 10px;
    width: max-content;
  }
  .dashTable table thead th svg {
    width: 12px;
  }
  .dashTable table tbody tr {
    border-radius: 10px;
    width: max-content;

    margin: 10px 0 !important;
  }

  .dashTable table tbody tr svg {
    width: 10px;
  }

  .dashTable table tbody tr td {
    font-size: 10px;
    width: max-content;

    padding: 30px 0;
  }

  /*============================================ End Student dashTable  =================================*/

  /*============================================ start Student recharge Page =================================*/
  #recharge {
    margin: 50px 0;
  }
  #recharge .balance {
    color: #fff;
    padding: 40px;
  }
  #recharge .balance h2 {
    color: #fff;
    font-family: "Expo Arabic";
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    margin-bottom: 30px;
  }
  #recharge .balance h2 svg {
    width: 25px;
  }
  #recharge .balance h3 {
    font-size: 30px;
  }

  #recharge .rechargeBalance a {
    font-size: 20px;
    padding: 15px 50px;
    display: block;
    text-align: center;
    width: fit-content;
    margin: 30px auto;
  }

  #recharge .rechargeBalance .groupInput {
    position: relative;
  }

  #recharge .rechargeBalance .groupInput label {
    display: block;
    font-family: "Expo Arabic";
    font-size: 15px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    margin: 15px 0;
  }

  #recharge .rechargeBalance .groupInput input {
    border-radius: 8px;
    background: #f1f1f1;
    border: none;
    padding: 10px 40px;
    width: 65%;
  }

  #recharge .rechargeBalance .groupInput button {
    font-size: 15px;
    border-radius: 8px;
    background: #14374d;
    border: none;
    padding: 10px 25px;
    margin-right: 10px;
  }

  #recharge .rechargeBalance .groupInput img {
    position: absolute;
    top: 58%;
    right: 1.5%;
  }
}

/*============================================ end Student recharge Page =================================*/
#register {
  margin: 100px 0;
}

#register .dark {
  display: none;
}

#register h2 {
  font-family: "Expo Arabic";
  font-size: 30px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}

#register p {
  margin: 35px 0 40px 0;
  text-align: right;
  font-family: "Expo Arabic";
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
#register .inputGroup {
  position: relative;
  width: 90%;
}
.signinbutton {
  position: relative;
  width: 90%;
}
#register .inputGroup label {
  font-family: "Expo Arabic";
  font-size: 12px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  margin-top: 30px;
  margin-bottom: 10px;
  display: block;
}

#register .inputGroup input,
#register .inputGroup select {
  border-radius: 8px;
  background: #eceaea;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.15);
  width: 100%;
  border: none;
  display: block;
  padding: 20px 60px;
}
#ss .inputGroup select {
  border-radius: 8px;
  background: #eceaea;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.15);
  width: 90%;
  border: none;
  display: block;
  padding: 18px 60px;
}
#register .inputGroup svg {
  position: absolute;
  top: 55%;
  right: 3%;
}

#register .inputGroup .show {
  position: absolute;
  /* width: 10px; */
  top: 60%;
  left: 10% !important;
}

#register .loginbycode {
  width: 90%;
  margin-top: 10px;
}

#register button {
  width: 100%;
  padding: 20px 0;
  color: #fff;
  margin-top: 50px;

  text-align: center;
  border: none;
  font-family: "Expo Arabic";
  font-size: 25px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  border-radius: 8px;
  background: #14374d;
}

#register a {
  margin-top: 20px;
  text-align: center;

  font-family: "Expo Arabic";
  font-size: 15px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

@media all and (min-width: 1440) and (max-width: 1600px) {
}

@media all and (min-width: 1200px) and (max-width: 1440px) {
  #register {
    margin: 100px 0;
  }
  #register h2 {
    font-size: 30px;
  }

  #register p {
    margin: 35px 0 40px 0;
    font-size: 18px;
  }
  #register .inputGroup {
    position: relative;
    width: 95%;
  }
  #register .inputGroup label {
    font-size: 12px;
    margin-top: 20px;
    margin-bottom: 10px;
  }

  #register .inputGroup input,
  #register .inputGroup select {
    padding: 15px 60px;
  }

  #register .inputGroup svg {
    top: 55%;
    right: 3%;
  }

  #register button {
    padding: 15px 0;
    font-size: 20px;
  }

  #register a {
    margin-top: 20px;
    font-size: 15px;
  }
}

@media all and (min-width: 1024px) and (max-width: 1200px) {
  #register {
    margin: 100px 0;
  }
  #register h2 {
    font-size: 30px;
  }

  #register p {
    margin: 35px 0 40px 0;
    font-size: 18px;
  }
  #register .inputGroup {
    position: relative;
    width: 95%;
  }
  #register .inputGroup label {
    font-size: 12px;
    margin-top: 20px;
    margin-bottom: 10px;
  }

  #register .inputGroup input,
  #register .inputGroup select {
    padding: 15px 60px;
  }

  #register .inputGroup svg {
    top: 55%;
    right: 3%;
  }

  #register button {
    padding: 15px 0;
    font-size: 20px;
  }

  #register a {
    margin-top: 20px;
    font-size: 15px;
  }
}

@media all and (min-width: 768px) and (max-width: 1024px) {
  #register {
    margin: 100px 0;
  }
  #register h2 {
    font-size: 30px;
  }

  #register p {
    margin: 35px 0 40px 0;
    font-size: 18px;
  }
  #register .inputGroup {
    position: relative;
    width: 95%;
  }
  #register .inputGroup label {
    font-size: 12px;
    margin-top: 20px;
    margin-bottom: 10px;
  }

  #register .inputGroup input,
  #register .inputGroup select {
    padding: 15px 60px;
  }

  #register .inputGroup svg {
    top: 55%;
    right: 3%;
  }

  #register button {
    padding: 15px 0;
    font-size: 20px;
  }

  #register a {
    margin-top: 20px;
    font-size: 15px;
  }
}

@media all and (min-width: 480px) and (max-width: 768px) {
  #register {
    margin: 40px 0;
  }
  #register img {
    width: 30%;
  }

  #register h2 {
    font-size: 20px;
  }

  #register p {
    margin: 15px 0 20px 0;
    font-size: 16px;
  }
  #register .inputGroup {
    position: relative;
    width: 80%;
  }
  #register .inputGroup label {
    font-size: 12px;
    margin-top: 20px;
    margin-bottom: 10px;
  }

  #register .inputGroup input,
  #register .inputGroup select {
    padding: 15px 60px;
  }

  #register .inputGroup svg {
    top: 55%;
    right: 3%;
  }

  #register button {
    padding: 15px 0;
    font-size: 20px;
  }

  #register a {
    margin-top: 20px;
    font-size: 15px;
  }
}

@media all and (max-width: 480px) {
  #register {
    margin: 40px 0;
  }
  #register img {
    width: 50%;
  }

  #register h2 {
    font-size: 20px;
  }

  #register p {
    margin: 15px 0 20px 0;
    font-size: 14px;
  }
  #register .inputGroup {
    position: relative;
    width: 95%;
  }
  #register .inputGroup label {
    font-size: 12px;
    margin-top: 20px;
    margin-bottom: 10px;
  }

  #register .inputGroup input,
  #register .inputGroup select {
    padding: 15px 60px;
  }

  #register .inputGroup svg {
    top: 55%;
    right: 3%;
  }

  #register button {
    padding: 15px 0;
    font-size: 15px;
    margin-top: 20px;
  }

  #register a {
    margin-top: 20px;
    font-size: 15px;
  }
}

/*============================================ start lessons  Page =================================*/

#lessons .container {
  width: fit-content;
  margin-top: 50px;
}

#lessons .container .photo {
  width: 95%;
  margin: auto;
  margin-bottom: -30px;
  /* position: sticky; */
  position: relative;
}

#lessons .onphoto {
  position: absolute;
  bottom: 2%;
  display: flex;
  align-items: center;
  width: 100%;
  padding: 0 20px;
  justify-content: space-between;
}

#lessons .onphoto .best {
  padding: 8px 22px;
  border-radius: 25px;
  background: #fff;
  height: fit-content;
}
#lessons .onphoto .prise {
  display: flex;
  border-radius: 20px;
  background: rgba(63, 91, 171, 0.98);
  width: fit-content;
  padding: 6px 14px;
  margin: 15px;
}

#lessons .onphoto .prise h6 {
  color: #fff;
  text-align: right;
  font-family: Expo Arabic;
  font-size: 15px;
  font-style: normal;
  font-weight: 600;
  line-height: 22px;
  margin: 0 5px;
}

#lessons .onphoto .prise .before {
  color: rgba(255, 255, 255, 0.8);
  text-align: right;
  font-family: Expo Arabic;
  font-size: 10px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
  text-decoration: line-through;
}

#lessons .onphoto .prise .after {
  color: #fff;
  text-align: right;
  font-family: Expo Arabic;
  font-size: 15px;
  font-style: normal;
  font-weight: 600;
  line-height: 22px;
}

#lessons .lessonDtails {
  border-radius: 30px;
  background: #fff;
  padding: 70px 30px 50px;
  box-shadow: 4px 4px 20px 0px rgba(0, 0, 0, 0.25);
  margin-right: 80px;
}
#lessons .lessonDtails h4 {
  font-family: "Expo Arabic";
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 25px; /* 125% */
  margin-bottom: 20px;
}

#lessons .lessonDtails h2 {
  font-family: "Expo Arabic";
  font-size: 30px;
  font-style: normal;
  font-weight: 600;
  line-height: 25px; /* 83.333% */
}

#lessons .lessonDtails .date h5 {
  font-family: "Expo Arabic";
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px; /* 122.222% */
}

#lessons .lessonDtails .date svg {
  font-size: 30px;
  margin-top: 10px;
  margin-right: 10px;
}
#lessons .lessonDtails .one {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 50px;
}

#lessons .lessonDtails .one h6 {
  font-family: "Expo Arabic";
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 25px; /* 125% */
  margin-top: 3px;
  margin: 0 10px;
}

#lessons .lessonDtails .one h4 {
  color: #fff;
  text-align: right;
  font-family: "Expo Arabic";
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px; /* 125% */
  background-color: #14374d;
  padding: 8px 5px 5px;
  margin-bottom: 0;
}
#lessons .lessonDtails .one svg {
  fill: #2c4b5f;
}
#lessons .lessonDtails .btns {
  display: flex;
  justify-content: space-around;
  margin-top: 40px;
}
#lessons .lessonDtails .btns a {
  color: #fff;
  font-family: "Expo Arabic";
  font-size: 15px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  border-radius: 25px;
  background: #3f5bab;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  gap: 5px;
  padding: 15px 50px;
  margin: 0 5px;
}

/* #lessons .lessonDtails .btns svg {
  color: #fff;
} */

#lessons .lessonDtails .btns .acivecode {
  background: #e4e7e9;
  color: #3f5bab;
}
.accordion-button::after {
  margin-left: 0;
  margin-right: auto !important;
  /* content: "\2212"; */
}

#lessons .lessonDtails .accordion {
  margin-top: 10px;
}
#lessons .lessonDtails .accordion h5 {
  font-family: "Expo Arabic";
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 25px; /* 125% */
}

#lessons .lessonDtails .accordion-button:not(.collapsed) {
  background-color: transparent;
}

#lessons .lessonDtails .accordion-button:focus {
  z-index: 3;
  border-color: transparent;
  outline: 0;
  box-shadow: none;
}

#lessons .lessonDtails .accordion-item {
  /* margin: 20px 0; */
  border: none;
  border-bottom: 1px solid #0000005d;
}

#lessons .lessonDtails .accordion-button {
  font-family: "Expo Arabic";
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 25px; /* 125% */
}

@media all and (min-width: 1024px) and (max-width: 1200px) {
  #lessons .lessonDtails {
    border-radius: 30px;
    background: #fff;
    padding: 70px 30px 50px;
    box-shadow: 4px 4px 20px 0px rgba(0, 0, 0, 0.25);
  }
  #lessons .lessonDtails h4 {
    font-size: 18px;
    margin-bottom: 20px;
  }

  #lessons .lessonDtails h2 {
    font-size: 25px;
  }

  #lessons .lessonDtails .date h5 {
    font-size: 15px;
    line-height: 15px;
  }
  #lessons .lessonDtails .date svg {
    font-size: 25px;
    margin-top: 5px;
    margin-right: 10px;
  }

  #lessons .lessonDtails .one h6 {
    font-size: 18px;
    margin-top: 3px;
    margin: 0 10px;
  }

  #lessons .lessonDtails .one h4 {
    font-size: 18px;

    padding: 8px 5px 5px;
    margin-bottom: 0;
  }

  #lessons .lessonDtails .btns {
    margin-top: 40px;
  }
  #lessons .lessonDtails .btns a {
    font-size: 15px;
    padding: 15px 50px;
    margin: 0 5px;
  }
}

@media all and (min-width: 768px) and (max-width: 1024px) {
  #lessons .lessonDtails {
    border-radius: 30px;
    background: #fff;
    padding: 70px 30px 50px;
    box-shadow: 4px 4px 20px 0px rgba(0, 0, 0, 0.25);
  }
  #lessons .lessonDtails h4 {
    font-size: 15px;
    margin-bottom: 15px;
  }

  #lessons .lessonDtails h2 {
    font-size: 20px;
  }

  #lessons .lessonDtails .date h5 {
    font-size: 15px;
    line-height: 15px;
  }
  #lessons .lessonDtails .date svg {
    font-size: 25px;
    margin-top: 5px;
    margin-right: 10px;
  }

  #lessons .lessonDtails .one svg {
    width: 30px;
  }
  #lessons .lessonDtails .one h6 {
    font-size: 18px;
    margin-top: 3px;
    margin: 0 10px;
  }

  #lessons .lessonDtails .one h4 {
    font-size: 18px;

    padding: 5px 5px 5px;
    margin-bottom: 0;
  }

  #lessons .lessonDtails .btns {
    margin-top: 40px;
  }
  #lessons .lessonDtails .btns a {
    font-size: 15px;
    padding: 15px 50px;
    margin: 0 5px;
  }
}

@media all and (min-width: 480px) and (max-width: 768px) {
  #lessons .onphoto {
    padding: 0 10px;
  }

  #lessons .onphoto .best {
    padding: 4px 12px;
    border-radius: 20px;
    background: #fff;
    height: fit-content;
  }

  #lessons .onphoto .best span {
    font-size: 12px;
  }
  #lessons .onphoto .prise {
    padding: 4px 10px;
    margin: 15px;
  }

  #lessons .onphoto .prise h6 {
    font-size: 12px;

    margin: 0 5px;
  }

  #lessons .onphoto .prise .before {
    font-size: 10px;
  }

  #lessons .onphoto .prise .after {
    font-size: 12px;
  }

  #lessons .lessonDtails {
    border-radius: 30px;
    background: #fff;
    padding: 70px 20px 50px;
    box-shadow: 4px 4px 20px 0px rgba(0, 0, 0, 0.25);
  }

  #lessons .lessonDtails h4 {
    font-size: 12px;
    margin-bottom: 10px;
  }

  #lessons .lessonDtails h2 {
    font-size: 18px;
  }

  #lessons .lessonDtails .date h5 {
    font-size: 12px;
    line-height: 12px;
  }
  #lessons .lessonDtails .date svg {
    font-size: 20px;
    margin-top: 2px;
    margin-right: 10px;
  }

  #lessons .lessonDtails .one svg {
    width: 25px;
  }
  #lessons .lessonDtails .one h6 {
    font-size: 14px;
    margin-top: 3px;
    margin: 0 10px;
  }

  #lessons .lessonDtails .one h4 {
    font-size: 14px;

    padding: 3px 4px 1px;
    margin-bottom: 0;
  }

  #lessons .lessonDtails .btns {
    margin-top: 30px;
  }
  #lessons .lessonDtails .btns a {
    font-size: 12px;
    padding: 10px 15px;
    margin: 0 5px;
  }
  #lessons .lessonDtails .accordion h5 {
    font-size: 18px;
  }

  #lessons .lessonDtails .accordion-button {
    font-size: 18px;
  }
  #lessons .lessonDtails .accordion-item {
    margin: 10px 0;
  }
}

@media all and (max-width: 480px) {
  #lessons .onphoto {
    padding: 0 10px;
  }

  #lessons .onphoto .best {
    padding: 4px 12px;
    border-radius: 20px;
    background: #fff;
    height: fit-content;
  }

  #lessons .onphoto .best span {
    font-size: 12px;
  }
  #lessons .onphoto .prise {
    padding: 4px 10px;
    margin: 15px;
  }

  #lessons .onphoto .prise h6 {
    font-size: 12px;

    margin: 0 5px;
  }

  #lessons .onphoto .prise .before {
    font-size: 10px;
  }

  #lessons .onphoto .prise .after {
    font-size: 12px;
  }

  #lessons .lessonDtails {
    border-radius: 30px;
    background: #fff;
    padding: 50px 20px 30px;
    box-shadow: 4px 4px 20px 0px rgba(0, 0, 0, 0.25);
  }

  #lessons .lessonDtails h4 {
    font-size: 12px;
    margin-bottom: 10px;
  }

  #lessons .lessonDtails h2 {
    font-size: 15px;
  }

  #lessons .lessonDtails .date h5 {
    font-size: 12px;
    line-height: 12px;
  }
  #lessons .lessonDtails .date svg {
    font-size: 20px;
    margin-top: 2px;
    margin-right: 10px;
  }

  #lessons .lessonDtails .one svg {
    width: 20px;
  }
  #lessons .lessonDtails .one h6 {
    font-size: 12px;
    margin-top: 3px;
    margin: 0 10px;
  }

  #lessons .lessonDtails .one h4 {
    font-size: 12px;

    padding: 3px 4px 1px;
    margin-bottom: 0;
  }

  #lessons .lessonDtails .btns {
    margin-top: 30px;
  }
  #lessons .lessonDtails .btns a {
    font-size: 10px;
    padding: 4px 8px;
    margin: 0 5px;
  }
  #lessons .lessonDtails .accordion h5 {
    font-size: 15px;
  }

  #lessons .lessonDtails .accordion-button {
    font-size: 15px;
  }
  #lessons .lessonDtails .accordion-item {
    margin: 10px 0;
  }
}

/*============================================ end lessons  Page =================================*/

/*============================================ start books  Page =================================*/
#books {
  position: relative;
}
#books h3 {
  font-family: "Expo Arabic";
  font-size: 30px;
  font-style: normal;
  font-weight: 600;
  line-height: 65px;
  width: fit-content;
  margin: 30px auto;

  border-bottom: solid 2px #14374d;
}

#books h4 {
  font-family: "Expo Arabic";
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  position: relative;
  margin: 20px 0;
  margin-right: 8px;
}

#books h4::before {
  position: absolute;
  right: -8px;
  top: 2px;
  content: "";
  height: 20px;
  width: 2px;
  margin-left: 10px;
  background-color: #14374d;
}

#books .booksTable,
#books .contactDetails,
#books .checkout {
  background: #fff;
  /* text-align: center; */

  box-shadow: 2px 2px 20px 0px rgba(0, 0, 0, 0.2);
}
#books .booksTable .table {
  text-align: center;

  --bs-table-bg: ;
}

#books .booksTable table thead {
  background-color: #14374d !important;
}

#books .booksTable table thead th {
  color: #fff;
  font-family: "Expo Arabic";
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

#books .booksTable table tbody tr {
  padding: 100px 0;
}
#books .booksTable table tbody td {
  color: #14374d;
  font-family: "Expo Arabic";
  font-size: 15px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
#books .booksTable table input {
  width: 70px;
}

#books .contactDetails {
  padding: 20px 0;
}
#books .contactDetails input {
  width: 100%;
  border-radius: 4px;
  border: 1px solid #b8b8b8;
  padding: 8px 10px;
  margin: 10px 0;
}

.checkoutALl {
  position: sticky;
  top: 1px;
}

#books .checkout {
  padding: 10px 0;
}
#books .checkout .one {
  display: flex;
  justify-content: space-between;
  padding: 0 10px;
  margin: 20px 0;
}

#books .checkout .one h6 {
  font-family: "Expo Arabic";
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

#books .checkout .one h5 {
  color: #000;
  font-family: "Expo Arabic";
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}

#books .checkout .shipping {
  background: #e6e6e6;
  padding: 10px 10px 5px;
  color: #000;
}

#books .checkout .alert p {
  color: #ff494f;
  text-align: center;
  font-family: "Expo Arabic";
  font-size: 15px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

#books .checkout .btns a {
  display: block;
  width: 90%;
  margin: auto;
  padding: 10px 0;
  border-radius: 25px;
  font-family: "Expo Arabic";
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-align: center;
  margin-bottom: 15px;
}

#books .checkout .btns .fawry {
  background: #ffd600;
  color: #000;
}

#books .checkout .btns .visa {
  background: #14374d;
  color: #fff;
}

@media all and (min-width: 1024px) and (max-width: 1200px) {
  #books h3 {
    font-size: 30px;
    line-height: 65px;

    margin: 30px auto;
  }

  #books h4 {
    font-size: 20px;
    margin: 20px 0;
    margin-right: 8px;
  }

  #books .booksTable table thead th {
    font-size: 18px;
  }

  #books .booksTable table tbody td {
    font-size: 15px;
  }
  #books .booksTable table input {
    width: 70px;
  }

  #books .contactDetails {
    padding: 20px 0;
  }
  #books .contactDetails input {
    padding: 8px 10px;
    margin: 10px 0;
  }

  #books .checkout {
    padding: 10px 0;
  }
  #books .checkout .one {
    padding: 0 4px;
    margin: 20px 0;
  }

  #books .checkout .one h6 {
    font-size: 14px;
  }

  #books .checkout .one h5 {
    font-size: 12px;
  }

  #books .checkout .shipping {
    padding: 10px 10px 5px;
  }

  #books .checkout .alert {
    margin: 0;
  }

  #books .checkout .alert p {
    color: #ff494f;
    font-size: 14px;
  }

  #books .checkout .btns a {
    width: 90%;
    padding: 10px 0;
    font-size: 14px;
    margin-bottom: 15px;
  }
}

@media all and (min-width: 768px) and (max-width: 1024px) {
  #books h3 {
    font-size: 30px;
    line-height: 65px;

    margin: 30px auto;
  }

  #books h4 {
    font-size: 20px;
    margin: 20px 0;
    margin-right: 8px;
  }

  #books .booksTable table thead th {
    font-size: 18px;
  }

  #books .booksTable table tbody td {
    font-size: 15px;
  }
  #books .booksTable table input {
    width: 70px;
  }

  #books .contactDetails {
    padding: 20px 0;
  }
  #books .contactDetails input {
    padding: 8px 10px;
    margin: 10px 0;
  }

  #books .checkout {
    padding: 10px 0;
  }
  #books .checkout .one {
    padding: 0 4px;
    margin: 20px 0;
  }

  #books .checkout .one h6 {
    font-size: 14px;
  }

  #books .checkout .one h5 {
    font-size: 12px;
  }

  #books .checkout .shipping {
    padding: 10px 10px 5px;
  }

  #books .checkout .alert {
    margin: 0;
  }

  #books .checkout .alert p {
    color: #ff494f;
    font-size: 14px;
  }

  #books .checkout .btns a {
    width: 90%;
    padding: 10px 0;
    font-size: 14px;
    margin-bottom: 15px;
  }
}

@media all and (min-width: 480px) and (max-width: 768px) {
  #books h3 {
    font-size: 20px;
    line-height: 45px;

    margin: 30px auto;
  }

  #books h4 {
    font-size: 20px;
    margin: 20px 0;
    margin-right: 8px;
  }

  #books .booksTable table thead th {
    font-size: 15px;
  }

  #books .booksTable table tbody td {
    font-size: 12px;
  }
  #books .booksTable table input {
    width: 70px;
  }

  #books .contactDetails {
    padding: 20px 0;
  }
  #books .contactDetails input {
    padding: 8px 10px;
    margin: 10px 0;
  }

  #books .checkout {
    padding: 10px 0;
  }
  #books .checkout .one {
    padding: 0 4px;
    margin: 20px 0;
  }

  #books .checkout .one h6 {
    font-size: 14px;
  }

  #books .checkout .one h5 {
    font-size: 12px;
  }

  #books .checkout .shipping {
    padding: 10px 10px 5px;
  }

  #books .checkout .alert {
    margin: 0;
  }

  #books .checkout .alert p {
    color: #ff494f;
    font-size: 14px;
  }

  #books .checkout .btns a {
    width: 90%;
    padding: 10px 0;
    font-size: 14px;
    margin-bottom: 15px;
  }
}

@media all and (max-width: 480px) {
  #books h3 {
    font-size: 20px;
    line-height: 45px;

    margin: 20px auto;
  }

  #books h4 {
    font-size: 18px;
    margin: 20px 0;
    margin-right: 8px;
  }

  #books .booksTable table thead th {
    font-size: 12px;
  }

  #books .booksTable table tbody td {
    font-size: 10px;
  }
  #books .booksTable table input {
    width: 50px;
  }

  #books .contactDetails {
    padding: 20px 0;
  }
  #books .contactDetails input {
    font-size: 12px;
    padding: 8px 10px;
    margin: 10px 0;
  }

  #books .checkout {
    padding: 10px 0;
  }
  #books .checkout .one {
    padding: 0 4px;
    margin: 20px 0;
  }

  #books .checkout .one h6 {
    font-size: 14px;
  }

  #books .checkout .one h5 {
    font-size: 12px;
  }

  #books .checkout .shipping {
    padding: 10px 10px 5px;
  }

  #books .checkout .alert {
    margin: 0;
  }

  #books .checkout .alert p {
    color: #ff494f;
    font-size: 14px;
  }

  #books .checkout .btns a {
    width: 90%;
    padding: 10px 0;
    font-size: 14px;
    margin-bottom: 15px;
  }
}

/*============================================ end books  Page =================================*/

/*============================================ start reviews  Page =================================*/

#reviews h3 {
  font-family: "Expo Arabic";
  font-size: 30px;
  font-style: normal;
  font-weight: 600;
  line-height: 65px;
  width: fit-content;
  margin: 30px auto;

  border-bottom: solid 2px #14374d;
}

#reviews .myreview textarea,
#reviews .myreview input {
  border-radius: 10px;
  border: 1px solid #c6c6c6;
  padding: 20px;
  font-family: "Expo Arabic";
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

#reviews .myreview textarea {
  width: 100%;
  margin-bottom: 15px;
}

#reviews .myreview input {
  width: 80%;
}

#reviews .myreview button {
  color: #fff;
  width: 15%;
  margin-right: 30px;
  border: none;
  padding: 16px;
  border-radius: 4px;
  background: #14374d;
  font-family: "Expo Arabic";
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}

#reviews .oldreviews .one {
  padding: 50px 10px;
  text-align: center;
  border-radius: 10px;
  background: #fff;
  box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.25);
  margin: 30px 0;
}

#reviews .oldreviews .one h5 {
  font-family: "Expo Arabic";
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  margin: 30px 0;
  line-height: normal;
}

#reviews .oldreviews .one p {
  font-family: "Expo Arabic";
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

@media all and (min-width: 480px) and (max-width: 768px) {
  #reviews h3 {
    font-size: 20px;
    line-height: 40px;
    margin: 20px auto;
  }

  #reviews .myreview textarea,
  #reviews .myreview input {
    border-radius: 10px;
    padding: 15px;

    font-size: 14px;
  }

  #reviews .myreview textarea {
    width: 100%;
    margin-bottom: 15px;
  }

  #reviews .myreview input {
    width: 70%;
  }

  #reviews .myreview button {
    width: 20%;
    margin-right: 10px;

    padding: 12px;

    font-size: 18px;
  }

  #reviews .oldreviews .one {
    padding: 40px 10px;

    margin: 30px 0;
  }

  #reviews .oldreviews .one h5 {
    font-size: 15px;

    margin: 20px 0;
  }

  #reviews .oldreviews .one p {
    font-size: 12px;
  }
}

@media all and (max-width: 480px) {
  #reviews h3 {
    font-size: 25px;
    line-height: 45px;
    margin: 30px auto;
  }

  #reviews .myreview textarea,
  #reviews .myreview input {
    border-radius: 10px;
    padding: 15px;

    font-size: 18px;
  }

  #reviews .myreview textarea {
    width: 100%;
    margin-bottom: 15px;
  }

  #reviews .myreview input {
    width: 70%;
  }

  #reviews .myreview button {
    width: 20%;
    margin-right: 10px;

    padding: 12px;

    font-size: 18px;
  }

  #reviews .oldreviews .one {
    padding: 50px 10px;

    margin: 30px 0;
  }

  #reviews .oldreviews .one h5 {
    font-size: 18px;

    margin: 30px 0;
  }

  #reviews .oldreviews .one p {
    font-size: 18px;
  }
}

/*============================================ end reviews  Page =================================*/

/* ------------------- dark mode ------------------------ */
.darkmode {
  color: #dcdcdc;
  background-color: #1e1e1e;
}

.darkmode a {
  color: #dcdcdc;
}

.darkmode #welcomeSec .socailmedia .line {
  background-color: #dcdcdc;
}

.darkmode .oneCard {
  background: #2e3036;
  color: #dcdcdc;
}

.darkmode #advantages #svg #bar {
  stroke: #dcdcdc;
}

.darkmode .active {
  color: #fff !important;
}

.darkmode .studientLayoutNav {
  background: #2e3036;
}

.darkmode nav #dark-mode-toggle svg {
  color: #000;
}

.darkmode #aboutMoreUs .nav-tabs .nav-link.active {
  background: #2e3036;
  color: #dcdcdc;
  border: none;
}
.darkmode .nav-link.active .hdark {
  color: black;
}

.darkmode #aboutMoreUs .nav .nav-item h6 {
  color: #dcdcdc;
}

.darkmode #ContactUSPage .form input {
  color: #dcdcdc;

  border-bottom: 1px rgba(255, 255, 255, 0.664) solid;
}

.darkmode .fa-moon {
  display: none;
}
.darkmode .fa-sun {
  display: block;
}

.darkmode #register .dark {
  display: block;
}
.darkmode #register .light {
  display: none;
}

.darkmode #lessons .onphoto .best {
  background: #2e3036;
}
.darkmode #lessons .lessonDtails {
  background: #2e3036;

  padding: 70px 30px 50px;
  box-shadow: 4px 4px 20px 0px rgba(255, 255, 255, 0.25);
}

.darkmode #lessons .lessonDtails .one svg {
  fill: #dcdcdc;
}

.darkmode #books .booksTable,
.darkmode #books .contactDetails,
.darkmode #books .checkout {
  background: #2e3036;
  /* text-align: center; */

  box-shadow: 2px 2px 20px 0px rgba(255, 255, 255, 0.2);
}

.darkmode #books h4::before {
  background-color: #dcdcdc;
}

.darkmode #books input {
  background-color: transparent;
  color: #dcdcdc;
}

.darkmode #books .booksTable table tbody td {
  color: #dcdcdc;
}

.darkmode #reviews .myreview textarea,
.darkmode #reviews .myreview input {
  background-color: transparent;
  color: #dcdcdc;
}

.darkmode #reviews .oldreviews .one {
  background: #2e3036;
  /* text-align: center; */

  box-shadow: 2px 2px 20px 0px rgba(255, 255, 255, 0.2);
}
@media all and (max-width: 980px) {
  .darkmode .navbar-collapse {
    background: #2e3036 !important;
    color: #dcdcdc;
  }

  .darkmode nav .navbtns a {
    color: #dcdcdc;
  }
  .darkmode svg {
    fill: #dcdcdc !important;
  }

  .darkmode nav .navbtns .login a {
    color: #14374d;
  }
}
.before1 {
  color: black;
  text-align: right;
  font-family: Expo Arabic;
  font-size: 10px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
  text-decoration: line-through;
}

.after1 {
  color: black;
  text-align: right;
  font-family: Expo Arabic;
  font-size: 15px;
  font-style: normal;
  font-weight: 600;
  line-height: 22px;
}
.btnclass {
  color: #fff;
  font-family: "Expo Arabic";
  font-size: 15px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  border-radius: 8px;
  background: #14374d;
  border: none;
  padding: 10px 25px;
  margin-right: 10px;
}
/* ------------------- dark mode ------------------------ */
