

p {
  font-size: 18px;
  line-height: 26px;
  margin: 0;
  letter-spacing: normal;
  color: #777;
}

p,
a,
button,
h1,
h2,
h3,
h4,
h5,
h6,
li,
span,
div {
/*  font-family: 'Inter', sans-serif;*/
  margin: 0;
  letter-spacing: normal;
}



ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

a {
  text-decoration: none;
}

.w-100 {
  width: 100%;
}

.pad-70 {
  padding: 70px 0;
}

.pt-10 {
  padding-top: 10px;
}

.pt-20 {
  padding-top: 20px;
}

.pt-30 {
  padding-top: 30px;
}

.pt-30 {
  padding-top: 30px;
}

.pt-50 {
  padding-top: 50px;
}

.pb-10 {
  padding-bottom: 10px;
}

.pb-20 {
  padding-bottom: 20px;
}

.pb-30 {
  padding-bottom: 30px;
}

.pb-30 {
  padding-bottom: 30px;
}

.pb-50 {
  padding-bottom: 50px;
}

.mt-10 {
  margin-top: 10px;
}

.mt-20 {
  margin-top: 20px;
}

.mt-30 {
  margin-top: 30px;
}

.mt-50 {
  margin-top: 50px;
}

.mb-10 {
  margin-bottom: 10px;
}

.mb-20 {
  margin-bottom: 20px;
}

.mb-30 {
  margin-bottom: 30px;
}

.mb-50 {
  margin-bottom: 50px;
}

.text-center {
  text-align: center;
}

.align-items-center {
  align-items: center;
}

.d-flex.space-between {
  justify-content: space-between;
}

.justify-content-center {
  justify-content: center !important;
}

.d-flex {
  display: flex;
}

.inline-btn a:last-child {
  margin-right: 0px;
}

.inline-btn a {
  margin-right: 30px;
  font-size: 17px;
  padding: 10px 24px;
}

.inline-btn {
  display: flex;
}

@media (min-width: 768px) {
  .d-md-block {
    display: block !important;
  }
}

@media (min-width: 768px) {
  .d-md-inline {
    display: inline !important;
  }
}

.d-none {
  display: none !important;
}

.sec-title {
  font-size: 45px;
  line-height: 55px;
}

span.sec-title-tagline {
  background-color: #e9a72d;
  font-size: 13px;
  color: #fff;
  padding: 6px 10px;
  border-radius: 30px;
}

.btn-div {
  width: fit-content;
}

.btn-group {
  display: flex;
  justify-content: center;
}

.btn-group a.btn {
  display: block;
  margin-right: 30px;
  font-size: 18px;
  transition: 0.4s;
}

.btn-group a.btn:hover {
  background-color: #121a4d;
  color: #fff;
}

.btn-group a:last-child {
  margin-right: 0px !important;
}

.btn-group a.btn {
  display: block;
  margin-right: 30px;
  margin-top: 0px;
}

/* .btn:hover:before {
  height: 100%;
  width: 100%;
  border-radius: 0;
}

.btn:before {
  content: '';
  position: absolute;
  right: 0;
  bottom: 0;
  height: 24px;
  width: 20px;
  background-color: #ff1500;
  border-radius: 20px 0 0;
  z-index: -1;
  transition: 0.4s;
} */

.btn {
  background-color: #ffffff;
  color: #000;
  padding: 15px 35px;
  display: block;
  line-height: normal;
  font-size: 20px;
  margin-top: 30px;
  border-radius: 40px;
  position: relative;
  z-index: 1;
  box-shadow: 0 0 10px 0px #d4d4d4;
}

.col-pad {
  padding: 10px;
}

.mx-auto {
  margin: 0 auto;
}

select {
  width: 100%;
  padding: 5px 10px;
  border: 2px solid #c1c1c1;
  border-radius: 6px;
  font-size: 16px;
  width: 300px;
}

.pure-form input[type="text"],
.pure-form select,
.pure-form input[type="search"],
.pure-form textarea {
  width: 100%;
  border: none;
  box-shadow: none;
  /* border-bottom: 1px solid #d4d4d4; */
/*  margin-top: 5px;*/
}

textarea.mat-input-element{
    margin: 4px 0!important;
}
@media screen and (max-width: 767px) {
  .col-reverse {
    flex-direction: column-reverse;
  }

  .banner {
    padding: 60px 0;
  }

  .mob-txt-cnt {
    text-align: center;
  }

  .mob-mx-auto {
    margin-left: auto;
    margin-right: auto;
  }

  .small-txt-in-cntr {
    width: 90% !important;
  }

  .call-or-time {
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .topbar-social ul {
    float: unset !important;
    text-align: center;
    margin-top: 20px;
  }
}

@media screen and (min-width: 1200px) {
  .container {
    width: 100%;
    max-width: 1140px;
    margin: auto;
  }

}

@media screen and (max-width: 1199px) and (min-width: 992px) {
  .container {
    width: 100%;
    max-width: 960px;
    margin: auto;
  }
}

@media screen and (max-width: 991px) and (min-width: 768px) {
  .container {
    width: 100%;
    max-width: 720px;
    margin: auto;
  }
}

@media screen and (max-width: 991px) and (min-width: 576px) {
  .container {
    width: 100%;
    max-width: 100%;
    margin: auto;
  }
}

@media screen and (max-width: 575px) {
  .container {
    width: 100%;
    max-width: 100%;
    margin: auto;
  }
}


/* =-=----=--=-Topbar =-=-=-=-====- */
.topbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 3px 20px;
  box-shadow: 0 0 10px 0 #d4d4d4;
}

@media screen and (min-width: 768px) {
  .topbar .left .search-bar input {
    width: 350px;
  }
}

.topbar .left .search-bar input {
  background-color: #f1f1f1;
  border: none;
  margin-left: 0;
  margin-top: 0 !important;
  padding: 12px 10px 12px 40px;
  border-radius: 10px;
}


.logo img {
  max-width: 70px;
}

.topbar .left {
  display: flex;
  align-items: center;
}

.topbar-option li a {
  color: #5E5E5E;
    font-size: 17px;
    padding: 0 10px;
}

.topbar-option li:last-child {
  margin-right: 1px;
}

.topbar-option li {
  display: inline-block;
  margin-right: 18px;
  position: relative;
}

@media screen and (max-width:767px) {
  .topbar {
    flex-direction: column;
  }

  .topbar .left {
    flex-direction: column;
  }

  .topbar .left .search-bar input {
    margin-left: 0px;
    width: 300px;
  }

  .topbar ul.topbar-option {
    margin-top: 10px!important;
    margin-bottom: 10px!important;
  }

  .topbar-option li {
    margin-right: 24px;
  }

}

@media screen and (max-width:820px) and (min-width:300px) {
  .topbar-option li a {
    font-size: 18px;
  }

  .topbar-option li {
    margin-right: 12px;
  }
}



/* =-=-=-=-=-=Welcome Banner sec=-=-=-=- */
.banner-sec {
  background-image: url(../images/welcome-bg.png);
  padding-top: 350px;
  padding-bottom: 50px;
  background-size: cover;
}

@media screen and (max-width:425px) {
  .btn-group a.btn {
    display: block;
    margin-right: 20px;
    font-size: 16px;
  }
}

.user-strip {
  width: 100%;
  max-width: 90%;
  background-color: #000000bd;
  padding: 20px;
  border-radius: 0 20px 20px 0;
}

.user-strip p {
  color: #b3b3b3;
}

.user-strip h1 {
  color: #fff;
  font-size: 35px;
  font-weight: 600;
}

@media screen and (min-width:1024px) {
  .user-strip {
    max-width: 70%;
  }
}

@media screen and (max-width:767px) {
  .user-strip {
    max-width: 80%;
  }
}



/* =-=-=-=-=-=-==--== course grid =-=-=-=-=-=-=-=-==-==-=- */
.cat-and-view {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 30px;
}

.view-option a {
  color: #000;
  font-size: 25px;
  /* border: 2px solid #777; */
  padding: 3px 10px 1px;
  border-radius: 4px;
  box-shadow: 0 0 0px 2px #d4d4d4;
}

.topbar-option li a:hover {
  color: #25549e;
}

.course-card .course-img {
  background-color: #37495c;
  border-radius: 12px 12px 0 0;
}

.course-card .course-img img {
  width: 100%;
  height: 230px;
  object-fit: contain;
  border-radius: 12px 12px 0 0;
}

.course-card {
  box-shadow: 0px 0px 20px -1px #d4d4d4;
  border-radius: 12px;
}

.course-card .course-detail {
  padding: 15px;
  background-color: #fff;
  border-radius: 0 0 12px 12px;
}

.course-card .course-detail h3 {
  font-size: 18px;
}

.course-card .course-detail p {
  font-size: 14px;
  color: #777;
  padding-top: 6px;
}

.course-card a.btn {
  background-color: #101A50;
  padding: 10px 0px;
  font-size: 16px;
  color: #fff;
  margin: 20px 10px 0px;
  transition: 0.4s;
}

.course-card a.btn.buy {
  background-color: rgba(27, 49, 164, 1);
}

.course-card a.btn.buy:hover {
  background-color: #25549E;
}

.course-card a.btn:hover {
  background-color: #25549E;
}

@media screen and (max-width:425px) {
  select {
    width: 250px;
  }
}


/* =-=-=-=-=-=-=-=-=-= login-popup =-=-=-=---=-=-=-= */
.overlay {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.7);
  transition: opacity 500ms;
  visibility: hidden;
  opacity: 0;
}

.overlay:target {
  visibility: visible;
  opacity: 1;
  z-index: 9;
}

.popup {
  /* margin: 70px auto; */
  /* padding: 20px; */
  background: #fff;
  border-radius: 5px;
  /* width: 30%; */
  position: relative;
  transition: all 5s ease-in-out;
}

.popup h2 {
  margin-top: 0;
  color: #333;
/*  font-family: Tahoma, Arial, sans-serif;*/
}

.popup .close {
  position: absolute;
  top: 20px;
  right: 30px;
  transition: all 200ms;
  font-size: 30px;
  font-weight: bold;
  text-decoration: none;
  color: #333;
}

.popup .close:hover {
  color: #25549E;
}

.popup .content {
  max-height: 30%;
  overflow: auto;
}

@media screen and (max-width: 991px) {
  .box {
    width: 70%;
  }

  .popup {
    width: 100%;
  }
}

@media screen and (max-width: 425px) {
  .login-form .btn-group {
    flex-direction: column;
  }

  .login-form .btn-group a.btn {
    margin-right: 0px !important;
    margin-top: 20px;
  }

  .login-form .btn-group a.btn:first-child {
    margin-top: 0px !important;
  }
}

/* =-=-=-=-=-=-= login register form =-=-=-==--==- */

.login-form .btn-group a.btn {
  border: 2px solid #AC9FFA;
  color: #AC9FFA;
  padding: 9px 45px;
  font-size: 16px;
  margin-right: 15px;
}

.login-form{
  min-width: 150px;
  max-width: 500px;
  width: 100%;
}

.forgot-pass {
  text-align: center;
}

/* =-=-=-=-=-=-=-=-=-= Signup-popup =-=-=-=---=-=-=-= */

.signup-pop {
  width: 40%;
}

.signup-pop .btn-group a.btn {
  border: 2px solid #AC9FFA;
  color: #AC9FFA;
  padding: 9px 45px;
  font-size: 16px;
  margin-right: 15px;
}

.input-icon {
  position: relative;
}

.input-icon input {
  padding-right: 30px !important;
}

.input-icon i {
  position: absolute;
  bottom: 10px;
  right: 4px;
}

@media screen and (max-width: 1400px) {
  .signup-pop {
    width: 60%;
  }
}

@media screen and (max-width: 767px) {
  .signup-pop .content {
    max-height: 90%;
    overflow: auto;
  }

  .signup-pop {
    width: 80%;
    height: 500px;
  }
}

@media screen and (max-width: 425px) {
  .signup-pop .signup-form .btn-group {
    flex-direction: column;
  }

  .signup-pop .signup-form .btn-group a.btn {
    margin-right: 0px !important;
    margin-top: 20px;
  }

  .signup-pop .signup-form .btn-group a.btn:first-child {
    margin-top: 0px !important;
  }
}

/* =-=-=-=-=-=-=- Homepage =-=-=--==-=- */
.welcome-option {
  background-color: rgba(5, 0, 255, 0.39);
  padding: 20px 30px;
  border-radius: 20px 20px 0 0;
}

.menu-card a {
  color: #000;
  font-size: 20px;
}

.menu-card img {
  max-width: 80px;
}

.menu-card {
  background-color: #fff;
  margin: 20px;
  padding: 20px;
  border-radius: 15px;
  text-align: center;
  transition: 0.4s;
}

.menu-card:hover {
  transform: translateY(-5px);
}

.recent-course-col h3,
.upcoming-event-col h3 {
  font-size: 25px;
}

.recent-course-col {
/*  background-color: rgba(240, 230, 230, 1);*/
    background-color: #fff;
  padding: 30px 16px;
  border-radius: 10px;
}

.upcoming-event-col {
/*  background-color: rgba(210, 210, 210, 1);*/
      background-color: #fff;
  padding: 30px 16px;
  border-radius: 10px;
}

.event-card {
  background-color: #fff;
  padding: 30px;
  border-radius: 10px;
}

.event-card p {
  font-size: 15px;
  margin-top: 10px;
}

.event-card h4 {
  font-size: 21px;
}

.event-card .btn-div {
/*  margin-left: auto;*/
}

.event-card .btn-div a.btn:hover {
  background-color: #121a4d;
  color: #fff;
}

.event-card .btn-div a.btn {
  margin-top: 10px;
  box-shadow: 0px 6px 10px 0px #d4d4d4;
  font-size: 16px;
  transition: 0.4s;
}

/* =-=-=-=-=-=-=-= my course =-=-=-=-=-=-=- */
.course-menu {
  background: transparent;
}

@media screen and (max-width:425px) {
  .course-menu.popup {
    width: 100%;
    max-width: 300px !important;
    padding: 20px 0px !important;
  }

  .course-menu.popup .close {
    top: 29px !important;
    left: 12px !important;
  }
}

.course-menu.popup {
  width: 100%;
  max-width: 390px;
}

.course-menu .username {
  background-color: #fff;
  display: flex;
  width: 100%;
  max-width: 200px;
  border-radius: 10px;
  padding: 4px 0;
}

.course-menu.popup .close {
  position: absolute;
  top: 28px;
  left: 30px;
  right: unset;
  transition: all 200ms;
  font-size: 26px;
  font-weight: bold;
  text-decoration: none;
  color: #333;
}

.course-menu .username .name {
  margin-left: 40px;
}

#home-menu .username .name p {
  font-size: 12px;
  line-height: 18px;
}

#home-menu .username .name h4 {
  font-size: 20px;
}

.course-menu.popup .content {
  background-color: #fff;
  border-radius: 10px;
  margin-top: 10px;
  /* width: 100%;
  max-width: 390px; */
}

.course-menu.popup .content select {
  width: 100%;
}

.course-menu.popup .content .btn-group a {
  margin-right: 0;
  margin-bottom: 10px;
}

.course-menu.popup .content .btn-group {
  flex-direction: column;
}

.course-menu.popup .content .btn-group a:first-child:hover {
  background-color: transparent;
  color: #121a4d;
}

.course-menu.popup .content .btn-group a:first-child {
  background-color: #121a4d;
  color: #fff;
  border-color: #121a4d;
}

/* =-=-=-=-=-=-=-= course Details =-=-=-=-=-=-=- */

.banner-sec.course-detail {
  position: relative;
  background-image: linear-gradient(rgba(20, 20, 20, .7),
      rgba(20, 20, 20, .7)),
    url(../images/course-detail-bg.png);
}

.course-detail h2 {
  color: #fff!important;
  font-size: 40px;
  font-weight: 600;
}

.course-name h2 a {
  color: #41ff6a;
}

.course-detail .course-share-icon {
  position: absolute;
  right: 15px;
  top: 15px;
}

.course-detail .course-share-icon a:first-child {
  margin-right: 15px;
}

.course-detail .course-share-icon a {
  color: #fff;
  font-size: 28px;
}

.chapter-card {
  box-shadow: 0 0 20px 0px #d4d4d4;
  padding: 25px 20px;
  border-radius: 12px;
}

.chapter-card .chapter-name {
  border-bottom: 1px solid #d4d4d4;
  padding-bottom: 10px;
}

.chapter-card .chapter-name h3 {
  font-size: 22px;
}

.chapter-card .chapter-name .chapter-status p {
  font-size: 14px;
  background-color: #57cd27;
  color: #fff;
  padding: 0px 10px;
  border-radius: 20px;
}

.progress-bar progress::-webkit-progress-value {
  background-color: #02c119;
  border-radius: 12px;
}

.progress-bar progress::-webkit-progress-bar {
  background-color: #d9d9d9;
  border-radius: 12px;
}

.progress-bar progress {
  font-size: 28px;
  border: 0px;
  height: 16px;
}

.time-or-progress .chapter-time p {
  font-size: 14px;
}

.time-or-progress .chapter-time h5 {
  font-size: 20px;
}

.course-count-card {
  box-shadow: 0 0 10px 0 #d4d4d4;
  padding: 20px 20px;
  border-radius: 8px;
}

.course-count-card h4 {
  font-size: 35px;
}

@media screen and (max-width:425px) {
  .time-or-progress {
    flex-direction: column;
    padding-top: 10px;
  }
}

.border-right {
  border-right: 1px solid #efefef;
}

.profile-general-form a.btn {
  box-shadow: 0 0 10px 0px #d4d4d4;
  font-size: 16px;
  padding: 10px 40px;
  margin-top: 12px;
}

@media screen and (max-width:767px) {
  .border-right {
    border-right: none;
  }
}

/* =-=--==-=-=-=-= notification popup =-=-=--=-=-=-=-== */
@media screen and (max-width:575px) {
  #notification-pop .popup {
    margin-right: auto !important;
  }

  #notification-pop .popup {
    width: 100%;
    max-width: 80%;
  }
}

#notification-pop .popup {
  margin: 70px;
  margin-left: auto;
  height: 350px;
  overflow: hidden;
}

#notification-pop .popup .content {
  height: 100%;
  max-height: 90%;
}

#notification-pop .pop-title h2 {
  color: #25549E;
  font-weight: 500;

}

.pop-notification-card {
  box-shadow: 0px 0px 10px 0px #d4d4d4;
  padding: 20px;
  margin: 15px;
  border-radius: 6px;
}

.pop-notification-card .title {
  border-bottom: 1px solid #d4d4d4;
  padding-bottom: 6px;
}

.pop-notification-card .title h5 {
  font-size: 18px;
  color: #2cad31;
}

#notification-pop .pop-title a.close {
  top: 15px;
  font-weight: 600;
  color: #cb0000;
}

.pop-notification-card .title h6 {
  font-weight: 500;
  color: #777;
}

.pop-notification-card .Notification-detail p {
  font-size: 15px;
  margin-top: 5px;
}

/* =-=-=-=-=-=-=-=-=-=-=-= calender event popup =-=-=-=-=-=-=-=  */
#calender-pop .popup {
  width: 100%;
  max-width: 40%;
}

#calender-pop label.form-title {
  display: block;
  width: 100%;
  letter-spacing: normal;
  color: #00c70f;
}

#calender-pop .pop-title h2 {
  color: #25549E;
  font-weight: 500;

}

#calender-pop .pop-title a.close {
  top: 15px;
  font-weight: 600;
  color: #cb0000;
}

.invite-box .username {
  position: relative;
  box-shadow: 0 0 10px 0 #d4d4d4;
  padding: 4px 10px;
  border-radius: 6px;
}

.invite-box .username a.close {
  left: 5px;
  top: 0px;
  font-size: 16px;
  color: red;
}

.invite-box .username .name {
  padding-left: 12px;
}

.invite-box .username .name p {
  font-size: 12px;
  line-height: 14px;
}

.invite-box .username .name h4 {
  font-size: 15px;
}

@media screen and (max-width: 1650px) and (min-width:1300px) {
  #calender-pop .popup {
    width: 100%;
    max-width: 50%;
  }
}

@media screen and (max-width: 1299px) and (min-width:1024px) {
  #calender-pop .popup {
    width: 100%;
    max-width: 70%;
  }
}

@media screen and (max-width: 1023px) and (min-width:768px) {
  #calender-pop .popup {
    width: 100%;
    max-width: 80%;
  }
}

@media screen and (max-width: 767px) {
  #calender-pop .popup {
    width: 100%;
    max-width: 80%;
  }

  #calender-pop .popup .content {
    max-height: 300px;
  }

  #calender-pop label {
    display: inline;
  }
}

@media screen and (max-width: 360px) {
  #calender-pop .popup {
    width: 100%;
    max-width: 90%;
    padding: 10px;
  }
}

/* =-=-=-=-=-=-=-=-=-= FAQ =-=-=-=---=-=-=-= */
.course-sec .accordion {
  background-color: #fff;
  color: #444;
  border: 1px solid #d4d4d4;
  border-bottom: 0;
  margin-bottom: 0px;
  cursor: pointer;
  padding: 18px;
  width: 100%;
  text-align: left;
  outline: none;
  font-size: 18px;
  font-weight: 600;
  transition: 0.4s;
}


.course-sec .accordion.active,
.course-sec .accordion:hover {
  background-color: #25549e;
  margin-bottom: 0px;
  color: #fff;
}

.course-sec .accordion:after {
  content: '\f077';
  font-family: 'Font Awesome 5 Free';
  color: #777;
  font-weight: bold;
  float: right;
  margin-left: 5px;
  transition: 0.4s;
}

.course-sec .accordion:hover:after {
  color: #fff;
}

.course-sec .accordion.active:after {
  content: "\f077";
  color: #fff;
  transform: rotate(180deg);
  transition: 0.4s;
}

.course-sec .panel {
  padding: 0 18px;
  background-color: white;
  max-height: 0;
  overflow: hidden;
  border: 1px solid #d4d4d4;
  margin-bottom: 10px;
  border-top: 0px;
    border-radius: 0!important;
  transition: max-height 0.2s ease-out;
}

.course-sec .panel .faq-content>* {
  font-size: 16px;
}

.course-sec .faq-query-from {
/*  border: 1px solid #d4d4d4;*/
  padding:30px 20px;
  text-align: center;
    background: #fff;
    border-radius: 10px;
}

.course-sec .faq-query-from textarea {
  height: 80px;
}

.course-sec .faq-query-from input[type="text"],
.course-sec .faq-query-from textarea {
/*  border: 1px solid #d4d4d4;*/
}

.course-sec .faq-query-from a.btn:hover {
  background-color: #121a4d;
  color: #fff;
}

.course-sec .faq-query-from a.btn {
  padding: 10px 10px;
  font-size: 16px;
  margin-top: 0px;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 150px;
  transition: 0.4s;
}

.course-sec .faq-query-from h3 {
font-size: 25px;
    margin: 0 0 8px 0!important;
    font-weight: 500!important;
    line-height: 33px;
}

@media screen and (max-width: 768px) and (max-width:788px) {
  .course-sec .accordion {
    font-size: 17px;
  }
}

@media screen and (max-width: 394px) {
  .course-sec .accordion {
    font-size: 16px;
    padding-right: 10px;
  }
}

@media screen and (max-width: 335px) {
  .course-sec .accordion:after {
    transform: translateY(-7px);
  }
}

/* =-=-=-=-=-=-=-= sidebar =-=-=-=--=-=-= */
#sidebar.sidebar {
  overflow: scroll;
  position: fixed;
  left: 0;
  top: 0;
  height: 100%;
  background: #fff;
  z-index: 100;
  transition: width 300ms;
}

.sidebar-brand {
  /* height: 90px; */
  padding: 2rem 0rem 2rem 0rem;
  color: #fff;
}

.sidebar-brand h2 img {
  margin: auto;
}

.sidebar-brand h2 {
  display: flex;
  align-items: center;
}

.sidebar-menu {
  margin-top: 1rem;
  padding: 0px 20px;
}

.sidebar-menu li {
  /* width: 100%; */
  margin-bottom: 6px;
  padding-left: 1rem;
}

.sidebar-menu h4 {
  color: #25549e;
    font-weight: 600;
    font-size: 17px;
    margin-top: 20px;
    margin-bottom: 10px;
    padding-left: 1rem;
    transition: 0.5s;
}
.cat_heading i{
   display: none;
   transition: 0.5s;
   color: #000;
}
#nav-toggle:checked+.sidebar .sidebar-menu h4 {
  display: none;
}

.sidebar-menu a {
  padding-left: 1rem;
  display: block;
  color: #fff;
  font-size: 1.1rem;
}

.sidebar-menu a.active {
  background: #fff;
  padding-top: 1rem;
  padding-bottom: 1rem;
  color: #25549e;
  border-radius: 30px 0px 0px 30px;
}

.sidebar-menu a span:first-child {
  font-size: 1.5rem;
  padding-right: 1rem;
}

/*#nav-toggle:checked+.sidebar {
  width: 140px;
}*/

#nav-toggle:checked+.sidebar .dropdown label i {
  font-size: 20px;
}

#nav-toggle:checked+.sidebar .dropdown label {
  font-size: 0;
}

#nav-toggle:checked+.sidebar .dropdown label:after {
  display: none;
}

#nav-toggle:checked+.sidebar .sidebar-brand img {
  margin: auto;
  width: 50px;
}

#nav-toggle:checked+.sidebar .sidebar-brand,
#nav-toggle:checked+.sidebar li {
  padding-left: 0rem;
  text-align: left;
}

#nav-toggle:checked+.sidebar li a {
  padding-left: 0rem;
}

#nav-toggle:checked+.sidebar .sidebar-brand h2 span:last-child,
#nav-toggle:checked+.sidebar li a span:last-child {
  display: none;
}

#nav-toggle:checked~.main-content {
  margin-left: 70px;
}

#nav-toggle:checked~.main-content header {
  width: calc(100% - 74px);
    left: 75px;
}

.main-content {
  transition: margin-left 250ms;
  margin-left: 250px;
}

.s-bar-header {
  background: #fff;
  display: flex;
  justify-content: space-between;
  padding: 5px 1.5rem;
  padding-left: 0px;
  box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.2);
  position: fixed;
  left: 248px;
  width: calc(100% - 248px);
  top: 0;
  z-index: 100;
  transition: left 250ms;
}

.s-bar-header .topbar {
  width: 100%;
  box-shadow: none;
}

#nav-toggle {
  display: none;
}

.s-bar-header h2 {
  color: #222;
}

.s-bar-header label i {
  font-size: 20px;
  padding-right: 1rem;
  color: #000;
}

.s-bar-header .search-wrapper {
  border: 1px solid #ccc;
  border-radius: 30px;
  height: 50px;
  display: flex;
  align-items: center;
  overflow-x: hidden;
}

.s-bar-header .search-wrapper span {
  display: inline-block;
  padding: 0rem 1rem;
  font-size: 1.5rem;
}

.s-bar-header .search-wrapper input {
  height: 100%;
  padding: .5rem;
  border: none;
  outline: none;
}

.s-bar-header .user-wrapper {
  display: flex;
  align-items: center;
}

.s-bar-header .user-wrapper img {
  border-radius: 50%;
  margin-right: 1rem;
}

.s-bar-header .user-wrapper small {
  display: inline-block;
}

main {
  margin-top: 65px;
  padding: 2rem 1.5rem;
  background: #f1f5f9;
  min-height: calc(100vh - 90px);
}


@media only screen and (max-width: 1200px) {
  .sidebar {
    width: 200px;
  }

  /* .sidebar .sidebar-brand,
  .sidebar li {
    padding-left: 0rem;
    text-align: center;
  } */

  .sidebar li a {
    padding-left: 0rem;
  }

  .sidebar .sidebar-brand h2 span:last-child,
  .sidebar li a span:last-child {
    display: none;
  }

  .main-content {
    margin-left: 200px;
  }

  .main-content header {
    width: calc(100% - 200px);
    left: 200px;
  }

  .sidebar-menu li {
    padding-left: 0.3rem;
  }

  .s-bar-header ul.topbar-option li {
    margin-right: 8px;
  }

  .s-bar-header ul.topbar-option li a {
    font-size: 18px;
  }

  .s-bar-header .topbar .left .search-bar input {
    margin-left: 0px;
    width: 250px;
  }
}
 .s-bar-header .topbar .left .search-bar .web_s {
    display: block;
  }
@media screen and (min-width: 768px) {
  .s-bar-header .topbar .topbar-barnd-logo {
    display: none;
  }

/*
  .s-bar-header .topbar .left .search-bar .web_s {
    display: block;
  }
*/

}

@media only screen and (max-width: 767px) {

  .search-wrapper {
    display: none;
  }

  .sidebar {
    left: -100% !important;
  }

  .s-bar-header h2 {
    display: flex;
    align-items: center;
  }

  .s-bar-header h2 label {
    display: inline-block;
    text-align: center;
    padding-right: 0rem;
    margin-right: 0rem;
    height: 40px;
    width: 40px;
    border-radius: 50%;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center !important;
  }

  .s-bar-header h2 span {
    text-align: center;
    padding-right: 0rem;
  }

  .s-bar-header h2 {
    font-size: 1.1rem;
    position: absolute;
    right: 35px;
  }

  .main-content {
    width: 100%;
    margin-left: 0px !important;
  }

  .s-bar-header {
    width: 100% !important;
    left: 0 !important;
      padding: 0!important;
  }

  #nav-toggle:checked+.sidebar {
    left: 0 !important;
    z-index: 100;
    width: 250px !important;
  }

  #nav-toggle:checked+.sidebar:hover {
    width: 345px;
    z-index: 200;
  }

  #nav-goggle:checked+.sidebar .sidebar-brand,
  #nav-toggle:checked+.sidebar:hover li {
    padding-left: 0rem;
    text-align: left;
  }

  #nav-goggle:checked+.sidebar li a {
    padding-left: 1rem;
  }

  #nav-goggle:checked+.sidebar .sidebar-brand h2 span:last-child,
  #nav-goggle:checked+.sidebar li a span:last-child {
    display: inline;
  }

  .topbar .left {
    flex-direction: row-reverse;
  }



  .topbar .logo {
    margin-top: 10px;
  }

  .s-bar-header label i {
    padding-right: 0;
    padding-left: 20px;
  }

  #nav-toggle:checked+.sidebar {
    left: 0 !important;
    z-index: 999;
    width: 345px;
  }

  #nav-toggle:checked+.sidebar .dropdown label {
    font-size: 16px;
  }

  #nav-toggle:checked+.sidebar .dropdown label:after {
    display: block;
  }

  .sidebar .sidebar-brand,
  .sidebar li {
    text-align: left;
  }

  #nav-toggle:checked+.sidebar .sidebar-brand,
  #nav-toggle:checked+.sidebar li {
    text-align: left;
  }

  main {
    margin-top: 30px;
  }

  .s-bar-header .topbar {
    display: flex;
    flex-direction: revert;
    align-items: center;
    justify-content: space-between;
    padding: 10px 10px;
    box-shadow: 0 0 10px 0 #d4d4d4;
  }

  .s-bar-header .topbar .topbar-barnd-logo {
    display: block;
  }

  .s-bar-header .topbar .left .search-bar .web_s {
    display: none;
  }


  .s-bar-header .topbar .left {
    flex-direction: row-reverse;
    width: 14%;
    justify-content: flex-end;
    padding: 0 0 !important;
  }

  #nav-toggle:checked+.s-bar-header label .fa-bars:before,
  #nav-toggle:checked+.s-bar-header label .fa-navicon:before {
    content: '\f00d' !important;
  }

  .sidebar-menu {
    position: relative;
    height: 80vh;
    overflow: scroll;
    padding-bottom: 30px !important;
}

  #nav-toggle:checked~.main-content header .topbar .left h2 label i:before {
    content: "\f00d";
  }
}


.dropdown {
  position: relative;
  display: block;
  color: #000;
}

.dropdown label {
  display: block;
  padding: 10px 8px;
  font-size: 15px;
  display: flex;
  align-items: center;
  width: 100%;
  cursor: pointer;
}
.dropdown label:hover{
  background-color: #f1f1f1;
  border-radius: 10px;
}
.dropdown label i{
  margin-right: 5px;
}
.dropdown label:after {
  position: absolute;
  content: "\f077";
  color: #000;
  font-weight: 800;
  font-family: 'Font Awesome 6 Pro';
  font-size: 0.75rem;
  top: 12px;
  right: 10px;
  margin-left: 4px;
  transform: rotate(180deg);
}

.dropdown label:hover {
  color: #000;
}

.dropdown label:hover:after {
  color: #25549e;
}

.dropdown input {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
}

.dropdown input:checked~ul {
  max-height: 500px;
  transition: max-height 0.5s ease;
  margin: 16px 0;
  display: block;
}

.dropdown ul {
  margin: 0 !important;
  padding: 0;
  list-style: none;
  overflow: hidden;
  max-height: 500px;
  transition: max-height 0.25s ease;
  display: none;
  transition: 0.5s;
}

.dropdown li {
  margin: 5px 10px 5px 0;
    transition: 0.5s;
    padding-left: 11px !important;
    padding: 10px 13px;
    border-radius: 8px;
}

.dropdown ul li a {
  font-size: 15px;
  color: black;
  text-decoration: none;
  font-weight: normal;
}

/* =-=-=-=-=-=-=-=-= Login-course-table =-=-=-=-=-=-=-=-=*/
.dataTables_wrapper tfoot {
  display: none;
}

.dataTables_wrapper .dt-buttons button {
  background: #25549e;
  border: 2px solid #25549e;
  padding: 8px 30px;
  border-radius: 6px;
  color: #fff;
}

.dataTables_wrapper {
  border: 1px solid #d4d4d4;
  border-radius: 6px;
  margin-top: 30px;
}

.dataTables_wrapper .dt-buttons,
.dataTables_wrapper .dataTables_filter {
  display: inline-block;
  padding: 20px;
}

.dataTables_wrapper .dataTables_filter input[type="search"] {
  padding: 8px 0;
  border-radius: 30px;
}

.dataTables_wrapper thead tr th {
  background-color: #F6FDFF;
  padding: 15px 10px !important;
  font-weight: 500 !important;
}

.dataTables_wrapper .dataTables_info,
.dataTables_wrapper .dataTables_paginate {
  padding: 20px 10px;
  display: inline-block;
}

.dataTables_wrapper .dataTables_paginate {
  padding: 8px 10px;
}

.dataTables_wrapper .dataTables_paginate span a.current {
  background-color: #d5d6df !important;
  border: none !important;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.current {
  color: #fff !important;
}

.dataTables_wrapper .dataTables_paginate span a {
  font-size: 14px;
  padding: 2px 7px !important;
}

.dataTables_wrapper tbody tr td {
  padding: 15px 10px !important;
}

@media screen and (max-width:767px) {
  .inline-btn {
    align-items: center;
    flex-wrap: wrap;
  }

  .inline-btn a {
    margin-right: 10px;
    font-size: 15px;
    padding: 10px 30px;
  }

  .dataTables_wrapper {
    overflow: scroll;
  }

  .dataTables_wrapper .dt-buttons button {
    margin: 5px 0;
  }

  .dataTables_wrapper .dataTables_paginate a.previous {
    padding-left: 0;
  }

  .dataTables_wrapper .dataTables_info {
    padding-bottom: 0px;
  }
}

*{
  margin: 0;
  padding: 0;
  box-sizing: border-box;
/*  font-family: 'Lato', sans-serif;*/
}
a{
  text-decoration: none;
}
ul{
  list-style: none;
}
p{
  font-size: 16px;
  line-height: 24px;
}

.container {
  max-width: 1170px;
  margin: auto;
  padding: 0 15px;
}
.header_block{
  background: #1a2644;
}
.header_row{
  padding: 12px 30px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.header_search input{
  width: 244px;
  padding: 0 15px;
  height: 40px;
  border: none;
  border-radius: 50px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  font-size: 15px;
  outline: none;
}
.header_search form{
  display: flex;
}
.header_search button.btn{
  position: relative;
  background: #3288e6;
  height: 40px;
  color: #fff;
  border-radius: 0;
  border:none;
  border-left:1px solid #3288e6;
  border-top-right-radius: 50px;
  border-bottom-right-radius: 50px;
  line-height: 0;
  width: 50px;
  cursor: pointer;
    box-shadow: none!important;
}
.login_block{
  padding: 70px 0;
}
.login_form{
  margin: 0 auto;
  max-width: 480px;
  border:1px solid #dfe2e6;
    background: #fff;
  border-radius: 5px;
  box-shadow: 0 6px 6px -3px rgb(39 44 51 / 10%), 0 10px 14px 1px rgb(39 44 51 / 4%), 0 4px 18px 3px rgb(39 44 51 / 2%);
}
.form_group{
/*  margin-bottom: 18px;*/
}
.form_control_label{
  margin-bottom: 10px;
  display: block;
}
.login_header {
  padding: 16px;
  text-align: center;
  border-bottom: 1px solid #dfe2e6;
}
.login_footer{
  padding: 16px;
  text-align: center;
  border-top: 1px solid #dfe2e6;
}
.login_footer p{
    color:#000!important;
}
.login_body{
  padding: 26px 16px;
}
.login_header h4{
  font-size: 23px!important;
    font-weight: 500!important;
  line-height: 30px!important;

}

.login_footer a{
  font-weight: 600;
}
.login_header p{
  color:#6c6c6c;
    margin: 0!important;
}
.form_control,.login_btns button{
  border-radius: 7px;
  min-height: 50px;
  padding: 6px 15px;
  width: 100%;
  font-size: 16px;
  border:1px solid #dfe2e6;
   
}
.login_btns button{
     margin-top: 16px!important;
}
.form_control{
    min-height: 30px;
}
.input_group{
  position: relative;
}
.input_group .form_control{
  padding-left: 33px;
}
.input_group i{
  position: absolute;
  width: 30px;
  top: 0;
  bottom: 0;
  text-align: center;
  line-height: 50px;
}
.form_control:focus{
  border-color: #3288e6;
  outline: none;
}
.login_btns button{
  background: #3288e6;
  color:#fff!important;
  cursor: pointer;
  font-weight: 600;
  box-shadow: 0 11px 19px rgba(0, 0, 0, 0.16);
  transition: all 0.3s;
}
.login_btns button:hover{
  background: #1a2644;
}
.forgot{
  margin-top: 20px;
  text-align: center;
}
.forgot-link {
  color: #3288e6!important;
  font-size: 16px;
  text-decoration: underline!important;
    font-weight: 500!important;
    cursor: pointer;
}
.footer_bottom_block{
  padding: 15px 0;
  background-color: #1e3761;
}
.footer_row{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.footer_bottom_block .footer_left p{
  font-size: 14px;
}
.footer_bottom_block p,.footer_bottom_block a{
  color:#fff;
}
.footer_bottom_block ul{
  display: flex;
}
.footer_bottom_block li{
  padding-right: 18px;
}
.footer_bottom_block li i{
  font-size: 19px;
}


@media (max-width:800px){
  .header_search{
      display: none;
  }

  .logo img{
      max-width: 80px;
 }
  .footer_row{
      display: block;
 }
  .footer_bottom_block p{
      text-align: center;
      margin-bottom: 20px;
 }
  .footer_bottom_block ul{
      justify-content:center;
 }
}




a{
  text-decoration: none!important;
}
/* course buttons */

.course-card a.btn, .event-card .btn-div a.btn{
  background-color: #d77f1c;
  /* #3288e6!important; */
  border:none!important;
  padding: 10px 12px!important;
  margin: 9px 0px 0px!important;

}
.course-card a.btn:hover, .event-card .btn-div a.btn:hover {
  color: #fff!important;
  background-color: #1a2644!important;
  font-weight: 400!important;

}

/* course heading */

.recent-course-col>h3, .upcoming-event-col>h3 {
  font-weight: 500!important;
  font-size: 25px!important;
  line-height: 33px;

}
.event-card h4 {
  font-size: 19px!important;
  font-weight: 500!important;
}

/* enroll filter */

.light-mode .mat-raised-button.mat-accent{
/*
  background-color:  #1a2644!important;
  color:#fff!important;
*/
}
.view-option a {
  cursor: pointer;
}


/* View Button */
.view-course{
  width: 100%;
}
.btn:focus, .btn:active:focus, .btn.active:focus{
    outline: none!important;
}

/* Hide the leading checkbox ONLY on the search option row */
.cdk-overlay-container .student-select-panel .search-option [mat-pseudo-checkbox],
.cdk-overlay-container .student-select-panel .search-option .mat-pseudo-checkbox,
.cdk-overlay-container .student-select-panel .search-option .mdc-checkbox,
.cdk-overlay-container .student-select-panel .search-option .mdc-list-item__start {
  display: none !important;
}

/* Remove the left padding that is reserved for the checkbox on that row */
.cdk-overlay-container .student-select-panel .search-option.mat-mdc-option,
.cdk-overlay-container .student-select-panel .search-option .mat-mdc-option {
  padding-left: 12px !important;
}

/* Keep the search row snug at the top (optional) */
.cdk-overlay-container .student-select-panel .mat-mdc-select-panel {
  padding-top: 0 !important;
}
