@font-face {
  font-family: "IcoFont";
  src: url("../font/18\ Khebrat\ Musamim\ Bold.ttf");
}

@font-face {
  font-family: "arial";
  src: url("../font/NotoNaskhArabic-VariableFont_wght.ttf");
}

body {
  font-family: "arial";

  color: #707070;
}

h1, h2, h3, h4, h5, h6 {
  font-family:"IcoFont";
}




/*----------------------------------------------------------------*/
/*----------------------------- Navbar ---------------------------*/

.bg-light {
  /* box-shadow: 0px 10px 15px 0px rgb(3 24 128 / 9%); */
  /* padding: 25px; */
}

.bg-light .container {
  position: relative;
}


.bg-light .float {
  position: absolute;
  right: 0px;
}

.navbar-light .navbar-nav .register {
  background: #8007e6;
  color: #fff;
  border-radius: 4px;
  padding: 8px 15px;
  margin: 0px 5px;
  border: 1px solid #8007e6;
}

.navbar-light .navbar-nav  .login {
  border: 1px solid #8007e6;
  color: #8007e6;
  background-color: transparent;
  border-radius: 4px;
  padding: 8px 15px;
  margin-right: 10px;
  margin: 0px;
  margin-right: 10px;
}

.navbar-light .navbar-nav  .login:hover {
  background: #8007e6;
  color: #fff;
}

.navbar-light .navbar-nav  .register:hover {
  color: #8007e6;
  background: #fff;

}

.notification i {
  font-size: 19px;
}

.notification span {
  background: #dc3545;
  width: 17px;
  height: 17px;
  display: inline-block;
  text-align: center;
  font-size: 11px;
  color: #fff;
  border-radius: 100%;
  position: absolute;
  margin-right: -35px;
  margin-top: -1px;
}





/*----------------------------------------------------------------*/
/*-------------------------- notification ------------------------*/
.box-notification {
  position: absolute;
  background: #fff;
  padding: 5px;
  border-radius: 4px;
  box-shadow: 0px 0px 11px 0px #00000036;
  width: 436px;
  display: none;
  margin-top: 9px;
  margin-right: -191px;
  z-index: 99;
}


.notification-count  {
  position: absolute;
  background: red;
  width: 18px;
  height: 19px;

  color: #fff;
  border-radius: 100px;
  line-height: 17px;
  margin-top: -26px;
  font-size: 13px;
}


.box-notification .messages {
  background: #1266f117;
  padding: 6px;
  border-bottom: 1px solid #1266f1;
  text-align: right;
  color: #000;
}

.box-notification .messages img {
  width: 40px;
  height: 44px;
  margin: 0px 5px;
}

.box-notification .messages p {
  font-weight: 100;
  font-family: 'Tajawal', sans-serif;

}

.box-notification .head a {
  width: 117px;
  display: inline-block;
  text-align: center;
  border-bottom: 4px solid;
  margin-bottom: 20px;
  padding: 12px;
  width: 49%;
}

.box-notification body {
  padding: 25px;
}


.box-notification .body {
  padding: 10px 19px 20px 20px;
}

.box-notification .body i {
  margin: 8px 0px 14px 0px;
    color: var(--mdb-blue);
    font-size: 40px;
    color: #000;
}

.box-notification .foot {
  padding: 10px;
  border-top: 1px solid #eee;
  text-align: r;
}

.navbar .box:hover .box-notification {
  display: block
}


.box-search input {
  width: 95%;
  padding: 7px;
  margin: 10px;
  border: 1px solid #0d6efd;
}


.box-search .result-search {
  display: block;
  text-align: right;
  padding: 7px 17px;
}


.navbar .list-item {
  width: 135px;
  margin-right: -18px;
  margin-top: 10px;
  font-weight: 100;
  /* color: #00000075; */
}

.navbar .list-item .item {
  display: block;
  color: #00000091;
  border-bottom: 1px solid #ccc;
  padding: 10px;
  font-weight: 100;
  font-size: 14px;
}

.cat-list-item  {
  max-width: 260px;
  /* display: block; */
  margin-right: -88px !important;
}


.cat-list-item .item .list {
  position: absolute;
  left: -165px;
  background: #fff;
  padding: 10px;
  display: none;
  width: 171px;
  text-align: left;
  margin-top: -30px;
}

.cat-list-item .list a {
  display: block;
text-align: right;padding: 5px;border-bottom: 1px solid #eee;color: #000;}

.cat-list-item .item:hover .list {
  display: block;
}

.cat-list-item .item {
  display: block;
  color: #000000c7;
  padding: 10px;
  border-bottom: 1px solid #eee;
  display: block;

}

.cat-list-item .item i {
  float: left;
  font-size: 23px;
}


/*-------------------------- notification ------------------------*/
/*----------------------------------------------------------------*/

.navbar .action {
  position: absolute;
  left: 0px;
  text-align: center;
}


.navbar .action i  {
  font-size: 24px;
  color: var(--mdb-blue);
}

.navbar .action span {
  display: block;
}





.search-box {
  background: #000000a3;
  position: fixed;
  top: 0px;
  width: 100%;
  height: 100vh;
  z-index: 999;
  display: none;
}


.search-box .box {
  position: fixed;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background: #00000073;
  padding: 9px;
  border-radius: 52px;
  border: 1px solid;
}

.search-box .box input {
  background: transparent;
  border-style: none;
  width: 496px;
  outline: none;
  display: inline-block;
  padding-right: 20px;
  color: #fff;
}

.search-box .box input::placeholder {
  color: #fff;
}


.search-box .box button {
  font-size: 21px;
  border-style: none;
  color: #212529;
  padding: 10px;
  background: #fff;
  border-radius: 1000px;
  width: 45px;
  height: 45px;
}

.search-box .fa-times {
  font-size: 42px;
  color: #fff;
  padding: 100px;
  font-weight: 100;
  cursor: pointer;
}

































.countDashbord .box {
  padding: 50px 20px;
  background: aliceblue;
  text-align: center;
  border-radius: 10px;
  color: #fff
}

.countDashbord .box i {
    font-weight: 400;
    display: block;
    font-size: 40px;
    font-weight: 100;
}

.countDashbord .box strong {
    display: block;
    font-size: 75px;
}

.table-tr img {
  width: 50px;
  height: 50px;
  border-radius: 100%;
}

.table-head div, .table-tr div {
  display: inline-block;
  width: 9.5%;
  background: #fcfcfc;
}

.table-head{
    margin-bottom: 20px;
    padding: 10px;
    border-radius: 10px;
    font-weight: bold;
}

.table-tr {
  margin-bottom: 20px;
  padding: 10px;
  background: #fcfcfc;
  border-radius: 10px;
  box-shadow: -2px 2px 2px 2px #eee;
}

.table-tr i {
    font-weight: 900;
    font-size: 23px;
    padding: 6px;
    font-weight: 400;
}


.status-blue {
  background: #0d6efd2b;
  padding: 10px;
  color: #0d6efd;
  font-weight: bold;
}





























.wallet .recharge-card {
  background: #f4f4f4;
  padding: 10px;
}

.wallet .recharge-card input {
  width: 100%;
  background: transparent;
  border-style: none;
  padding: 10px;
  outline: none;
}

.wallet .recharge-card button {
  float: left;
  margin-top: -40px;
  border-style: none;
  background: black;
  color: #fff;
  padding: 6px 17px;
  position: relative;

}


.wallet .send-recharge-card input {
    width: 46%;
}









.list-leavels .list-leavel {
  position: absolute;
  background: #fff;
  display: none;
}

.list-leavels .list-leavel .list-item {
  padding: 10px 20px ;
  border-bottom: 1px solid #ccc;
}

.list-leavels .list-leavel .list-item .item {
  display: none;
}

.list-leavels .list-leavel .list-item .item a {
  display: block;
  color: #000;
  text-align: center;
}

.list-leavels:hover .list-leavel {
  display: block;
}

.list-leavels .list-item:hover .item {
  display: block;
}
/*----------------------------------------------------------------*/
/*----------------------------- Navbar ---------------------------*/













/*----------------------------------------------------------------*/
/*----------------------------- Header ---------------------------*/
.header {
    background-color: #fdfaf1;
    padding: 150px 0px 0px 0px;
}

.header h1 {
  color: #0062cc;
  padding: 60px 0px 20px 0px;
  line-height: 59px;
}


.header a {
  background: #0062cc;
  padding: 11px 30px;
  margin-top: 18px;
  display: inline-block;
  color: #f8f9fa;
  border-radius: 3px;
}
/*----------------------------- Header ---------------------------*/
/*----------------------------------------------------------------*/








.category {
  padding: 0px 0px 45px 0px;
}

.category .box {
  padding: 20px;
  border: 2px solid #eef0f6;
  border-radius: 6px;
  position: relative;
  margin-bottom: 30px;
}

.category .box h5, .category .box p {
  margin-bottom: 0px;
}


.category .lnr-graduation-hat {
  color: #2d69f0;
  font-size: 50px;
  font-weight: p;
  padding: 0px 10px;
}

.category .lnr-chevron-down {
  position: absolute;
  left: 20px;
  top: 36px;
  font-size: 20px;
  font-weight: 800;
  color: #2d69f0;
}








/*---------------------------- service --------------------------*/
.service {
  padding: 100px 0px;
}

.service .box {
  background-color: #2d69f0;
  padding: 30px;
  color: #fff;
  box-shadow: 0px 30px 40px 0px rgb(3 24 128 / 20%);
  border-radius: 10px;
}

.service .box i {
  font-size: 45px;
  margin-bottom: 20px;
}

.service .box p {
  font-size: 15px;
  opacity: 0.9;
  margin-top: 20px;
}
/*---------------------------- service --------------------------*/










/*----------------------------------------------------------------*/
/*----------------------------- Cource ---------------------------*/
.course {
    background: #f8f9fa;
    padding: 100px 0px;
}

.course .item {
  box-shadow: 0px 30px 40px 0px rgb(3 24 128 / 20%);
  border-radius: 10px;
  overflow: hidden;
  position: relative;
  /* margin: 15px; */
}

.course .content {
  padding: 15px 20px 20px 20px;
}

.course .bordertop {
  border-top: 1px #21252938 solid;
  margin-top: 15px;
  padding-top: 17px;
}

.course .item h4 {
  margin: 8px 0px 13px 0px;
  color: #000;
  font-size: 20px;
}

.course .background {
  background: url(layout/img/back.jpg);
  padding: 120px;
  background-size: cover !important;
  background-position: center !important;
}

.course .learn-more {
  float: left;
  display: block;
  position: absolute;
  left: 20px;
  color: #000;
}

.course .price {
  font-weight: bold;
  color: #28a745;
}


.course .avatar {
  width: 45px;
  border-radius: 100%;
  border: 3px solid #fff;
  box-shadow: 0px 0px 7px 0px #adb5bda1;
  margin-left: 15px;
  height: 47px;
}

.course .teatcher {
  line-height: 18px;
  margin-top: 5px;
  font-family: "arial";
}

.course .teatcher strong {
  font-weight: bolder;
  font-weight: 100;
}


.course .catogey {
  background: #ffc107;
  padding: 2px 10px;
  color: #fff;
  border-radius: 4px;
  position: absolute;
  top: 10px;
  right: 10px;
  font-size: 13px;
}

.course .part {
  color: #8007e6;
}

.course .hour {
  color: #8007e6;
  position: absolute;
  left: 20px;
}


/*----------------------------- Cource ---------------------------*/
/*----------------------------------------------------------------*/









/*----------------------------------------------------------------*/
/*---------------- Register | Login | Profile---------------------*/

.register .box {
  box-shadow: 0px 30px 40px 0px rgb(3 24 128 / 20%);
  padding: 40px;
}


.register h3 {
  color: #000;
  text-align: center;
  margin-bottom: 40px;
}

.register label {
  display: inline-block;
  font-weight: 700;
  margin-bottom: 10px;
}

.register .box input, .register .box textarea, .register .box select {
  display: block;
  width: 100%;
  margin-bottom: 20px;
  border-style: none;
  background: #e0e0e078;
  padding: 10px 12px;
  border-radius: 5px;
}

.register .box button {
  border-style: none;
  width: 100%;
  padding: 8px;
  background: #1266f1;
  color: #fff;
  border-radius: 5px;
  font-size: 18px;
}



.register img {
  display: block;
  width: 120px;
  border-radius: 15px;
  margin-bottom: 20px;
  display: table;
  margin: auto;
  margin-bottom: 20px;
}

.radio {
  margin: 0.5rem;
}
.radio input[type=radio] {
  position: absolute;
  opacity: 0;
}
.radio input[type=radio] + .radio-label:before {
  content: "";
  background: #f4f4f4;
  border-radius: 100%;
  border: 1px solid #b4b4b4;
  display: inline-block;
  width: 1.4em;
  height: 1.4em;
  position: relative;
  top: -0.2em;
  margin-left: 1em;
  vertical-align: top;
  cursor: pointer;
  text-align: center;
  transition: all 250ms ease;
}
.radio input[type=radio]:checked + .radio-label:before {
  background-color: #3197ee;
  box-shadow: inset 0 0 0 4px #f4f4f4;
}
.radio input[type=radio]:focus + .radio-label:before {
  outline: none;
  border-color: #3197ee;
}
.radio input[type=radio]:disabled + .radio-label:before {
  box-shadow: inset 0 0 0 4px #f4f4f4;
  border-color: #b4b4b4;
  background: #b4b4b4;
}
.radio input[type=radio] + .radio-label:empty:before {
  margin-right: 0;
}



/*---------------- Register | Login | Profile---------------------*/
/*----------------------------------------------------------------*/


















/*----------------------------------------------------------------*/
/*--------------------------- About Us ---------------------------*/
.about {
  padding-top: 100px;
}

.about img {
  width: 90%;
  margin: auto;
  display: table;
  box-shadow: 0px 30px 40px 0px rgb(3 24 128 / 20%);
  border-radius: 10px;
}

.about h2{
  font-weight: bold;
  line-height: 73px;
  font-size: 53px;
}
/*--------------------------- About Us ---------------------------*/
/*----------------------------------------------------------------*/



























.details {
  background: #f8f9fa;
  /* padding: 0px 0px 100px 0px; */
}

.details h2 {
  color: #000;
  padding: 18px 0px 10px 0px;
  font-size: 50px;
  letter-spacing: 1px;
}

.details .theme_btn-light {
  border-radius: 4px;
  font-size: 17px;
  padding: 16px 31px;
  color: #000000c9;
}

.small-details  {
  padding: 60px 0px 50px 0px;
  background-color: #ecdcca;
  margin-bottom: 71px;
}

.small-details strong {
  display: block;
}


.small-details img {
  width: 50px;
  border-radius: 117px;
  padding: 5px;
  box-shadow: 0px 0px 11px 0px #eee;
  margin-left: 10px;
  height: 52px;
}

.small-details .star div {
  color: #ffc107;
}


.small-details .date a {
  color: #343a40;
  font-weight: 800;
}


.description-course {
    padding: 35px 0px;
}






.details .box {
  box-shadow: 0px 30px 40px 0px rgb(3 24 128 / 20%);
  padding: 25px;
}


.details .box a {
  background: #0062cc;
  padding: 9px 30px;
  margin-top: 18px;
  display: block;
  color: #f8f9fa;
  border-radius: 3px;
  text-align: center;
}

.details .box div {
  padding: 20px;
  border-bottom: 1px solid #adb5bd;
}

.details .box .price {
  font-size: 20px;
  font-weight: bold;
  color: #28a745;
  letter-spacing: 1px;
  font-family: "IcoFont";

}



.details .box .bg {
  background-size: cover  !important;
  background-position: center !important;
  width: 100%;
  height: 300px;
  position: relative;
}

.details .box .bg i {
  font-size: 61px;
  color: #fff;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  cursor: pointer;
}



.start-video {
  background: #000000ba;
  position: fixed;
  top: 0px;
  right: 0px;
  width: 100%;
  height: 100vh;
  display: none;
}

.start-video iframe {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 1000px;
  height: 600px;
}

.start-video span {
  font-size: 44px;
  color: #fff;
  padding: 29px;
  cursor: pointer;
  display: inline-block;
}






.list-video .FlexBox {
  color: #000;
  box-shadow: 0px 1px 4px 0px #0318802b;
  padding: 25px;
  border-radius: 13px;
  margin-bottom: 30px;
  position: relative;
  /* border: 1px solid #0318802b; */
width: 100%;}

.list-video .link {
  position: absolute;
  left: 30px;
  margin-top: 10px;
}


.list-video div {
  color: #000000a3;
  display: inline-block;
  padding: 7px 0px 0px 10px;
}










.box-chat {
  box-shadow: 0px 0px 15px 0px rgb(3 24 128 / 9%);
  padding: 20px;
  height: 700px;
  position: relative;
  overflow: hidden;
  overflow: scroll;

}


.box-chat input {
  padding: 10px;
  width: 100%;
  border: 1px solid #3333338f;
  border-radius: 4px;
  bottom: 0px;
  left: 0px;
}


.box-chat .text {
  background: rgb(0 0 0 / 3%);
  padding: 3px 20px;
  display: inline-block;
  border-radius: 5px;
  margin-bottom: 20px;
}

.box-chat .text div {
  color: #1266f1;
}


.box-chat .text strong {
  font-weight: 100;
  color: #4f4f4f;
}


.box-chat button {
  bottom: 4px;
  left: 0;
  background: #1266f1;
  border-style: none;
  color: #fff;
  padding: 11px 13px;
  border-radius: 5px;
  float: left;
  margin-top: -42px;
  z-index: 99;
  position: relative;
}







.footer {
  padding: 70px 0px 0px 0px;
  background: #f5eee5;
  margin-top: 70px;
}

.footer h3, .footer h4 {
  margin-bottom: 25px;
  color: #000000c2;

}


.footer a {
    margin-bottom: 6px;
    font-weight: 500;
    display: block;
    /* letter-spacing: 1px; */
    margin-bottom: 8px;
    color: #707070;
}



.footer img {
  width: 130px;
  display: table;
  /* margin: auto; */
}

.footer p {
  max-width: 340px;
  font-size: 13px;
}

.footer a i {
  width: 32px;
  text-align: center;
  font-size: 17px;
}

.footer h5 {
  margin-bottom: 22px;
}

.footer strong {
  color: #000000c2;
  letter-spacing: 0px;
  font-size: 22px;
  font-family: "IcoFont";
}
.copyright {
  text-align: center;
  margin-top: 35px;
  border-top: 1px solid #d9d9d9;
  padding: 22px;
}















table i {
  color: #000000d4;
  font-size: 20px;
  padding: 5px 10px;
}








/*----------------------------------------------------------------*/
/*--------------------------- navigation  ------------------------*/
#navigation {
  display: table;
  margin: auto;
}

#navigation svg {
  width: 30px;
  margin-top: 11px;
}

#navigation div {
  display: inline-block;
}
/*--------------------------- navigation  ------------------------*/
/*----------------------------------------------------------------*/


.single-video iframe { width: 100%; height: 500px; left: 20px; }











.notification a {
  padding: 14px;
  color: #000;
  font-weight: 100;
}





.blog-desgin .box {
    border: 1px solid #e8e8e8;
    border-radius: 10px;
    overflow: hidden;
    margin-bottom: 30px;
}

.blog-desgin .box .content {
  padding: 25px;
}

.blog-desgin .box .content h3 {
  font-size: 20px;
    letter-spacing: 0px;
    color: #000;
}

.blog-desgin .box .content i {
  color: #241442
}

.blog-desgin .box .content .right {
  right: 25px;
    position: absolute;
}

.blog-desgin .box img {
    height: 250px;
}

.blog-desgin .box a {
   color:#000;
   margin-bottom: 20px;
   display: block;
}



.teatcher_profile {
  padding: 100px 0px;
}

.teatcher_profile .box {
  background: #fff;
  border: 1px solid #ccc;
  padding: 33px;
  margin-bottom: 30px;
}

.teatcher_profile .box i {
  border-radius: 51px;
  color: red;
  padding: 10px;
  background: #ff000026;
  width: 70px;
  height: 70px;
  text-align: center;
  font-size: 30px;
  margin-left: 10px;
  border: 1px solid;
  line-height: 47px;
}

.teatcher_profile .box strong {
  font-size: 29px;
  color: #000;
  padding-right: 10px;
}

.teatcher_profile .user_profile {
  width: 100%;
  border-radius: 100%;
  border: 11px solid #e7eaed;
  padding: 10px;
  height: 300px;
}

.teatcher_profile .details_user  span {
  width: 120px;
  display: inline-block;
}

.teatcher_profile .details_user div {
  padding: 10px;
  margin-right: 30px;
}

.teatcher_profile .details_user div strong h3 {
  display: inline-block;
}






.new-header {
    background: #b47b344d !important;
    padding: 50px 0px 100px 0px !important;
}

.new-header h4 { border-top: none; }



ol, ul {
  padding-right: 0px;
}

@media (max-width: 575.98px) {

  body {padding-bottom: 50px;}

  .header { padding: 100px 0px 30px 0px; text-align: center;}
  .header img { display: none; }

  .header h1 { padding: 0px 15px 20px 15px; line-height: 34px; font-size: 22px; }
  .header a { padding: 9px 36px; display: none;}

  .navbar {display: none;}


  .course .catogey, .course .avatar, .course .teatcher {display: none;}
  .course .item { display: flex;}
  .course .item { box-shadow: 0px 0px 10px 0px rgb(3 24 128 / 20%); border-radius: 10px; margin: 9px 0px; }
  .course .bordertop { border-top: navajowhite; margin-top: 0px; padding-top: 17px; }
  .course .bordertop { border-top: none; margin-top: 0px; padding-top: 5px; }
  .course .background { padding: 0px; width: 90px; height: 75px; margin: 10px; border-radius: 10px; }
  .course .learn-more { background: #0d6efd66; padding: 4px 13px; border-radius: 29px; }
  .course { background: #fff; padding: 0px 0px; }
  .details .box .bg { height: 200px; border-radius: 10px; }


  .service .box { margin-bottom: 20px; padding: 15px; }
  .service .box i { display: none; }

  .search-box .fa-times { font-size: 25px; padding: 25px; }
  .search-box .box input {width: 300px;margin-top: 6px;}
  .search-box .box button {float: left;margin-top: -34px;}


  .service { padding: 60px 0px; }
  .service .box h5 { font-size: 15px;}
  .service .box p { font-size: 12px; margin-top: 15px; margin-bottom: 0px; }

  .category { display: none; }

  .small-details { padding: 70px 10px 30px 10px;margin-bottom: 16px;}
  .small-details .teatcher { font-size: 13px; }
  .small-details img { width: 45px; height: 47px; margin-top: -6px; }
  .start-video iframe { width: 100%; height: 350px; left: 20px; }
  .list-video a { padding: 20px; border-radius: 7px; }
  ol, ul { padding-left: 0px; }
  .list-video div { padding: 5px 0px 0px 5px; font-weight: bold; }
  .small-details { margin-bottom: 25px;}
  .list-video .link { left: 10px; margin-top: 1px; }
  .list-video h3 { font-size: 18px; }
  .list-video div { font-size: 12px; }
  .list-video .link { left: -6px; margin-top: 1px; bottom: 7px; font-size: 13px; }
  .list-video .FlexBox { padding: 10px; margin-bottom: 17px;}

  .single-page iframe { width: 100%; height: 300px; }

  .course .item h4 { font-size: 14px; }
  .course .learn-more { font-size: 13px; }
  .course .hour { display: none; }
  .footer {/* display: none; */}
  .service { padding: 40px 0px 15px 0px; }
  .service .box p { margin-top: 0px; }

  .small-details .links { font-size: 14px; padding-top: 20px; }
  .details .box a { font-size: 14px; }
  .small-details img {display: none;}
}




@media (min-width: 576px) and (max-width: 767.98px) {
  .header { padding: 70px 0px 70px 0px; text-align: center;}
  .header img { display: none; }

  .header h1 { padding: 0px 10px 20px 10px; line-height: 44px; font-size: 26px; }
  .header a { padding: 9px 36px; }

  .service .box { margin-bottom: 20px; padding: 15px; }
  .service .box i { display: none; }

  .service { padding: 60px 0px; }
  .service .box p { font-size: 13px; margin-top: 15px; margin-bottom: 0px; }

  .category { display: none; }

  .course .item { margin: 0px 0px 25px 0px; }
  .course .background { padding: 90px; }
  .course .content { padding: 5px 10px 15px 10px; }
  .course .learn-more { left: 15px; }
  .course .hour { left: 13px; }
  .course .avatar { width: 44px; margin-left: 8px; height: 44px; margin-top: 1px; }
  .course .item h4 { font-size: 17px; }

  .course .item h4 { font-size: 14px; }
  .course .learn-more { font-size: 13px; }
  .course .hour { display: none; }

  .small-details { padding: 60px 10px 50px 10px }
  .small-details .teatcher { font-size: 13px; }
  .small-details img { width: 45px; height: 47px; margin-top: -6px; }
  .start-video iframe { width: 100%; height: 350px; left: 20px; }
  .list-video a { padding: 20px; border-radius: 7px; }
  ol, ul { padding-left: 0px; }
  .list-video div { padding: 5px 0px 0px 5px; font-weight: bold; }
  .small-details { margin-bottom: 40px }
  .list-video .link { left: 10px; margin-top: 1px; }

  .single-page iframe { width: 100%; height: 300px; }
  
  .search-box .fa-times { font-size: 25px; padding: 25px; }
  .search-box .box input {width: 300px;margin-top: 6px;}
  .search-box .box button {float: left;margin-top: -34px;}

}























@media (min-width: 768px) and (max-width: 991.98px) {
  .header {padding: 70px 0px 0px 0px;text-align: center;}

  .header h1 {padding: 48px 10px 20px 10px;line-height: 39px;font-size: 22px;}
  .header a { padding: 9px 36px; }

  .service .box { margin-bottom: 20px; padding: 15px; }
  .service .box i { display: none; }

  .service { padding: 60px 0px; }
  .service .box p { font-size: 13px; margin-top: 15px; margin-bottom: 0px; }


  .course .item { margin: 0px 0px 25px 0px; }
  .course .background { padding: 90px; }
  .course .content { padding: 5px 10px 15px 10px; }
  .course .learn-more { left: 15px; }
  .course .hour { left: 13px; }
  .course .avatar { width: 44px; margin-left: 8px; height: 44px; margin-top: 1px; }
  .course .item h4 { font-size: 17px; }

  .small-details { padding: 60px 10px 50px 10px }
  .small-details .teatcher { font-size: 13px; }
  .small-details img { width: 45px; height: 47px; margin-top: -6px; }
  .start-video iframe { width: 100%; height: 350px; left: 20px; }
  .list-video a { padding: 20px; border-radius: 7px; }
  ol, ul { padding-left: 0px; }
  .list-video div { padding: 5px 0px 0px 5px; font-weight: bold; }
  .small-details { margin-bottom: 40px }
  .list-video .link { left: 10px; margin-top: 1px; }

  .single-page iframe { width: 100%; height: 300px; }

  .single-page iframe { width: 100%; height: 300px; }
  .all-message .box-chat { height: 500px; }

  .search-box .fa-times { font-size: 25px; padding: 25px; }
  .search-box .box input {width: 350px;margin-top: 6px;}
  .search-box .box button {float: left;margin-top: -1px;}

  
}









@media (min-width: 992px) and (max-width: 1200px) {

  .service .box { margin-bottom: 20px; padding: 15px; }
  .service .box i { display: none; }

  .service { padding: 60px 0px; }
  .service .box p { font-size: 13px; margin-top: 15px; margin-bottom: 0px; }


  .course .item { margin: 0px 0px 25px 0px; }
  .course .background { padding: 90px; }
  .course .content { padding: 5px 10px 15px 10px; }
  .course .learn-more { left: 15px; }
  .course .hour { left: 13px; }
  .course .avatar { width: 44px; margin-left: 8px; height: 44px; margin-top: 1px; }
  .course .item h4 { font-size: 17px; }

  .details .box div { padding: 13px; }
  .details .box .bg { height: 200px; }
  .details .box .bg i { font-size: 45px; }

  .single-video iframe { width: 100%; height: 350px; left: 20px; }


  .small-details { padding: 60px 10px 50px 10px }
  .small-details .teatcher { font-size: 13px; }
  .small-details img { width: 45px; height: 47px; margin-top: -6px; }
  .start-video iframe { width: 100%; height: 350px; left: 20px; }
  .list-video a { padding: 20px; border-radius: 7px; }
  ol, ul { padding-left: 0px; }
  .list-video div { padding: 5px 0px 0px 5px; font-weight: bold; }
  .small-details { margin-bottom: 40px }
  .list-video .link { left: 10px; margin-top: 1px; }

  .single-page iframe { width: 100%; height: 300px; }
  .all-message .box-chat { height: 500px; }
  

  }