@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');

/***************************************************
****************************************************
        COPY And Paste 17-5-2025 Start
****************************************************
***************************************************/
.top-new-menu .menu-toggle {
  background-color: #000;
  border: 0;
  border-radius: 5px;
  display: flex;
  line-height: 40px;
  align-items: center;
  gap: 10px;
  padding: 0 15px;
}

.top-new-menu .menu-toggle i {
  font-style: normal;
  font-size: 14px;
  color: #fff;
}

.top-new-menu {
  position: relative;
}

.top-new-menu-content {
  position: absolute;
  width: 270px;
  background-color: #fff;
  box-shadow: 0px 5px 10px 0px #00000038;
  border-radius: 15px;
  right: 0;
  top: calc(100% - -30px);
}

.top-profile-detail {
  display: flex;
  background-image: url("../images/profile/profile-bg.svg");
  background-size: cover;
  height: 100%;
  gap: 20px;
  padding: 15px 15px;
  border-radius: 15px 15px 0 0;
}

ul.top-new-menu-list li a {
  line-height: 45px;
  padding: 0 15px;
  color: #000;
  font-size: 16px;
  display: flex;
  gap: 15px;
  align-items: center;
}

ul.top-new-menu-list li a:hover {
  text-decoration: none;
  background-color: #f9f9f9;
}

.top-profile-detail center {
  border: solid 8px #00000033;
  border-radius: 50%;
}

.top-profile-detail center img {
  border-radius: 50%;
}

.top-profile-detail span {
  display: flex;
  flex-direction: column;
  height: 100%;
  gap: 5px;
  justify-content: space-between;
}

.top-profile-detail span b,
.top-profile-detail span i {
  font-style: normal;
  font-weight: normal;
}

.top-profile-detail span a {
  border: solid 1px #707070;
  border-radius: 5px;
  line-height: 30px;
  padding: 0 12px;
  display: flex;
  gap: 10px;
  color: #070707;
}

.top-invite-section {
  border: solid 1px #FC8741;
  border-radius: 12px;
  margin: 0 5px 5px 5px;
  background-image: url("../images/profile/share-bg.svg");
  display: flex;
  background-size: cover;
  height: 75px;
  flex-direction: column;
  justify-content: center;
  gap: 5px;
  padding: 0 15px;
}

.top-invite-section b {
  font-weight: normal;
  font-size: 18px;
  color: #FC8741;
}

.top-new-menu-content:before {
  content: "";
  border-right: solid 15px transparent;
  border-left: solid 15px transparent;
  border-top: solid 25px transparent;
  border-bottom: solid 25px #FFEF8C;
  position: absolute;
  top: -50px;
  right: 30px;
}

.top-new-menu {
  position: relative;
  width: max-content;
  z-index: 99;
  margin: 0 0 0 10px;
}

.top-new-menu.active .top-new-menu-content {
  display: block;
}

.top-new-menu-content {
  display: none;
}

.my-account-title {
  border-bottom: solid 1px #707070;
  padding: 10px 0;
}

.my-account-title {
  display: flex;
  gap: 15px;
  align-items: center;
  padding: 20px 0 10px 0;
}

.my-account-title i {
  font-size: 18px;
  font-style: normal;
}

.my-account-title a {
  border-right: solid 1px #707070;
  padding: 0 10px 0 0;
}

.main-profile-section {
  border-radius: 30px;
  margin: 30px 50px;
  box-shadow: 0px 5px 5px 0px #00000012;
  background-color: #FBFBFB;
  overflow: hidden;
}

.profile-maine-detail {
  background-color: #fff;
}

.profile-side-menu li a {
  line-height: 45px;
  padding: 0 15px;
  background-color: #fff;
  color: #000;
  font-size: 16px;
  display: flex;
  gap: 15px;
  align-items: center;
  border-radius: 10px;
}

.profile-side-menu ul {
  padding: 30px 10px 10px 10px;
  display: flex;
  width: 100%;
  flex-direction: column;
  gap: 10px;
}

.profile-side-menu li a i {
  margin-left: auto;
}

.profile-side-menu li a:hover {
  background-color: #FEEC00;
  text-decoration: none;
}

.main-profile-section .col-md-8 {
  background-color: #fff;
}

.main-profile-section .col-md-4 {
  padding-right: 0;
}

.profile-user-image {
  display: flex;
  border-bottom: solid 1px #707070;
  align-items: center;
  gap: 20px;
  padding: 30px;
  position: relative;
}

.profile-user-image center>img {
  border-radius: 0;
  max-height: 100%;
}

/* .profile-user-image center {
    position: relative;
    min-width: 150px;
    height: 150px;
    border-radius: 50%;
    line-height: 150px;
    border: solid 5px #CFCFCF;
    width: 150px;
    overflow: hidden;
    display: flex;
    justify-content: center;
} */
.profile-user-image center {
    position: relative;
    min-width: 150px;
    height: 150px;
    border-radius: 50%;
    line-height: 150px;
    border: solid 5px #CFCFCF;
    width: 150px;
    overflow: hidden;
    display: flex;
    justify-content: center;
    background-color: #000;
    align-items: center;
}

.profile-user-image center i {
  color: #fff;
  font-style: normal;
  font-weight: bold;
  font-size: 60px;
  letter-spacing: -3px;
}

.profile-user-image center a {
  position: absolute;
  bottom: 5px;
  right: 0;
  line-height: normal;
  left: 0;
}

/* .profile-user-image center a {
    position: absolute;
    bottom: 0;
    right: 5px;
    line-height: normal;
}
.profile-user-image center {
    position: relative;
    width: 150px;
    height: 150px;
    border-radius: 50%; 
    line-height: 150px;
} */
.profile-detail b {
  font-size: 18px;
  font-weight: normal;
}

.profile-complete-bar {
  display: flex;
  align-items: center;
  gap: 10px;
}

.profile-complete-bar span {
  background-color: #F3F2F2;
  width: 100%;
  border-radius: 20px;
  height: 15px;
  position: relative;
  border: solid 3px #f3f2f2;
}

.profile-complete-bar span em {
  position: absolute;
  left: 0;
  z-index: 9;
  height: 100%;
  border-radius: 10px;
}

.profile-detail {
  width: 100%;
}

.profile-complete-bar i {
  font-style: normal;
}

.profile-maine-detail {
  padding: 0 30px 0 20px;
}

.profile-input-list .input-text {
  border: solid 1px #E6E6E6;
  border-radius: 8px !important;
  height: 45px;
  display: flex;
  align-items: center;
  gap: 15px;
  padding: 0 15px;
}

.profile-input-list .input-text input {
  border: 0;
  padding: 0;
  font-size: 15px;
  color: #0A0A0A;
  background-color: transparent;
}

.profile-input-list .input-text select {
  width: 100%;
  border: 0;
  font-size: 15px;
}

p.info-text {
  display: flex;
  align-items: center;
  font-size: 12px;
  gap: 5px;
  margin: 10px 0 10px 0;
}

.profile-input-list {
  display: flex;
  gap: 10px;
  flex-direction: column;
  margin: 25px 0;
}

.profile-input-list input,
.profile-input-list select {
  outline: none;
}

.input-group .submit-btn {
  border: solid 1px #D1C478;
  background-color: #FFEC7F;
  width: 100%;
  line-height: 56px;
  border-radius: 10px;
  margin: 20px 0 0 0;
}

section.my-account-section {
  background: #FFF;
  background: linear-gradient(0deg, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 33%, rgba(254, 245, 196, 1) 100%);
}

.profile-complete-bar.completed span:before {
  background-image: url("../images/profile/complete.svg");
  content: "";
  position: absolute;
  width: 20px;
  height: 20px;
  z-index: 10;
  background-size: contain;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}




/**************Mobile Menu*************/


#container {
  position: relative;
}

#checkbox {
  /* checkbox is hidden*/
  display: none
}

#icon-container {
  cursor: pointer;
  display: block;
  height: 35px;
  width: 40px;
  margin: 0;
  background-color: #FEEC00;
  padding: 0 10px;
  border-radius: 5px;
}

/* common styles*/
.icon-menu,
.icon-menu::before,
.icon-menu::after,
.icon-close,
.icon-close::before,
.icon-close::after {
  content: '';
  display: block;
  height: 2.7px;
  position: absolute;
  width: 28px;
  border-radius: 20px;
  transition: top ease 0.3s, transform ease 0.3s 0.3s, background 0.3s ease 0.3s;
  background: #000;
}


/* bottom line of hamburger */
.icon-menu::before {
  top: -7px;
  transition: background ease 0.3s, top ease 0.3s 0.3s, transform ease 0.3s;
}

/* top line of hamburger */
.icon-menu::after {
  top: 7px;
  transition: background ease 0.3s, top ease 0.3s 0.3s, transform ease 0.3s;
}

.icon-close {
  background: transparent;
}

/* line one of close icon */
.icon-close::before {
  transform: rotate(45deg);
  top: 0px;
  background: #000;
}

/* line two of close icon */
.icon-close::after {
  transform: rotate(-45deg);
  top: 0px;
  background: #000;
}

#icon {
  top: 16px;
  left: 6px;
  transition: background ease 0.3s, top ease 0.3s 0.3s, transform ease 0.3s;
}

div#menu-togle {
  margin-right: 15px;
  float: right;
  position: relative;
  margin-top: 10px;
  margin-bottom: 10px !important;
}

.profile-side-menu.show-menu ul {
  display: block;
}

.profile-side-menu.show-menu {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}

div#menu-togle {
  display: none;
}

.right-nav {
  display: flex;
  margin-left: auto;
}

.profile-user-image center>img {
  border-radius: 50%;
  max-height: 100%;
}

.profile-side-menu {
  padding: 0 0 0 20px;
}

@media only screen and (max-width:990px) {
  .main-profile-section {
    border-radius: 30px;
    margin: 20px 0;
  }

  .profile-side-menu li a {
    line-height: 40px;
    padding: 0 10px;
    font-size: 14px;
    gap: 15px;
  }

  .profile-user-image {
    gap: 10px;
    padding: 20px 0 20px 0;
  }

  .profile-maine-detail {
    padding: 0 10px;
  }
}

@media only screen and (max-width: 767px) {
  .main-profile-section {
    border-radius: 30px;
    margin: 20px 0;
  }

  .main-profile-section .col-md-4 {
    padding-right: 15px;
  }

  .profile-side-menu ul {
    padding: 10px 10px 10px 10px;
  }

  .profile-side-menu ul {
    display: none;
  }

  div#menu-togle {
    display: block;
  }

  .profile-side-menu li a {
    font-size: 16px;
  }
}

span.crc_serc.mr-3 {
  display: flex;
  align-items: center;
  gap: 5px;
}

#profile_photo {
  visibility: visible;
  opacity: 0;
  position: absolute;
}
span.toggle-menu {
    display:none;
}
.dropdown-menu {
    z-index: 999;
}
 .model2.modal-body {
    top: auto !important;
}
button.btn-close {
    border: 0 !important;
}
.model3.modal-body {
    top: 0 !important;
}
.teacher-popup .d-flex.flex-column.ms-4.pt-2 {
    margin-left: 10px !important;
}
	.teacher-popup center img {
    max-width: 100%;
    max-height: 100%;
}
	.teacher-popup center {
    flex: 0 0 140px;
    height: 170px;
}
	.teacher-popup.d-flex.mb-3 .d-flex.flex-column.ms-4.pt-2 {
    flex: 1;
    margin: 0 0 0 10px !important;
}
	.teacher-popup.d-flex.mb-3 {
    font-size: 15px;
}
.teacher-popup.d-flex.mb-3 .col-lg-6.col-6 {
    display: flex;
    flex-direction: column;
}
.teacher-popup.d-flex.mb-3 .row.mt-2 {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

/**********Responsive******/
@media only screen and (max-width: 767px) {
.right-nav {
    display: none;
}
.right-nav.show-menus {
    display: flex;
    margin-left: auto;
    align-items: flex-end;
    width: 100%;
    flex-wrap: wrap;
    padding: 10px 0 5px 0;
    gap: 8px 5px;
}
 
    .div-men {
    display: flex;
    align-items: center;
    width: 100%;
}
    span.toggle-menu {
    margin-left: auto;
}
span.crc_serc.mr-3 {
    width: 100%;
    padding: 10px 5px !important;
}
.top-new-menu {
    margin: 0;
    width: 100%;
}
    span.toggle-menu { 
    display: inline-block;
}
     .filter_section {
    background: #383838;
    padding: 15px 0px;
}
    .filter_select_box {
    margin: 0;
}
    .view_all.select_course_tab .nav-tabs .nav-link {
    margin-bottom: 0;
}
    .select_course_tab .nav-tabs {
    border: 0;
    margin: 0 !important;
}
    .nav-tabs .nav-item {
    margin-bottom: 10px;
}
}

/*******12-11-2025*******/
@media only screen and (max-width: 767px) {

    .filter_section {
    background: #383838;
    padding: 15px 0px;
}
    .filter_select_box {
    margin-bottom: 0;
}
    .view_all.select_course_tab .nav-tabs .nav-link {
    margin-bottom: 0;
}
    .select_course_tab .nav-tabs {
    border: 0;
    margin: 0 !important;
}
    .nav-tabs .nav-item {
    margin-bottom: 10px;
}
	.filter_section .d-flex.justify-content-between {
    display: flex !important;
    align-items: flex-start;
    flex-direction: column;
    gap: 10px;
}
.home-filter-section {
    padding: 10px 10px;
}
	.home-filter-section .search_wrapper {
    position: relative;
    width: 100%;
    border: solid 1px #fff;
    border-radius: 5px;
}
	.book-detail-tabs li a {
    font-size: 12px !important;
}
	* {
    font-size: 13px;
}
	ul.top-new-menu-list li a {
    line-height: 40px;
    padding: 0 15px; 
    font-size: 14px; 
    gap: 10px; 
}
	.profile-user-image center {
    min-width: 120px;
    height: 120px;
    line-height: 120px;
    width: 120px;
}
	.top-new-menu .menu-toggle i {
    font-size: 13px;
}
	.up-btn img {
    width: 18px !important;
}
	.top-new-menu-content {
    position: absolute;
    width: 100%; 
    right: 0;
    top: calc(100% - -30px);
    left: 0;
}
	.top-new-menu .menu-toggle {
    background-color: #000;
    border: 0;
    border-radius: 5px;
    display: flex;
    line-height: 40px;
    align-items: center;
    gap: 10px;
    padding: 0 15px;
    width: 100%;
    text-align: center;
    justify-content: center;
}
.right-nav.show-menus a.add-wishlist,.right-nav.show-menus a.up-btn {
    width: calc(50% - 22px);
    display: flex;
    align-items: center;
    justify-content: center;
}
	.back-arow a img {
    width: 20px;
}
	.right-nav.show-menus a.add-wishlist {
    width: fit-content;
}
	ul.top-new-menu-list li:nth-child(even) {
    background-color: #f1f1f1;
}
	.renew-section a { 
    padding: 0 10px;
    line-height: 35px;
    white-space: nowrap;
}
	.right-panel {
    margin-left: 0;
    width: 100%;
    margin-top: 10px;
}
	a.trans_dlt {
    width: 30px;
    height: 30px;
}
	a.trans_dlt i {
    color: #fff;
    font-size: 16px;
}
	.card_sticky_sale:after,.card_sticky_sale:before {
		display: none;
}
	.img-thumbnail {
    padding: .25rem;
    background-color: #fff;
    border: 1px solid #dee2e6;
    border-radius: .25rem;
    max-width: 100%;
    height: auto;
    object-fit: cover;
    min-width: 100% !important;
}
	.advancebtn label, .basicbtn label {
    font-size: 14px !important;
}
	.course-body ul li img {
    width: 15px;
}
	.course-body ul li {
    padding: 0px 5px;
    font-size: 13px;
    height: 50px;
}
	.advance.active {
    transform: scale(1) !important; 
}
	.modal-dialog.save-task-popup {
    margin-top: 40px !important;
}
.container.py-3 .tab-content {
    margin-left: 0px;
    margin-right: 0px;
}
.tab-content {
    margin-left: 20px;
    margin-right: 20px;
}
	.tab-content.refferel {
    margin: 0 !important;
}
	.refferel div {
    max-width: 100% !important;
    margin: 0;
}
	.refferel .text-center.p-4 {
    padding: 20px 10px !important;
}
	.refferel li.tab {
    font-size: 15px;
}
	.button-tag input[type="checkbox"] {
    width: max-content !important;
}
	video.videotag {
    width: 100%; 
}
.position-absolute.top-50.start-50.translate-middle {
    width: 100%;
    height: auto !important;
}
	.teacher-popup.d-flex.mb-3 .col-lg-6.col-6 {
    display: flex;
    flex-direction: column;
    width: 100%;
    border: 0 !important;
}
.teacher-popup center {
    flex: 0 0 110px;
    height: 140px;
}
.border.rounded-pill.px-lg-4.px-2.pt-2.ms-auto.afterchecked {
    display: flex;
    align-items: center;
    margin-left: 0 !important;
    padding: 5px 10px !important;
}
	.border.rounded-pill.px-lg-4.px-2.pt-2.ms-auto.afterchecked label {
    margin: 0;
}
}
@media only screen and (max-width:480px) {
	.first-wishlist {
    overflow: visible;
    gap: 10px;
    display: flex;
    flex-direction: column;
    width: 100%;
}
	.first-wishlist center {
    width: 100%;
}
	.first-wishlist .course-detail {
    position: relative;
    flex: 1;
    width: 100%;
}
.wishlist-list span.pass-tag { 
    right: 0; 
}	
.back-arow b {
    font-size: 14px;
    padding: 0 0 0 10px;
    text-transform: capitalize;
}
	button.btn.btn-primary.filter-active {
    width: 30px;
}
}
