@font-face {
    font-family: 'MyWebFont';
    src: url('font/font.eot'); /* IE9 Compat Modes */
    src: url('font/font.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
         url('font/font.woff') format('woff'), /* Pretty Modern Browsers */
         url('font/font.ttf')  format('truetype'), /* Safari, Android, iOS */
         url('font/font.svg') format('svg'); /* Legacy iOS */
}
html,body {
  height: 100%;
}
html{
  scroll-behavior: smooth;
}
body{
  font-family: MyWebFont;
}
.primary-color{
  color: #212529 !important;
}
.secoundy-color{
  color: #262626;
}
.metal-color{
  color: rgba(33, 37, 41, 0.5) !important;
}
.light-metal-color{
  color: rgba(33, 37, 41, 0.3) !important;
}
.green-color{
  color: #268842 !important;
}
.bg-brown{
  background-color: #FAFAFA;
}
.bg-green{
  background-color: #268842;
}
.white-color{
  color: #fff !important;
}
.font-600{
  font-weight: 600 !important;
}
.font-500{
  font-weight: 500 !important
}
.font-35{
  font-size: 35px;
}
.font-30{
  font-size: 30px !important;
}
.font-28{
  font-size: 28px !important;
}
.font-25{
  font-size: 25px;
}
.font-20{
  font-size: 20px;
}
.font-17{
  font-size: 17px;
}
.font-16{
  font-size: 16px !important;
}
.font-14{
  font-size: 14px !important;
}
.font-13{
  font-size: 13px;
}
.font-12{
  font-size: 12px;
}
.flex-1{
  -ms-flex: 1;
  -webkit-flex: 1;
  flex: 1;
}
.z-100 {
  z-index: 100;
}
.hidden{
  visibility: hidden;
}
.resize-none{
  resize: none;
}
.px-90{
  padding: 0px 90px;
}
.filters-reset{
  cursor: pointer;
  color: rgba(0, 0, 0, 0.55);
}
.filters-reset:hover{
  color: rgba(0, 0, 0, 0.80);
}
.stars-rating{
  color: #f6c401;
}
.min-height-unset{
  min-height: unset !important
}
.w-200{
  width: 200px;
}
.w-85{
  width: 85%;
}
.w-75{
  width: 75%;
}
.w-60{
  width: 60%;
}
.w-40{
  width: 40%;
}
.w-30{
  width: 30%;
}
.w-25{
  width: 25%
}
.w-15{
  width: 15%;
}
.filters-reset{
  cursor: pointer;
  color: rgba(0, 0, 0, 0.55);
}
.filters-reset:hover{
  color: rgba(0, 0, 0, 0.80);
}
.stars-rating{
  color: #f6c401;
}
.min-height-unset{
  min-height: unset !important
}
.w-200{
  width: 200px;
}
.w-75{
  width: 75%;
}
.w-60{
  width: 60%;
}
.w-30{
  width: 30%;
}
.w-25{
  width: 25%
}
.w-15{
  width: 15%;
}
.h-auto{
  height: auto !important;
}
.w-auto {
  width: auto !important;
}
.h-85{
  height: 85%;
}
.top-5{
  margin-top: -5px;
}
.display-none{
  display: none !important;
}
.text-decoration-none{
  text-decoration: none !important;
}
/* header css */
.pill-icon{
  width: 30px;
  height: 30px;
  background-color: #F2F2F2;
  border-radius: 50%;
  font-size: 13px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  text-decoration:none !important;
}
.pill-icon i{
  color: #000000;
}
.header-icon{
  border: 1px solid green;
  border-radius: 50%;
}
.dropdown-menu-right{
  right: 0;
  left: auto;
}
/* end header css */

/* placeholder css */
::-webkit-input-placeholder { /* Edge */
  color: rgba(33, 37, 41, 0.50) !important;
  font-size: 14px !important;
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: rgba(33, 37, 41, 0.50) !important;
  font-size: 14px !important;
}

::placeholder {
  color: rgba(33, 37, 41, 0.50) !important;
  font-size: 14px !important;
}
/* end placeholder css */

/* select2 css */
.select2-container--default .select2-selection--single,.select2-container--default .select2-selection--multiple {
  border: 1px solid #DEE2E6;
}
.select2-container .select2-selection--single{
  height: auto;
  line-height: 1.5;
  padding: .475rem .75rem;
}
.select2-container--default .select2-selection--single .select2-selection__rendered{
  line-height: unset;
  color: #495057;
  font-size: 14px;
  padding: 0px;
}
.keen-select2 .select2-container--default .select2-selection--single .select2-selection__rendered{
  line-height: unset;
  color: #212529;
  font-size: 14px;
  padding: 0px;
}
.keen-select2 .select2-container--default .select2-selection--single .select2-selection__arrow{
  top: 0;
  display: flex;
  align-items: center;
}
.select2-container--default .select2-selection--single .select2-selection__arrow{
  height: 100%;
}
.filters-black .select2-container--default .select2-selection--single .select2-selection__placeholder{
  color:#212529;
}
/* end select2 css */

/* checkbox css */

/* The container */
.check-container {
  display: block;
  position: relative;
  padding-left: 25px;
  margin-bottom: 0px;
  cursor: pointer;
  font-size: 13px;
  color: #262626;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* Hide the browser's default checkbox */
.check-container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom checkbox */
.checkmark {
  position: absolute;
  top: 2px;
  left: 0;
  height: 16px;
  width: 16px;
  background-color: #eee;
  border-radius: 3px;
}

/* On mouse-over, add a grey background color */
.check-container:hover input ~ .checkmark {
  background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.check-container input:checked ~ .checkmark {
  background-color: #268842;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.check-container input:checked ~ .checkmark:after {
  display: block;
}

/* Style the checkmark/indicator */
.check-container .checkmark:after {
  left: 6px;
  top: 1px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 1px 1px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
/* end checkbox css */

/* cicrcle toggle css */

/* The container */
.circle-check-container {
  display: block;
  position: relative;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* Hide the browser's default radio button */
.circle-check-container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}

/* Create a custom radio button */
.circle-check-container .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 15px;
  width: 15px;
  border-radius: 50%;
  border: 1px solid #268842;
  background-color: transparent;
}



/* Create the indicator (the dot/circle - hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the indicator (dot/circle) when checked */
.circle-check-container input:checked ~ .checkmark:after {
  display: block;
}

/* Style the indicator (dot/circle) */
.circle-check-container .checkmark:after {
  top: 2px;
  left: 2px;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: #268842;
}

/* end circle toggle css */

/* navbar custom colors */
.custom-toggler .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255,255,255, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}
.custom-toggler.navbar-toggler {
  border-color: rgb(255,255,255);
}
.custom-toggler.black .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(0,0,0, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}
.custom-toggler.navbar-toggler.black {
  border-color: rgb(0,0,0);
}
.nav-item{
  font-size: 14px;
  color: #268842;
}
.navbar-nav .nav-item:hover{
  color: #185429;
}
.nav-item.black{
  color: #212529;
}
.nav-item.black:hover{
  color: #3a3f44;
}
.nav-item.nav-link.active{
  color: #212529;
  font-weight: 600;
  border-bottom: 2px solid #262626;
  padding-bottom: 3px !important;
}
/* end navbar custom color */

/* inputs css */
.bordered-input{
  font-size: 14px;
  border: 1px solid #DEE2E6;
  border-radius: 4px;
}
.border-right-0{
  border-right: 0;
}
.border-left-0{
  border-left: 0;
}
.input-group-text {
  font-size: 14px;
  color: #268842;
}
/* end inputs css */

/* buttons css  */
.custom-button{
  font-size: 15px;
  padding: 7px;
}
.btn-primary{
  background-color: #0076FF !important;
  border-color: #0076ff;
}
.btn-primary:hover{
  background-color: #0c71e7 !important;
}
.btn-black{
  background-color: #484848;
  color: white;
}
.btn-black:hover{
  background-color: #4e4e4e;
}
.btn-dark{
  background-color: #262626;
  color: white;
}
.btn-dark:hover{
  background-color: #3c3c3c;
}
.btn-success{
  color: #fff !important;
  background-color: #268842 !important;
  border: 1px solid #268842;
}
.btn-success:hover{
  background-color: #2a9c4a !important;
}
.btn-danger{
  background-color: #FC385C;
  border-color: #FC385C;
}
.btn-outline-green{
  background-color: #fff !important;
  border: 1px solid #268842;
  color: #268842 !important;
}
.btn-outline-green:hover{
  background-color: #268842 !important;
  color: #fff !important;
}
.btn-outline-registration-green{
  background-color: #f8f8f8 !important;
  border: 1px solid #268842;
  color: #268842;
}
.btn-outline-registration-green:hover{
  background-color: #268842 !important;
  color: #fff;
}
.btn-outline-danger{
  background-color: #EDEDED !important;
  border: 1px solid #FC385C;
  color: #FC385C;
}
.btn-outline-danger:hover{
  background-color: #FC385C !important;
  color: #fff;
}
.btn-secondary{
  background-color: rgba(90, 98, 104, 0.07);
  border: 1px solid rgba(90, 98, 104, 0.07);
  color: #262626;
}
.button-top-border{
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.btn-white-green{
  background: #fff !important;
  border: 1px solid #268842;
  color: #268842;
}
.btn-white-green{
  background: #fff !important;
  border: 1px solid #268842;
  color: #268842;
}
.btn-comment{
  background-color: rgba(191, 203, 205, 0.21);
  border: 1px solid transparent;
  color: #262626;
}
.btn-comment:hover{
  background-color: rgba(191, 203, 205, 0.40);
}
/* end button css */

/* register css */
.student-register-bg{
  background: url("images/registration.svg") no-repeat top;
  background-repeat: no-repeat;
  background-size: cover;
}
.teacher-register-bg{
  background: #262626 url("images/teacher-register.svg") no-repeat top;
  background-repeat: no-repeat;
  background-size: cover;
}
.fix-registration-bg{
  background-position: bottom;
}
.box-border{
  border: 2px solid #268842;
  box-shadow: 0px 2px 4px #00000012;
  border-radius: 10px;
}
.container-box-shadow{
  background-color: white;
  border-radius: 10px;
  max-width: 350px;
  margin-left: auto;
  box-shadow: 0px 2px 4px #00000012;
}
.container-box-shadow.full{
  max-width: 410px;
  margin: 0 auto;
}
.registration-lable{
  font-size: 21px;
  color:#212529;
  top:3px;
  position: relative;
}
.registration-img{
  position: relative;
  top: -7px;
}
.box-layer.teacher{
  background-color: #FC385C;
}
.registration-footer{
  background-color: transparent;
}
.footer-sup-title{
  color: #262626;
  font-size: 13px;
  margin-top: -6px;
}
.footer-img{
  margin-top: -36px;
}
.curve-footer{
  background: url("images/footer-img.svg") no-repeat top;
}
.imgae-upload-container{
  padding: 12px;
  border: 8px solid #268842;
  border-radius: 50%;
  /* height: 140px;
  width: 140px;
  max-height: 140px;
  max-width: 140px; */
}
.upload-button {
   cursor: pointer;
}
.hidden-input{
   opacity: 0;
   position: absolute;
   z-index: -100;
   width: 10px;
}
.video-upload-container{
  width: 65%;
  height: 140px;
  background-color: rgba(0, 0, 0, 0.20);
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.play-icon{
  color: #FFFFFF;
  background-color: rgba(38, 38, 38, 0.6);
  box-shadow: 0px 0px 0px 3px #00000052;
  width: 37px;
  height: 37px;
  display: flex !important;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}
.border-bottom{
  border-bottom: 1px solid rgba(0, 0, 0, 0.21);
}
.sign-up-overlay{
  position: absolute;
  width: 72px;
  height: 29px;
  z-index: 10;
  margin-left: 8px;
}
/* end register css */


/* teachers list css */
.teacher-list-intro-section{
background: transparent linear-gradient(180deg, #AFD5F2 0%, #2ED855 100%) 0% 0% no-repeat padding-box;
}
.teacher-card{
  background-color: #FFFFFF;
  box-shadow: 0px 2px 4px #00000012;
  border-radius: 10px;
}
.teacher-card-image{
  border: 5px solid #BFCBCD;
  border-radius: 50%;
  box-shadow: 0px 3px 6px #00000029;
}
.teacher-card-tags{
  height: 33px;
  overflow: hidden;
}
.teacher-speciality-label{
  font-size: 13px;
  color: #212529;
  border: 1px solid #268842;
  background-color: #2688421F;
  border-radius: 4px;
  padding: 2px;
}
.show-more-items{
  font-size: 14px;
  background-color: #0000000D;
  border-radius: 5px;
  text-align: center;
  padding: 7px 0px;
  cursor: pointer;
  transition: background 0.2s ease-out;
}
.show-more-items:hover{
  background: #0404044d;
  color: white;
}
/* end teachers css */

/* keen css */
.keen-btn{
  font-size: 12px;
  padding: 7px 9px;
}
.keen-btn.btn-secondary{
  color: #268842;
}
.keen-input.form-control{
  height: unset !important;
  padding: 0.45rem 1rem !important;
  line-height: unset !important;
  color: #212529;
  background-color: #fff;
  font-size: 14px !important;
  border: 1px solid #DEE2E6;
}
.keen-input-group{
  font-size: 14px;
  padding: 5px 10px;
  background: #E9ECEF !important;
  color: #E9ECEF;
  border: 1px solid #CED4DA;
}
.keen-modal.modal .modal-content{
  box-shadow: 0px 2px 4px #00000012 !important;
  border-radius: 10px !important;
}
.keen-modal .modal-header {
  border-bottom: 1px solid rgba(0, 0, 0, 0.19) !important;
}
.keen-search.keen-input{
  padding: 0.56rem 1rem !important;
}
.keen-search::-webkit-input-placeholder { /* Edge */
  color: rgba(38, 38, 38, 0.33) !important;
  font-size: 14px !important;
}

.keen-search:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: rgba(38, 38, 38, 0.33) !important;
  font-size: 14px !important;
}

.keen-search::placeholder {
  color: rgba(38, 38, 38, 0.33) !important;
  font-size: 14px !important;
}
.kt-input-icon > .kt-input-icon__icon > span i{
  font-size: 14px !important;
  color: rgba(38, 38, 38, 0.55) !important;
}

/* datatable keen css */
.table-bordered.keen-table th, .table-bordered td {
  border-bottom: 1px solid #0000001F;
  border: 1px solid #0000001F;
}
.dataTables_wrapper .dataTable  th, .dataTables_wrapper .dataTable td{
  color: #212529 !important;
}
.keen-table-manage-btn, .keen-table-manage-btn i{
  color: rgba(33, 37, 41, 0.9);
  font-size: 13px !important;
}
.keen-table-manage-btn i {
  color: rgba(33, 37, 41, 0.85);
}
.keen-modal.modal .modal-content .modal-header .close:before {
  display: none;
}
.keen-modal .close-btn {
  opacity: 1;
  color: rgba(27, 30, 33, 0.5);
  font-size: 15px;
  margin: 0;
  padding: 0;
}
.payment-status{
  width: 80px;
  text-align: center;
  padding: 2px;
  font-weight: 600;
  border-radius: 4px;
  font-size: 12px;
}
.course-status{
  padding: 1px 5px;
}
.payment-paid{
  background-color: #007BFF;
  color: #fff;
}
.payment-green{
  background-color: #268842;
  color: #fff;
}
.payment-pending{
  background-color: #FD6100;
  color: #fff;
}
.payment-not-paid{
  background-color: #D5253C;
  color: #fff;
}
.payment-canceled{
  background-color: #4A4A4A;
  color: #fff;
}
.paid-status-change {
  color: rgba(33, 37, 41, 0.70);
  opacity: 1;
}
/* end datatable keen css */
.switch-small-circle {
  position: relative;
  display: inline-block;
  width: 32px;
  height: 18px;
}

.switch-small-circle input {
  opacity: 0;
  width: 0;
  height: 0;
}

.switch-small-circle .slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s;
}

.switch-small-circle .slider:before {
  position: absolute;
  content: "";
  height: 13px;
  width: 13px;
  left: 4px;
  bottom: 3px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}

.switch-small-circle input:checked + .slider {
  background-color: #2196F3;
}

.switch-small-circle input:focus + .slider {
  box-shadow: 0 0 1px #2196F3;
}

.switch-small-circle input:checked + .slider:before {
  -webkit-transform: translateX(9px);
  -ms-transform: translateX(9px);
  transform: translateX(9px);
}

/* Rounded sliders */
.switch-small-circle .slider.round {
  border-radius: 34px;
}

.switch-small-circle .slider.round:before {
  border-radius: 50%;
}
/* end keen css */

/* login css */
.login-ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.login-ul a {
  color: #268842;
  font-size: 14px;
  font-weight: bold;
}
.login-hover:hover, .login-hover a:hover {
  color:#2a3d5e !important;
}
.login-img{
  margin: auto;
  position: absolute;
  bottom: 38px;
  height: 450px;
  left: -105px;
  right: 0;
}
.login-footer{
  background-color: #F2F2F2;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}
.login-bg{
  background: url("images/login-shape.svg") no-repeat right;
  background-repeat: no-repeat;
  background-size: cover;
}
/* end login css */

/* courses add css */
.border-bottom-header{
  border-bottom: 1px solid #e7e7e7;
  padding-bottom: 7px;
}
.add-course-footer{
  background-color: rgba(191, 203, 205, 0.2);
}
/* end courses add css */

/* course detailes css */
.lesson-line{
  position: absolute;
  left: 0;
  right: 0;
  content: "";
  background: #EBEDF2;
  height: 109%;
  margin: 0 auto;
  width: 4px;
}
.lesson-circle{
  background-color: #e5f1e8;
  width: 40px;
  height: 40px;
  top: -8px;
  border-radius: 50%;
  position: absolute !important;
  left: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
}
.lesson-circle i {
  font-size: 14px;
  color: #268842;
  padding-left: 4px;
}
.tabs-ban{
  color: rgba(0, 0, 0, 0.30);
  font-size: 17px;
  font-weight: bold;
}
.nav-item:hover{
  color: rgb(230, 223, 223);
}
.tabs-ban.active{
  color: #268842;
}
.tabs-ban.active::after{
  position: absolute;
  content: "";
  width: 100%;
  border: 2px solid #268842;
  left: 0;
  bottom: -8px;
}
/* end course detailes css */
/* courses list user css */

.course-information-card{
  background: #fff;
  box-shadow: 0px 2px 4px #00000012;
  border-radius: 10px;
  padding: 10px 15px;
  height: 100%;
  transition: all 5.5s ease-out;
}
.course-information-card .course-status{
  padding: 0px !important;
}
.course-information-card .payment-status{
  width: 85px !important;
}
.course-information-img{
  width: 30px;
  height: 30px;
}
.course-teacher-name{
  color: rgba(108, 117, 126, 0.70);
}
.border-left-course{
  position: absolute;
  left: -15px;
  height: 87%;
  width: 4px;
  background-color: #268842;
  top: 8px;
}
.course-information-overlay{
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.72);
  display: none;
  align-items: center;
  justify-content: center;
  transition: all 0.2s ease-out;
  border-radius: 10px;
}
.course-information-overlay .custom-button {
  font-size: 13px;
  padding: 5px 15px;
  text-align: center;
  font-weight: 500 !important;
  border-radius: 3px !important;
}
.course-information-border{
  background-color: #FC385C;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  width: 100%;
  position: absolute;
  top: 5px;
  font-size: 12px;
  text-align: center;
  color: white;
  padding-bottom: 7px;
  padding-top: 1px;
  top: -20px;
}
.course-information-card:hover .live-course-label{
  opacity: 0;
  visibility: hidden;
  display: none;
}
.payment-status.live-course-label{
  width: auto !important;
  padding: 1px 7px !important;
  background-color: #268842;
  color: white;
  visibility: visible;
  opacity: 1;
}
/* end courses list user css */

/* loader css */
.search-loader{
  position: fixed;
  top: 0;
  left: 0;
  background-color: rgba(191, 191, 191, 0.60);
  border-radius: 8px;
  width: 100%;
  height: 100%;
  z-index: 10000;
  display: flex;
  align-items: center;
  justify-content: center;
  visibility: hidden;
}
.lds-dual-ring {
  display: inline-block;
  width: 80px;
  height: 80px;
}
.lds-dual-ring:after {
  content: " ";
  display: block;
  width: 100px;
  height: 100px;
  margin: 8px;
  border-radius: 50%;
  border: 6px solid #fff;
  border-color: #fff transparent #fff transparent;
  animation: lds-dual-ring 1.2s linear infinite;
}
@keyframes lds-dual-ring {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/* end loader css */

/* validate css */
label.error{
  margin-top: .5rem;
  margin-bottom: 0rem;
  font-size: 13px;
  color: #ff2e2e;
}
/* end validatation css */

/* single-course css */
.course-information-teacher-img{
  box-shadow: 0px 3px 6px #00000029;
  border: 2px solid #BFCBCD;
  border-radius: 50%;
}
.search-lable-color{
  color: rgba(38, 38, 38, 0.33) !important
}
.course-information-collapse .course-information-header{
  cursor: pointer;
}
.course-information-collapse.active:last-child{
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}
.course-information-collapse.active {
  background-color: rgba(191, 203, 205, 0.32);
}
.course-lesson-canceled .opacity{
  opacity: 0.71;
}
.glasses-bg{
  background: url("images/glasses.png") no-repeat ;
  background-size: cover;
}
/* end single-course css */

/* studet settings css */
.single-bg{
  min-height: 340px;
}
.student-settings-bg{
  background: url("images/student-setting.png") no-repeat ;
  background-size: cover;
}
.single-bg-content{
  font-size: 80px;
  font-weight: bold;
  color: white;
  font-family: sans-serif;
  text-shadow: 0px 3px 6px #0000006E;
  margin-bottom: 0;
}
.settings-card{
  background-color: #fff;
  box-shadow: 0px 3px 6px #00000029;
  border-radius: 10px;
  padding: 3rem 1.5rem;
  margin-top: calc(-170px + 4.5rem);
}
.studens-setting-card{
  border: 1px solid #DEE2E6;
  border-radius: 4px;
  min-height: 457px;
  height: 100%;
}
.data-information{
  height: 35px;
  display: flex;
  align-items: center;
}
/* end student settings css */
/* selection clear */
.select2-selection__clear {
  margin-right: 10px;
}
/* selection clear */

/* landing page css */
.landing-bg{
  background: url("images/landing-bg.svg") no-repeat top;
  background-size: cover;
}
.landing-btn{
  background: transparent linear-gradient(180deg, #268842 0%, #1E7236 100%) 0% 0% no-repeat padding-box;
  border-radius: 10px;
  color: white !important;
  font-size: 17px;
  padding: 4px 23px;
  font-weight: 400;
}
.landing-btn.custom{
  padding: 7px 30px;
}
.landing-btn:hover{
  background: transparent linear-gradient(180deg, #247c3d 0%, #1E7236 100%) 0% 0% no-repeat padding-box;
}
.intro-section{
  font-weight: 600;
  color: #262626;
  font-size: 4.6rem;
}
.landing-select{
  border-radius: 4px;
  border: 1px solid #DEE2E6;
  color: #212529;
  font-size: 18px;
}
.landing-custom-select{
  height: 55px !important;
  margin: 0;
  line-height: unset;
  display: flex;
  align-items: flex-end;
  padding: 6px 10px;
}
.custom-select-label{
  position: absolute;
  top: 4px;
  left: 30px;
  font-size: 14px;
  color: #212529;
}
.landing-append{
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  border: 1px solid #DEE2E6;
  color: rgba(33, 37, 41, 0.33) !important;
  font-size: 13px;
}
.landing-letter-spacing{
  letter-spacing: 2px;
}
.section-2-bg{
  background: url(images/section-2.svg) no-repeat center top;
  background-size: cover;
  padding-top: 50px !important;
  padding-bottom: 50px !important;
}
.landing-line-h{
  line-height: 47px;
}
.landing-footer{
  background: transparent linear-gradient(180deg, #268842 0%, #1E7236 100%) 0% 0% no-repeat padding-box;
}
.footer-up{
  font-size: 30px;
  color: white;
  position: absolute;
  top: -80px;
  left: 9px;
}
/* end landing page css */

/* teacher single page css */
.teacher-information-bg{
  background: url("images/teacher-bg.png") no-repeat ;
  background-size: cover;
}
.teacher-card{
  background-color: #fff;
  box-shadow: 0px 3px 6px #00000029;
  border-radius: 10px;
  margin-top: calc(-170px + 4.5rem);
}
.teacher-card-img{
  width: 150px;
  height: 150px;
  border-radius: 50%;
  box-shadow: 0px 3px 6px #00000029;
  border: 8px solid #FFFFFF
}
.teacher-about.toggle{
  max-height: 115px;
}
.toggle-teacher-about{
  cursor: pointer;
}
.jq-star{
  margin-right: 8px;
}
.teacher-video-container{
  width: 100%;
  height: 320px;
  /* -webkit-filter: blur(3px);
  filter: blur(3px); */
  background-color: rgba(0, 0, 0, 0.20);
}
.teacher-intro .play-icon{
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  margin: auto;
}
.teacher-course-header{
  padding: 7px 20px;
  font-size: 16px;
  color: #212529;
  border-bottom: 1px solid #0000001F;
  border-radius: 4px 4px 0px 0px;
  cursor: pointer;
}
.teacher-courses-collapse{
  border: 1px solid #0000001F;
}
.course-lessons{
  background-color: #efefef;
  border-top: 0;
}
.course-lessons .row{
  padding: 12px 20px;
  padding-right: 22px;
}
.course-lesson-title{
  color: #444444;
  font-size: 14px;
}

/*end teacher single page css */
.dropdown-item{
  cursor: pointer;
}
.dropdown-item.active, .dropdown-item:active{
  background-color: white;
}
.text-min-height{
  min-height: 84px;
  display: flex;
  align-items: center;
}
.select2-search__field{
  width: 100% !important;
}

/*start text-logo style*/

a.text-logo, a.text-logo:hover, a.text-logo:focus, a.text-logo:active  {
      text-decoration: none;
      color: inherit;
}
/*end text-logo style*/

/* checkout css */
.payment-box{
  width: 95px;
  height: 95px;
  border: 4px solid #707070;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  overflow: hidden;
}
/* .payment-box.active::after{
  content: "";
  position: absolute;
  background-color: #00000052;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  border-radius: 10px;
} */
.checkout-bg{
  background-color: #EAEEEF;
  border-radius: 10px;
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
}
.checkout-bg.footer{
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
}
.double-payment-box{
  width: 150px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.fix-payment-img{
  height: 100px;
  position: relative;
  left: -3px;
}
.payment-description{
  background: white;
  opacity: 1;
  z-index: 200;
  position: relative;
  text-align: center;
}
.payment-box.active{
  border: 4px solid #1ec24d;
}
.payment-description.active{
  color: #268842 !important;
}
/* end checkout css */
.course-information-card:hover .course-teacher-name.text-ellipse {
  color: #212529 !important;
}
.cursor-pointer{
  cursor: pointer;
}
.remove-video{
  color: #FC385C !important;
}
