html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
  border: 0;
  /* font-family: 'Open Sans', sans-serif; */
  font-size: 100%;
  font-style: inherit;
  font-weight: inherit;
  margin: 0;
  outline: 0;
  padding: 0;
  vertical-align: baseline;
}

.navbar {
  height: auto !important;
  right: 0px;
  position: absolute;
  z-index: 890;
  background-color: transparent;
}

.navbar .navbar-brand-front {
  text-transform: uppercase;
  letter-spacing: 3px;
  font-weight: 700;
}

.navbar-right {
  float: right !important;
  position: absolute;
  right: 0;
  padding-right: 30px;
}

.register-content {
  padding-left: 30px;
  padding-right: 30px;
  padding-top: 85px;
  width: 100%;
  position: relative;
  margin: auto !important;
}

.front-content {
  padding-left: 30px;
  padding-right: 30px;
  padding-top: 100px;
  width: 100%;
  position: relative;
  display: flex;
  justify-content: space-around; /* Adds space on both sides of each child */
}

.front-footer {
  padding: 20px 30px 20px 30px;
  margin-top: 40px;
  color: #98a6ad;
  border-top: 1px solid #e3eaef;
  display: inline-block;
  background: #ffffff;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 11px;
  width: 100%;
}
.front-footer .footer-left {
  float: left;
}
.front-footer .footer-right {
  float: right;
}
.simple-front-footer {
  text-align: center;
  margin-top: 40px;
  margin-bottom: 40px;
}

.logo .site_logo .emblem {
  display: inline-block;
  vertical-align: middle;
  margin: 0 12px 0 0;
}

.logo .site_logo .logo_text {
  display: inline-block;
  vertical-align: middle !important;
}

.logo .site_logo .logo_text .site_name_english,
.logo .site_logo .logo_text h1.h1-logo {
  font-style: normal;
  font-size: 1.3rem !important;
  margin: 0;
  font-weight: 700;
}

.logo .site_logo .logo_text h1.h1-logo {
  margin-top: 2px !important;
}

.logo .site_logo .logo_text .logo-sub-title {
  margin-top: -1px !important;
}

.logo .site_logo .logo_text .logo-sub-title {
  font-weight: 600;
  /* font-size: 14px; */
  color: #006abb;
  width: 100%;
  display: inline-block;
  letter-spacing: 2px;
}

.logo .site_logo .logo_text .logo-hindi-title {
  margin-top: 0px !important;
}

.logo .site_logo .logo_text .logo-hindi-title {
  font-weight: 500;
  font-size: 15px;
  color: #006abb;
  width: 100%;
  display: inline-block;
  letter-spacing: 2px;
}

.logo .site_logo .logo_text strong {
  margin-top: 5px !important;
  font-weight: 400;
  display: block;
  font-size: 16px;
  line-height: 15px;
  letter-spacing: 2px;
}

.logo a {
  text-decoration: none !important;
}

.logo a:hover {
  text-decoration: none !important;
  color: #000000;
}

a img {
  border: 0;
}

.logo .site_logo {
  display: inline-flex;
  align-items: center;
  color: #000000;
}

.emblem {
  height: 60px;
  margin-right: 12px;
}

.h1-logo {
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1.2;
  color: #38495f;
  margin: 0;
}

.logo_text strong {
  font-size: 1.2rem;
  color: #000;
}

.h1-disha {
  font-size: 1.05rem;
  font-weight: 600;
  line-height: 1.4;
  color: #34495e;
}

.disha-sub-title {
  font-size: 1.2rem;
  font-weight: bold;
  color: #aa6a16;
}

.disha-hindi-title {
  font-size: 1.05rem;
  color: #5f6b7e;
  font-style: italic;
}

@media (max-width: 768px) {
  .logo_text {
    text-align: left;
  }

  .disha-container {
    text-align: center;
    margin-top: 10px;
  }

  .h1-disha {
    font-size: 0.95rem;
  }

  .disha-sub-title,
  .disha-hindi-title {
    font-size: 0.9rem;
  }
}
