@font-face {
  font-family: 'hk-grotesk';
  src: url('../webfonts/hk-grotesk/HKGrotesk-Regular.otf');
  font-weight: 400;
}
@font-face {
  font-family: 'hk-grotesk';
  src: url('../webfonts/hk-grotesk/HKGrotesk-Medium.otf');
  font-weight: 500;
}
@font-face {
  font-family: 'hk-grotesk';
  src: url('../webfonts/hk-grotesk/HKGrotesk-SemiBold.otf');
  font-weight: 600;
}
@font-face {
  font-family: 'hk-grotesk';
  src: url('../webfonts/hk-grotesk/HKGrotesk-Bold.otf');
  font-weight: 700;
}
:root {
  --color-white: #fff;
  --color-dark: #212529;
  --color-bg: #f1f2f5;
  --color-primary: #4535aa;
  --color-l-primary: rgba(69, 53, 170, 0.2);
  --color-secondary: #e98074;
  --color-greenish: #609b8a;
  --color-highlight: #f7f7f9;
  --color-red: #ee4758;
  --gradient-red: linear-gradient(25deg, #3dc7c9, #1d818e 50%);
  --font-size-p: 18px;
  --space-parent: 60px;
  --space-child: 24px;
  --nav-gap: 30px;
  --space-5: 5px;
  --space-10: 10px;
  --space-15: 15px;
  --space-20: 20px;
  --border-radius: 5px;
  --border-radius-big: 10px;
  --padding-small: 5px 10px;
  --shadow: rgba(0, 0, 0, 0.19) 0px 10px 20px, rgba(0, 0, 0, 0.23) 0px 6px 6px;
  --shadow-white: rgba(255, 255, 255, 0.4) 0px 4px 12px;
  --shadow-small: rgba(0, 0, 0, 0.15) 0px 2px 8px;
  --shadow-primary: #e9e7f7 0px 2px 12px;
  --shadow-primary-deep: #a299df 0px 2px 12px;
  --shadow-red: #f48d98 0px 2px 12px;
  --transition-all: all 0.3s;
}
@media (min-width: 1700px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl,
  .container-xxl {
    max-width: 1580px;
  }
}
*,
h1,
h2,
h3,
h4,
h5,
h6,
p {
  font-family: "hk-grotesk", Sans Serif;
  color: #2d3142;
}
h1 {
  font-size: 38px;
}
h1,
h2,
h3,
h4 {
  font-weight: 700;
}
p,
li {
  font-size: var(--font-size-p);
}
a {
  text-decoration: none;
}
.eh-space-bottom {
  margin-bottom: var(--space-20);
}
.color-secondary {
  color: var(--color-secondary);
}
.color-green {
  color: var(--color-greenish);
}
.d-hide {
  display: none;
}
/**---------------------------------------------------------------------------------------------------------------**/
.eh-adr-otp-resend p,
.eh-mob-otp-resend p {
  margin-bottom: 0;
}
.eh-resend-link {
  cursor: pointer;
  color: var(--color-primary);
}
.eh-pr {
  position: relative;
}
.eh-p-small {
  font-size: 16px;
  color: #6d769b;
}
.eh-p-small-nc {
  font-size: 16px;
}
.eh-text-primary {
  color: var(--color-primary);
}
.eh-text-secondary {
  color: var(--color-secondary);
}
ul.eh-list h4 {
  color: var(--color-greenish);
}
ul.eh-list > li {
  list-style-type: none;
}
ul.eh-list > li * {
  display: inline-block;
}
ul.eh-list > li::before {
  content: "\f058";
  color: var(--color-greenish);
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
}
ul.eh-list > li ul {
  display: block;
}
.eh-container-bg {
  position: relative;
}
.eh-container-bg .eh-blur {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  filter: blur(5px);
  -webkit-filter: blur(5px);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.eh-container-bg .eh-blur-content {
  position: relative;
  z-index: 2;
}
.eh-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.8);
}
.eh-bg-dark {
  background-color: var(--color-bg);
}
.eh-block-container {
  margin-top: var(--space-parent);
  margin-bottom: var(--space-child);
}
.eh-extra-bottom {
  padding-bottom: calc(var(--space-parent));
}
.eh-center-area {
  text-align: center;
}
.eh-center-area * {
  text-align: center;
}
.eh-gutter {
  padding-right: var(--space-child);
  padding-left: var(--space-child);
}
.push-top {
  top: -114px;
  position: relative;
  border-radius: var(--border-radius-big);
  background: var(--color-white);
  padding: var(--space-parent);
}
.eh-abha-block {
  background-color: var(--color-white);
  border-radius: var(--border-radius-big);
  box-shadow: var(--shadow-primary);
  padding: var(--space-child);
  margin: var(--space-child);
}
.eh-mob-block .eh-ib {
  width: 70%;
}
.eh-abha-input,
.eh-otp-input,
.eh-mnum-input,
.eh-motp-input,
.eh-phr-input {
  padding-top: var(--space-15);
  padding-bottom: var(--space-15);
}
.eh-otp-input,
.eh-motp-input {
  width: 55px !important;
}
.eh-sbs {
  display: flex;
  justify-content: center;
  align-items: center;
}
.eh-sbs .eh-ib {
  margin-right: var(--space-15);
}
.eh-sbs .eh-ib:last-child {
  margin-right: 0;
}
.eh-phr-input {
  margin-bottom: var(--space-15);
}
.eh-ib .eh-input {
  border: none;
  border-radius: var(--border-radius);
  background-color: var(--color-bg);
  outline: none;
  width: 100%;
  font-size: var(--font-size-p);
}
.eh-button {
  margin: 0 auto;
  margin-top: var(--space-20);
  margin-bottom: var(--space-20);
  padding-top: var(--space-15);
  padding-bottom: var(--space-15);
  font-weight: 600;
  background-color: var(--color-primary);
  box-shadow: var(--shadow-primary-deep);
  border-radius: 50px;
  color: var(--color-white);
  max-width: 20rem;
  cursor: pointer;
  transition: all 0.5s;
}
.eh-button * {
  color: var(--color-white);
}
.eh-button-alert-js {
  background-color: var(--color-red);
  box-shadow: var(--shadow-red);
}
.eh-loader {
  position: relative;
}
.eh-loader::after {
  content: '';
  display: none;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 20px;
  height: 20px;
  border: solid 2px;
  border-color: #fff transparent transparent transparent;
  border-radius: 100%;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
  animation: spin 1s infinite;
  transform-origin: 0 0;
}
.eh-load {
  padding: 15px 6px;
}
.eh-load .eh-display {
  opacity: 0;
}
.eh-load span {
  opacity: 0;
}
.eh-load:after {
  display: block;
}
@keyframes spin {
  from {
    transform: rotate(0) translate(-50%, -50%);
  }
  to {
    transform: rotate(360deg) translate(-50%, -50%);
  }
}
.eh-img-w-txt {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: var(--space-10);
}
.eh-img-w-txt .nha-logo {
  width: 72px;
}
.eh-img-w-txt * {
  margin-bottom: 0;
}
.eh-yt-video .eh-video-container {
  overflow: hidden;
  position: relative;
  width: 100%;
  box-shadow: var(--shadow);
  border-radius: 4px;
}
.eh-yt-video .eh-video-container::after {
  padding-top: 56.25%;
  display: block;
  content: '';
}
.eh-yt-video .eh-video-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.eh-img-container {
  padding: 0 20px 20px;
}
.eh-img-container img {
  max-width: 100%;
  height: auto;
}
.eh-footer-container {
  background-color: #1e3770;
}
.eh-footer-container p,
.eh-footer-container span {
  color: #fff;
}
.eh-footer-container img {
  max-width: 250px;
  margin-bottom: 40px;
}
.pt-5 {
  padding-top: 40px;
}
.eh-header {
  background-color: var(--color-white);
  box-shadow: var(--shadow);
  padding-top: 10px;
  padding-bottom: 10px;
}
.eh-header .eh-header-section {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.eh-header .logo-area {
  float: left;
}
.eh-header .eh-menu-area {
  float: right;
  display: flex;
  align-items: center;
}
.eh-header .eh-menu-area p {
  margin-bottom: 0;
}
.eh-navigation {
  list-style-type: none;
  display: inline-block;
  margin-bottom: 0;
  margin-right: var(--space-20);
}
.eh-navigation li {
  display: inline;
  margin-right: var(--space-10);
}
.modal-content {
  border-radius: 4px !important;
  overflow: hidden;
}
.modal-content p {
  margin-bottom: 0;
}
.hos-close {
  width: 40px;
  height: 40px;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
  border: 0;
  border-bottom-left-radius: 4px;
  color: var(--color-white);
  background-color: var(--color-dark) !important;
  opacity: 1;
  font-family: "Open Sans", sans-serif;
}
.hos-close span {
  color: var(--color-white);
  font-weight: 900;
}
.hos-close:hover {
  color: var(--color-white);
  opacity: 1 !important;
}
#popup-adblock h3 {
  margin-bottom: 0;
}
.modal-backdrop.show {
  background-color: rgba(255, 255, 255, 0.7);
  opacity: 0.7;
}
.modal-body {
  padding: 50px;
}
.modal-content {
  border: none;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 15px -3px, rgba(0, 0, 0, 0.05) 0px 4px 6px -2px;
}
.btn-english {
  font-weight: 400;
  background-color: var(--color-primary);
  color: #FFF;
}
.btn-hindi {
  font-weight: 400;
  background-color: var(--color-greenish);
    color: #FFF;
}
.eh-mb {
  margin-bottom: 30px;
}
.eh-img-small {
  max-width: 52px;
  cursor: pointer;
}
.eh-show-alert {
  position: absolute;
  top: var(--space-20);
  left: 50%;
  transform: translateX(-50%);
  background-color: var(--color-red);
  box-shadow: var(--shadow);
  padding: var(--space-10);
  border-radius: var(--border-radius);
  z-index: 1;
}
.eh-show-alert * {
  margin-bottom: 0;
  color: var(--color-white);
}
.eh-consent-container {
  max-height: 200px;
  overflow-y: scroll;
  margin: var(--space-child);
  margin-top: 0;
  border-radius: var(--border-radius);
  box-shadow: var(--shadow-primary);
}
.eh-consent-container .eh-consent {
  background-color: #f3f2fb;
  padding: var(--space-child);
}
.eh-consent-container .eh-consent p {
  font-size: 16px;
  color: var(--color-primary);
  margin-bottom: 0;
}
#consent-popup .eh-consent-container {
  margin: 0;
  overflow-y: auto;
  max-height: inherit;
}
#consent-popup .modal-body {
  padding: 0;
}
.eh-consent-btns {
  display: flex;
  align-items: center;
  justify-content: center;
}
.eh-consent-btns .eh-consent-btn {
  padding: var(--space-5) var(--space-10);
  border: 2px solid var(--color-primary);
  color: var(--color-primary);
  border-radius: var(--border-radius);
  cursor: pointer;
}
.eh-consent-btns .eh-consent-btn:first-child {
  margin-right: var(--space-10);
}
.eh-consent-btns .eh-consent-check {
  background-color: var(--color-primary);
  color: var(--color-white);
  border: 2px solid var(--color-white);
}
.eh-consent-btns .eh-consent-uncheck {
  background-color: var(--color-red);
  color: var(--color-white);
  border: 2px solid var(--color-white);
}
@media (max-width: 767.98px) {
  h1 {
    font-size: 32px;
  }
  p {
    font-size: 16px;
  }
  .container {
    max-width: 640px;
  }
  .eh-block-container {
    margin-bottom: 0;
  }
  .eh-abha-block {
    margin: 0;
  }
  .push-top {
    top: 0;
    padding: var(--space-child) var(--space-20);
  }
  .eh-bg-dark {
    padding-bottom: var(--space-child);
  }
  .ors-text-logo {
    display: none;
  }
}
#reload_capcha {
  border-radius: var(--border-radius);
  box-shadow: var(--shadow-primary-deep);
}
.captcha-block {
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: var(--space-15);
  max-width: 300px;
  margin: 0 auto;
}
.captcha-block .fa-solid.fa-arrows-rotate {
  display: block;
  margin-left: 15px;
  background: #fff;
  color: var(--color-primary);
  cursor: pointer;
}
.captcha-block .spinc {
  animation-name: spinc;
  animation-duration: 2000ms;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}
.captcha-block .eh-captcha-input {
  padding-top: 7px;
  padding-bottom: 7px;
  margin-left: var(--space-15);
}
@keyframes spinc {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
.sc-block {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: var(--space-15);
}
.sc-block * {
  margin-right: 5px;
}
.audio-captcha-block {
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: var(--space-15);
  margin: 0 auto;
}
.audio-captcha-block .eh-captcha-input {
  padding-top: 7px;
  padding-bottom: 7px;
  margin-left: var(--space-15);
}
