/*  */
html {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

body {
  font-family: "Roboto", arial, Arial, Helvetica, sans-serif !important;
}

div#otpmodal .modal-backdrop {
  opacity: 1;
  -webkit-backdrop-filter: blur(4px);
  background-color: rgba(0, 0, 0, 0.3) !important;
  backdrop-filter: blur(10px) !important;
  -webkit-backdrop-filter: blur(8px) !important;
}

#fancybox-container-1 .fancybox-stage{
   touch-action: manipulation;
}

/*  */
.search-results-header-search-field {
  background-color: #fff;
}

.search-results-header-search-field.active .shimmer-ui-header-seach-field {
  background-image: linear-gradient(
    45deg,
    transparent 40%,
    #fff 50%,
    transparent 70%
  );
  background-color: #c3c3c3 !important;
  animation: shimmer 1.5s ease infinite;
  background-size: 200% 200%;
  background-position: 100%;
  border-radius: 6px;
  padding: 0 !important;
  margin: 1em 2em;
  display: flex;
  height: 16px;
}

/*  */

div#ctl00_Panel1
  .modal-body
  .grid-box
  .item
  .modal-footer
  a.btn.btn-link.Signup_modal_box_btn,
div#ctl00_Panel2
  .modal-body
  .grid-box
  .item
  .allreadysection
  a.btn.btn-link.Signup_modal_box_btn {
  font-size: inherit;
}

#forGotPasswordModelTarget.modal .modal-body {
  height: auto;
}

.mobile-menuFirstBox .navbar-AllMenu-box {
  padding: 0 32px 0px 45px;
}

.otp-mismatched {
  animation: showotperror 0.3s ease-in-out;
}

.otp-mismatched > * {
  border: 1px solid red !important;
}

@keyframes showotperror {
  0% {
    transform: translateX(5%);
  }

  20% {
    transform: translateX(-5%);
  }

  40% {
    transform: translateX(5%);
  }

  60% {
    transform: translateX(-5%);
  }

  80% {
    transform: translateX(5%);
  }

  100% {
    transform: translateX(0%);
  }
}

.timerclock-wrap {
  position: relative;
}

.display-country-code.show-adjacent-icon {
  position: relative;
}

.display-country-code.show-adjacent-icon::after {
  display: inline-block;
  content: "";
  position: absolute;
  top: calc(50% + 3px);
  right: 3px;
  height: 0px;
  width: 0px;
  border: 8px solid #000;
  border-bottom-color: transparent;
  border-right-color: transparent;
  border-left-color: transparent;
  transform: translateY(-50%);
}

div#ctl00_Panel1 .modal-dialog,
div#ctl00_Panel2 .modal-dialog,
div#aftercontactmodel .modal-dialog,
#forGotPasswordModelTarget .modal-dialog {
  max-width: unset;
}

.mobile--explore-nav-submenu li {
  list-style: disc;
  color: #de9406;
}

#header ~ .learn-sidebar-overlayBox {
  z-index: 1040;
}

.mobile-menuFirstBox .show-expand-icon-mobile {
  position: relative;
}

.mobile-menuFirstBox .show-expand-icon-mobile::after {
  content: "+";
  position: absolute;
  right: 30px;
  top: 7px;
  font-size: 14px;
  transition: transform 0.5s ease-in;
  background-color: #de9406;
  border-radius: 50%;
  width: 16px;
  height: 16px;
  display: flex;
  justify-content: center;
  align-items: center;
}

li.com-HeaderNavLink.show-expand-icon-mobile.show-explore-menu::after {
  transform: rotate(180deg);
}

.mobile-menuFirstBox .mobile--explore-nav-submenu li a {
  color: #000;
}

.com-HeaderNavLink .mobile--explore-nav-submenu {
  max-height: 0px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  transition: max-height 0.5s ease-in;
  padding-inline-start: 40px;
}

.com-HeaderNavLink.show-explore-menu .mobile--explore-nav-submenu {
  max-height: 100%;
}

.nav-menu .explore-navbar-tab {
  text-decoration: none;
  display: inline-block;
  color: #000;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-size: 15px;
  cursor: pointer;
}

.nav-menu .explore-navbar-tab .explore-nav-submenu {
  position: absolute;
  top: 56px;
  background: #fff;
  left: 50%;
  transform: translateX(-50%);
  /* max-height: calc(54px * 5); */
  padding: 0px;
  z-index: 101;
  padding: 6px 0px;
  transition:
    transform 0.2s ease-in,
    opacity 0.2s ease-in;
  box-sizing: border-box;
  padding: 0;
  border: 0;
  transform: translate(-50%, -60%) scale(0) skewX(10deg);
  overflow: hidden;
  opacity: 0;
}

.nav-menu .explore-navbar-tab .explore-nav-submenu li {
  position: relative;
  overflow: hidden;
}

.nav-menu .explore-navbar-tab .explore-nav-submenu li a {
  background-color: transparent;
  text-align: left !important;
}

.nav-menu .explore-navbar-tab .explore-nav-submenu li a:hover {
  color: #000;
}

.nav-menu .explore-navbar-tab .explore-nav-submenu li::before {
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  background: rgba(222, 146, 6, 0.29);
  border-radius: 50%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0);
  transition: transform 0.4s ease-out;
  pointer-events: none;
}

.nav-menu .explore-navbar-tab .explore-nav-submenu li:hover::before {
  transform: translate(-50%, -50%) scale(40);
  pointer-events: none;
}

.nav-menu .explore-navbar-tab.show .explore-nav-submenu {
  transform: translate(-50%, 0%) scale(1) skewX(0deg);
  opacity: 1;
  /* max-height: calc(54px * 5); */
  /* overflow-y: auto;
        scrollbar-width: thin;
        scrollbar-color: #de9406 transparent */
}

.nav-menu .explore-nav-submenu a {
  color: #000;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 15px;
  margin-top: 0.1em;
  outline: none;
  padding: 8px 15px;
}

.contries-dropdown-flebox .country-code-search-dropdown-list {
  border-width: 0px !important;
}

.modal-open {
  overflow: auto !important;
}

.com-inputLabelBox .main-inputBox,
.com-inputLabelBox {
  max-width: 100% !important;
}

body {
  direction: ltr;
}

div#Mann_div a {
  display: block;
  padding: 8px 15px;
}

.with_login_box_search {
  width: auto !important;
}

.select2-container .select2-search--inline .select2-search__field {
  padding: 6px 12px !important;
  height: 25px !important;
  font-size: 14px !important;
  color: #000000 !important;
}

.learnBox-closeBtn img {
  cursor: pointer;
}

@media (min-width: 768px) {
  .language-modal-container {
    display: none;
  }

  .newMobile-sideBar {
    display: none !important;
  }
}

.signUp-formBox {
  max-width: 100% !important;
}

@media (max-width: 768px) {
  .language-modal-container {
    height: 100vh;
    width: 100vw;
    background: #fffdee;
    display: none;
    position: absolute;
    z-index: 9900;
    overflow-y: scroll;
  }

  .mobile-languageModelContBox {
    display: block !important;
  }

  .language-modal-header {
    background: #ffffff;
    padding: 15px 15px;
    display: flex;
    justify-content: center;
    position: relative;
  }

  .es-logo-translate-modal {
    width: 155px;
    height: 36px;
  }

  .closeTranslateModal {
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
  }
}

body {
  background-color: #fff !important;
}

.g-signin2 .abcRioButton {
  background-color: black !important;
}

#browsertcatbtn {
  border: 1px solid #000;
  padding: 8px 13px;
  border-radius: 6px;
  color: #000;
  font-size: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  width: 100%;
  margin-top: 15px;
}

div.PanelNew .modal-body .grid-box .content {
  background-image: url(https://easyshiksha.com/assets/images/loginPopupBannerNew.webp);
  background-position: center center;
  background-size: cover;
  padding: 25px;
  position: relative;
}

div.PanelNew .modal-body {
  background: #fff;
  min-height: auto;
  padding: 0;
  height: auto;
}

div.PanelNew .modal-header {
  display: none;
}

div.PanelNew .modal-body .grid-box .content {
  background-image: url(https://easyshiksha.com/assets/images/loginPopupBannerNew.webp);
  background-position: center center;
  background-size: cover;
  padding: 25px;
  position: relative;
}

div.PanelNew .modal-body .grid-box {
  display: grid;
  grid-template-columns: 3fr 4fr;
  gap: 25px;
  background-color: #fff;
}

#google_language_translator a {
  display: none !important;
}

div.skiptranslate.goog-te-gadget {
  display: inline !important;
}

.goog-branding {
  display: none;
}

.goog-tooltip {
  display: none !important;
}

.goog-tooltip:hover {
  display: none !important;
}

#google_language_translator {
  display: none !important;
}

div.skiptranslate {
  display: none !important;
}

#goog-gt- {
  display: none !important;
}

body {
  top: 0px !important;
}

div.skiptranslate.goog-te-gadget {
  display: inline !important;
}

.skiptranslate {
  display: none;
}

.VIpgJd-ZVi9od-ORHb {
  display: none;
}

.select2-container .select2-search--inline .select2-search__field {
  padding: 6px 12px !important;
  height: 25px !important;
  color: #501515 !important;
  font-size: 14px !important;
  color: #000000 !important;
}

.lang-area {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 10px;
  justify-content: flex-start;
  max-width: 220px;
  flex-wrap: wrap;
}

.lang-tooltip {
  position: relative;
}

.lang-area img {
  width: 28px;
  cursor: pointer;
}

.lang-tooltip-text {
  position: absolute;
  background-color: #2c857d;
  border-radius: 3px;
  font-size: 12px;
  padding: 1px 7px;
  bottom: 100%;
  left: -5px;
  display: none;
}

@media (max-width: 767px) {
  .lang-area {
    padding: 6px 10px 30px 15px;
    max-width: 100%;
  }
}

.select2-container .select2-search--inline .select2-search__field {
  padding: 6px 12px !important;
  height: 25px !important;
  color: #501515 !important;
  font-size: 14px !important;
  color: #000000 !important;
}

@media (max-width: 767px) {
  .rigthBox-singleBtn {
    color: #000000 !important;
  }

  .searchMainContainer {
    display: none;
  }
}

/* new search css*/
.headersearchBar-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;
  position: relative;
  z-index: 100;
}

input#Search_bar {
  font-size: 15px !important;
  font-weight: bolder;
}

.headersearchBar-formBox .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;
}

.headersearch_box_disc ul.headershow_result {
  z-index: 100;
}

.headersearch_box_disc ul.headershow_result {
  position: absolute;
  background-color: #fff;
  padding: 15px;
  max-width: 475px;
  width: 113%;
  border-radius: 0 0 0 15px;
  min-height: 50px;
  height: 380px;
  overflow: auto;
  box-shadow: 1px 1px 10px #d5d5;
  text-align: left;
  right: -10%;
  top: 134%;
  border-radius: 10px;
}

.headersearch_box_disc ul.headershow_result li a {
  color: black;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
}

.headersearch_box_disc ul.headershow_result li {
  font-size: 15px;
  font-weight: 600;
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #e4e4e4;
}

.sidenav .closebtn {
  top: 50% !important;
  transform: translateY(-50%);
  right: 10px;
  font-size: 36px;
  margin-left: 50px;
  margin-bottom: 0px;
}

@media (max-width: 768px) {
  .mobile-topsidebar .closebtn img {
    height: 30px;
    width: 30px;
  }

  .language-modal-container .closeTranslateModal img {
    height: 30px;
    width: 30px;
  }
}

@media (max-width: 576px) {
  .search-results-header-search-field{
        max-height: calc(6em * 5.25);
  }
  .mobile-topsidebar .closebtn img {
    height: 25px;
    width: 25px;
  }

  .language-modal-container .closeTranslateModal img {
    height: 25px;
    width: 25px;
  }
}

.profileDropdown-boxMob .point {
  color: #000;
  display: block;
}

.nav-menu .explore-navbar-tab:hover {
  color: #de9406;
}

/* end css */
.country-code-search-dropdown-list {
  width: 100%;
  padding: 7px 4px 7px 0px;
  box-sizing: border-box;
  border: 1px solid #ccc;
  cursor: pointer;
  background-color: #f6f6f6;
  border-width: 0px;
}

.country-code-dropdown-list {
  width: 100%;
  max-height: 200px;
  overflow-y: auto;

  background: #fff;
}

.country-code-dropdown-list div {
  padding: 10px;
  cursor: pointer;
}

.country-code-dropdown-list div:hover {
  background: #f0f0f0;
}

.contries-dropdown-flebox {
  display: flex;
  position: relative;
  border: 1px solid #b0b0b0;
  width: fit-content;
  border-radius: 6px;
  font-size: 14px;
  width: 100%;
  align-items: center;
  background-color: #fff;
  color: #000;
}

.dropdown-wrapper-country-code {
  position: absolute;
  top: 105%;
  width: 100%;
  display: none;
  border: 1px solid #e7efb0;
  box-shadow: 0 0 35px 0 rgba(154, 161, 171, 0.15);
  padding: 8px;
  box-sizing: border-box;
  background-color: #fff;
  z-index: 2;
}

.contries-dropdown-flebox .phone-number-input-field {
  border-width: 0px;
  padding: 6px 0px 6px 10px;
  border-left: 1px solid #b0b0b0;
  position: relative;
}

.country-prefix-container .display-country-code {
  height: 100%;
  padding: 6px 12px 6px 10px;
  color: #000;
  background-color: #fff;
  border-radius: 6px 0px 0px 6px;
  text-wrap: nowrap;
  cursor: pointer;
}

.flexbox-country-code-search-field {
  display: flex;
  align-items: center;
  background-color: #f6f6f6;
}

.flexbox-country-code-search-field > span {
  padding: 7px 10px 7px 7px;
  opacity: 0.6;
  color: #c3c0c0;
}

.contries-dropdown-flebox .phone-number-input-field:focus-visible {
  outline: 0px;
}

.contries-dropdown-flebox input[type="number"]::-webkit-outer-spin-button,
.contries-dropdown-flebox input[type="number"]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.contries-dropdown-flebox p[data-phone-field-error] {
  position: absolute;
  top: 105%;
  color: red;
  line-height: 1;
  left: 50%;
  transform: translateX(-50%);
  font-size: 12px;
  font-family: "Roboto";
  opacity: 0.85;
  white-space: nowrap;
  margin-top: 3px;
}

.contries-dropdown-flebox .no-borders {
  border-width: 0px !important;
  max-height: 42px;
}

.contries-dropdown-flebox.no-borders {
  border-width: 0px !important;
  box-shadow: none;
  font-weight: 600;
}

.contries-dropdown-flebox .country-prefix-container {
  flex-grow: 1;
  flex-basis: auto !important;
  cursor: pointer;
}

.contries-dropdown-flebox input.phone-number-input-field {
  flex-grow: 5;
  border-radius: 0px 6px 5px 0px !important;
  box-shadow: none;
}

.country-code-search-dropdown-list:focus-visible {
  outline: 0px;
  border: 0px !important;
}

.phone-number-input-field.no-borders::placeholder {
  font-size: 18px;
}

/* Hide spinners in Firefox */
.contries-dropdown-flebox input[type="number"] {
  -moz-appearance: textfield;
}

.country-prefix-container .display-country-code.reduce-padding {
  border-right: 1px solid #e0e0e0;
  padding: 0px 12px 0px 10px;
  display: flex;
  align-items: center;
}

/*  */
.otp-verify-timer p {
  margin-bottom: 0px;
  font-size: 14px;
}

/*  */

#otpmodal .modal-body .grid-box {
  grid-template-columns: 40% 60%;
}

@media (min-width: 576px) {
  #otpmodal .modal-dialog {
    max-width: unset;
  }
}

@media (max-width: 991px) {
  .display-country-code.show-adjacent-icon::after {
    border: 5px solid #000;
    border-bottom-color: transparent;
    border-right-color: transparent;
    border-left-color: transparent;
    right: 1px;
    top: calc(50% + 2px);
  }
}

@media (min-width: 768px) and (max-width: 850px) {
  .nav-menuBar-container .nav-menu {
    gap: 7px;
  }

  .reduce-font-for-tablets .com-HeaderNavLink {
    font-size: 11px !important;
  }
}

@media (max-width: 576px) {
  .country-prefix-container .display-country-code.reduce-padding {
    padding: 0px;
    padding-left: 0px;
    padding-right: 0px;
    font-size: 10px;
    text-align: center;
  }
}

@media (max-width: 767px) {
  div#ctl00_Panel1 .modal-body .grid-box {
    grid-template-columns: 99% !important;
  }
}

@media (max-width: 576px) {
  .display-country-code.show-adjacent-icon::after {
    border: 3px solid #000;
    border-bottom-color: transparent;
    border-right-color: transparent;
    border-left-color: transparent;
    left: calc(100%);
  }

  .hide-phone-icon-on-phones {
    display: none !important;
  }

  .no-border-right {
    border-right-width: 0px !important;
  }

  .reduce-placeholder-size::placeholder {
    font-size: 16px !important;
  }
}

@media (max-width: 768px) {
  .modal#otpmodal {
    border-radius: 5px;
  }
}

@media (max-width: 767px) {
  .extra-grid-styling .modal-body .grid-box {
    grid-template-columns: 100% !important;
  }
}

/* moved style*/

.contries-dropdown-flebox .verify-user-input {
  height: 34px;
  background: #1e1e1e;
  color: #fff;
  border-radius: 0px 6px 6px 0px;
  padding-left: 16px;
  padding-right: 16px;
  font-weight: 600;
}

.contries-dropdown-flebox .verify-user-input.pointer-events-disabled {
  background-color: #eee;
  color: #000;
  cursor: not-allowed;
  pointer-events: none;
}

.signup-otp-input-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  /*  */

  /*  */
}

.verify-user-input.verified-btn-class {
  height: 40px;
  border: 2px solid #ededed;
  border-left: 2px solid gray;
}

.signUp-otp-input-area {
  transform: scale(0);
  transition: transform 0.25s ease-in;
  max-height: 0px;
  border-radius: 6px;
  padding: 5px;
  display: none;
}

.reset-otp-timer-btn {
  /*  */
  background: #fff;
  border-width: 0px;
  text-decoration: underline;
  color: #de9406;
  font-size: 14px;
  /*  */
}

.signup-otp-input-wrap .otp-single-field {
  width: 40px;
  height: 40px;
  border: none;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
  margin: 0 10px;
  text-align: center;
  font-size: 22px;
  border-radius: 6px;
  color: #3f3f3f;
}

.otp-verify-timer p[data-show-timer] {
  font-size: 14px;
  font-weight: 600;
  color: #de9406;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
  white-space: nowrap;
}

.signUp-otp-input-area .timerclock-wrap {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}

.signup-otp-input-wrap .otp-single-field:focus {
  border-bottom: 2px solid orange;
  outline: none;
}

.contries-dropdown-flebox .edit-icon {
  min-height: 24px;
  min-width: 24px;
  max-height: 24px;
  max-width: 24px;
  cursor: pointer;
  margin-right: 5px;
}

.otp-verify-timer .reset-otp-timer-btn {
  display: none;
}

.signUp-otp-input-area .otp-verify-timer {
  display: flex;
  justify-content: end;
  align-items: center;
  padding: 3px 0px;
  padding-right: 16px;
  gap: 10px;
}

p.otperror-msg {
  font-size: 14px;
  font-family: "Roboto", sans-serif;
  color: red;
}

.signUp-otp-input-area .otp-title {
  text-align: center;
  font-size: 15px;
}

.otperror-msg,
#errorconatact {
  display: flex;
  justify-content: center;
  color: red;
  margin-top: 2px;
}

#otpmodal .form-control {
  font-size: 18px;
}

@media (max-width: 768px) {
  .signUp-otp-input-area .otp-title {
    font-size: 12px;
  }

  .reset-otp-timer-btn {
    font-size: 12px;
  }
}

/* extra added styles */
@media (max-width: 576px) {
  input#otpphonenumber::placeholder {
    font-size: 12px !important;
  }
}

@media (max-width: 576px) {
  .grid-shimmer-ui-learn-submenu {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 400px) {
  .headBoxSingUpModel.heading-signup-uniq {
    margin-bottom: 15px;
  }

  .headBoxSingUpModel.heading-signup-uniq .heading_second_login_box {
    font-size: 16px;
    line-height: 23px;
    margin-bottom: 0;
  }

  .signUp-secondFrom.heading-signup-uniq#signUpSecondFrom {
    margin-bottom: 25px;
  }
}

/* new search box styling */
/* cut styling from here */
.flexbox-search-page {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  max-width: 800px;
  margin: 0 auto;
  z-index: 1;
  height: 42px;
  border-radius: 22px;
  background: #fff;
}

.es-header-search-field-flexbox {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  z-index: 5;
  height: 100%;
  justify-content: space-between;
}

.header-search-query-suggestion-flexbox {
  position: absolute;
  inset: 0;
  pointer-events: none;
  display: flex;
  box-sizing: border-box;
}

.data-clear-search-field-for-header {
  appearance: none;
  background-color: transparent;
  border-width: 0;
  color: #fff;
}

.search-results-header-search-field {
  position: absolute;
  top: calc(100% + 10px + 2px);
  clip-path: circle(0% at 50% 0);
  transition: clip-path 0.25s ease-in-out;
  overflow-x: hidden;
  border-radius: 25px;
  overflow-y: auto;
  right: -20px;
  left: -20px;
  bottom: auto;
  z-index: 10;
  box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.2);
  scrollbar-width: none;
  scrollbar-color: #de9406 transparent;
  height: auto;
  max-height: calc(8em * 5.25);
  display: block;
  pointer-events: none;
}

.es-header-search-field-flexbox .search-results-header-search-field.active {
  pointer-events: auto;
  clip-path: circle(100% at center);
}

.es-header-search-field-flexbox .search-results-header-search-field > li {
  background-color: #fff;
  border-bottom: 1px dashed #e3e3e3;
  position: relative;
  overflow: hidden;
  text-align: start;
  font-size: var(--fs-12-14);
}

.es-header-search-field-flexbox .search-results-header-search-field > li a {
  color: #1e1e1e;
  padding: 0.5em 2em;
  display: block;
}

.es-header-search-field-flexbox .search-results-header-search-field > li a span{
      font-weight: 600;
    /* color: #1e1e1e; */
}

.es-header-search-field-flexbox .search-results-header-search-field > li b{
      padding: 1em 2em;
    display: block;
}

.es-header-search-field-flexbox .search-results-header-search-field > li:first-child{
  border-bottom-width: 0px;
}

.es-header-search-field-flexbox .search-results-header-search-field > li:hover a{
 color: #de9406
}



.es-header-search-field-flexbox
  .search-results-header-search-field
  > li
  a:hover {
  color: #de9406;
}

.headersearchBar-formBox:has(
    .header-search-query-submit-button:active
  ):invalid {
  border-color: #ff000096;
}

/*  */
.es-header-search-field-flexbox
  .search-results-header-search-field
  > li::before {
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  background: rgba(222, 146, 6, 0.29);
  border-radius: 50%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0);
  transition: transform 0.4s ease-out;
  pointer-events: none;
}

.es-header-search-field-flexbox
  .search-results-header-search-field
  > li.active::before {
  transform: translate(-50%, -50%) scale(100);
  pointer-events: none;
}

.clear-header-search-field.active {
  rotate: 0.25turn;
  opacity: 1;
  pointer-events: auto;
}

.clear-header-search-field {
  opacity: 0;
  pointer-events: none;
  appearance: none;
  background-color: transparent;
  border: none;
  display: flex;
  justify-content: center;
  align-items: center;
  transition:
    rotate 0.4s ease-in-out,
    opacity 0.4s ease-in-out;
  font-size: 2em;
  color: #fff;
  padding: 1px 6px;
}

.clear-header-search-field:hover,
.clear-header-search-field:focus {
  background-color: transparent;
  border: none;
  appearance: none;
  padding: 1px 6px;
  color: #fff;
}

.text-string-header-search-query-suggestion-field {
  padding: 0px;
  display: flex;
  align-items: center;
  pointer-events: none;
  color: #ffffff4f;
  flex-grow: 1;
  white-space: normal;
  white-space: nowrap;
  overflow-x: hidden;
  min-height: 100%;
  text-overflow: ellipsis;
  min-width: 0;
  box-sizing: border-box;
  word-break: break-all;
  word-break: break-word;
  flex-basis: 0;
}

@media (min-width: 768px) {
  .es-header-search-field-flexbox .tab-autofill-symbol-header-search {
    padding: 0.1em 1em;
    display: block !important;
    cursor: pointer;
  }
}

@media (max-width: 767px) {
  .es-header-search-field-flexbox .touch-autofill-symbol-header-search {
    padding: 0.1em 0.4em;
    display: block !important;
    font-size: 14px;
    font-weight: 900;
  }

  /*  */
  .clear-header-search-field {
    color: #1e1e1e;
  }

  /*  */
  .es-header-search-field-flexbox .header-search-query-submit-button svg {
    color: #1e1e1e;
    fill: #1e1e1e !important;
  }

  /*  */
  .es-header-search-field-flexbox input.course-search-input-field-header {
    color: #1e1e1e;
  }

  .text-string-header-search-query-suggestion-field {
    color: rgba(30, 30, 30, 0.64);
  }
}

.es-header-search-field-flexbox .header-search-query-submit-button {
  background-color: transparent;
  border: none;
  height: 100%;
  padding: 1px 6px;
}

.es-header-search-field-flexbox .header-search-query-submit-button svg {
  height: 100%;
  fill: #fff;
}

.autofill-search-hint-header {
  border: 1px solid rgb(255, 255, 255);
  border-radius: 4px;
  font-size: 12px;
  color: rgb(255, 255, 255);
  opacity: 0;
  transition: opacity 0.25s ease-in;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  backdrop-filter: blur(2px);
  font-weight: 600;
  pointer-events: none;
}

@media (max-width: 767px) {
  .autofill-search-hint-header {
    color: #1e1e1e;
    border: 1px solid #1e1e1e;
  }
}

.autofill-search-hint-header.active {
  opacity: 1;
  pointer-events: auto;
}

.es-header-search-field-flexbox input.course-search-input-field-header,
.text-string-header-search-query-suggestion-field {
  padding-left: 0px !important;
  padding-right: 0px !important;
  font-size: 15px;
  font-weight: 600 !important;
  line-height: 1;
  font-family: "Roboto", Arial, Helvetica, sans-serif;
}

.es-header-search-field-flexbox
  input.course-search-input-field-header::placeholder {
  font-size: 14px;
}

@media (min-width: 768px) and (max-width: 1024px) {
  .hide-on-desktop {
    display: block !important;
  }

  .hide-on-tablets {
    display: none !important;
  }
}

/* li.explore-navbar-tab.com-HeaderNavLink[data-show-explore-submenu]:hover .explore-nav-submenu {
       transform: translate(-50%, 0%) scale(1) skewX(0deg) !important;
       ;
       opacity: 1 !important;
   } */

p.errorMsg-paraBackend {
  color: red !important;
}

.newFooterBox-set a {
  font-size: 14px;
}

.singup-modelCrosBtn img {
  cursor: pointer;
}

p.errorMsg_para_after_ragister {
  color: red;
}

#otpmodal .content-insideBox .leftBox{
		    padding-bottom: 100px;
	}