@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;500;600;700;800&display=swap');

body {
  font-family: 'Open Sans', sans-serif;
  background: #f5f5f5;
}

.clear {
  clear: both;
}

.pad0 {
  padding: 0px;
}

.padtb40 {
  padding-top: 40px;
  padding-bottom: 40px;
}

.border {
  border: 1px solid #333;
}

.mobile {
  display: none;
}

.desktop {
  height: 70px;
  background: #FFF;
}

.logo img {
  width: 80%;
  margin-top: 6px;
}

.mynav {
  padding: 0px 0px;
  text-align: right;
}

.mynav ul {
  font-size: 0;
  margin: 0;
  padding: 0;
  margin-top: 15px;
}

.mynav li {
  display: inline-block;
}

.mynav ul li a {
  text-decoration: none;
  font-weight: 500;
  color: #006666;
  display: block;
  font-size: 16px;
  padding: 0px 20px;
  height: 40px;
  line-height: 40px;
  text-transform: capitalize;
}

.mynav a:hover {
  text-decoration: none;
}

.mynav ul ul {
  background: #FFF;
  display: none;
  position: absolute;
  /*left: -50px;*/
  width: 250px;
  z-index: 1000;
  margin: 0px;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 50px;
  border-radius: 0px 0px 5px 5px;
}

.mynav ul ul::after {
  content: '';
  width: 30px;
  height: 30px;
  display: block;
  border-top: 15px solid transparent;
  border-right: 15px solid transparent;
  border-bottom: 15px solid #FFF;
  border-left: 15px solid transparent;
  position: absolute;
  top: -25px;
  left: 30px;
  cursor: pointer;
}

.mynav ul li ul li {
  border-bottom: 1px solid #f5f5f5;
  display: block;
}

.mynav ul li ul li:last-child {
  border: none;
}

.mynav ul li ul li a {
  height: auto;
  line-height: normal;
  font-size: 15px;
  font-weight: 400;
  display: block;
  padding: 15px 20px;
  text-decoration: none;
  text-align: left;
  color: #444;
}

.mynav li li a:hover {
  text-decoration: none;
}

.mynav .cart {
  position: relative;
  top: 6px;
}

.mynav .cartnumber {
  position: absolute;
  width: 20px;
  height: 20px;
  border-radius: 100%;
  background: #006666;
  color: #fff;
  font-weight: normal;
  padding: 0px;
  line-height: normal;
  text-align: center;
  font-size: 13px;
  right: 10px;
}

.mynav .login {
  background: #006666;
  color: #FFF;
  border-radius: 50px;
}

.mynav .register {
  border: 1px solid #006666;
  border-radius: 50px;
  margin-left: 5px;
}

.mynav .pricon {
  width: 50px;
  height: 50px;
  border-radius: 100%;
  background: #006633;
  color: #FFF;
  font-weight: 700;
  padding: 0px;
  padding-top: 5px;
  text-align: center;
  font-size: 20px;
  position: relative;
  margin-top: -5px;
}

.mynav .profilemenu {
  right: 0px;
  width: 280px;
}

.mynav .profilemenu::after {
  left: unset;
  right: 10px;
}

.mynav .proimg {
  width: 70px;
  height: 70px;
  line-height: 70px;
  border-radius: 100%;
  background: #006633;
  color: #FFF;
  font-weight: 700;
  padding: 0px;
  text-align: center;
  font-size: 30px;
  float: left;
}

.mynav .proimg img {
  width: 70px;
  height: 70px;
  border-radius: 100%;
}

.mynav .prodel {
  float: left;
  padding: 5px;
  font-size: 14px;
  color: #999;
}

.mynav .prodel b {
  display: block;
  padding: 5px 0px;
  color: #444;
}

.mynav ul ul a i {
  width: 30px;
  color: #006633;
}

.mobile {
  padding: 5px 10px;
  height: 60px;
  background: #FFF;
}

.mobile .mlogo img {
  width: 50px;
}

.mobile .mynav ul {
  margin-top: 5px;
}

.mobile .fa-bars {
  font-size: 30px;
  margin-right: 10px;
  margin-top: 10px;
  float: left;
  color: #006633;
}

.fade-bg {
  position: fixed;
  width: 100%;
  height: 100%;
  background: #000;
  display: none;
  z-index: 30;
}

.fade-bg.active {
  display: block;
  opacity: .5;
}

.userbox {
  background-size: 100% 100%;
  padding: 15px 0px;
  margin-bottom: 10px;
  border-bottom: 1px solid #f5f5f5;
}

.userbox .proimage {
  width: 100px;
  height: 100px;
  line-height: 100px;
  border-radius: 100%;
  background: #006633;
  color: #FFF;
  font-weight: 700;
  padding: 0px;
  text-align: center;
  font-size: 40px;
}

.userbox .proimage img {
  width: 100px;
  height: 100px;
  border-radius: 100%;
  line-height: unset;
  vertical-align: unset;
}

.userbox a {
  background: #006666;
  width: 120px;
  height: 40px;
  line-height: 40px;
  margin-top: 10px;
  display: block;
  border-radius: 25px;
  color: #FFF;
  font-size: 18px;
}

.mynavbar {
  position: fixed;
  width: 300px;
  height: 100%;
  background: #FFF;
  z-index: 40;
  overflow: auto;
  top: 0px;
  left: -300px;
  transition: all 0.25s linear;
}

.mynavbar.active {
  left: 0px;
  box-shadow: 1px 0px 30px 0px #123;
}

.mynavbar ul {
  padding: 0px;
  margin: 0px;
  list-style: none;
}

.mynavbar ul li a {
  color: #006666;
  display: block;
  text-decoration: none;
  height: 50px;
  line-height: 50px;
  padding: 0px 20px;
  font-size: 1.2em;
  text-transform: uppercase;
  font-weight: 500;
}

.menuactive {
  background: #4344;
  color: #000;
}

.mynavbar ul li a:hover {
  background: #DDD;
  color: #000;
  transition: all 0.5s;
}

.mynavbar ul ul {
  display: none;
}

.mynavbar ul ul a {
  background: #eee;
}

.mynavbar ul ul ul a {
  background: #f5f5f5;
  padding-left: 20px;
}

.mynavbar span {
  margin-left: 20px;
}

.dropdown-menu {
  background: #FFF;
  border: none;
  border-radius: 0px;
  padding: 20px;
}

.dropdown-menu i {
  font-size: 1.2em;
  float: left;
  width: 30px;
  height: 30px;
  margin-right: 5px;
  color: #006666;
}

.dropdown-menu a {
  color: #006666;
  font-size: 1.2em;
  line-height: 40px;
  height: 40px;
  display: inline-block;
}

/* ---------------------------- Mobile bar ----------------- */
.mobilebar {
  background: #006666;
  height: 50px;
  width: 100%;
  box-shadow: 0px 0px 50px 5px rgba(0, 0, 0, 0.2);
  position: fixed;
  bottom: 0px;
  z-index: 100;
  display: none;
}

.mobilebar ul {
  padding: 0px;
  margin: 0px;
  list-style: none;
}

.mobilebar li {
  float: left;
  text-align: center;
  width: 25%;
  height: 50px;
}

.mobilebar li a {
  display: block;
  height: 50px;
  color: #FFF;
  text-decoration: none;
  font-weight: 400;
  text-transform: capitalize;
}

.mobilebar li i {
  display: block;
  margin-top: 7px;
}

.mainSlider .swiper-button-next,
.mainSlider .swiper-button-prev {
  color: #FFF;
}

.images {
  width: 100%;
}

.pagehead {
  background: url('../img/circle.svg') no-repeat right, linear-gradient(90deg, #84d9d2, #07cdae);
  background-size: contain;
  min-height: 100px;
  color: #444;
  padding-top: 30px;
}

.pagehead i {
  font-size: 14px;
  display: block;
}

.headding {
  font-size: 1.6em;
  font-weight: 600;
  display: block;
  margin-bottom: 20px;
}

.line {
  width: 150px;
  height: 1px;
  background: #006633;
  margin-bottom: 20px;
}

.para {
  font-size: 1.2em;
  line-height: 25px;
}

.package {
  background: #fcfcfc;
}

.result {
  background: #FFF;
}

.resultlist {
  height: 200px;
  padding: 20px 10px;
  background: #FFF;
  border-radius: 5px;
}

.resultlist .resimg {
  width: 100px;
  height: 100px;
  border-radius: 100%;
}

.resultlist .rank {
  font-size: 2em;
  color: green;
}

.footer {
  background: #fcfcfc url('../img/back.png') no-repeat;
  background-size: contain;
  background-position: right;
  padding: 40px 0px;
  border-bottom: 1px solid #eee;
}

.footer img {
  margin-top: 25px;
}

.fthead {
  font-size: 1.6em;
  color: #444;
  margin-top: 10px;
}

.ftcourse a {
  text-decoration: none;
  color: #9b9b9b;
  transition: all 0.5s ease-in;
}

.ftcourse a:hover {
  margin-left: 10px;
  transition: all 0.5s ease-in;
}

.footer table {
  color: #9b9b9b;
  width: 100%;
  font-weight: normal;
  font-size: 1em;
}

.footer td {
  padding: 5px 0px;
}

.follow a {
  width: 40px;
  height: 40px;
  background: #1e1f24;
  color: #666;
  display: inline-block;
  font-size: 1.2em;
  border-radius: 100%;
  text-align: center;
  line-height: 40px;
}

center {
  background: #fcfcfc;
  padding: 20px 0px;
}

.mycourse {
  background: #FFF;
  margin-bottom: 20px;
}

.expirePack {
  width: 92%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  position: absolute;
  z-index: 100;
  color: #FFF;
  font-size: 1.2em;
  font-weight: 500;
  text-align: center;
  padding-top: 100px;
}

.course {
  border: 1px solid #f6f6f6;
}

.course a {
  background: #006666;
  color: #FFF;
  display: inline-block;
  height: 50px;
  line-height: 50px;
  width: 100%;
  margin-top: 10px;
  text-align: center;
  font-size: 1.2em;
  text-decoration: none;
}

.courseList ul {
  list-style: none;
  padding: 0px;
  margin: 0px;
}

.courseList li {
  width: 200px;
  font-size: 1.3em;
  background: url('../img/circle.svg') no-repeat right, linear-gradient(90deg, #84d9d2, #07cdae);
  background-size: contain;
  margin-bottom: 20px;
  border-radius: 10px;
  display: inline-block;
  margin-right: 5px;
}

.courseList li a {
  display: block;
  width: 100%;
  height: 160px;
  text-decoration: none;
  color: #444;
  font-weight: 500;
}

.courseList li a .matbox {
  height: 100%;
  width: 100%;
  display: table;
}

.mattext {
  padding: 10px;
  text-align: center;
  height: 100%;
  width: 100%;
}

.mattext img {
  height: 80px;
  display: inline-block;
  margin-bottom: 10px;
}

.mattext2 {
  padding: 5px;
  text-align: left;
  height: 100%;
  width: 100%;
  display: table-cell;
  vertical-align: middle;
}

.icon {
  padding: 5px;
  text-align: center;
  height: 100%;
  width: 100%;
  display: table-cell;
  vertical-align: middle;
}

.courselist2 ul {
  padding: 0px;
  margin: 0px;
  list-style: none;
  padding-bottom: 80px;
}

.courselist2 li {
  box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 6px -1px, rgba(0, 0, 0, 0.06) 0px 2px 4px -1px;
  margin-bottom: 2px;
}

.courselist2 a {
  min-height: 50px;
  display: block;
  padding: 10px 18px;
  font-weight: 500;
  color: #333;
  background: #fcfcfc;
  font-size: 1.2em;
  text-decoration: none;
  transition: all 0.5s;
}

.courselist2 a i {
  float: right;
  width: 35px;
  height: 35px;
  border-radius: 100%;
  text-align: center;
  line-height: 35px;
  background: #eee;
  color: #9d9d9d;
}

.courselist2 ul ul {
  display: none;
  background: #FFFF;
  padding: 5px;
}

.courselist2 li li {
  background: #FFF;
  box-shadow: none;
  box-shadow: rgba(0, 0, 0, 0.04) 0px 3px 5px;
}

.courselist2 ul ul a {
  padding-left: 25px;
  font-size: 1.2em;
  border: none;
  background: none;
}

.courselist2 span {
  float: right;
  width: 32px;
  height: 32px;
  border-radius: 100%;
  background: #999;
  color: #FFF;
  line-height: 32px;
  text-align: center;
  font-size: .9em;
  font-weight: 400;
  position: absolute;
  right: 10px;
}

.courselist3 ul {
  padding: 0px;
  margin: 0px;
  list-style: none;
  padding-bottom: 80px;
}

.courselist3 li {
  box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 6px -1px, rgba(0, 0, 0, 0.06) 0px 2px 4px -1px;
  margin-bottom: 2px;
  min-height: 50px;
  display: block;
  padding: 10px 18px;
  font-weight: 500;
  color: #333;
  background: #fcfcfc;
  font-size: 1.2em;
  border-radius: 5px;
}

.courselist3 a {
  display: block;
  width: 120px;
  height: 35px;
  line-height: 35px;
  background: #006666;
  color: #FFF;
  font-size: 14px;
  border-radius: 5px;
  text-decoration: none;
}
.reattempt{
  background-color: #006633 !important;
} 

.courselist3 span {
  float: right;
  width: 32px;
  height: 32px;
  border-radius: 100%;
  background: #999;
  color: #FFF;
  line-height: 32px;
  text-align: center;
  font-size: .9em;
  font-weight: 400;
  position: absolute;
  right: 10px;
}

.testname {
  font-size: 1.1em;
  text-transform: capitalize;
  font-weight: 600;
}

.testtime {
  font-size: 14px;
  font-weight: 400;
}

.testreview {
  font-size: 16px;
  font-weight: 500;
  padding: 5px 0px;
}

.testrank {
  font-size: 14px;
}

.testrank .rank {
  font-size: 20px;
  text-decoration: underline;
  color: green;
}

.testrank .precentage {
  font-size: 14px;
  color: red;
}

.testname2 {
  font-size: 1.5em;
  text-transform: capitalize;
  font-weight: 600;
}

.testtime2 {
  font-size: 15px;
  font-weight: 400;
}

.question {
  background: #FFF;
  min-height: 190px;
  padding: 15px;
  border-radius: 5px;
  margin-right: 15px;
  margin-bottom: 15px;
  border: 1px solid #ddd;
  overflow: auto;
}

.name {
  width: 100%;
  min-height: 50px;
  float: left;
  font-size: 1.2em;
}

.qtdel {
  width: 20%;
  min-height: 25px;
  float: left;
  font-size: 1em;
}

.qtdel2 {
  width: 80%;
  min-height: 25px;
  float: left;
  font-size: 1em;
}

.qurdu {
  text-align: right;
  font-family: 'Noto Nastaliq Urdu';
}

.qeng {
  font-family: 'Roboto', sans-serif;
}

.page_area {
  width: 100%;
  background: #FFF;
  /*box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);*/
  border-radius: 5px;
  padding: 0px;
  margin-bottom: 10px;
  border: 1px solid #ddd;
}

.header {
  font-size: 1.2em;
  font-weight: 500;
  text-transform: uppercase;
  border-bottom: 1px solid #ddd;
  background: #DDD;
  padding: 15px;
}

.pagewrok {
  padding: 15px;
  overflow: auto;
}

.mytable {
  width: 100%;
  font-size: 15px;
}

.tr {
  background: #fff;
  font-weight: 600;
}

.mytable tr:nth-child(odd) {
  background: #fcfcfc;
}

.mytable td {
  height: 50px;
  padding: 5px;
  border-bottom: 1px solid #f5f5f5;
}

.contact {
  background: url('../img/bg11.jpg');
  background-size: cover;
  background-position: center center;
}

.contactbox {
  padding: 20px;
  border-radius: 10px;
  background: #fff;
  margin-bottom: 20px;
  text-align: center;
}

.contactbox i {
  color: #006666;
  font-size: 3em;
  display: block;
  margin-bottom: 20px;
}

.contactbox span {
  font-size: 1.1em;
  color: #4e4e4e;
  display: block;
}

.contact_form input,
.contact_form textarea,
.contact_form select {
  height: 45px;
  border-radius: 5px;
  box-shadow: none;
  border: 1px solid #ddd;
  resize: none;
  outline: none;
  font-size: 1.1em;
}

.contact_form textarea {
  height: 100px;
}

.contact_form input[type=submit] {
  background: #006666;
  color: #FFF;
  font-weight: 600;
  border: none;
  border-radius: 25px;
  height: 50px;
  padding: 0px 20px;
}

.batt {
  padding: 0px 20px;
  background: #006666;
  color: #FFF;
  font-weight: 600;
  border: none;
  border-radius: 25px;
  height: 45px;
  line-height: 45px;
}

.profile {
  background: #FFF;
  min-height: 100px;
  border: 1px solid #ddd;
  padding: 20px;
  margin-bottom: 10px;
}

.profileimg {
  width: 150px;
  height: 150px;
  border-radius: 100%;
  background: #006633;
  text-align: center;
  line-height: 150px;
  color: #FFF;
  font-size: 4em;
}

.profileimg img {
  width: 150px;
  height: 150px;
  border-radius: 100%;
}

.profiledata {
  padding-top: 50px;
  color: #999;
}

.profiledata b {
  font-size: 2em;
  color: #333;
  display: block;
  margin-bottom: 2px;
}

.profiledata span {
  display: block;
  margin-bottom: 2px;
}

.profiledata span i {
  width: 20px;
}

.profile .action {
  position: absolute;
  right: 20px;
  z-index: 100;
}

.profile .action a {
  display: inline-block;
  text-decoration: none;
  background: #006633;
  color: #FFF;
  border-radius: 2px;
  height: 35px;
  line-height: 35px;
  padding: 0px 10px;
  text-align: center;
}

.modal {
  /*margin-top: 100px;*/
}

.modal close {
  position: absolute;
  right: 10px;
  z-index: 100;
  opacity: .5;
  cursor: pointer;
}

.modal close:hover {
  opacity: 1;
}





@media(max-width:800px) {
  .mpad0 {
    padding: 0px;
  }

  .desktop {
    display: none;
  }

  .mobile {
    display: block;
  }

  .mobilebar {
    display: block;
  }

  center {
    margin-bottom: 50px;
  }

  .profile .action {
    left: 0px;
    top: -35px;
  }
}