@font-face {
  font-family: "Nunito";
  src: url(../fonts/Nunito-Black.ttf);
  font-weight: 900;
}
@font-face {
  font-family: "Nunito";
  src: url(../fonts/Nunito-Bold.ttf);
  font-weight: 700;
}
@font-face {
  font-family: "Nunito";
  src: url(../fonts/Nunito-ExtraBold.ttf);
  font-weight: 800;
}
@font-face {
  font-family: "Nunito";
  src: url(../fonts/Nunito-ExtraLight.ttf);
  font-weight: 200;
}
@font-face {
  font-family: "Nunito";
  src: url(../fonts/Nunito-Light.ttf);
  font-weight: 300;
}
@font-face {
  font-family: "Nunito";
  src: url(../fonts/Nunito-Medium.ttf);
  font-weight: 400;
}
@font-face {
  font-family: "Nunito";
  src: url(../fonts/Nunito-Regular.ttf);
  font-weight: 500;
}
@font-face {
  font-family: "Nunito";
  src: url(../fonts/Nunito-SemiBold.ttf);
  font-weight: 600;
}
body {
  padding: 0px;
  margin: 0px;
  font-family: "Nunito";
  overflow-x: hidden;
  background-color: #f1f1f1;
}
* {
  box-sizing: border-box;
}
ul {
  list-style: none;
  padding: 0px;
  margin: 0px;
}
a {
  text-decoration: none;
}
.main-con-page-header {
  display: flex;
  align-items: center;
  padding: 10px 20px;
  background-image: linear-gradient(180deg, #1c1a1f 0%, rgba(0, 0, 0, 0) 100%);
  justify-content: space-between;
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  z-index: 900;
}
.subcon-links > ul {
  list-style: none;
  padding: 0px;
  margin: 0px;
  display: flex;
  align-items: center;
}
.subcon-links > ul > li {
  margin-right: 30px;
}
.subcon-links ul > li ul .subcon-img-noti-search {
  display: flex;
  align-items: center;
}
.subcon-img-noti-search {
  align-items: center;
}
.ul-links-side-bar .fa-arrow-right-from-bracket {
  transform: rotate(180deg);
}
.li-menu-large-screen > a i {
  margin-left: 10px;
}
.li-menu-large-screen ul li a {
  display: flex;
  align-items: center;
  color: #1c1a1f !important;
  padding: 7px 20px;
  transition: 0.4s ease-in-out;
}
.li-menu-large-screen ul li a i {
  font-size: 15px;
  margin-left: 10px;
  background-color: #e5e5e5;
  color: #1c1a1f;
  width: 35px;
  height: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  transition: 0.4s ease-in-out;
}
.li-menu-large-screen ul li a:hover {
  background-color: #21c87a4f;
}
.li-menu-large-screen ul li a:hover i {
  background-color: #00c8a9;
  color: white;
}
.li-menu-large-screen ul li a:hover p {
  color: #00c8a9;
}
.li-menu-large-screen ul li a p {
  margin-bottom: 0px;
  font-size: 13px;
  font-weight: 800;
  transition: 0.4s ease-in-out;
}
.li-menu-large-screen {
  width: 40px;
}
.li-menu-large-screen ul {
  background-color: #fff;
  border-radius: 15px;
  margin-top: 10px;
  min-width: 200px;
  overflow: hidden;
  position: absolute;
  transform: scaleY(0);
  visibility: hidden;
  opacity: 0;
  direction: rtl;
}
.li-menu-large-screen.show ul {
  position: relative;
  transform: scaleY(1);
  visibility: visible;
  opacity: 1;
}
.li-menu-large-screen > a {
  display: flex;
  align-items: center;
  height: 100%;
}
.li-menu-large-screen {
  height: 40px;
}
.li-menu-large-screen > a p {
  margin-bottom: 0px;
}
.con-notification ul li ul {
  direction: rtl;
  min-width: 400px;
  background-color: #fff;
  margin-top: 20px;
  border-radius: 10px;
  padding: 20px;
  max-height: 220px;
  overflow-y: auto;
  overflow-x: hidden;
  transform: translateX(50px) scaleY(0);
  visibility: hidden;
  opacity: 0;
  position: absolute;
}
.con-notification ul li ul li {
  display: flex;
  align-items: center;
  width: 100%;
  margin-bottom: 20px;
}
.open-notification li ul {
  transform: translateX(50px) scaleY(1) !important;
  visibility: visible !important;
  opacity: 1 !important;
  position: relative !important;
}
.con-notification > ul {
  direction: rtl;
}
.con-notification ul li ul img {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  margin-left: 10px;
}
.con-notification {
  margin-right: 10px;
}
.con-profile-header-img img {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 3px solid #fff;
}
.con-profile-header-img {
  display: flex;
  align-items: center;
  direction: rtl;
}
.subcon-logo img {
  height: 40px;
}
.subcon-links ul li a {
  color: white;
  font-size: 15px;
  font-weight: 600;
}
.con-search-box svg {
  width: 35px;
  height: fit-content;
  fill: #fff;
  background-color: #00c8a9;
  padding: 10px;
  border-radius: 0px 20px 20px 0px;
  margin-right: -1px;
  height: 35px;
}
.con-search-box {
  display: flex;
  align-items: center;
  border-radius: 50px;
  margin-right: 10px;
  border: 2px solid rgba(255, 255, 255, 0.5);
  height: 35px;
}
.con-search-box input {
  background-color: transparent;
  border: none;
  outline: none;
  padding: 10px 20px;
  color: #fff;
  font-size: 15px;
  font-weight: 600;
}
.con-search-box input::placeholder {
  color: rgba(255, 255, 255, 0.5);
  font-size: 15px;
  font-weight: 600;
}
.con-notification ul li > i {
  font-size: 23px;
  color: white;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
}
.con-notification ul > li {
  height: 50px;
  width: 25px;
}
.owl-carousel-custonized-1 {
  z-index: 0;
  position: relative;
  margin-bottom: 30px;
}
.con-image-banner {
  position: relative;
}
.con-image-banner::after {
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-color: rgba(28, 26, 31, 0.5);
  z-index: 0;
}
.owl-carousel-custonized-1 .owl-dots {
  display: none;
}
.owl-carousel-custonized-1 .owl-nav {
  position: absolute;
  top: 50%;
  left: 0px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0px 40px;
  transform: translateY(-50%);
  z-index: 2;
}
.owl-carousel-custonized-1 .owl-nav button span {
  font-size: 50px !important;
  color: #fff !important;
}
.owl-carousel-custonized-1 .owl-nav button {
  width: 60px;
  height: 60px;
  background-color: rgba(172, 154, 154, 0.2) !important;
  border-radius: 50% !important;
  display: flex !important;
  align-items: center;
  justify-content: center;
  outline: none;
}
.owl-carousel-custonized-1 .owl-nav button:hover {
  background-color: rgba(172, 154, 154, 0.5) !important;
}
.con-page-h1-see-all {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px 0px;
  margin-bottom: 20px;
}
.con-page-h1-see-all h1 {
  font-size: 25px;
  font-weight: 800;
  color: #1c1a1f;
  width: fit-content;
  position: relative;
  margin-bottom: 0px;
  padding-left: 20px;
}
.con-page-h1-see-all h1::after {
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  height: 100%;
  background-color: #00c8a9;
  width: 6px;
}
.con-page-h1-see-all a {
  padding: 5px 20px;
  background-color: #00c8a9;
  color: #fff;
  font-size: 15px;
  font-weight: 700;
  border-radius: 50px;
}
.con-course-card {
  background-color: white;
  border-radius: 15px;
  overflow: hidden;
  box-shadow: 0px 0px 10px 0px #c3c3c387;
}
.con-card-course-img {
  position: relative;
  margin-bottom: 10px;
}
.con-card-course-img .course-img {
  width: 100%;
}
.con-card-course-img .img-teacher-1 {
  position: absolute;
  bottom: 0px;
  right: 30px;
  border: 5px solid #fff;
  width: 60px !important;
  height: 60px;
  border-radius: 50%;
  transform: translateY(50%);
}
.con-card-course-img .teacher-cate {
  position: absolute;
  top: 20px;
  left: 20px;
  margin-bottom: 0px;
  background-color: #00c8a9;
  padding: 5px 20px;
  border-radius: 50px;
  color: white;
  font-size: 13px;
  font-weight: 700;
}
.teacher-cate-1 {
  position: absolute;
  top: 20px;
  right: 20px;
  margin-bottom: 0px;
  background-color: #1c1a1f;
  padding: 5px 20px;
  border-radius: 50px;
  color: white;
  font-size: 13px;
  font-weight: 700;
}
.con-course-card-footer {
  padding: 10px;
}
.con-teacher-name {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}
.con-teacher-name i {
  font-size: 15px;
  color: #00c8a9;
  margin-right: 10px;
}
.con-teacher-name span {
  font-size: 14px;
  font-weight: 800;
  margin: 0px;
  color: #1c1a1f;
}
.course-title {
  font-size: 18px;
  font-weight: 800;
  margin-bottom: 7px;
  color: #1c1a1f;
}
.course-short-description {
  font-size: 15px;
  color: #77838f;
  font-weight: 600;
  margin-bottom: 15px;
}
.con-price-extra-info {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.con-time-lessons {
  display: flex;
  align-items: center;
  margin-right: 20px;
}
.con-time-lessons i {
  font-size: 15px;
  color: #77838f;
  margin-right: 10px;
}
.main-con-time-lessons {
  display: flex;
  align-items: center;
}
.con-time-lessons span {
  font-size: 13px;
  font-weight: 700;
  color: #77838f;
}
.price {
  font-size: 25px;
  font-weight: 900;
  color: #1c1a1f;
  margin-bottom: 0px;
  margin-right: 20px;
}
.owl-carousel.owl-theme.owl-carousel-custonized-2 {
  padding: 0px 0px;
  /* margin-bottom: 40px; */
  padding-bottom: 40px;
}
.noti-student-noti {
  color: #77838f;
  margin-bottom: 0px;
  white-space: nowrap;
  font-size: 13px;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 95%;
}
.noti-student-name {
  font-size: 15px;
  font-weight: 800;
  color: #1c1a1f;
  margin-bottom: 5px;
}
.main-con-any-page-header {
  position: relative;
  background-color: #1c1a1f;
}
.con-gradient-box {
  background: url("../images/01.jpg") no-repeat center center;
  background-size: cover;
  width: 100%;
  min-height: 300px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  padding: 80px 0px 80px;
  margin-bottom: 40px;
}
.con-price-tag {
  position: absolute;
  bottom: 0px;
  right: 20px;
  transform: translateY(50%);
  z-index: 100;
}
.sub-con-price-tag {
  position: relative;
  width: 100px;
  height: 100px;
}
.sub-con-price-tag span {
  font-size: 15px;
  color: #fff;
  font-weight: 800;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.sub-con-price-tag svg {
  width: 100px;
  height: fit-content;
  fill: #00c8a9;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.con-gradient-box::after {
  content: "";
  width: 100%;
  height: 100%;
  background-color: rgba(28, 26, 31, 0.9);
  position: absolute;
  top: 0px;
  left: 0px;
}
.sub-con-gradient-box-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  color: #fff;
  position: relative;
  z-index: 2;
}
.sub-con-gradient-box-content h1 {
  font-size: 35px;
  font-weight: 800;
  color: #fff;
  margin-bottom: 10px;
  text-align: center;
}
.sub-con-gradient-box-content .short-description-lecture {
  font-size: 15px;
  width: 70%;
  text-align: center;
  font-weight: 700;
  color: #fff;
  margin-bottom: 10px;
}
.sub-con-gradient-box-content input {
  background-color: transparent;
  outline: none;
  padding: 5px 30px;
  border-radius: 50px;
  color: rgba(255, 255, 255, 0.5);
  font-size: 15px;
  font-weight: 700;
  text-align: center;
  border: none;
  flex-grow: 1;
}
.main-con-action-bar {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.main-con-action-bar button {
  width: 47%;
}
#input-select-img-sign-up-form {
  display: none;
}
.select-img-sign-up {
  display: flex;
  align-items: center;
  flex-direction: column;
  padding: 40px 20px;
  border: 2px dashed #cfcdcd;
  width: 90%;
  margin-bottom: 20px;
}
.select-img-sign-up i {
  font-size: 30px;
  margin-bottom: 10px;
  color: #cfcdcd;
}
.select-img-sign-up span {
  font-size: 13px;
  font-weight: 800;
  color: #cfcdcd;
}
.buy-now,
.buy-with-coupon {
  padding: 5px 30px;
  text-align: center;
  font-size: 15px;
  font-weight: 800;
  border-radius: 50px;
  outline: none;
  background-color: #00c8a9;
  border: none;
  outline: none;
  color: #fff;
}
.sub-con-gradient-box-content input::placeholder {
  color: rgba(255, 255, 255, 0.5);
  font-size: 15px;
  font-weight: 700;
  text-align: center;
}
.con-lecture-img img {
  width: 100%;
  border-radius: 10px;
}
.con-lecture-img {
  margin-bottom: 30px;
  position: relative;
}
.main-con-lecture-contentr {
  margin-top: 30px;
  margin-bottom: 60px;
}
.ul-tabs {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
}
.ul-tabs li {
  padding: 5px 20px;
  border: 2px solid #1c1a1f;
  border-radius: 50px;
  margin: 0px 30px;
  font-size: 15px;
  font-weight: 800;
  color: #1c1a1f;
  cursor: pointer;
}
.ul-tabs li.active {
  border: 2px solid #00c8a9;
  color: #00c8a9;
  box-shadow: 0px 0px 10px 0px #c3c3c387;
}
.main-con-for-tabs-content > div {
  display: none;
}
.main-con-for-tabs-content > div:nth-child(1) {
  display: block;
}
.tabs-content-question,
.tabs-content-curriculum,
.tabs-content-description {
  padding: 20px;
  background-color: white;
  border-radius: 20px;
  box-shadow: 0px 0px 10px 0px #c3c3c387;
}
.description-content {
  font-size: 13px;
  font-weight: 700;
  color: #77838f;
  line-height: 30px;
  margin-bottom: 0px;
}
.tabs-content-description h1 {
  font-size: 20px;
  font-weight: 800;
  color: #1c1a1f;
  margin-bottom: 10px;
}
.con-description-read-more {
  position: relative;
  overflow: hidden;
  margin-bottom: 20px;
  max-height: 150px;
}
.con-description-read-more span {
  font-size: 20px;
  font-weight: 800;
  color: #1c1a1f;
  background-image: linear-gradient(0deg, #fff, 70%, #ffffff30);
  position: absolute;
  bottom: 0px;
  left: 0px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 50px;
}
.con-description-read-more span i {
  font-size: 20px;
  color: #00c8a9;
  margin-right: 10px;
}
.con-what-learn {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}
.con-what-learn i {
  font-size: 20px;
  color: #00c8a9;
  margin-right: 10px;
}
.what-learn-content {
  font-size: 15px;
  font-weight: 700;
  color: #1c1a1f;
  margin-bottom: 0px;
}
.con-plus-minus {
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 25px;
  margin-right: 15px;
  height: 25px;
}
.con-plus-minus .plus-1 {
  width: 25px;
  height: 5px;
  border-radius: 5px;
  background-color: #00c8a9;
}
.con-plus-minus .minus-1 {
  position: absolute;
  top: 0%;
  left: 50%;
  transform: translate(-60%, 0%);
  height: 25px;
  width: 5px;
  border-radius: 5px;
  background-color: #00c8a9;
  transition: 0.5s ease-in-out;
}
.sub-con-curriculum-1 {
  display: flex;
  align-items: center;
  padding: 20px 20px;
}
.main-curriculum-p {
  font-size: 15px;
  font-weight: 800;
  color: #1c1a1f;
  margin-bottom: 0px;
  transition: 0.5s ease-in-out;
}
.main-con-curriculum {
  border: 1px solid #77838f;
  border-radius: 20px;
  overflow: hidden;
  margin-bottom: 20px;
}
.sub-con-curriculum-2 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px 20px;
  border-top: 1px solid #77838f;
}
.con-sub-con-curriculum-2 {
  transform: scaleY(0);
  opacity: 0;
  visibility: hidden;
  position: absolute;
  transition: 0.5s ease-in-out;
  transform-origin: 0 0 0;
}
.show-curriculum .con-sub-con-curriculum-2 {
  transform: scaleY(1);
  opacity: 1;
  visibility: visible;
  position: relative;
}
.show-curriculum .con-plus-minus .minus-1 {
  top: -100%;
}
.show-curriculum .main-curriculum-p {
  color: #00c8a9;
}
.con-icon-and-sub-p,
.con-time-p-icon {
  display: flex;
  align-items: center;
}
.con-icon-and-sub-p i {
  font-size: 20px;
  color: #77838f;
  margin-right: 10px;
}
.con-icon-and-sub-p p,
.con-time-p-icon p {
  font-size: 13px;
  color: #77838f;
  margin-bottom: 0px;
  font-weight: 700;
}

.con-time-p-icon i {
  font-size: 15px;
  color: #77838f;
  margin-left: 10px;
}
.con-write-comment {
  display: flex;
  align-items: center;
  background-color: #e1e1e1;
  border-radius: 50px;
  padding: 5px;
  position: relative;
  margin-bottom: 20px;
}
.con-write-comment img {
  border-radius: 50%;
  width: 50px;
  height: 50px;
  margin-right: 10px;
}
.con-write-comment i {
  font-size: 20px;
  color: #77838f;
  margin-right: 10px;
}
.con-write-comment button {
  border: none;
  outline: none;
  color: #fff;
  background-color: #00c8a9;
  padding: 13px 20px;
  border-radius: 50px;
}
.con-write-comment input {
  background-color: transparent;
  flex-grow: 1;
  border: none;
  outline: none;
  color: #77838f;
  font-size: 15px;
  font-weight: 700;
  padding: 10px 0px;
}
.con-write-comment input::placeholder {
  color: #77838f;
  font-size: 15px;
  font-weight: 700;
}
.con-lecture-page-card {
  margin-bottom: 30px;
}
.con-comment-content {
  display: flex;
  width: 100%;
  margin-bottom: 20px;
}
.con-comment-content > img {
  width: 50px;
  height: 50px;
  border-radius: 50%;

  margin-right: 20px;
}
.comment-name {
  font-size: 15px;
  font-weight: 800;
  color: #1c1a1f;
  margin-bottom: 0px;
}
.comment-time {
  font-size: 13px;
  font-weight: 600;
  color: #77838f;
  margin-bottom: 10px;
}
.comment-content {
  font-size: 15px;
  font-weight: 700;
  color: #77838f;
  margin-bottom: 10px;
}
.con-replay-button {
  display: flex;
  justify-content: flex-end;
  margin-bottom: 10px;
}
.con-replay-button button {
  border: none;
  outline: none;
  border-radius: 50px;
  color: #fff;
  font-size: 15px;
  font-weight: 800;
  padding: 5px 20px;
  background-color: #00c8a9;
}
.con-name-time-content {
  width: 100%;
}
.con-name-time-content > img {
  width: 150px;
  border-radius: 10px;
  margin-bottom: 10px;
}
.con-lecture-info-1 {
  display: flex;
  align-items: center;

  margin-bottom: 10px;
}
.con-lecture-info-1 i {
  font-size: 15px;
  color: #00c8a9;
  margin-right: 10px;
}
.main-con-side-bar-course-1 {
  padding: 10px;
  background-color: white;
  border-radius: 10px;
  margin-bottom: 20px;
}
.con-img-teachr-side-bar {
  position: relative;
  margin-bottom: 20px;
}
.con-img-teachr-side-bar span {
  position: absolute;
  bottom: 20px;
  border-radius: 50px;
  font-size: 15px;
  color: #fff;
  font-weight: 700;
  padding: 5px 10px;
  right: 20px;
  background-color: #00c8a9;
}

.con-lecture-img span {
    position: absolute;
    bottom: 20px;
    border-radius: 50px;
    font-size: 15px;
    color: #fff;
    font-weight: 700;
    padding: 5px 10px;
    right: 20px;
    background-color: #000000;
  }
.con-img-teachr-side-bar img {
  width: 100%;
  border-radius: 10px;
}
.info-title {
  font-size: 15px;
  font-weight: 800;
  color: #1c1a1f;
  margin-bottom: 0px;
  margin-right: 10px;
}
.info-content {
  font-size: 13px;
  font-weight: 600;
  color: #77838f;
  margin-bottom: 0px;
}
.con-price-and-offer {
  display: flex;
  align-items: center;
  position: relative;
  margin-bottom: 20px;
}
.price-leture {
  font-size: 30px;
  font-weight: 800;
  color: #1c1a1f;
  margin-bottom: 0px;
  margin-right: 10px;
}
.offer-lecture {
  font-size: 18px;
  font-weight: 600;
  color: #77838f;
  text-decoration: line-through;
  margin-bottom: 0px;
}
.con-price-and-offer span {
  position: absolute;
  right: 0px;
  top: 50%;
  transform: translateY(-50%);
  background-color: aquamarine;
  color: #fff;
  font-size: 13px;
  padding: 5px 10px;
  border-radius: 10px;
}
.other-lecture-name {
  font-size: 15px;
  font-weight: 800;
  color: #1c1a1f;
  margin-bottom: 0px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  width: 50%;
}
.other-lecture-cata {
  font-size: 13px;
  font-weight: 600;
  color: #77838f;
  margin-bottom: 10px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  width: 50%;
}
.other-lecture-price {
  font-size: 15px;
  font-weight: 800;
  color: #00c8a9;
  margin-bottom: 0px;
}
.con-other-lec-1 img {
  width: 100px;
  border-radius: 10px;
  margin-right: 15px;
}
.con-other-lec-1 {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
}
.con-side-bar-other-lec {
  background-color: white;
  border-radius: 10px;
  padding: 10px;
}
.con-side-bar-other-lec h1 {
  font-size: 25px;
  font-weight: 800;
  color: #1c1a1f;
  margin-bottom: 20px;
  position: relative;
  width: fit-content;
  padding-left: 20px;
}
.con-side-bar-other-lec h1::after {
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  height: 100%;
  width: 5px;
  background-color: #00c8a9;
}
.con-navigation-button {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 20px;
}
.con-navigation-button button {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  border: 1px solid #77838f;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  outline: none;
  margin-right: 20px;
}
.con-navigation-button button i {
  font-size: 15px;
  color: #1c1a1f;
}
.con-navigation-button span {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: #fff;
  border: 1px solid #77838f;
  margin-right: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 15px;
  font-weight: 700;
}
.question-container-page {
  background-color: white;
  border-radius: 10px;
  padding: 20px;
}
.con-edit-img-profile {
  display: flex;
  align-items: center;
  flex-direction: column;
  background-color: #fff;
  padding: 10px;
  border-radius: 10px;
}
.con-edit-img-profile img {
  width: 100%;
  border-radius: 10px;
}
.con-edit-img-profile .student-name {
  font-size: 20px;
  font-weight: 800;
  color: #1c1a1f;
  margin-bottom: 20px;
}
.con-edit-img-profile input {
  display: none;
}
.con-edit-img-profile label {
  background-color: #00c8a9;
  color: #fff;
  font-size: 15px;
  font-weight: 800;
  padding: 5px 30px;
  border-radius: 50px;
}
.con-edit-information-1 {
  background-color: #fff;
  border-radius: 10px;
  padding: 20px;
}
.con-one-edit-info {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 0px;
  border-bottom: 1px solid #dbdbdb;
}
.con-one-edit-info .edit-info-title-profile {
  font-size: 15px;
  font-weight: 800;
  color: #1c1a1f;
  margin-bottom: 0px;
}
.con-one-edit-info .edit-info-content-Profile {
  font-size: 13px;
  font-weight: 700;
  color: #77838f;
  margin-bottom: 0px;
}
.con-input-edit-information {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 20px 0px 0px;
}
.con-input-edit-information button {
  background-color: #00c8a9;
  border: none;
  outline: none;
  font-size: 15px;
  font-weight: 800;
  border-radius: 50px;
  color: #fff;
  padding: 10px 20px;
  width: 50%;
}
.con-button-log-in a {
  font-size: 15px;
  font-weight: 800;
  color: #fff !important;
  background-color: #00c8a9;
  border-radius: 50px;
  padding: 5px 20px;
}
.con-topbanner-header {
  background: url(../images/breadcrumb-bg-1.jpg) no-repeat center center;
  background-size: cover;
  width: 100%;
  height: 350px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  position: relative;
  margin-bottom: 30px;
}
.con-topbanner-header::after {
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 3, 32, 0.6);
  z-index: 0;
}
.con-topbanner-header h1 {
  position: relative;
  z-index: 1;
  font-size: 30px;
  font-weight: 800;
  color: #fff;
  margin-bottom: 10px;
}
.con-topbanner-header p {
  font-size: 20px;
  font-weight: 700;
  color: #fff;
  margin-bottom: 0px;
  position: relative;
  z-index: 1;
  text-align: center;
}

.con-form-sign-in {
  display: flex;
  align-items: center;
  flex-direction: column;
}
.con-form-sign-in img {
  margin-bottom: 40px;
  width: 250px;
}
.form-sign-in {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 50%;
  background-color: #fff;
  padding: 20px;
  border-radius: 10px;
}
.form-sign-in h1 {
  font-size: 30px;
  font-weight: 800;
  color: #1c1a1f;
  margin-bottom: 25px;
  position: relative;
}
.form-sign-in h1::after {
  content: "";
  position: absolute;
  bottom: -5px;
  left: 50%;
  transform: translateX(-50%);
  width: 40%;
  height: 3px;
  background-color: #00c8a9;
  border-radius: 4px;
}
.con-input-filed {
  position: relative;
  width: 90%;
  margin-bottom: 20px;
  margin-top: 20px;
  display: flex;
  align-items: center;
  height: 50px;
  background-color: #e5e5e5;
  border-radius: 50px;
}
#Remmber-me-but {
  display: none;
}
.con-remmber-forget {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 90%;
}
.con-remmber label {
  display: flex;
  align-items: center;
}
.con-remmber label i {
  width: 20px;
  height: 20px;
  border: 1px solid #77838f;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 10px;
  margin-right: 10px;
  color: #1c1a1f;
}
.con-remmber label i::before {
  display: none;
}
#Remmber-me-but:checked ~ label i::before {
  display: block;
}
#Remmber-me-but:checked ~ label i {
  background-color: #00c8a9;
  color: #fff;
  border: none;
}
.con-input-filed i {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #00c8a9;
  color: #fff;
}
.con-remmber-forget > a {
  font-size: 15px;
  font-weight: 800;
  color: #1c1a1f;
}
.con-remmber-forget {
  margin-bottom: 40px;
}
.con-input-filed input {
  flex-grow: 1;
  background-color: transparent;
  padding: 10px;
  border: none;
  outline: none;
  font-size: 15px;
  font-weight: 800;
  color: #444;
}
.con-sign-in-submit {
  display: flex;
  align-items: center;
  width: 70%;
  margin-top: 30px;
  margin-bottom: 20px;
}
.con-sign-in-submit i {
  font-size: 20px;
  color: #fff;
  margin-right: 20px;
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #00c8a9;
  border-radius: 50%;
}
.con-sign-in-submit input {
  flex-grow: 1;
  background-color: #00c8a9;
  color: #fff;
  border: none;
  outline: none;
  border-radius: 50px;
  padding: 10px 20px;
}
.con-sign-in-submit button {
  flex-grow: 1;
  background-color: #00c8a9;
  color: #fff;
  border: none;
  outline: none;
  border-radius: 50px;
  padding: 10px 20px;
}
.con-icon-sign-in-with {
  display: flex;
  align-items: center;
  overflow: hidden;
  background-color: #eeedf2;
  position: relative;
  width: 70%;
  padding: 10px 20px;
  border-radius: 10px;
  margin-bottom: 20px;
}
.con-icon-sign-in-with::after {
  content: "";
  width: 100px;
  height: 100px;
  border-radius: 50%;
  top: -30px;
  left: -25px;
  position: absolute;
  background-color: #e93e30;
  transition: 0.5s ease-in-out;
}
.facebook::after {
  background-color: #129ef2;
}
.twitter::after {
  background-color: #4da6e9;
}
.con-icon-sign-in-with p {
  font-size: 15px;
  color: #77838f;
  margin-bottom: 0px;
  font-weight: 800;
  flex-grow: 1;
  text-align: center;
  position: relative;
  z-index: 1;
  transition: 0.5s ease-in-out;
}
.con-icon-sign-in-with i {
  position: relative;
  z-index: 1;
  font-size: 20px;
  transition: 0.5s ease-in-out;
  color: #e93e30;
}
.con-icon-background .fa-facebook-f {
  color: #129ef2;
}
.con-icon-background .fa-twitter {
  color: #4da6e9;
}
.con-icon-sign-in-with:hover::after {
  width: 100%;
  height: 100px;
  border-radius: 0%;
  left: 0px;
}
.con-icon-sign-in-with:hover p {
  color: #fff;
}
.con-icon-sign-in-with:hover i {
  color: #fff;
}
.form-sign-in > p {
  font-size: 15px;
  font-weight: 800;
  color: #1c1a1f;
  margin-bottom: 15px;
}
.form-sign-in {
  margin-bottom: 50px;
}
.con-dont-have-acount {
  display: flex;
  align-items: center;
  flex-direction: column;
}
.con-dont-have-acount p {
  font-size: 15px;
  font-weight: 800;
  color: #1c1a1f;
  margin-bottom: 0px;
}
.con-dont-have-acount a {
  font-size: 18px;
  font-weight: 800;
  color: #00c8a9;
  margin-bottom: 0px;
}
.con-just-input input::placeholder {
    color: #77838f;
}
.con-just-input input {
  background-color: #e5e5e5;
  border-radius: 50px;
  /*margin-bottom: 30px;*/
  font-size: 15px;
  color: #77838f;
  border: none;
  outline: none;
  width: 100%;
  padding: 10px 20px;
  color: #444;
  font-size: 13px;
  font-weight: 700;
}
.con-just-input {
  width: 90%;
  margin-top:30px;
}
select {
  margin-bottom: 30px;
  background-color: #e5e5e5;
  border-radius: 50px;
  padding: 10px 20px;
  border: none;
  outline: none;
  color: #77838f;
  font-size: 13px;
  font-weight: 500;
  width: 100%;
}
select:invalid, input:invalid {
    border-color: #dc3444;
    border-style: dashed;
    border-width: 1px;
}
select:valid, input:valid {
    border-style: none;
}
/* Change the white to any color */
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active{
    -webkit-box-shadow: 0 0 0 30px #e5e5e5 inset !important;
    border-radius: 50px;
}
.con-just-input label,
.con-select-option label {
  font-size: 15px;
  color: #1c1a1f;
  margin-bottom: 0px;
  margin-left: 20px;
  font-weight: 800;
  display: block;
}

.con-select-option select{
    margin-bottom: 0px;
}
.con-select-option {
  width: 90%;
  margin-top:30px;
}
.modal-footer-1 {
  justify-content: center;
  border: none;
}
.reference-number {
  font-size: 20px;
  font-weight: 800;
  color: #1c1a1f;
}
.close-pop-up-masseage {
  display: none;
}
.pop-up-masseage {
  display: flex;
  align-items: center;
  flex-direction: column;
}
.pop-up-masseage img {
  width: 100px;
  margin-bottom: 20px;
}
.btn-primary-1 {
  width: 50%;
  border-radius: 50px;
  background-color: #00c8a9;
  color: #fff;
  border: none;
  font-size: 15px;
  font-weight: 800;
}
.btn-primary-1:hover {
  background-color: #00c8a9;
}
.btn-primary:hover,
.btn-check:focus + .btn-primary,
.btn-primary:focus,
.btn-primary-1 {
  background-color: #00c8a9 !important;
  border: none;
  box-shadow: none;
}
.con-course-details-page {
  position: relative;
  height: 100%;
  width: 100%;
  overflow: hidden;
}
.boy-course-details {
  min-height: 100vh;
  position: relative;
}
.con-exam-content-332 {
  margin: auto;
  width: 80%;
}
.con-question-tilte-img h1 {
  font-size: 15px;
  color: #ffffff;
  font-weight: 800;
  margin-bottom: 0px;
  text-align: center;
  line-height: 25px;
  margin-bottom: 10px;
}
.con-question-tilte-img img {
  width: 90%;
  margin: auto;
  border-radius: 10px;
}
.con-question-tilte-img {
  display: flex;
  align-items: center;
  flex-direction: column;
  background-color: #808080;
  border-radius: 10px 10px 0px 0px;
  padding: 30px 10px 10px;
  position: relative;
}
.main-con-question-answer-332-1 {
  background-color: #f7f0f0;
  border-radius: 10px;
  margin-bottom: 55px;
  box-shadow: 0px 0px 10px 0px #c3c3c387;
}
.con-answer-332 {
  padding: 20px;
  padding-right: calc(var(--bs-gutter-x) * 1.5);
  padding-left: calc(var(--bs-gutter-x) * 1.5);
}
.sub-con-answer-332-1 {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}
.sub-con-answer-332-1 p {
  margin-bottom: 0px;
  padding: 10px;
  flex-grow: 1;
  font-size: 15px;
  font-weight: 700;
  color: #4e4c4c;
  background-color: #ffffff;
  border-radius: 100px;
  transition: 0.4s ease-in-out;
}
.sub-con-answer-332-1.active p {
  background-color: #1c1a1f;
}
.sub-con-answer-332-1.active span {
  background-color: #1c1a1f;
}
.sub-con-answer-332-1 span {
  margin-right: 10px;
  font-size: 20px;
  color: #4e4c4c;
  width: 40px;
  height: 40px;
  background-color: #ffffff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.4s ease-in-out;
}
.con-question-tilte-img p {
  position: absolute;
  top: 0px;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #00c8a9;
  color: #fff;
  padding: 5px 20px;
  font-size: 15px;
  font-weight: 800;
  margin-bottom: 0px;
  border-radius: 50px;
}
.con-img-file-ee1 {
  display: flex;
  align-items: center;
}
.con-img-file-ee1 img {
  height: 100px;
  margin-right: 20px;
}
.file-name-quenn-title {
  font-size: 15px;
  color: #1c1a1f;
  margin-bottom: 10px;
  font-weight: 800;
}
.file-name-quenn-content {
  font-size: 13px;
  color: #77838f;
  margin-bottom: 10px;
  font-weight: 800;
}
.cone-one-card-files-download {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: white;
  margin: 20px auto;
  padding: 10px;
  border-radius: 10px;
  box-shadow: 0px 0px 10px 0px #c3c3c387;
  width: 90%;
}
.cone-one-card-files-download button {
  font-size: 15px;
  background-color: #00c8a9;
  border: none;
  outline: none;
  border-radius: 50px;
  padding: 5px 30px;
  color: #fff;
  font-weight: 800;
}
.con-our-team-teacher {
  display: flex;
  align-items: center;
  flex-direction: column;
  background-color: white;
  padding: 10px 0px;
  border-radius: 10px;
  box-shadow: 0px 0px 10px 0px #c3c3c387;
}
.con-our-team-teacher img {
  width: 150px !important;
  height: 150px;
  border-radius: 50%;
  margin-bottom: 15px;
}
.con-our-team-teacher h1 {
  font-size: 18px;
  font-weight: 800;
  color: #1c1a1f;
  margin-bottom: 0px;
}
.con-our-team-teacher p {
  font-size: 15px;
  font-weight: 300;
  color: #575757;
  margin-bottom: 20px;
}
.my-acount-sub-con img {
  width: 35px;
  border-radius: 5px;
  margin-right: 10px;
}
.con-our-team-teacher a {
  background: #00c8a9;
  color: WHITE;
  padding: 5px 50px;
  margin-bottom: 20px;
  border-radius: 50px;
  font-size: 15px;
  font-weight: 800;
}
.owl-carousel-custonized-3 {
  padding: 0px 0px;
  margin-bottom: 50px;
}
.con-number-of-teacher-lecture {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 5px 20px 0px;
  border-top: 1px solid #edeef2;
  width: 100%;
}
.con-number-of-teacher-lecture i {
  font-size: 15px;
  color: #575757;
  margin-right: 10px;
}
.con-number-of-teacher-lecture span {
  font-size: 13px;
  font-weight: 300;
  color: #575757;
}
.con-number-of-teacher-lecture-1 {
  justify-content: space-between;
}
.container-teacher-profile-info {
  background-color: white;
  margin: 30px 0px;
  border-radius: 20px;
  padding: 20px;
  box-shadow: 0px 0px 10px 0px #c3c3c387;
}
.con-img-name-teacher-cataa {
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  height: 100%;
}
.con-img-name-teacher-cataa img {
  width: 250px;
  height: 250px;
  border-radius: 50%;
}
.ins-teacher-profile-name {
  font-size: 22px;
  margin: 0px;
  color: #1c1a1f;
  font-weight: 800;
}
.ins-teacher-profile-cataa {
  font-size: 15px;
  color: #00c8a9;
  margin-bottom: 0px;
  font-weight: 500;
}
.about-teacher-bio-content {
  font-size: 15px;
  font-weight: 500;
  color: #77838f;
  margin-bottom: 0px;
  line-height: 30px;
}
.con-just-teacher-name-cataa {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 10px;
}
.con-5-inputs-to-vervication {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 70%;
  margin-bottom: 20px;
}
.con-5-inputs-to-verfication input {
  width: 50px;
  height: 50px;
  border: none;
  outline: none;
  border-radius: 50%;
  background-color: #e5e5e5;
  font-size: 25px;
  color: #1c1a1f;
  text-align: center;
  font-weight: 800;
}
.con-5-inputs-to-verfication {
  margin-bottom: 20px;
  direction: ltr;
}
.con-resend-code {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 30px;
}
.con-resend-code a {
  font-size: 15px;
  font-weight: 800;
  color: #00c8a9;
  margin-right: 10px;
}
.con-resend-code i {
  font-size: 15px;
  color: #00c8a9;
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.toggle-button-1,
.toggle-button-2,
.toggle-button-3 {
  width: 30px;
  height: 3px;
  border-radius: 5px;
  background-color: #fff;
  margin-bottom: 5px;
  pointer-events: none;
}
.active .toggle-button-1 {
  transform: rotate(45deg);
  transform-origin: 5% 200%;
  transition: 0.5s 0.3s ease-in-out;
}
.active .toggle-button-3 {
  transform: rotate(-45deg);
  transform-origin: 30% 0%;
  transition: 0.5s 0.3s ease-in-out;
}
.active .toggle-button-2 {
  transform: translateX(-100px);
  transition: 0.3s ease-in-out;
}
.con-header-toggle-button {
  overflow: hidden;
  z-index: 1100;
  position: relative;
}
.subcon-header-in-mobile {
  position: relative;
  height: 100%;
  width: 100%;
  overflow-y: auto;
}
.header-in-mobile {
  position: fixed;
  top: 0px;
  left: -101%;
  width: 250px;
  height: 100%;
  background-color: #1c1a1f;
  z-index: 1000;
  transition: 0.8s ease-in-out;
}
.over-lay-black-in-mobile {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-color: #1c1a1f58;
  z-index: 800;
  display: none;
}
.my-main-to-check.show .over-lay-black-in-mobile {
  display: block;
}
.con-img-student-name-112 {
  display: flex;
  align-items: center;
  margin: 10px auto;
  width: calc(100% - 30px);
  background-color: #00c8a9;
  padding: 5px 10px;
  border-radius: 10px;
}
.con-img-student-name-112 img {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  margin-right: 10px;
}
.con-img-student-name-112 p {
  font-size: 14px;
  font-weight: 800;
  color: white;
  margin-bottom: 0px;
}
.con-side-bar-logo-1 {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
  border-bottom: 1px solid #565656;
  width: 70%;
  margin: auto;
}
.con-side-bar-logo-1 img {
  width: 150px;
}
.con-search-bar-side-bar {
  background: white;
  width: 90%;
  display: flex;
  align-items: center;
  border-radius: 140px;
  overflow: hidden;
  margin: 20px auto 10px;
}
.con-search-bar-side-bar input {
  background-color: transparent;
  border: none;
  outline: none;
  flex-grow: 1;
  padding: 10px;
  color: #77838f;
  font-size: 13px;
  font-weight: 800;
}
.con-search-bar-side-bar svg {
  width: 40px;
  height: 40px;
  padding: 10px;
  border-radius: 50%;
  color: #fff;
  background-color: #00c8a9;
  display: flex;
  align-items: center;
  justify-content: center;
}
.ul-links-side-bar li i {
  color: #fff;
  margin-right: 10px;
  font-size: 20px;
}
.ul-links-side-bar > li > a {
  font-size: 15px;
  color: #fff;
  font-weight: 800;
  display: flex;
  align-items: center;
  padding: 10px 15px;
}
.my-main-to-check.show .header-in-mobile {
  left: 0px;
}
.ul-links-side-bar > li > a.active {
  color: #00c8a9;
}
.ul-links-side-bar > li > a.active i {
  color: #00c8a9;
}
.my-acount-a {
  justify-content: space-between;
}
.my-acount-a > i {
  font-size: 15px !important;
}
.ul-links-side-bar > li ul li a {
  font-size: 13px;
  font-weight: 800;
  color: #fff;
  display: flex;
  align-items: center;
  padding: 10px 30px;
}
.ul-links-side-bar > li ul li a img {
  width: 25px;
  border-radius: 3px;
  margin-right: 10px;
}
.con-input-input-coupon {
  display: flex;
  align-items: center;
  /* width: 50%; */
  margin-bottom: 20px;
  border: 2px solid rgba(255, 255, 255, 0.5);
  border-radius: 50px;
}
.con-input-input-coupon span {
  font-size: 15px;
  font-weight: 800;
  color: white;
  background-color: #00c8a9;
  padding: 5px 10px;
  border-radius: 50px;
}
.con-input-input-coup {
  display: flex;
  align-items: center;
  /* width: 50%; */
  margin-bottom: 20px;
}
.con-input-input-coup span {
  font-size: 15px;
  font-weight: 800;
  color: white;
  background-color: #00c8a9;
  padding: 5px 10px;
  border-radius: 50px;
}
.ul-home-header-sub-ul a span {
  font-size: 13px;
  font-weight: 800;
  color: #fff;
  margin-right: 10px;
}
.span-price {
  font-size: 30px;
  font-weight: 800;
  color: white;
  margin-bottom: 10px;
}
.ul-home-header-sub-ul > a > i {
  font-size: 10px;
  color: #fff;
}
.ul-home-header-sub-ul > ul a {
  display: flex;
  align-items: center;
  padding: 10px;
}
.ul-home-header-sub-ul > ul a img {
  width: 30px;
  height: 30px;
  margin-right: 10px;
  border-radius: 50%;
}
.ul-home-header-sub-ul {
  height: 25px;
  width: 70px;
  direction: ltr;
}
.ul-home-header-sub-ul > ul {
  margin-top: 20px;
  border-radius: 10px;
  background-color: white;
  direction: rtl;
  min-width: 150px;
  position: absolute;
  transform: scaleY(0);
  visibility: hidden;
  transform-origin: 0 0 0;
  opacity: 0;
  direction: ltr;
}
.ul-home-header-sub-ul.active > ul {
  position: relative;
  transform: scaleY(1);
  visibility: visible;
  opacity: 1;
}
.ul-home-header-sub-ul > ul a p {
  margin-bottom: 0px;
  font-size: 13px;
  color: #1c1a1f;
  font-weight: 800;
}
.ul-links-side-bar > li ul {
  transform: scaleY(0);
  opacity: 0;
  visibility: hidden;
  position: absolute;
  transition: 0.4s ease-in-out;
  transform-origin: 0 0 0;
}

.ul-links-side-bar > li.menu-li ul {
  transform: scaleY(1);
  opacity: 1;
  visibility: visible;
  position: relative;
}
.ul-links-side-bar > li.menu-li-1 ul {
  transform: scaleY(1);
  opacity: 1;
  visibility: visible;
  position: relative;
}
.ul-links-side-bar > li ul li a i {
  font-size: 15px;
  color: #fff;
  margin-right: 10px;
}
.con-other-lecture-content {
  width: 60%;
}
.other-lecture-name {
  width: 100%;
}
.con-remmber label span {
  font-weight: 800;
}
.ul-links-side-bar > li.menu-li > a > i {
  transform: rotate(-90deg);
  color: #00c8a9;
}
.ul-links-side-bar > li.menu-li-1 > a > i {
  transform: rotate(-90deg);
  color: #00c8a9;
}
.ul-links-side-bar > li > a > i {
  transition: 0.4s ease-in-out;
}
.ul-links-side-bar > li ul li a p {
  font-size: 13px;
  font-weight: 800;
  margin-bottom: 0px;
}
.con-table-exam-header {
  border-radius: 10px;
  background-color: #1c1a1f;
  margin-bottom: 20px;
  width: 1110px;
  margin: 0px auto 20px;
}
.con-table-exam-body {
  border-radius: 10px;
  width: 1110px;
  margin: 0px auto 0px;
  overflow: hidden;
}
.con-table-exam-header tr th {
  text-align: center;
  padding: 10px;
  font-size: 15px;
  font-weight: 800;
  color: #fff;
}
.con-table-exam-body tr td {
  text-align: center;
  padding: 15px 10px;
  font-size: 13px;
  font-weight: 500;
  color: #1c1a1f;
}
.con-card-course-img .course-img {
  height: 220px;
}
.con-table-exam-body tr:nth-child(even) {
  background-color: #21c87a7d;
}
.con-table-exam-body tr:nth-child(even) td {
  color: white;
}
.con-table-exam-body tr:nth-child(even) td span {
  color: #fff;
}
.con-table-exam-body
  tr:nth-child(even)
  td
  .con-degree-progress-bar
  .degree-progress-bar-fill {
  background-color: #1c1a1f;
}
.con-table-exam-body tr:nth-child(odd) {
  background-color: #fff;
}
.main-con-table {
  margin: 40px 0px;
  width: 100%;
  overflow-x: auto;
  margin: 40px auto;
}
.con-degree-1 {
  display: flex;
  align-items: center;
  justify-content: center;
}
.con-degree-1 span {
  font-size: 13px;
  font-weight: 500;
  color: #1c1a1f;
  margin-right: 10px;
}
.con-degree-progress-bar {
  background-color: #e1e1e1;
  border-radius: 50px;
  height: 20px;
  flex-grow: 1;
  position: relative;
  overflow: hidden;
}
.degree-progress-bar-fill {
  position: absolute;
  top: 0px;
  left: 0px;
  height: 100%;
  width: 90%;
  background-color: #00c8a9;
}
.main-con-for-cata-tabs > div {
  display: none;
  width: 90%;
  margin: auto;
}
.main-con-for-cata-tabs > div:nth-child(1) {
  display: block;
}
.ul-tabs-cata {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #cfcdcd;
  margin-bottom: 20px;
  padding: 10px;
  overflow-x: auto;
}
.ul-tabs-cata li {
  padding: 5px 60px;
  text-align: center;
  font-size: 18px;
  font-weight: 800;
  background-color: white;
  border-radius: 50px;
  border: 1px solid #dddddd;
  margin: 0px 10px;
}
.ul-tabs-cata li.active {
  color: #00c8a9;
  position: relative;
  box-shadow: 0px 0px 10px 0px #e7e7e7;
}
/* .ul-tabs-cata li.active::after {
  content: "";
  position: absolute;
  bottom: -2px;
  left: 0px;
  width: 100%;
  height: 3px;
  border-radius: 5px;
  background-color: #00c8a9;
} */
.my-Lectures-main-con-page-1 {
  padding: 0px;
  border: 1px solid #cfcdcd;
  border-radius: 10px;
}
@media only screen and (max-width: 768px) {
  .subcon-links > ul {
    display: none;
  }
  .con-search-box {
    display: none;
  }
  .con-profile-header-img img {
    width: 40px;
    height: 40px;
    display: none;
  }
  .main-con-page-header {
    padding: 10px 20px;
  }
  .owl-carousel-custonized-1 .owl-nav button {
    width: 30px;
    height: 30px;
  }
  .owl-carousel-custonized-1 .owl-nav button span {
    font-size: 25px !important;
  }
  .owl-carousel-custonized-1 .owl-nav {
    padding: 0px 20px;
  }
  .subcon-logo img {
    height: 30px;
  }
  .con-notification ul li > i {
    font-size: 17px;
  }
  .con-page-h1-see-all h1 {
    font-size: 20px;
  }
  .con-page-h1-see-all a {
    font-size: 11px;
    padding: 5px 15px;
  }
  .course-title {
    font-size: 15px;
  }
  .course-short-description {
    font-size: 13px;
  }
  .price {
    font-size: 20px;
  }
  .con-card-course-img .img-teacher-1 {
    width: 50px !important;
    height: 50px;
    border: 3px solid #fff;
  }
  .con-our-team-teacher img {
    width: 100px !important;
    height: 100px;
  }
  .con-our-team-teacher h1 {
    font-size: 15px;
  }
  .con-our-team -teacher p {
    font-size: 13px;
    margin-bottom: 10px;
  }
  .con-our-team-teacher a {
    font-size: 13px;
    padding: 5px 40px;
  }
  .con-teacher-name span {
    font-size: 12px;
  }
  .con-time-lessons span {
    font-size: 11px;
  }
  .subcon-img-noti-search {
    display: none;
  }
  .con-edit-img-profile {
    margin-bottom: 20px;
  }
  .ul-tabs {
      /* flex-direction: column; */
    justify-content: flex-start;
    width: 100%;
    overflow: auto;
  }
  .sub-con-gradient-box-content h1 {
    font-size: 20px;
  }
  .sub-con-gradient-box-content .short-description-lecture {
    font-size: 13px;
    width: 90%;
  }
  .sub-con-gradient-box-content input {
    font-size: 13px;
  }
  .main-con-action-bar {
    width: 100%;
    font-size: 13px;
    flex-direction: column;
  }
  .main-con-action-bar button {
    width: 90%;
    margin-bottom: 10px;
  }
  .con-gradient-box {
    min-height: 400px;
  }
  .ul-tabs li {
    margin-bottom: 10px;
  }
  .main-con-for-tabs-content {
    margin-bottom: 20px;
  }
  .main-curriculum-p {
    font-size: 13px;
  }
  .con-plus-minus {
    width: 50px;
  }
  .con-icon-and-sub-p p,
  .con-time-p-icon p {
    font-size: 11px;
  }
  .sub-con-curriculum-2 {
    padding: 20px 10px;
  }
  .tabs-content-question,
  .tabs-content-curriculum,
  .tabs-content-description {
    padding: 10px;
  }
  .sub-con-curriculum-1 {
    padding: 20px 10px;
  }
  .price-leture {
    font-size: 25px;
  }
  .offer-lecture {
    font-size: 15px;
  }
  .con-price-and-offer span {
    font-size: 11px;
  }
  .info-title {
    font-size: 13px;
  }
  .info-content {
    font-size: 11px;
  }
  .con-side-bar-other-lec h1 {
    font-size: 20px;
  }
  .other-lecture-name {
    font-size: 13px;
  }
  .other-lecture-cata {
    font-size: 11px;
  }
  .other-lecture-price {
    font-size: 13px;
  }
  .description-content {
    font-size: 11px;
  }
  .con-description-read-more span {
    font-size: 15px;
  }
  .what-learn-content {
    font-size: 13px;
    line-height: 30px;
  }
  .con-write-comment img {
    width: 40px;
    height: 40px;
  }
  .con-write-comment button {
    font-size: 13px;
    padding: 10px 10px;
  }
  .con-write-comment i {
    font-size: 15px;
  }
  .con-write-comment input {
    font-size: 11px;
  }
  .comment-name {
    font-size: 13px;
  }
  .comment-time {
    font-size: 11px;
  }
  .comment-content {
    font-size: 13px;
  }
  .con-comment-content > img {
    margin-right: 10px;
    width: 40px;
    height: 40px;
  }
  .con-replay-button button {
    font-size: 13px;
  }
  .con-name-time-content > img {
    width: 100%;
  }
  .ul-tabs li {
    font-size: 13px;
  }
  .con-navigation-button span {
    width: 30px;
    height: 30px;
    margin-right: 10px;
  }
  .con-navigation-button button {
    width: 40px;
    height: 40px;
    margin-right: 10px;
  }
  .con-edit-img-profile .student-name {
    font-size: 15px;
  }
  .con-edit-img-profile label {
    font-size: 13px;
  }
  .con-one-edit-info .edit-info-title-profile {
    font-size: 13px;
  }
  .con-one-edit-info .edit-info-content-Profile {
    font-size: 11px;
  }
  .con-input-edit-information button {
    font-size: 13px;
  }
  .sub-con-answer-332-1 p {
    font-size: 13px;
  }
  .cone-one-card-files-download {
    flex-direction: column;
  }
  .con-img-file-ee1 {
    flex-direction: column;
  }
  .file-name-quenn-title {
    text-align: center;
    font-size: 13px;
  }
  .file-name-quenn-content {
    font-size: 11px;
    text-align: center;
  }
  .con-img-file-ee1 img {
    margin-bottom: 10px;
    margin-right: 0px;
  }
  .cone-one-card-files-download button {
    font-size: 13px;
  }
  .con-teacher-name-cata-side-bar-course .name-1 {
    font-size: 13px;
  }
  .con-teacher-name-cata-side-bar-course .cata-2 {
    font-size: 11px;
  }
  .form-sign-in {
    width: 100%;
  }
  .con-input-filed i {
    width: 50px;
    height: 50px;
  }
  .con-input-filed {
    height: 40px;
    width: 100%;
  }
  .con-input-filed input {
    font-size: 13px;
  }
  .con-remmber-forget {
    width: 100%;
  }
  .con-remmber label {
    font-size: 13px;
  }
  .con-remmber-forget > a {
    font-size: 13px;
  }
  .con-icon-sign-in-with {
    width: 100%;
  }
  .con-sign-in-submit {
    width: 100%;
  }
  .form-sign-in > p {
    font-size: 13px;
  }
  .con-icon-sign-in-with p {
    font-size: 13px;
  }
  .con-sign-in-submit input {
    font-size: 13px;
  }
  .con-sign-in-submit i {
    width: 50px;
    height: 50px;
    font-size: 15px;
  }
  .form-sign-in h1 {
    font-size: 20px;
  }
  .con-dont-have-acount p {
    font-size: 13px;
  }
  .con-dont-have-acount a {
    font-size: 15px;
  }
  .con-form-sign-in img {
    width: 200px;
  }
  .con-just-input input {
    font-size: 11px;
  }
  .con-just-input label,
  .con-select-option label {
    font-size: 13px;
  }
  .pop-up-masseage img {
    width: 80px;
  }
  .reference-number {
    font-size: 15px;
  }
  .check-email-p {
    font-size: 13px;
  }
  .btn-primary-1 {
    font-size: 13px;
  }
  .con-resend-code a {
    font-size: 13px;
  }
  .con-resend-code i {
    font-size: 13px;
  }
  .ul-tabs-cata li {
    font-size: 15px;
  }
  .con-img-name-teacher-cataa img {
    width: 150px;
    height: 150px;
    margin-bottom: 20px;
  }
  .ins-teacher-profile-name {
    font-size: 18px;
  }
  .ins-teacher-profile-cataa {
    font-size: 13px;
  }
  .about-teacher-bio-content {
    font-size: 13px;
  }
  .con-input-input-coupon {
    width: 90%;
  }
  .con-input-input-coupon span {
    font-size: 11px;
  }
}

@media only screen and (min-width: 769px) {
  .subcon-links > ul {
    display: none;
  }
  .con-search-box {
    display: none;
  }
  .subcon-img-noti-search {
    display: none;
  }
  .header-in-mobile {
    width: 300px;
  }
  .con-edit-img-profile {
    margin-bottom: 20px;
  }
  .main-con-for-tabs-content {
    margin-bottom: 20px;
  }
  .form-sign-in {
    width: 80%;
  }
}
@media only screen and (min-width: 992px) {
  .subcon-links > ul {
    display: flex;
  }
  .con-search-box {
    display: flex;
  }
  .con-header-toggle-button {
    display: none;
  }
  .my-main-to-check {
    display: none;
  }
  .subcon-img-noti-search {
    display: flex;
  }
  .con-edit-img-profile {
    margin-bottom: 0px;
  }
  .subcon-links ul li a {
    font-size: 13px;
  }
  .main-con-for-tabs-content {
    margin-bottom: 0px;
  }
  .form-sign-in {
    width: 50%;
  }
}
@media only screen and (min-width: 1200px) {
  .subcon-links ul li a {
    font-size: 15px;
  }
}


.footer {
    text-align: left !important;
    padding: 10px 30px 10px;
    background-color: #ffffff;
    font-family: "Sarabun", sans-serif;
    font-size: 14px;
    margin-top:20px;
    position: absolute;
    /* bottom: 0px; */
    width: 100%;
}


@media only screen and (max-width: 768px){
    .con-input-input-coupon {
        width: 100%;
    }
}

.sub-con-gradient-box-content input{
    width: 50%;
}

@media only screen and (max-width: 768px){
    .sub-con-gradient-box-content input {
        font-size: 13px;
        width: 50%;
        padding: 0px 10px;
    }
}

@media only screen and (max-width: 768px){
    .con-input-input-coupon span {
        font-size: 11px;
        width: 45%;
        text-align: center;
    }
}


.sub-con-gradient-box-content input::placeholder{
    font-size:13px;
}

.row-timer{
    display: flex;
    flex-direction: row;
    align-items: center;
    background-color: #fff;
    padding: 20px;
    border-radius: 10px;
    margin-bottom: 40px;
    justify-content: space-around;
}
.row-timer > div {
    text-align: center;
}
