a{
  outline: none !important;
}
.mainHeader-logoBox {
  width: 14.0625vw;
  min-width: 14.0625vw;
  height: 62px;
}

.hide-phone-icon-on-phones svg * {
  font-weight: 400;
  stroke-width: 1px;
}

.header_containerBox {
  padding: 15px 75px 15px 75px;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  height: 86px;
  box-shadow: 0px 0px 16px 0px #00000040;
}

.p-0 {
  padding: 0 !important;
}

.m-0 {
  margin: 0 !important;
}

.w-100 {
  width: 100%;
}

.header-logoImgSet {
  margin: 0;
  object-fit: contain;
  width: 100% !important;
  height: 100%;
}

.headerLogin-btn {
  border: 1px solid #de9406;
  border-radius: 6px;
  padding: 5px 20px !important;
  font-size: 15px !important;
  display: flex !important;
  justify-content: center;
  align-items: center;
  margin-top: 0 !important;
  height: 36px;
  font-weight: 700 !important;
  background-color: #fff;
}

.joinfree-btn {
  background: #de9406;
  border-radius: 6px;
  border-color: transparent;
  color: #000000 !important;
  padding: 5px 20px !important;
  font-size: 15px !important;
  display: flex !important;
  justify-content: center;
  align-items: center;
  margin-top: 0 !important;
  height: 36px;
  font-weight: 700 !important;
}

.headerloginSignUp-btnBox {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 15px;
  margin-left: 18px;
}

.nav-menuBar-container {
  height: 100%;
  display: flex;
  align-items: center;
}

.nav-menuBar-container .nav-menu {
  height: 100%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 20px;
}

.com-HeaderNavLink {
  padding: 5px 15px !important;
  margin-top: 0 !important;
  font-weight: 600 !important;
}

.header-selectLangBtn {
  width: 40px;
  height: 40px;
  min-width: 40px;
  border: 1px solid #de9406;
  padding: 3px;
  border-radius: 50%;
}

.header-selectLangBtn img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.header-lang-menu-container {
  width: fit-content;
  max-width: 700px;
  position: absolute;
  right: 0px;
  top: 64px;
  background: #ffffff;
  z-index: 991;
  max-height: 315px;
  overflow-y: scroll;
}

.language-translate-firstBox {
  display: flex;
  justify-content: space-between;
  height: 52px;
  max-height: 52px;
  border-bottom: 1px solid #a9a9a9;
  align-items: center;
}

.language-translate-firstBox .langclose-btnBox {
  margin: 0px 15px;
  width: 30px;
  height: 30px;
  min-width: 30px;
}

.language-translate-firstBox .langclose-btnBox img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.language-translate-grid {
  display: grid !important;
  grid-template-columns: repeat(3, 33%);
  justify-items: start;
  padding: 18px 20px;
  column-gap: 15px !important;
  row-gap: 11px !important;
  width: 100%;
  max-width: 100% !important;
  margin-bottom: 0 !important;
}

.singleLang-anchorBox .lang-textShow {
  font-size: 13px;
  font-weight: 400;
  font-family: "roboto", sans-serif;
}

.singleLang-anchorBox {
  margin: 0 !important;
  padding: 0 !important;
  display: flex !important;
  justify-content: flex-start;
  align-items: center;
  gap: 8px;
  color: #000000;
}

.singleLang-anchorBox:hover,
.singleLang-anchorBox:active {
  color: #de9406;
}

.oneFlag-boxSize {
  width: 36px;
  height: 30px;
  min-width: 36px;
  display: flex;
}

.oneFlag-boxSize img {
  width: 100% !important;
  height: 100%;
  object-fit: cover;
}

.chooseLang-boxDropdown-heading {
  font-size: 16px;
  padding: 10px 20px !important;
  font-weight: 600;
}

.learn-sidebar-overlayBox {
  background-color: rgba(0, 0, 0, 0.5);
  height: 100vh;
  width: 100vw;
  z-index: 111;
  position: fixed;
  left: 0;
  top: 0;
}

.learn-sideBar-container {
  height: 100vh;
  width: 21vw;
  min-width: 280px;
  position: absolute;
  z-index: 3;
  background: #fffdee;
  overflow: auto;
}

.learnBox-closeBtn {
  width: 100%;
  display: flex;
  justify-content: end;
  align-items: center;
  padding: 5px 25px;
}

.learnBox-closeBtn img {
  width: 26px;
  height: 26px;
  min-width: 26px;
  object-fit: contain;
}

.learn-sidebarContaint-box {
  padding: 0 32px 30px 45px;
}

.learn-section-partition {
  display: flex;
  flex-direction: column;
  margin-bottom: 20px;
}

.learn-section-partition .learn-ulList {
  padding: 0;
  display: flex;
  flex-direction: column;
  /* gap: 10px; */
}

.learn-section-partition .learnHeading {
  font-size: 18px;
  font-weight: 600;
  color: #000;
  margin-bottom: 20px;
  margin-top: 0;
}

.learn-section-hidden-list {
  display: flex;
  flex-direction: column;
  /* gap: 10px; */
  padding-top: 2px !important;
}

.browser-all-subjects-container {
  display: flex;
  justify-content: center;
  margin: 20px auto 0;
  gap: 20px;
}

.newSignUpModel .modal-content {
  height: auto;
  width: 900px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.newSignUpModel .modal-dialog {
  height: 100%;
  width: 100%;
  background: transparent;
  margin: 0 auto;
  z-index: 1111;
  transform: none !important;
}

.browser-all-subjects-btn {
  border: 1px solid black;
  padding: 8px 13px;
  border-radius: 6px;
  color: black;
  font-size: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  width: 100%;
}

.learn-singleList-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
  padding: 6px 0;
}

.singleList-text {
  font-size: 14px !important;
  color: black !important;
  font-weight: 400;
  cursor: pointer;
  padding: 0 !important;
}

.com-sideBar-arrow {
  display: flex;
  width: 14px;
  height: 14px;
  min-width: 14px;
  cursor: pointer;
}

.com-sideBar-arrow img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.learn-subMenu-container {
  position: absolute;
  left: max(280px, calc(21vw));
  top: 0;
  width: 50%;
  background-color: #ffffff;
  padding: 30px;
  z-index: 5;
  height: 100vh;
  /* border: 1px solid red; */
  display: none;
  overflow-y: auto;
}

.subMenuHoverOpen:hover .learn-subMenu-container {
  display: block;
}

.learn-subMenu-container.active {
  display: block;
}

.subMenu-headerBox {
  display: flex;
  flex-direction: column;
  gap: 15px;
  width: 100%;
  margin-top: 15px;
}

.subMenu-headerBox h3 {
  font-size: 18px;
  font-weight: 700;
  color: #000;
  margin: 0;
}

.subMenu-headerBox p {
  font-size: 12px;
  font-weight: 400;
  color: #000;
}

.subMenu-alltypeBox {
  display: grid !important;
  grid-template-columns: repeat(2, 1fr);
  justify-items: start;
  padding: 20px 0 20px;
  column-gap: 20px !important;
  row-gap: 20px !important;
  width: 100%;
}

.subSingle-TypeBox {
  width: 100%;
}

.subSingle-TypeBox .type-headBox {
  font-size: 14px;
  font-weight: 700;
  color: #000;
  line-height: 28px;
  border-bottom: 1px solid #a3a3a3;
  padding-bottom: 5px;
}

.TypeBox-listItemAll {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-top: 15px;
  padding: 0;
}

.listItem-singlelist {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 10px;
}

.single-imgBOx {
  width: 40px;
  height: 40px;
  min-width: 40px;
}

.single-imgBOx img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 2px;
}

.listItem-singlelist .para-listItem {
  margin: 0;
  line-height: 16px;
  color: #000;
  font-size: 12px;
  font-weight: 400;
}

.com-viewAllBox {
  margin: 20px 0 10px;
}

.com-viewAllBox a {
  color: #de9406;
  font-size: 12px;
  font-weight: 400;
  cursor: pointer;
}

.moreCertifPro-box {
  display: grid !important;
  grid-template-columns: repeat(2, 1fr);
  justify-items: start;
  column-gap: 20px !important;
  row-gap: 20px !important;
  margin-top: 20px;
}

.oneCertifprogram-box {
  color: #de9406;
  font-size: 12px;
  font-weight: 400;
}

.seeAllcertif-programBtn {
  margin: 35px 0 10px;
}

.all-certifProgramBtn {
  border: 1.5px solid #de9406;
  padding: 8px 15px;
  color: #de9406;
  font-size: 14px;
  font-weight: 500;
  border-radius: 6px;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 228px;
}

.learn-subMenu-container .subMenu-contantBox {
  display: none;
}

.learn-subMenu-container .subMenu-contantBox.active {
  display: block;
}

.search-menu-headerBox {
  /* height: 76px; */
  /* width: 100vw; */
  background: #de9406;
}

.search-menu-contantBox {
  padding: 15px 140px 15px 75px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.searchBar-formBox {
  display: flex;
  border: 1px solid rgb(255, 255, 255);
  width: 100%;
  align-items: center;
  justify-content: space-between;
  height: 46px;
  padding: 10px 20px;
  border-radius: 20px;
}

.searchBar-BoxShow {
  width: 30%;
  min-width: 300px;
}

.search-showBtn {
  width: 22px;
  height: 22px;
  min-width: 22px;
  border: none;
  background-color: transparent;
  padding: 0;
  cursor: pointer;
}

.search-showBtn img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.searchbar-inputVal {
  width: 100% !important;
  padding: 0 15px 0 0 !important;
  border: none;
  background-color: transparent;
  outline: none;
  color: #ffffff;
  font-size: 16px;
  font-weight: 400;
  line-height: 21px;
}

.searchbar-inputVal::placeholder {
  color: #ffffff;
}

.search-menu-rightBox {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 30px;
}

.search-menu-rightBox .rigthBox-singleBtn:hover {
  color: #ffffff !important;
}

@media (max-width: 767px) {
  .search-menu-rightBox .rigthBox-singleBtn:hover {
    color: #000 !important;
  }
}

.rigthBox-singleBtn {
  display: flex;
  border: 1px solid rgb(255, 255, 255);
  font-size: 16px;
  font-weight: 400;
  color: #ffffff !important;
  padding: 10px 12px;
  border-radius: 6px;
  align-items: center;
  justify-content: center;
  gap: 8px;
  height: 40px;
  cursor: pointer;
}

.btn-IconShow {
  width: 20px;
  height: 25px;
  min-width: 20px;
  display: flex;
}

.btn-IconShow img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.navbar-AllMenu-box li {
  margin: 0;
}

.header-upperContentBox {
  padding: 12px 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.mobile-topsidebar {
  background: #ffffff;
  padding: 15px 15px;
  position: relative;
  width: 100%;
  top: 0;
  left: 0;
  display: none;
}

.mobile-sidebarLogo {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.sidebar-brandLogo {
  width: 155px;
  height: 36px;
  padding: 0 !important;
}

.newMobile-sideBar .sidenav {
  background: #fffdee;
  padding-top: 0 !important;
}

.mob-sidebarBody-box {
  padding: 30px 0;
}

.mobile-bottomBox {
  display: flex;
  position: absolute;
  bottom: 0;
  width: 100%;
  left: 0;
  padding: 12px 20px;
}

.mobile-menuFirstBox .navbar-AllMenu-box {
  margin-bottom: 30px;
}

.subMenuloginSignUpBox {
  display: none;
  gap: 15px;
  margin-left: 18px;
}

#ctl00_Panel1 {
  z-index: 9999 !important;
}

.mobileGlobe-imgBox {
  width: 20px;
  min-width: 20px;
  height: 20px;
  display: flex;
}

.mobileGlobe-imgBox img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.mobile-languageModelContBox {
  width: 100%;
  height: 100%;
  display: none;
  justify-content: center;
  align-items: center;
  margin-top: 50px;
}

.image-slider-sampleCerti {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  z-index: 9999;
  align-items: center;
  justify-content: center;
}

.close-btn-slider {
  position: absolute;
  top: 60px;
  right: 20px;
  font-size: 30px;
  color: white;
  cursor: pointer;
  background: black;
  padding: 7px;
  z-index: 1001;
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.image-slider-content {
  position: relative;
  width: 100%;
  max-width: 100%;
  max-height: 100%;
  margin: auto;
  overflow: hidden;
}

.image-slide {
  display: none;
  text-align: center;
}

.image-slide img {
  width: 50%;
  max-height: 75dvh;
  object-fit: contain;
}

.prev-btn {
  cursor: pointer;
  position: absolute;
  top: 50%;
  left: 10px;
  width: auto;
  padding: 16px;
  margin-top: -22px;
  color: white;
  font-weight: bold;
  font-size: 18px;
  transition: 0.6s ease;
  user-select: none;
  background-color: rgba(0, 0, 0, 0.5);
  border: none;
  z-index: 1001;
}

.next-btn {
  cursor: pointer;
  position: absolute;
  top: 50%;
  right: 10px;
  width: auto;
  padding: 16px;
  margin-top: -22px;
  color: white;
  font-weight: bold;
  font-size: 18px;
  transition: 0.6s ease;
  user-select: none;
  background-color: rgba(0, 0, 0, 0.5);
  border: none;
  z-index: 1001;
}

.signUp-leftSideBox {
  gap: 5px !important;
}

.signUp-leftSideBox .content {
  /* background-image: url(https://easyshiksha.com/img/logo/loginSignUpbg.png) !important; */
  background-image:
    linear-gradient(#1e1e1e2b, #1e1e1e2b),
    url(https://easyshiksha.com/img/logo/loginSignUpbg.png) !important;
  padding: 0 !important;
  display: flex;
}

.signUp-leftSideBox .content-insideBox {
  width: 100%;
  height: 100%;
  opacity: 1;
  background-color: #1e1e1ee5;
}

.content-insideBox .leftBox {
  padding: 20px;
  display: flex;
  flex-direction: column;
  gap: 50px;
}

.content-insideBox .leftBox-headLogo {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
}

.content-insideBox .leftBox-headLogo img {
  width: 130px;
  height: 45px;
  object-fit: contain;
}

.leftBox-textBox .leftBox-title {
  color: #ffffff;
  font-size: 24px;
  font-weight: 500;
  line-height: 33px;
}

.leftBox-textBox li:after {
  content: "" !important;
  position: absolute;
  left: 0px;
  top: 4px !important;
  width: 12px;
  height: 12px;
  background: #de9406;
  border-radius: 50px;
}

.leftBox-textBox .textBox-ulBox li p {
  font-size: 16px;
  line-height: 21px;
  font-weight: 400;
  color: #ffffff;
  margin: 0;
}

.textBox-ulBox {
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin-top: 35px;
  padding: 0;
}

.textBox-ulBox li {
  padding-left: 25px;
  position: relative;
  line-height: 3;
  font-size: 16px;
  font-weight: 600;
}

.singup-modelCrosBtn {
  display: flex;
  justify-content: flex-end;
  align-items: flex-start;
  width: max-content;
  position: absolute;
  top: 10px;
  right: 5px;
  z-index: 10;
}

.singup-modelCrosBtn img {
  width: 30px;
  height: 30px;
  min-width: 30px;
  object-fit: contain;
  /* margin-right: 10px; */
  border: 1px solid #de9406;
  border-radius: 50%;
}

.signUp-leftSideBox .item {
  padding: var(--fs-12-24) !important;
  position: relative;
}

.com-inputBoxModel {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 10px;
}

.errorMsg-para {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  margin: 0;
  padding: 4px 6px 0px 0;
  display: none;
  color: #e23a3a !important;
}

.modal .errorMsg-para {
  font-size: clamp(10px, 0.625vw + 6.4px, 14px);
}

.com-inputLabelBox {
  margin-bottom: 15px !important;
  display: flex;
  flex-direction: column;
  width: 100%;
}

.com-inputLabelBox
  .select2-container--default.select2-container--focus
  .select2-selection--multiple {
  color: #000000;
  border: 1px solid #e0e0e0;
}

.com-inputLabelBox label {
  font-size: 16px;
  font-weight: 600;
  line-height: 18.5px;
  color: #000000;
  width: 100%;
}

.select2-container {
  width: 100% !important;
}

.com-inputLabelBox .main-inputBox {
  font-size: 16px;
  border-radius: 6px;
  height: 42px !important;
  width: 100% !important;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 6px;
  padding: 8px;
  color: #000000;
  border: 1px solid #e0e0e0;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.15);
  border-width: 0px;
}

.com-inputLabelBox .errorShow {
  border: 1px solid #e23a3a !important;
}

.main-inputBox .inputIcon-box {
  width: 32px;
  height: 25px;
  display: flex;
  padding-right: 8px;
  border-right: 1px solid #e0e0e0;
}

.main-inputBox .errorIcon-box {
  width: 22px;
  height: 22px;
  min-width: 22px;
  display: flex;
}

.main-inputBox .passEye-box {
  width: 22px;
  height: 22px;
  min-width: 22px;
  display: flex;
}

.main-inputBox .errorIcon-box img,
.main-inputBox .passEye-box img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.main-inputBox .inputIcon-box img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.main-inputBox .form-control {
  border: none !important;
  width: 100%;
  height: 100% !important;
  margin: 0;
  padding: 0;
  background-color: #ffffff !important;
  color: #000000 !important;
  line-height: normal !important;
  box-shadow: none !important;
  border: none !important;
  font-size: 18px !important;
  font-weight: 600;
}

div#ctl00_Panel2 .modal-body .grid-box .item #sign_in_form #FormLoginNew input {
  font-size: 18px;
  font-weight: 600;
}

.main-inputBox input::placeholder {
  color: #8d8d8d !important;
  font-weight: 500;
}

.main-inputBox input::-ms-input-placeholder {
  color: #8d8d8d !important;
}

.main-inputBox input[type="number"]::-webkit-outer-spin-button,
.main-inputBox input[type="number"]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.main-inputBox input[type="number"] {
  -moz-appearance: textfield;
}

.signUp-formBox {
  padding: 0 var(--fs-12-24);
  width: 100%;
}

.signUp-formBox .heading_second_login_box {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 30px;
  line-height: 36px;
  font-weight: 600;
  color: #000000;
  width: 100%;
}

.headBoxSingUpModel {
  margin-bottom: 36px;
}

.signUp-fromSubmitBtn {
  background-color: #1e1e1e !important;
  height: 45px !important;
  display: flex !important;
  justify-content: center;
  align-content: center;
  width: 100% !important;
  border-radius: 6px !important;
  margin-top: 25px;
  color: #ffffff;
  font-size: 16px;
}

.signUp-fromSubmitBtn:active,
.signUp-fromSubmitBtn:hover {
  color: #ffffff !important;
}

.googleLogin-Box {
  border: 1px solid #e0e0e0;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  height: 42px;
  padding: 10px !important;
  background-color: #ffffff !important;
  margin-top: 18px !important;
  border-radius: 6px;
}

.or-blockBox {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin: 25px 0 15px;
}

.or-blockBox .centerLine {
  width: 45%;
  border-top: 1px solid #e0e0e0;
  height: 1px;
}

.or-blockBox .or-text {
  width: 10%;
  line-height: 18.7px;
  font-size: 16px;
  color: #000000;
  font-weight: 600;
  display: flex;
  justify-content: center;
  align-items: center;
}

.newFooterBox-set {
  line-height: 18.7px;
  font-size: 14px;
  color: #000000;
  font-weight: 600;
  display: flex !important;
  align-items: center;
  justify-content: center !important;
  gap: 5px;
  border: none !important;
  padding: 0 !important;
  margin-top: 30px;
}

.newFooterBox-set a {
  color: #de9406 !important;
  padding: 0 !important;
  font-weight: 600;
}

.googleLogin-Box .social_group_login,
.googleLogin-Box .flex-box {
  width: 100%;
}

.googleLogin-Box .abcRioButtonBlue {
  width: 100% !important;
}

.forgotPass-btnset {
  color: #de9406 !important;
}

.signUp-secondFrom {
  margin-bottom: 50px;
}

.signUp-secondFrom .select2-container--default .select2-selection--multiple {
  border: 1px solid #e0e0e0 !important;
  border-radius: 6px !important;
}

.paraBoxforgot {
  color: #000000;
  font-size: 16px;
  line-gap-override: 18.7px;
  font-weight: 400;
  text-align: center;
  margin-bottom: 50px;
}

.contactUs-boxpara {
  color: #000000;
  font-size: 13px;
  line-height: 16.7px;
  font-weight: 400;
  text-align: center;
  margin-bottom: 50px;
}

.contactUs-boxpara span {
  color: #de9406;
  font-size: 14px;
}

.forgotPass-BodyCont {
  padding: 0 !important;
}

.forgotPass-BodyCont .signUp-leftSideBox {
  display: grid;
  grid-template-columns: 3fr 4fr;
}

.newSignUpModel .modal-dialog {
  border: none !important;
}

.item-boxContentInside {
  min-height: 480px;
  height: 100%;
  width: 100%;
}

.header-profileSection {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
}

.header-profileSection {
  border: 1px solid #000000;
  border-radius: 24px;
  padding: 3px 10px 3px 3px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 6px;
  height: 42px;
  cursor: pointer;
}

.header-profileSection .profileTag_Box {
  width: 36px;
  height: 36px;
  min-width: 36px;
  border-radius: 50%;
  margin: 0;
  padding: 0;
  font-size: 16px;
  color: #ffffff;
  font-weight: 600;
  background-color: #1e1e1e;
  display: flex;
  justify-content: center;
  align-items: center;
}

.header-profileSection .newProfile-arrowBtn {
  margin: 0;
  padding: 0 !important;
}

.newProfile-arrowBtn:hover {
  color: #fff !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}

.header-profileSection .newProfile-arrowBtn img {
  width: 18px;
  height: 18px;
  min-width: 18px;
  object-fit: contain;
}

.newProfile-dropdownListBox {
  padding: 6px 0px;
  min-width: fit-content;
  box-shadow: none;
}

.newProfile-dropdownListBox .point:hover {
  color: #de9406 !important;
}

.secnd-headerMobileNavbar {
  margin-top: 0 !important;
  display: none;
}

.SearchbtnMobileNavbar {
  width: 25px;
  height: 25px;
  min-width: 25px;
  display: flex;
}

.SearchbtnMobileNavbar img {
  width: 100%;
  height: 100%;
  min-width: 100%;
  object-fit: contain;
}

.com-mobile-IconBTn {
  display: none;
}

.SearchbtnMobileNavbar {
  display: none;
}

.with_login_box_search {
  width: 90px;
}

.userProfile-showBox {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 25px;
  padding: 12px 0 18px;
  border-bottom: 1px solid #cbcbcb;
}

.userName-textSet {
  font-size: 20px;
  font-weight: 600;
  color: #000000;
}

.mobile-profile-container {
  padding: 0 32px 0px 45px;
  margin-bottom: 20px;
}

.profileDropdown-boxMob {
  display: flex;
  flex-direction: column;
  padding: 12px 0;
  border-bottom: 1px solid #cbcbcb;
}

.profileDropdown-boxMob .point {
  cursor: pointer;
  padding: 6px 0;
  line-height: 18px;
}

.google-loginIconBox {
  width: 20px;
  height: 20px;
  min-width: 20px;
  display: flex;
}

.google-loginIconBox img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.googleSignIn-text {
  font-size: 16px;
  font-weight: 600;
  color: #000000;
}

.shimmer-ui-learn-submenu-container .shimmer-ui-learn--text {
  height: 1.5rem;
  background-image: linear-gradient(
    45deg,
    transparent 40%,
    #fff 50%,
    transparent 70%
  );
  background-size: 590%;
  animation: shimmer-to-right 1.5s ease-in-out;
  animation-iteration-count: infinite;
  background-color: #c3c3c3;
  margin: 20px 0px;
}

.shimmer-ui-learn-submenu-container .shimmer-ui-learn--image {
  height: 100%;
  width: 100%;
  background-image: linear-gradient(
    45deg,
    transparent 40%,
    #fff 50%,
    transparent 70%
  );
  background-size: 590%;
  animation: shimmer-to-right 1.5s ease-in-out;
  animation-iteration-count: infinite;
  background-color: #c3c3c3;
}
/*  */
.shimmer-ui-header-sidebarcatogrylist {
  display: flex;
  gap: 12px;
  flex-direction: column;
}

.shimmer-ui-header-sidebarcatogrylist > .shimmer-ui-sidebarcatogrylist-child {
  background-image: linear-gradient(
    45deg,
    transparent 40%,
    #fff 50%,
    transparent 70%
  );
  background-size: 590%;
  animation: shimmer-to-right 1.5s ease-in-out;
  animation-iteration-count: infinite;
  background-color: #c3c3c3;
  height: 20px;
}

/*  */

.grid-shimmer-ui-learn-submenu {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  column-gap: 40px;
  row-gap: 40px;
}

.shimmer-ui-learn-submenu-container .subgrid-shimmer-ui-learn {
  display: grid;
  grid-template-columns: 40px minmax(0, 1fr);
  gap: 15px;
}

@keyframes shimmer-to-right {
  0% {
    background-position: 0% 100%;
  }
  100% {
    background-position: 100% 100%;
  }
}
@media (max-width: 1440px) {
  .nav-menuBar-container .nav-menu {
    gap: 10px;
  }

  .mainHeader-logoBox {
    width: 16.0625vw;
    min-width: 16.0625vw;
    height: 62px;
  }

  .com-HeaderNavLink {
    padding: 5px 5px !important;
  }

  .header_containerBox {
    padding: 15px 40px 15px 35px;
  }

  .search-menu-contantBox {
    padding: 15px 40px 15px 35px;
  }
}

@media (max-width: 1200px) {
  .image-slide img {
    width: 60%;
  }

  .mainHeader-logoBox {
    width: 14.0625vw;
    min-width: 14.0625vw;
    height: 56px;
  }

  .com-HeaderNavLink {
    font-size: 13px !important;
  }

  .headerLogin-btn {
    padding: 5px 12px !important;
    font-size: 13px !important;
    height: 34px;
  }

  .joinfree-btn {
    padding: 5px 12px !important;
    font-size: 13px !important;
    height: 34px;
  }

  .header-selectLangBtn {
    width: 36px;
    height: 36px;
    min-width: 36px;
  }

  .header-upperContentBox {
    padding: 10px 0;
  }
}

@media (max-width: 991px) {
  .image-slide img {
    width: 70%;
  }

  .newSignUpModel .modal-content {
    width: 90%;
  }

  .learn-sidebarContaint-box {
    padding: 0 20px 30px 25px;
  }

  .learn-sideBar-container {
    width: 250px;
    min-width: 250px;
  }

  .learn-subMenu-container {
    position: absolute;
    left: 250px;
    top: 0;
    width: 65%;
  }

  .header_containerBox {
    height: fit-content;
    padding: 0 25px 0 25px;
  }

  .searchbar-inputVal {
    font-size: 14px;
    line-height: normal;
  }

  .rigthBox-singleBtn {
    font-size: 14px;
    padding: 6px 10px;
    height: 36px;
  }

  .search-menu-contantBox {
    flex-wrap: wrap;
    padding: 15px 25px 15px 25px;
  }

  .searchBar-formBox {
    height: 36px;
    padding: 0px 15px;
  }

  .search-showBtn {
    width: 18px;
    height: 18px;
    min-width: 18px;
  }

  .headerloginSignUp-btnBox {
    margin-left: 9px;
    gap: 8px;
  }

  .com-HeaderNavLink {
    padding: 5px 2px !important;
    font-size: 12px !important;
  }

  .headerLogin-btn {
    padding: 5px 12px !important;
    font-size: 12px !important;
    height: 34px;
  }

  .joinfree-btn {
    font-size: 12px !important;
  }

  .joinfree-btn {
    padding: 5px 12px !important;
    font-size: 12px !important;
    height: 34px;
  }

  .subMenu-alltypeBox {
    width: 100%;
    column-gap: 22px !important;
    row-gap: 12px !important;
  }

  .subSingle-TypeBox {
    min-width: 195px;
  }
}

@media (max-width: 767px) {
  /*  */
  .shimmer-ui-header-sidebarcatogrylist
    > .shimmer-ui-sidebarcatogrylist-child:nth-last-child(-n + 7) {
    display: none;
  }
  .shimmer-ui-learn-submenu-container[data-shimmer-ui-learn-submenu] {
    margin-top: 50px;
    padding: 30px 30px 110px;
  }

  .grid-shimmer-ui-learn-submenu {
    row-gap: 30px;
  }

  /*  */
  .image-slide img {
    width: 75%;
  }

  .profileDropdown-boxMob .point {
    font-size: 13px;
  }

  .secnd-headerMobileNavbar {
    display: block;
  }

  .userName-tag {
    width: 42px;
    height: 42px;
    min-width: 42px;
    display: flex;
    font-size: 18px;
    justify-content: center;
    align-items: center;
    padding: 5px;
    font-weight: 700;
    background: #000;
    color: #ffffff;
    border-radius: 50%;
  }

  .btn-IconShow {
    width: 16px;
    height: 16px;
    min-width: 16px;
    display: flex;
  }

  .search-menu-rightBox {
    gap: 10px;
  }

  .rigthBox-singleBtn {
    border: 1px solid rgb(0 0 0);
    font-size: 12px;
    padding: 6px 8px;
    color: #000000;
    min-width: 200px;
  }

  .com-desktop-IconBTn {
    display: none;
  }

  .com-mobile-IconBTn {
    display: block;
  }

  .SearchbtnMobileNavbar {
    display: block;
  }

  .searchbar-inputVal {
    color: #000000;
    font-size: 12px;
    font-weight: 400;
    line-height: 21px;
  }

  .searchbar-inputVal::placeholder {
    color: #535353;
  }

  .searchBar-formBox {
    display: flex;
    border: 1px solid rgb(0, 0, 0);
    height: 40px;
    padding: 10px 20px;
  }

  .search-menu-contantBox {
    margin-top: 66px;
    height: calc(100% - 66px);
    padding: 40px;
    flex-direction: column;
  }

  .searchBar-BoxShow {
    width: 100%;
    min-width: 250px;
    max-width: 400px;
  }

  .mobile-languageModelContBox {
    display: flex;
  }

  .newSignUpModel .modal-dialog {
    width: 100% !important;
    height: 100%;
    margin: 0;
  }

  .mobile-topsidebar {
    display: flex;
  }

  .signUp-leftSideBox .content {
    display: none;
  }

  .forgotPass-BodyCont .signUp-leftSideBox {
    grid-template-columns: 1fr;
  }

  .search-menu-headerBox {
    width: 0;
    height: 100%;
    position: fixed;
    top: 0;
    right: 0;
    background-color: #fffdee;
    overflow-x: hidden;
    transition: width 0.5s ease;
    /* Smooth transition */
    z-index: 9999;
    /* Ensure it's on top of other elements */
    box-shadow: -2px 0 5px rgba(0, 0, 0, 0.5);
  }

  .subMenuloginSignUpBox {
    gap: 8px;
  }

  .language-translate-grid {
    grid-template-columns: repeat(3, 33%);
    column-gap: 25px !important;
    row-gap: 20px !important;
  }

  .header-selectLangBtn {
    color: black;
    border: 1px solid black;
    border-radius: 5px;
    font-size: 16px;
    padding: 3px 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    width: 100%;
  }

  .subMenu-alltypeBox {
    padding: 20px 0 20px;
    column-gap: 30px !important;
    row-gap: 12px !important;
    width: 100%;
  }

  .learn-subMenu-container .subMenu-contantBox {
    padding: 30px 30px 110px;
  }

  .learn-sidebar-overlayBox {
    z-index: 1039;
  }

  .learn-sideBar-container {
    display: none;
  }

  .learn-subMenu-container {
    top: 0;
    width: 100%;
    background-color: #fffdef;
    padding: 0;
    left: 0;
    /* transition: right 0.5s ease;  */
  }

  .learn-sidebarContaint-box {
    padding: 0 32px 0px 45px;
  }

  .learn-section-partition .learnHeading {
    font-size: 16px;
  }

  .singleList-text {
    font-size: 13px !important;
  }

  .mainHeader-logoBox {
    width: 20.182291666666668vw;
    min-width: 155px;
    height: 36px;
    margin: 0 auto;
  }

  .newMobile-sideBar .menu-bar2 {
    margin-top: 0 !important;
  }

  .com-HeaderNavLink {
    color: #000 !important;
    font-weight: 500 !important;
    padding: 5px 0 !important;
    font-size: 13px !important;
  }

  .headerloginSignUp-btnBox {
    position: sticky;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 12px 20px;
    flex-direction: column-reverse;
    margin: 0;
    background-color: #ffffff;
  }

  .subMenuloginSignUpBox {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 12px 20px;
    z-index: 9;
    flex-direction: column-reverse;
    align-items: center;
    margin: 0;
    background-color: #ffffff;
    display: flex;
  }

  .headerLogin-btn {
    width: 100%;
    color: #000 !important;
  }

  .joinfree-btn {
    width: 100%;
  }

  .learn-section-hidden-list {
    gap: 0;
    padding-top: 0 !important;
  }

  .header_containerBox {
    height: 100%;
  }
}

@media (max-width: 525px) {
  .signUp-formBox .heading_second_login_box {
    font-size: 18px;
    text-decoration: underline;
    text-underline-offset: 0.15em;
    text-decoration-color: #de9406;
  }
  .singup-modelCrosBtn img {
    width: 25px;
    height: 25px;
    min-width: 25px;
  }
  .rigthBox-singleBtn {
    min-width: 137px;
  }

  .search-menu-contantBox {
    margin-top: 66px;
    height: calc(100% - 66px);
    padding: 40px 20px;
    flex-direction: column;
  }

  .newSignUpModel .modal-content {
    width: 95%;
  }

  .seeAllcertif-programBtn {
    display: flex;
    justify-content: center;
  }

  .language-translate-grid {
    grid-template-columns: repeat(3, 33%);
    column-gap: 15px !important;
    row-gap: 20px !important;
  }

  .browser-all-subjects-btn {
    width: 80%;
    margin: 0 auto;
    max-width: 220px;
  }

  .header-selectLangBtn {
    margin: 0 auto;
  }

  .browser-all-subjects-container {
    gap: 12px;
    flex-direction: column;
  }

  .subMenu-alltypeBox {
    display: grid !important;
    grid-template-columns: repeat(1, 1fr);
  }
}
