@charset "UTF-8";
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 */
html {
  font-family: sans-serif; /* 1 */
  -ms-text-size-adjust: 100%; /* 2 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/**
 * Remove default margin.
 */
body {
  margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block; /* 1 */
  vertical-align: baseline; /* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none;
}

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */
a:active,
a:hover {
  outline: 0;
}

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  box-sizing: content-box;
  height: 0;
}

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit; /* 1 */
  font: inherit; /* 2 */
  margin: 0; /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button; /* 2 */
  cursor: pointer; /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome.
 */
input[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  box-sizing: content-box; /* 2 */
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold;
}

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

@font-face {
    font-family: 'Nunito';
    src: url('../fonts/Nunito-Regular.eot');
    src: local('Nunito Regular'), local('Nunito-Regular'),
        url('../fonts/Nunito-Regular.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Nunito-Regular.woff2') format('woff2'),
        url('../fonts/Nunito-Regular.woff') format('woff'),
        url('../fonts/Nunito-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
/* Chrome hack: SVG is rendered more smooth in Windozze. 100% magic, uncomment if you need it. */
/* Note, that will break hinting! In other OS-es font will be not as sharp as it could be */
/*
@media screen and (-webkit-min-device-pixel-ratio:0) {
  @font-face {
    font-family: 'fontello';
    src: url('../font/fontello.svg?9059256#fontello') format('svg');
  }
}
*/
[class^="icon-"]:before,
[class*=" icon-"]:before {
  font-family: "Nunito";
  font-style: normal;
  font-weight: normal;
  speak: never;
  display: inline-block;
  text-decoration: inherit;
  width: auto;
  margin-right: 0;
  text-align: center;
  /* opacity: .8; */
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  margin-left: 0;
  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */
  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}

.icon-down-dir:before {
  content: "\e800";
} /* '' */
.icon-up-dir:before {
  content: "\e801";
} /* '' */
.icon-left:before {
  content: "\e802";
} /* '' */
.icon-right:before {
  content: "\e803";
} /* '' */
.clearfix:after {
  content: "";
  display: block;
  clear: both;
}

.ellipsis {
  white-space: nowrap; /* 1 */
  text-overflow: ellipsis; /* 2 */
  overflow: hidden;
}

html {
  box-sizing: border-box;
}

*,
*:before,
*:after {
  box-sizing: inherit;
}

* {
  max-height: 1000000px;
}

body {
  color: #4f4f4f;
  background: #fcfcfc;
  font: 16px/1.2 "Nunito", sans-serif;
  min-width: 320px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

img {
  max-width: 100%;
  height: auto;
}

.gm-style img {
  max-width: none;
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6,
.h {
  font-family: inherit;
  font-weight: bold;
  margin: 0 0 0.5em;
  color: inherit;
}

h1,
.h1 {
  font-size: 30px;
}

h2,
.h2 {
  font-size: 27px;
}

h3,
.h3 {
  font-size: 24px;
}

h4,
.h4 {
  font-size: 21px;
}

h5,
.h5 {
  font-size: 17px;
}

h6,
.h6 {
  font-size: 15px;
}

p {
  margin: 0 0 1em;
}

a {
  color: #ff6961;
}
a:hover,
a:focus {
  text-decoration: none;
}

form,
fieldset {
  margin: 0;
  padding: 0;
  border-style: none;
}

input[type="text"],
input[type="tel"],
input[type="email"],
input[type="search"],
input[type="password"],
textarea {
  border: 1px solid #ccc;
  padding: 0.4em 0.7em;
}
input[type="text"]:focus,
input[type="tel"]:focus,
input[type="email"]:focus,
input[type="search"]:focus,
input[type="password"]:focus,
textarea:focus {
  border-color: #000;
}
input[type="text"]::-webkit-input-placeholder,
input[type="tel"]::-webkit-input-placeholder,
input[type="email"]::-webkit-input-placeholder,
input[type="search"]::-webkit-input-placeholder,
input[type="password"]::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #ccc;
}
input[type="text"]::-moz-placeholder,
input[type="tel"]::-moz-placeholder,
input[type="email"]::-moz-placeholder,
input[type="search"]::-moz-placeholder,
input[type="password"]::-moz-placeholder,
textarea::-moz-placeholder {
  opacity: 1;
  color: #ccc;
}
input[type="text"]:-moz-placeholder,
input[type="tel"]:-moz-placeholder,
input[type="email"]:-moz-placeholder,
input[type="search"]:-moz-placeholder,
input[type="password"]:-moz-placeholder,
textarea:-moz-placeholder {
  color: #ccc;
}
input[type="text"]:-ms-input-placeholder,
input[type="tel"]:-ms-input-placeholder,
input[type="email"]:-ms-input-placeholder,
input[type="search"]:-ms-input-placeholder,
input[type="password"]:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #ccc;
}
input[type="text"].placeholder,
input[type="tel"].placeholder,
input[type="email"].placeholder,
input[type="search"].placeholder,
input[type="password"].placeholder,
textarea.placeholder {
  color: #ccc;
}

select {
  -webkit-border-radius: 0;
}

textarea {
  resize: vertical;
  vertical-align: top;
}

button,
input[type="button"],
input[type="reset"],
input[type="file"],
input[type="submit"] {
  cursor: pointer;
}

body {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

body.stickyHeader {
  padding-top: 74px;
}
body.stickyHeader #header {
  -webkit-box-shadow: 0 2px 5px 3px rgba(0, 0, 0, 0.2);
  box-shadow: 0 2px 5px 3px rgba(0, 0, 0, 0.2);
}
body.stickyHeader #header #nav {
  font-size: 20px;
}
body.stickyHeader #header .logo img {
  max-width: 80%;
}

#header {
  position: fixed;
  width: 100%;
  top: 0;
  z-index: 999;
  background: #2e2e76;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media (min-width: 768px) {
  #header {
  }
}
#header .logo img {
  display: block;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
#header .container {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  align-items: center;
}
#header #nav {
  text-align: center;
  padding: 20px 0;
}
@media (min-width: 768px) {
  #header #nav {
    text-align: left;
    padding: 0;
  }
}
@media (min-width: 1024px) {
  #header #nav {
    font-size: 24px;
    line-height: 30px;
  }
}
#header #nav ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
@media (min-width: 768px) {
  #header #nav ul {
    display: flex;
    align-items: center;
  }
}
#header #nav ul li {
  padding: 10px 0;
  align-items: center;
}
@media (min-width: 768px) {
  #header #nav ul li {
    padding: 0 0 0 30px;
  }
}
#header #nav ul li > a:after {
  display: block;
  content: "";
  position: absolute;
  bottom: -10px;
  top: auto;
  height: 3px;
  left: 50%;
  right: auto;
  width: 0;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media (min-width: 768px) {
  #header #nav ul li.active a {
    border-color: #ff6961;
  }
  #header #nav ul li.active a::after {
    width: 100%;
    left: 0;
    background-color: #ff6961;
  }
}
#header #nav ul a {
  text-decoration: none;
  color: #fff;
  font-weight: 600;
  text-transform: capitalize;
  position: relative;
}

#header #nav ul a.active {
  text-decoration: underline;
  text-decoration-color: #ff6961;
  text-underline-offset: 0.5em;
  text-decoration-thickness: 0.15em;
}

#header #nav ul a:hover {
  border-color: #ff6961;
}

.nav-area {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  text-align: center;
}
.nav-area .nav-opener {
  display: none;
}
@media (min-width: 768px) {
  .nav-area .nav-holder {
    display: flex;
    flex-flow: row wrap;
    align-items: center;
    text-align: center;
  }
}
@media (max-width: 767px) {
  .nav-area .nav-opener {
    display: block;
    width: 34px;
    height: 33px;
    position: relative;
    transition: all 0.25s linear;
    z-index: 222;
  }
  .nav-area .nav-opener span,
  .nav-area .nav-opener:before,
  .nav-area .nav-opener:after {
    background: #fff;
    position: absolute;
    top: 15px;
    left: 15%;
    right: 15%;
    height: 2px;
    transition: all 0.25s linear;
  }
  .nav-area .nav-opener:before,
  .nav-area .nav-opener:after {
    content: "";
    top: 7px;
  }
  .nav-area .nav-opener:after {
    top: 23px;
  }
  .nav-area .nav-holder {
    position: absolute;
    left: 0;
    right: 0;
    top: 100%;
    z-index: 999;
    max-height: 0;
    overflow: hidden;
    transition: all 0.25s linear;
  }
  .nav-area #nav {
    position: relative;
    background: #2e2e76;
    transition: all 0.25s linear;
    transform: translateY(-100%);
  }
}

.nav-active {
  overflow: hidden;
}
.nav-active .nav-area .nav-opener span {
  opacity: 0;
}
.nav-active .nav-area .nav-opener:before,
.nav-active .nav-area .nav-opener:after {
  transform: rotate(45deg);
  top: 15px;
}
.nav-active .nav-area .nav-opener:after {
  transform: rotate(-45deg);
}
.nav-active .nav-area .nav-holder {
  max-height: 4000px;
}
.nav-active .nav-area .nav-holder #nav {
  transform: translateY(0);
}

.resize-active .nav-area .list-holder,
.resize-active .nav-area .list-frame {
  transition: none;
}

body {
  position: relative;
}
body.modalOpen {
  overflow: hidden;
}

.mt-40 {
  margin-top: 40px;
}

.flex {
  display: flex;
}

.flexCol {
  flex-direction: column;
}

.items-center {
  align-items: center;
}

#wrapper {
  position: relative;
  width: 100%;
  overflow: hidden;
}
@media (min-width: 768px) {
  #wrapper {
    font-size: 18px;
    line-height: 31px;
  }
}

.container {
  max-width: 1320px;
  margin: 0 auto;
  padding: 10px 20px;
}

a {
  transition: 0.2s linear;
}
a:hover {
  color: #2e2e76;
}

.btn-primary {
  color: #fff;
  background: #ff6961;
  display: inline-block;
  vertical-align: top;
  padding: 10px 20px;
  border-radius: 10px;
  font-size: 16px;
  line-height: 22px;
  font-family: "Roboto Slab", serif;
  text-decoration: none;
  font-weight: bold;
  min-width: 150px;
  text-align: center;
  transition: 0.2s linear background;
  text-transform: capitalize;
  border: none;
  height: 42px;
}
.btn-primary:hover {
  background: #ff5c53;
  color: #fff;
}
@media (min-width: 1024px) {
  .btn-primary {
    padding: 15px 20px;
    font-size: 18px;
    line-height: 24px;
    min-width: 200px;
    height: 54px;
  }
}

h1 {
  font-size: 28px;
  line-height: 35px;
  font-family: "Roboto Slab", serif;
  color: #2e2e76;
  margin: 0 0 15px;
}
@media (min-width: 768px) {
  h1 {
    font-size: 35px;
    line-height: 45px;
    margin: 0 0 30px;
  }
}
@media (min-width: 1024px) {
  h1 {
    font-size: 75px;
    line-height: 85px;
    margin: 0 0 40px;
  }
}

h2 {
  font-size: 25px;
  line-height: 32px;
  font-family: "Roboto Slab", serif;
  color: #2e2e76;
  margin: 0 0 15px;
}
@media (min-width: 768px) {
  h2 {
    font-size: 30px;
    line-height: 40px;
    margin: 0 0 30px;
  }
}
@media (min-width: 1024px) {
  h2 {
    font-size: 45px;
    line-height: 62px;
    margin: 0 0 30px;
  }
}

h3 {
  font-size: 18px;
  line-height: 26px;
  font-family: "Roboto Slab", serif;
  margin: 0 0 15px;
}
@media (min-width: 768px) {
  h3 {
    font-size: 24px;
    line-height: 30px;
    margin: 0 0 20px;
  }
}

.banner {
  background: #2e2e76;
  padding: 50px 0 20px;
}
@media (min-width: 768px) {
  .banner {
    padding: 50px 0;
    margin-top: 52px;
  }
}
@media (min-width: 1024px) {
  .banner {
    margin-top: 42px;
  }
}

.banner .btns-holder > a {
  text-transform: capitalize;
  font-weight: 600;
  font-family: "Roboto Slab", serif;
  text-decoration: none;
}
@media (min-width: 768px) {
  .banner.inner-page {
    padding-bottom: 0;
  }
}
.banner.inner-page .img-holder {
  margin-top: 0;
}
@media (min-width: 768px) {
  .banner.inner-page .img-holder {
    margin-bottom: 0;
  }
}

.banner.v-2 {
  margin-top: 18px;
}

.banner-input {
  background: #fff;
  border-radius: 4px;
  color: #000;
  width: 300px;
  border: none;
  padding: 0px 10px;
  min-height: 54px;
  margin-right: 15px;
}

.banner-btn-track {
  min-width: 100px;
  border-radius: 4px;
}

.cnic-info {
  color: #fba51a;
  font-size: 17px;
}

.cnic-holder {
  display: flex;
  margin: 8px 0;
}

.mob-timeline {
  display: flex;
}

@media (max-width: 1024px) {
  .banner-input {
    min-height: 42px;
  }
}

@media (max-width: 767px) {
  .mob-view {
    max-width: calc(100% - 10px);
  }
  .mob-timeline {
    display: block;
  }
  .selectstyle {
    max-width: 94vw !important;
  }
  .banner-input {
    width: auto;
    margin-right: 10px;
  }
  .cnic-info {
    font-size: 14px;
  }
  .banner .text-holder-inner {
    display: flex;
    justify-content: center;
  }
  .cnic-holder {
    justify-content: center;
    margin-left: 13px;
  }
}
.banner.v-3 {
  margin-top: 18px;
}


.reg-date {
  align-self: center;
  padding-bottom: 10px;
  margin-left: 10px;
  font-weight: bold;
  color: #2e2e76;
  font-size: 16px;
}

@media (min-width: 768px) {
  .banner.v-2 {
    padding-bottom: 25px;
    margin-top: 14px;
  }
  .banner.v-3 {
    margin-top: 14px;
  }
  .text-holder h2 {
    font-size: 36px;
  }
}

@media (min-width: 1024px) {
  .banner.v-2 {
    margin-top: 2px;
  }
  .banner.v-3 {
    margin-top: 2px;
  }
}

.banner.v-2 .img-holder {
  margin-top: 0;
}
@media (min-width: 768px) {
  .banner.v-2 .img-holder {
    margin-bottom: 0;
    margin-top: -30px;
  }
}
@media (min-width: 768px) {
  .banner .container {
    display: flex;
    flex-flow: row wrap;
    flex-direction: row-reverse;
    justify-content: space-between;
  }
}
.banner .img-holder {
  margin-bottom: 40px;
}
@media (min-width: 768px) {
  .banner .img-holder {
    max-width: 50%;
    margin: 0;
  }
}
.banner .img-holder img {
  max-width: 70%;
  margin: 0 auto;
  display: block;
}
@media (min-width: 1024px) {
  .banner .img-holder img {
    max-width: 100%;
  }
}
.banner .text-holder {
  color: #fff;
}

@media (min-width: 768px) {
  .banner .text-holder {
    max-width: 50%;
  }
}
@media (min-width: 1024px) {
  .banner .text-holder {
    max-width: 40%;
    font-size: 26px;
    line-height: 31px;
  }
}
.banner p {
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .banner p {
    margin-bottom: 70px;
  }
}
.banner .link {
  text-decoration: none;
  font-family: "Roboto Slab", serif;
  font-size: 16px;
  line-height: 22px;
  font-weight: bold;
}
.banner .link:hover {
  color: #2e2e76;
}
@media (min-width: 1024px) {
  .banner .link {
    font-size: 18px;
    line-height: 24px;
  }
}
.banner .btns-holder a {
  display: inline-block;
  vertical-align: middle;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .banner .btns-holder a {
    margin-bottom: 0;
  }
}
.banner .btns-holder .btn {
  margin: 0 30px 20px 0;
}
@media (min-width: 768px) {
  .banner .btns-holder .btn {
    margin: 0 40px 0 0;
  }
}
.banner h1 {
  color: #fff;
}

.time-banner {
  background: #ff6961;
  font-family: 'Nunito', sans-serif;
  color: #fff;
  justify-content: center;
  display: flex;
}

.time-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 10px;
}

.time-row {
  display: flex;
  justify-self: start;
}

.time-banner h6 {
  margin-bottom: 0px;
  font-size: 27px;
  font-weight: 500;
}

.time-banner h6:first-child {
  align-self: center;
  justify-self: end;
}

.time-block {
  padding-top: 10px;
  margin: 0 10px 10px 6px;
}

#time-text {
  font-size: 30px;
  font-weight: bold;
}

.time-banner .inner-time-block {
  display: flex;
  justify-content: center;
  align-self: center;
}

.time-banner .time-block h6 {
  background: #fff;
  text-align: center;
  color: #ff6961;
  border-radius: 4px;
  padding: 5px;
  margin: 0 auto;
  min-width: 58.6px;
  font-weight: bold;
  font-size: 21px;
  line-height: 1;
  height: 30px;
}

.time-banner .time-block p {
  font-weight: bolder;
  text-align: center;
  margin: 0;
  font-size: 15px;
  line-height: 1.3;
}

.justify-center {
  justify-content: center;
}

#sendOTP {
  margin: 0 !important;
}

.otp-input-holder {
  display: flex;
  justify-content: start;
}

.otp-input-holder-input {
  max-width: 36px;
  color: #e63946;
  border: none !important;
  border-bottom: 1px solid #4f4f4f !important;
  font-size: 28px;
  background: none;
  text-align: center;
  padding: 0 !important;
  margin-left: 15px;
}

.otp-input-holder-input:focus {
  outline: none;
  border-bottom-width: 3px;
  border-color: #e63946 !important;
}

.otp-input-holder-input.hasValue {
  border-bottom: 1px solid #00CC00 !important;
}

.otp-buttons-holder {
  display: flex;
  justify-content: start;
}

.otp-buttons-holder button {
  margin: 20px 8px !important;
}

@media (max-width: 767px) {
  #time-text {
    font-size: 20px;
    margin: 0px 10px;
  }
  
  .otp-input-holder {
    justify-content: center;
  }
  .otp-input-holder-input {
    margin-left: 0;
    margin-right: 15px;
  }
  .otp-buttons-holder {
    justify-content: center;
  }
  #sendOTP {
    margin: 20px auto 0 !important;
  }
  .time-banner {
    max-height: 97px;
    min-height: 97px;
  }

  .time-grid {
    display: grid !important;
    grid-template-columns: 1fr;
    grid-gap: 0px;    
  }

  .banner {
    margin-top: 65px;
  }

  .time-banner h6:first-child {
    justify-self: center;
  }
  .time-row {
    justify-self: center;
  }
  .time-banner .time-block p {
    margin-top: 3px;
  }
  .justify-center {
    justify-content: center;
  }
  .justify-center a {
    min-width: fit-content;
  }
}

.test-result-block {
  text-align: center;
  padding: 50px 0 20px;
  background-color: #fcfcfc;
}
@media (min-width: 768px) {
  .time-banner {
    max-height: 61px;
    min-height: 61px;
  }
  .test-result-block {
    padding: 0;
    display: flex;
    flex-flow: row wrap;
    margin: 50px 0;
  }
}
.test-result-block .text-holder {
  position: relative;
  transition: 0.4s ease-in-out;
  margin-bottom: 40px;
  padding: 0 20px;
}
@media (min-width: 768px) {
  .test-result-block .text-holder {
    width: 50%;
    font-size: 18px;
    line-height: 31px;
    padding: 50px 30px 120px;
    margin-bottom: 0;
  }
  #time-text {
    font-size: 18px;
    margin: 0px 10px;
  }
}
@media (min-width: 1024px) {
  .time-banner {
    padding-top: 0px;
    max-height: 63px;
    min-height: 63px;
  }  
  .test-result-block .text-holder {
    padding: 100px 80px 170px;
  }
  #time-text {
    font-size: 24px;
    margin: 0px 10px;
  }
}
@media (min-width: 1300px) {
  .test-result-block .text-holder {
    padding: 100px 100px 170px;
  }
}
.test-result-block .text-holder h2 {
  transition: 0.4s ease-in-out;
}
@media (min-width: 768px) {
  .test-result-block .text-holder:hover {
    background: #2e2e76;
    color: #fff;
  }
  .test-result-block .text-holder:hover h2 {
    color: #fff;
  }
}
@media (min-width: 768px) {
  .test-result-block .text-holder .btn-primary {
    position: absolute;
    bottom: 50px;
    left: 0;
    right: 0;
    width: 200px;
    margin: 0 auto;
  }
}
@media (min-width: 1024px) {
  .test-result-block .text-holder .btn-primary {
    bottom: 100px;
  }
}
.test-result-block p {
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .test-result-block p {
    margin-bottom: 30px;
  }
}
@media (min-width: 1024px) {
  .test-result-block p {
    margin-bottom: 40px;
  }
}
.test-result-block .form {
  text-align: left;
}
.test-result-block .form label {
  display: inline-block;
  vertical-align: top;
  margin-bottom: 10px;
}
.test-result-block .form .input-holder {
  margin-bottom: 20px;
}
.test-result-block .form .input-holder input {
  width: 100%;
  border: 1px solid #4f4f4f;
  border-radius: 5px;
  height: 50px;
  padding: 10px;
  outline: none;
}
.test-result-block .form .input-holder input:focus {
  border-color: #2e2e76;
}

.modal {
  position: fixed;
  top: 0px;
  pointer-events: none;
  left: 0px;
  width: 100vw;
  height: 100vh;
  z-index: 9999;
  opacity: 0;
  transition: 0.3s;
  background: rgba(0, 0, 0, 0.7);
  color: #4f4f4f;
}
@media screen and (max-width: 999px) {
  .modal.Practice .box {
    border-radius: 0;
    height: 100vh;
  }
}
.modal.Practice .box .regSuccContent > p {
  font-size: 22px;
  line-height: 40px;
}
.modal.Practice .formFooter {
  margin-top: 50px;
}
.modal.newModal {
  font-family: "Nunito", sans-serif;
  overflow-y: auto;
}
@media (min-width: 1024px) {
  .modal.newModal .box {
    top: 40px;
    transform: translate(-50%, 0);
  }
}
.modal.newModal .close {
  right: 20px;
  top: 35px;
}
@media (min-width: 1024px) {
  .modal.newModal .close {
    right: 52px;
    top: 52px;
  }
}
@media (min-width: 1024px) {
  .modal.confirmation .box {
    top: 50%;
    transform: translate(-50%, -50%);
  }
}
.modal.confirmation .box .regSuccContent {
  min-height: 50vh;
}
.modal .btn-primary {
  display: block;
  margin: 40px auto 0;
}
.modal.active {
  opacity: 1;
  pointer-events: auto;
}
.modal .close {
  position: absolute;
  top: 10px;
  right: 20px;
  cursor: pointer;
  color: #4f4f4f;
  font-size: 25px;
  font-weight: bold;
}
.modal .box {
  background: #fff;
  display: block;
  box-sizing: border-box;
  border-radius: 10px;
  text-align: center;
  padding: 30px 20px;
  position: absolute;
  top: 0;
  transform: translate(0);
  left: 0;
  transition: 0.3s;
  width: 100%;
}
@media (min-width: 1024px) {
  .modal .box {
    max-width: 640px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
}
.modal .box h3 {
  font-size: 28px;
  line-height: 32px;
  margin-bottom: 50px;
  color: #2e2e76;
  font-family: "Roboto Slab", serif;
}
@media screen and (max-width: 999px) {
  .modal .box.regSuccBox {
    min-height: 100vh;
  }
}
.modal .box .regSuccContent {
  min-height: 60vh;
}
@media screen and (max-width: 999px) {
  .modal .box .regSuccContent {
    min-height: 80vh;
  }
}
.modal .box .regSuccContent h3 {
  font-size: 60px;
  line-height: 82px;
  margin-bottom: 50px;
}
@media screen and (max-width: 786px) {
  .modal .box .regSuccContent h3 {
    font-size: 30px;
    line-height: 52px;
    margin-bottom: 30px;
  }
}
.modal .box .regSuccContent > p {
  margin-bottom: 50px;
  font-size: 28px;
  line-height: 43px;
}
@media screen and (max-width: 786px) {
  .modal .box .regSuccContent > p {
    margin-bottom: 30px;
    font-size: 22px;
    line-height: 26px;
  }
}
.modal .box .regSuccContent button {
  max-width: 90px;
  margin: 20px auto;
}
.modal .box.lg {
  max-width: 1000px;
  padding: 20px;
}
@media (min-width: 768px) {
  .modal .box.lg {
    padding: 50px;
  }
}
@media screen and (max-width: 999px) {
  .modal .box.lg {
    width: 100%;
    border-radius: 0;
  }
}
.modal .box.align-left {
  text-align: left;
}
@media (min-width: 768px) {
  .modal .box {
    padding: 40px;
  }
}
@media (min-width: 1024px) {
  .modal .box {
    padding: 80px 90px 40px;
  }
}

.formProgress-head {
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
  margin-bottom: 60px;
  justify-content: space-between;
}
@media (min-width: 1024px) {
  .formProgress-head {
    justify-content: flex-start;
  }
}
.formProgress-head > li {
  display: flex;
  flex-direction: column;
  align-items: center;
  color: #bfbfbf;
  font-weight: 700;
  text-align: center;
  justify-content: space-between;
}
@media (min-width: 1024px) {
  .formProgress-head > li {
    margin-right: 30px;
    flex-direction: row;
    text-align: left;
  }
}
.formProgress-head > li .count {
  width: 24px;
  height: 24px;
  font-size: 18px;
  line-height: 25px;
  border-radius: 100%;
  font-weight: 700;
  text-align: center;
  color: white;
  background-color: #bfbfbf;
  margin-bottom: 10px;
}
@media (min-width: 1024px) {
  .formProgress-head > li .count {
    margin-right: 10px;
    margin-bottom: 0;
  }
}
.formProgress-head > li.active {
  color: #2e2e76;
}
.formProgress-head > li.active .count {
  background-color: #2e2e76;
}

.required {
  color: #e63946;
}

.radioWrap {
  display: flex;
  flex-direction: column;
  margin-top: 6px;
}
@media (min-width: 1024px) {
  .radioWrap {
    flex-direction: row;
  }
}
@media (min-width: 768px) {
  .radioWrap {
    margin-top: 0;
  }
}
@media (min-width: 1024px) {
  .radioWrap .customRadio {
    margin-left: 30px;
  }
}
.radioWrap .customRadio:first-child {
  margin-left: 0;
}

.customRadio {
  transform: none;
  display: block;
  position: relative !important;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 18px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  color: #4f4f4f !important;
}
.customRadio:after {
  content: "";
  position: absolute;
  display: none;
}
.customRadio input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}
.customRadio input:checked ~ .checkmark:after {
  width: 19px;
  height: 19px;
  opacity: 1;
  transition-duration: 0.3s;
}
.customRadio .checkmark {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  height: 25px;
  width: 25px;
  background-color: white;
  border: 1px solid #4f4f4f;
  border-radius: 50%;
}
.customRadio .checkmark::after {
  opacity: 0;
  position: absolute;
  content: "";
  display: block;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 0;
  height: 0;
  border-radius: 50%;
  background: #ff6961;
}

.customCheckbox {
  transform: none;
  display: block;
  position: relative !important;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 18px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  color: #4f4f4f !important;
  transform: translate(0) !important;
  top: 0 !important;
  text-transform: none !important;
}
.customCheckbox:after {
  content: "";
  position: absolute;
  display: none;
}
.customCheckbox input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}
.customCheckbox input:checked ~ .checkmark:after {
  background: #ff6961 url(../images/icons/icon-checked.svg) no-repeat 50%;
  width: 100%;
  height: 100%;
  opacity: 1;
  transition-duration: 0.3s;
  border-radius: 4px;
}
.customCheckbox .checkmark {
  position: absolute;
  top: 6px;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: white;
  border: 1px solid #4f4f4f;
  border-radius: 4px;
}
.customCheckbox .checkmark::after {
  opacity: 0;
  position: absolute;
  content: "";
  display: block;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 0;
  height: 0;
  border-radius: 2px;
}

.regForm ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.regForm ul > li {
  margin-top: 30px;
}
.regForm ul > li:first-child {
  margin-top: 0;
}
@media (min-width: 768px) {
  .regForm ul > li {
    margin-top: 20px;
  }
}
@media (min-width: 1024px) {
  .regForm ul > li {
    display: flex;
    margin-top: 0;
  }
}
.regForm ul > li:first-child > div {
  padding-top: 0;
}
.regForm ul > li:last-child > div {
  padding-bottom: 0;
}
.regForm ul > li > div {
  padding: 6px 0;
}
@media (min-width: 1024px) {
  .regForm ul > li > div {
    padding: 23px 0;
  }
}
.regForm ul > li .inputsWrap {
  display: block;
}
.regForm ul > li .inputsWrap.flexCol {
  flex-direction: column;
}
@media (min-width: 768px) {
  .regForm ul > li .inputsWrap {
    display: flex;
    flex: 1;
    align-items: flex-end;
  }
}
.regForm ul > li .inputsWrap .col {
  position: relative;
  margin-top: 0;
  display: flex;
}
.regForm ul > li .inputsWrap .col.mt {
  margin-top: 20px;
}
@media (min-width: 768px) {
  .regForm ul > li .inputsWrap .col.mt {
    margin-top: 0;
  }
}
@media (min-width: 768px) {
  .regForm ul > li .inputsWrap .col {
    width: 100%;
    margin-left: 30px;
    margin-top: 0;
  }
  .regForm ul > li .inputsWrap .col:first-child {
    margin: 0;
  }
}
@media (min-width: 1024px) {
  .regForm ul > li .inputsWrap .col {
    width: 40%;
  }
  .regForm ul > li .inputsWrap .col.cgpa {
    width: 27%;
  }
}
.regForm ul > li .inputsWrap label {
  position: absolute;
  left: 0;
  right: auto;
  top: 18px;
  transform: translateY(-50%);
  text-transform: capitalize;
  color: #9e9d9d;
  font-weight: 500;
  transition: all 0.15s ease;
}
.regForm ul > li .inputsWrap label.initialHide {
  opacity: 0;
  top: 50px;
}
.regForm ul > li .inputsWrap textarea {
  min-height: 120px;
  line-height: initial;
}
.regForm ul > li .inputsWrap input[type="text"],
.regForm ul > li .inputsWrap input[type="tel"],
.regForm ul > li .inputsWrap input[type="email"],
.regForm ul > li .inputsWrap input[type="number"],
.regForm ul > li .inputsWrap textarea,
.regForm ul > li .inputsWrap select,
.regForm ul > li .inputsWrap .ss_button {
  padding: 5px 0;
  width: 100%;
  border: none;
  border-bottom: 1px solid #4f4f4f;
  border-radius: 0;
  width: 100%;
}
.regForm ul > li .inputsWrap input[type="text"]::placeholder,
.regForm ul > li .inputsWrap input[type="tel"]::placeholder,
.regForm ul > li .inputsWrap input[type="email"]::placeholder,
.regForm ul > li .inputsWrap input[type="number"]::placeholder,
.regForm ul > li .inputsWrap textarea::placeholder,
.regForm ul > li .inputsWrap select::placeholder,
.regForm ul > li .inputsWrap .ss_button::placeholder {
  color: #9e9d9d;
  font-weight: 500;
}
.regForm ul > li .inputsWrap input[type="text"]:focus,
.regForm ul > li .inputsWrap input[type="text"]:active,
.regForm ul > li .inputsWrap input[type="text"]:focus-visible,
.regForm ul > li .inputsWrap input[type="tel"]:focus,
.regForm ul > li .inputsWrap input[type="tel"]:active,
.regForm ul > li .inputsWrap input[type="tel"]:focus-visible,
.regForm ul > li .inputsWrap input[type="email"]:focus,
.regForm ul > li .inputsWrap input[type="email"]:active,
.regForm ul > li .inputsWrap input[type="email"]:focus-visible,
.regForm ul > li .inputsWrap input[type="number"]:focus,
.regForm ul > li .inputsWrap input[type="number"]:active,
.regForm ul > li .inputsWrap input[type="number"]:focus-visible,
.regForm ul > li .inputsWrap textarea:focus,
.regForm ul > li .inputsWrap textarea:active,
.regForm ul > li .inputsWrap textarea:focus-visible,
.regForm ul > li .inputsWrap select:focus,
.regForm ul > li .inputsWrap select:active,
.regForm ul > li .inputsWrap select:focus-visible,
.regForm ul > li .inputsWrap .ss_button:focus,
.regForm ul > li .inputsWrap .ss_button:active,
.regForm ul > li .inputsWrap .ss_button:focus-visible {
  box-shadow: none;
  outline: none;
  border-bottom-color: #ff6961;
}

.regForm ul > li .inputsWrap .ss_button.hasValue,
.regForm ul > li .inputsWrap select.hasValue,
.regForm ul > li .inputsWrap input[type="text"].hasValue,
.regForm ul > li .inputsWrap input[type="tel"].hasValue,
.regForm ul > li .inputsWrap input[type="email"].hasValue,
.regForm ul > li .inputsWrap input[type="number"].hasValue,
.regForm ul > li .inputsWrap textarea.hasValue + .ss_dib .ss_button,
.regForm ul > li .inputsWrap input[type="number"].hasValue + .ss_dib .ss_button,
.regForm ul > li .inputsWrap select.hasValue + .ss_dib .ss_button,
.regForm ul > li .inputsWrap .ss_button.hasValue + .ss_dib .ss_button {
  box-shadow: none;
  outline: none;
  border-bottom-color: #00CC00;
}


.regForm ul > li .inputsWrap input[type="text"]:focus + .ss_dib .ss_button,
.regForm ul > li .inputsWrap input[type="text"]:active + .ss_dib .ss_button,
.regForm
  ul
  > li
  .inputsWrap
  input[type="text"]:focus-visible
  + .ss_dib
  .ss_button,
.regForm ul > li .inputsWrap input[type="text"].hasValue + .ss_dib .ss_button,
.regForm ul > li .inputsWrap input[type="tel"]:focus + .ss_dib .ss_button,
.regForm ul > li .inputsWrap input[type="tel"]:active + .ss_dib .ss_button,
.regForm
  ul
  > li
  .inputsWrap
  input[type="tel"]:focus-visible
  + .ss_dib
  .ss_button,
.regForm ul > li .inputsWrap input[type="tel"].hasValue + .ss_dib .ss_button,
.regForm ul > li .inputsWrap input[type="email"]:focus + .ss_dib .ss_button,
.regForm ul > li .inputsWrap input[type="email"]:active + .ss_dib .ss_button,
.regForm
  ul
  > li
  .inputsWrap
  input[type="email"]:focus-visible
  + .ss_dib
  .ss_button,
.regForm ul > li .inputsWrap input[type="email"].hasValue + .ss_dib .ss_button,
.regForm ul > li .inputsWrap input[type="number"]:focus + .ss_dib .ss_button,
.regForm ul > li .inputsWrap input[type="number"]:active + .ss_dib .ss_button,
.regForm
  ul
  > li
  .inputsWrap
  input[type="number"]:focus-visible
  + .ss_dib
  .ss_button,
.regForm ul > li .inputsWrap textarea:focus + .ss_dib .ss_button,
.regForm ul > li .inputsWrap textarea:active + .ss_dib .ss_button,
.regForm ul > li .inputsWrap textarea:focus-visible + .ss_dib .ss_button,
.regForm ul > li .inputsWrap select:focus + .ss_dib .ss_button,
.regForm ul > li .inputsWrap select:active + .ss_dib .ss_button,
.regForm ul > li .inputsWrap select:focus-visible + .ss_dib .ss_button,
.regForm ul > li .inputsWrap .ss_button:focus + .ss_dib .ss_button,
.regForm ul > li .inputsWrap .ss_button:active + .ss_dib .ss_button,
.regForm ul > li .inputsWrap .ss_button:focus-visible + .ss_dib .ss_button {
  border-bottom-color: #ff6961;
  color: #4f4f4f;
}
.regForm ul > li .inputsWrap input[type="text"]:focus + label,
.regForm ul > li .inputsWrap input[type="text"]:focus-within + label,
.regForm ul > li .inputsWrap input[type="text"].hasValue + label,
.regForm ul > li .inputsWrap input[type="tel"]:focus + label,
.regForm ul > li .inputsWrap input[type="tel"]:focus-within + label,
.regForm ul > li .inputsWrap input[type="tel"].hasValue + label,
.regForm ul > li .inputsWrap input[type="email"]:focus + label,
.regForm ul > li .inputsWrap input[type="email"]:focus-within + label,
.regForm ul > li .inputsWrap input[type="email"].hasValue + label,
.regForm ul > li .inputsWrap input[type="number"]:focus + label,
.regForm ul > li .inputsWrap input[type="number"]:focus-within + label,
.regForm ul > li .inputsWrap input[type="number"].hasValue + label,
.regForm ul > li .inputsWrap textarea:focus + label,
.regForm ul > li .inputsWrap textarea:focus-within + label,
.regForm ul > li .inputsWrap textarea.hasValue + label,
.regForm ul > li .inputsWrap select:focus + label,
.regForm ul > li .inputsWrap select:focus-within + label,
.regForm ul > li .inputsWrap select.hasValue + label,
.regForm ul > li .inputsWrap .ss_button:focus + label,
.regForm ul > li .inputsWrap .ss_button:focus-within + label,
.regForm ul > li .inputsWrap .ss_button.hasValue + label {
  top: 0;
  font-size: 9px;
  color: #4f4f4f;
}
@media (min-width: 1024px) {
  .regForm ul > li .inputsWrap input[type="text"]:focus + label,
  .regForm ul > li .inputsWrap input[type="text"]:focus-within + label,
  .regForm ul > li .inputsWrap input[type="text"].hasValue + label,
  .regForm ul > li .inputsWrap input[type="tel"]:focus + label,
  .regForm ul > li .inputsWrap input[type="tel"]:focus-within + label,
  .regForm ul > li .inputsWrap input[type="tel"].hasValue + label,
  .regForm ul > li .inputsWrap input[type="email"]:focus + label,
  .regForm ul > li .inputsWrap input[type="email"]:focus-within + label,
  .regForm ul > li .inputsWrap input[type="email"].hasValue + label,
  .regForm ul > li .inputsWrap input[type="number"]:focus + label,
  .regForm ul > li .inputsWrap input[type="number"]:focus-within + label,
  .regForm ul > li .inputsWrap input[type="number"].hasValue + label,
  .regForm ul > li .inputsWrap textarea:focus + label,
  .regForm ul > li .inputsWrap textarea:focus-within + label,
  .regForm ul > li .inputsWrap textarea.hasValue + label,
  .regForm ul > li .inputsWrap select:focus + label,
  .regForm ul > li .inputsWrap select:focus-within + label,
  .regForm ul > li .inputsWrap select.hasValue + label,
  .regForm ul > li .inputsWrap .ss_button:focus + label,
  .regForm ul > li .inputsWrap .ss_button:focus-within + label,
  .regForm ul > li .inputsWrap .ss_button.hasValue + label {
    top: -11px;
  }
}
.regForm ul > li .inputsWrap input[type="text"]:focus + label.initialHide,
.regForm
  ul
  > li
  .inputsWrap
  input[type="text"]:focus-within
  + label.initialHide,
.regForm ul > li .inputsWrap input[type="text"].hasValue + label.initialHide,
.regForm ul > li .inputsWrap input[type="tel"]:focus + label.initialHide,
.regForm ul > li .inputsWrap input[type="tel"]:focus-within + label.initialHide,
.regForm ul > li .inputsWrap input[type="tel"].hasValue + label.initialHide,
.regForm ul > li .inputsWrap input[type="email"]:focus + label.initialHide,
.regForm
  ul
  > li
  .inputsWrap
  input[type="email"]:focus-within
  + label.initialHide,
.regForm ul > li .inputsWrap input[type="email"].hasValue + label.initialHide,
.regForm ul > li .inputsWrap input[type="number"]:focus + label.initialHide,
.regForm
  ul
  > li
  .inputsWrap
  input[type="number"]:focus-within
  + label.initialHide,
.regForm ul > li .inputsWrap input[type="number"].hasValue + label.initialHide,
.regForm ul > li .inputsWrap textarea:focus + label.initialHide,
.regForm ul > li .inputsWrap textarea:focus-within + label.initialHide,
.regForm ul > li .inputsWrap textarea.hasValue + label.initialHide,
.regForm ul > li .inputsWrap select:focus + label.initialHide,
.regForm ul > li .inputsWrap select:focus-within + label.initialHide,
.regForm ul > li .inputsWrap select.hasValue + label.initialHide,
.regForm ul > li .inputsWrap .ss_button:focus + label.initialHide,
.regForm ul > li .inputsWrap .ss_button:focus-within + label.initialHide,
.regForm ul > li .inputsWrap .ss_button.hasValue + label.initialHide {
  opacity: 1;
}
@media (min-width: 1024px) {
  .regForm ul > li .inputsWrap input[type="text"]:focus + label.initialHide,
  .regForm
    ul
    > li
    .inputsWrap
    input[type="text"]:focus-within
    + label.initialHide,
  .regForm ul > li .inputsWrap input[type="text"].hasValue + label.initialHide,
  .regForm ul > li .inputsWrap input[type="tel"]:focus + label.initialHide,
  .regForm
    ul
    > li
    .inputsWrap
    input[type="tel"]:focus-within
    + label.initialHide,
  .regForm ul > li .inputsWrap input[type="tel"].hasValue + label.initialHide,
  .regForm ul > li .inputsWrap input[type="email"]:focus + label.initialHide,
  .regForm
    ul
    > li
    .inputsWrap
    input[type="email"]:focus-within
    + label.initialHide,
  .regForm ul > li .inputsWrap input[type="email"].hasValue + label.initialHide,
  .regForm ul > li .inputsWrap input[type="number"]:focus + label.initialHide,
  .regForm
    ul
    > li
    .inputsWrap
    input[type="number"]:focus-within
    + label.initialHide,
  .regForm
    ul
    > li
    .inputsWrap
    input[type="number"].hasValue
    + label.initialHide,
  .regForm ul > li .inputsWrap textarea:focus + label.initialHide,
  .regForm ul > li .inputsWrap textarea:focus-within + label.initialHide,
  .regForm ul > li .inputsWrap textarea.hasValue + label.initialHide,
  .regForm ul > li .inputsWrap select:focus + label.initialHide,
  .regForm ul > li .inputsWrap select:focus-within + label.initialHide,
  .regForm ul > li .inputsWrap select.hasValue + label.initialHide,
  .regForm ul > li .inputsWrap .ss_button:focus + label.initialHide,
  .regForm ul > li .inputsWrap .ss_button:focus-within + label.initialHide,
  .regForm ul > li .inputsWrap .ss_button.hasValue + label.initialHide {
    top: -11px;
  }
}
.regForm ul > li .inputsWrap input[type="text"].error,
.regForm ul > li .inputsWrap input[type="tel"].error,
.regForm ul > li .inputsWrap input[type="email"].error,
.regForm ul > li .inputsWrap input[type="number"].error,
.regForm ul > li .inputsWrap textarea.error,
.regForm ul > li .inputsWrap select.error,
.regForm ul > li .inputsWrap .ss_button.error {
  border-bottom: 1px solid #e63946;
}
.regForm ul > li .inputsWrap input[type="text"].error + .ss_dib .ss_button,
.regForm ul > li .inputsWrap input[type="tel"].error + .ss_dib .ss_button,
.regForm ul > li .inputsWrap input[type="email"].error + .ss_dib .ss_button,
.regForm ul > li .inputsWrap input[type="number"].error + .ss_dib .ss_button,
.regForm ul > li .inputsWrap textarea.error + .ss_dib .ss_button,
.regForm ul > li .inputsWrap select.error + .ss_dib .ss_button,
.regForm ul > li .inputsWrap .ss_button.error + .ss_dib .ss_button {
  border-bottom: 1px solid #e63946;
}
.regForm ul > li .inputsWrap input[type="text"]:disabled,
.regForm ul > li .inputsWrap input[type="tel"]:disabled,
.regForm ul > li .inputsWrap input[type="email"]:disabled,
.regForm ul > li .inputsWrap input[type="number"]:disabled,
.regForm ul > li .inputsWrap textarea:disabled,
.regForm ul > li .inputsWrap select:disabled,
.regForm ul > li .inputsWrap .ss_button:disabled {
  background-color: #e5e5e5;
  cursor: not-allowed;
  color: #ccc;
}
.regForm ul > li .inputsWrap input[type="text"]:disabled:focus,
.regForm ul > li .inputsWrap input[type="text"]:disabled:active,
.regForm ul > li .inputsWrap input[type="text"]:disabled:focus-visible,
.regForm ul > li .inputsWrap input[type="text"]:disabled.hasValue,
.regForm ul > li .inputsWrap input[type="tel"]:disabled:focus,
.regForm ul > li .inputsWrap input[type="tel"]:disabled:active,
.regForm ul > li .inputsWrap input[type="tel"]:disabled:focus-visible,
.regForm ul > li .inputsWrap input[type="tel"]:disabled.hasValue,
.regForm ul > li .inputsWrap input[type="email"]:disabled:focus,
.regForm ul > li .inputsWrap input[type="email"]:disabled:active,
.regForm ul > li .inputsWrap input[type="email"]:disabled:focus-visible,
.regForm ul > li .inputsWrap input[type="email"]:disabled.hasValue,
.regForm ul > li .inputsWrap input[type="number"]:disabled:focus,
.regForm ul > li .inputsWrap input[type="number"]:disabled:active,
.regForm ul > li .inputsWrap input[type="number"]:disabled:focus-visible,
.regForm ul > li .inputsWrap input[type="number"]:disabled.hasValue,
.regForm ul > li .inputsWrap textarea:disabled:focus,
.regForm ul > li .inputsWrap textarea:disabled:active,
.regForm ul > li .inputsWrap textarea:disabled:focus-visible,
.regForm ul > li .inputsWrap textarea:disabled.hasValue,
.regForm ul > li .inputsWrap select:disabled:focus,
.regForm ul > li .inputsWrap select:disabled:active,
.regForm ul > li .inputsWrap select:disabled:focus-visible,
.regForm ul > li .inputsWrap select:disabled.hasValue,
.regForm ul > li .inputsWrap .ss_button:disabled:focus,
.regForm ul > li .inputsWrap .ss_button:disabled:active,
.regForm ul > li .inputsWrap .ss_button:disabled:focus-visible,
.regForm ul > li .inputsWrap .ss_button:disabled.hasValue {
  border-color: #4f4f4f;
}
.regForm ul > li .inputsWrap input[type="text"]:disabled::placeholder,
.regForm ul > li .inputsWrap input[type="tel"]:disabled::placeholder,
.regForm ul > li .inputsWrap input[type="email"]:disabled::placeholder,
.regForm ul > li .inputsWrap input[type="number"]:disabled::placeholder,
.regForm ul > li .inputsWrap textarea:disabled::placeholder,
.regForm ul > li .inputsWrap select:disabled::placeholder,
.regForm ul > li .inputsWrap .ss_button:disabled::placeholder {
  color: red;
}
.regForm ul > li .titleWrap {
  margin-right: 30px;
}
@media (min-width: 1024px) {
  .regForm ul > li .titleWrap {
    width: 180px;
    padding-right: 20px;
    border-right: 1px solid #e5e5e5;
  }
  .regForm ul > li .titleWrap.lg {
    width: 320px;
  }
}
.regForm ul > li .titleWrap .title {
  display: flex;
  align-items: center;
  color: #4f4f4f;
  font-weight: 700;
  position: relative;
  font-size: 16px;
}
@media (min-width: 1024px) {
  .regForm ul > li .titleWrap .title {
    font-size: 18px;
    display: block;
  }
}
.regForm ul > li .titleWrap .title .msg {
  display: none;
  font-size: 10px;
  line-height: 14px;
  color: #e63946;
  position: absolute;
  bottom: -10px;
  content: "";
}
.regForm ul > li.error .titleWrap .title .msg {
  display: block;
  position: initial;
  margin-left: 10px;
  margin-top: 2px;
}
.regForm ul > li.error .titleWrap .title .msg br {
  display: none;
}
@media (min-width: 1024px) {
  .regForm ul > li.error .titleWrap .title .msg {
    display: block;
    margin: 0;
    position: absolute;
  }
  .regForm ul > li.error .titleWrap .title .msg br {
    display: block;
  }
}
.regForm title {
  display: block;
}

#select_style_ul {
  margin-top: 0 !important;
}

#semester-col #select_style_ul,
#grad-col #select_style_ul {
  margin-top: -350px !important;
}

.regForm select:disabled + .selectstyle {
  cursor: not-allowed !important;
  pointer-events: none;
}
.regForm .regFooter {
  margin-top: 60px;
  display: flex;
  justify-content: flex-end;
}
.regForm .regFooter .btn {
  font-size: 20px;
  font-weight: 700;
  line-height: 30px;
  color: white;
  padding: 16px 20px;
  border-radius: 8px;
  border: none;
  outline: none;
  box-shadow: none;
  background-color: #ff6961;
  width: auto;
  height: auto;
  margin: 0;
  min-width: 130px;
  justify-content: center;
  display: flex;
  align-items: center;
  gap: 2px;
}
.regForm .regFooter .btn.loading {
  font-size: 0;
}
.regForm .regFooter .btn.loading svg {
  display: none;
}
.regForm .regFooter .btn:disabled {
  background-color: #a5a5a5;
  cursor: not-allowed;
}
.regForm .formSection {
  min-height: 450px;
}
@media (min-width: 1024px) {
  .regForm .formSection #AdditionalDetails {
    padding-right: 120px;
  }
}

.maxLimit {
  text-align: right;
  color: rgba(79, 79, 79, 0.6);
  font-weight: 500;
  font-size: 12px;
  display: block;
  clear: both;
}

.steps-block {
  padding: 30px 0;
  background: #2e2e76;
  color: #fff;
  text-align: center;
}
@media (min-width: 768px) {
  .steps-block {
    padding: 70px 0;
  }
}
@media (min-width: 1024px) {
  .steps-block {
    padding: 70px 0;
  }
}
@media (min-width: 768px) {
  .steps-block .steps-holder {
    display: flex;
    flex-flow: row wrap;
    margin: 0 -30px;
  }
}
@media (min-width: 1024px) {
  .steps-block .steps-holder {
    margin: 0 -70px;
  }
}
.steps-block .step {
  padding: 30px 0;
}
@media (min-width: 768px) {
  .steps-block .step {
    width: 33.33%;
    padding: 0 30px;
  }
  .steps-block .step + .step {
    position: relative;
  }
  .steps-block .step + .step:before {
    position: absolute;
    content: "";
    left: -78px;
    top: 30px;
    background: url(../images/img-5.svg) no-repeat;
    background-size: 100%;
    width: 140px;
    height: 32px;
  }
  .steps-block .step + .step:last-child:before {
    background: url(../images/img-6.svg) no-repeat;
    background-size: 100%;
    top: 40px;
  }
}
@media (min-width: 1024px) {
  .steps-block .step {
    padding: 0 70px;
  }
  .steps-block .step + .step:before {
    left: -150px;
    top: 50px;
    width: 250px;
    height: 32px;
  }
  .steps-block .step + .step:last-child:before {
    width: 230px;
    top: 75px;
    left: -130px;
  }
}
@media (min-width: 1300px) {
  .steps-block .step + .step:before {
    width: 261px;
    height: 32px;
  }
  .steps-block .step + .step:last-child:before {
    width: 265px;
    left: -150px;
  }
}
.steps-block .img-holder {
  margin: 0 auto 20px;
  max-width: 100px;
}
@media (min-width: 1024px) {
  .steps-block .img-holder {
    margin-bottom: 30px;
    max-width: 152px;
  }
}
.steps-block .img-holder img {
  display: block;
  margin: 0 auto;
  width: 100%;
}
.steps-block .title {
  display: block;
  margin-bottom: 10px;
  font-family: "Roboto Slab", serif;
  font-size: 20px;
  line-height: 27px;
}
@media (min-width: 1024px) {
  .steps-block .title {
    font-size: 25px;
    line-height: 31px;
  }
}
@media (min-width: 1024px) {
  .steps-block p {
    max-width: 80%;
    margin: 0 auto 30px;
  }
}

.ready-block {
  padding: 80px 0;
  background: url(../images/bg-1.svg) no-repeat;
  background-size: cover;
  background-position: center;
  margin: 20px 0;
  text-align: center;
  font-size: 18px;
  line-height: 31px;
}
@media (min-width: 768px) {
  .ready-block {
    margin: 50px 0;
    padding: 100px 0;
  }
}
@media (min-width: 1024px) {
  .ready-block {
    padding: 100px 0 130px;
  }
}
@media (min-width: 1300px) {
  .ready-block {
    padding: 100px 0 210px;
  }
}
.ready-block h2 {
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  .ready-block h2 {
    margin-bottom: 40px;
  }
}
.ready-block p {
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  .ready-block p {
    margin-bottom: 50px;
  }
}
.ready-block a {
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  .ready-block a {
    margin-bottom: 50px;
  }
}

.process-block {
  padding: 50px 0;
  font-size: 16px;
  line-height: 22px;
}
@media (min-width: 1024px) {
  .process-block {
    font-size: 18px;
    line-height: 27px;
  }
}
.process-block h2 {
  color: #ff6961;
}
.process-block .process-holder {
  margin-bottom: 80px;
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  position: relative;
}
@media (min-width: 768px) {
  .process-block .process-holder {
    max-width: 728px;
    margin: 0 auto 62px;
    flex-flow: row wrap;
    min-height: 193px;
  }
}
@media (min-width: 1024px) {
  .process-block .process-holder {
    max-width: 984px;
    margin: 0 auto 160px;
  }
}
@media (min-width: 1320px) {
  .process-block .process-holder {
    max-width: 1280px;
    margin: 0 auto 216px;
  }
}
.process-block .process-holder:first-child::before {
  display: none;
}
.process-block .process-holder:last-child {
  margin-bottom: 0;
}
.process-block .process-holder:before {
  position: absolute;
  content: "";
  left: 43px;
  right: 43px;
  top: -265px;
  background: url(../images/img-10.svg) no-repeat;
  background-size: 100%;
  height: 100%;
}
@media (max-width: 767px) {
  .reg-date {
    margin-left: 0;
  }
  .process-block .process-holder:before {
    display: none;
  }
}
@media (min-width: 768px) {
  .process-block .process-holder:before {
    left: 31px;
    right: 31px;
    top: -125px;
    height: 200px;
  }
}
@media (min-width: 1024px) {
  .process-block .process-holder:before {
    top: -207px;
    left: 43px;
    right: 43px;
    height: 250px;
  }
}
@media (min-width: 1320px) {
  .process-block .process-holder:before {
    top: -265px;
    height: 369px;
  }
}
.process-block .process-holder:nth-child(even) {
  justify-content: end;
  flex-direction: row-reverse;
}
.process-block .process-holder:nth-child(even):before {
  background: url(../images/img-9.svg) no-repeat;
  background-size: 100%;
}
.process-block .process-holder:nth-child(even) .process-num {
  margin-right: 0;
  margin-left: 40px;
}
.process-block .process-holder .process-num {
  margin-right: 20px;
}
@media (min-width: 768px) {
  .process-block .process-holder .process-num {
    margin-right: 40px;
  }
}
.process-block .process-holder .process-num strong {
  width: 70px;
  height: 70px;
  background: #f1f4ff;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 50px;
  line-height: 55px;
  font-family: "Roboto Slab", serif;
  position: relative;
  border: 3px solid #fff;
  z-index: 9;
}
@media (min-width: 1024px) {
  .process-block .process-holder .process-num strong {
    width: 105px;
    height: 105px;
    font-size: 80px;
    line-height: 85px;
  }
}
.process-block .process-holder .process-num strong:before {
  position: absolute;
  content: "";
  top: -6px;
  left: -6px;
  right: -6px;
  bottom: -6px;
  border-radius: 100%;
  border: 3px solid #2e2e76;
}
.process-block .process-holder .text-holder {
  max-width: 580px;
  padding-left: 20px;
  border-left: 3px solid #e5e5e5;
}
@media (min-width: 768px) {
  .process-block .process-holder .text-holder {
    max-width: 400px;
    padding-left: 30px;
  }
}
@media (min-width: 1024px) {
  .process-block .process-holder .text-holder {
    max-width: 580px;
  }
}
.process-block .process-holder p {
  margin-bottom: 0;
}

.process-banner {
  padding: 50px 0;
}
.process-banner .img-text-holder {
  background: #ecf5fe;
  border-radius: 10px;
  overflow: hidden;
}
@media (min-width: 768px) {
  .process-banner .img-text-holder {
    display: flex;
    flex-flow: row wrap;
    flex-direction: row-reverse;
    justify-content: space-between;
    overflow: hidden;
  }
}
@media (min-width: 768px) {
  .process-banner .img-holder {
    width: 100%;
  }
}
.process-banner .img-holder img,
.process-banner .img-holder iframe {
  display: block;
  width: 100%;
}
@media screen and (max-width: 999px) {
  .process-banner .img-holder img,
  .process-banner .img-holder iframe {
    height: auto;
    min-height: 480px;
  }
}
@media screen and (max-width: 767px) {
  .process-banner .img-holder img,
  .process-banner .img-holder iframe {
    height: auto;
    min-height: 250px;
  }
}
.process-banner .text-holder {
  padding: 30px;
}
@media (min-width: 768px) {
  .process-banner .text-holder {
    width: 50%;
    padding: 50px 30px 30px 50px;
  }
}

.email-block {
  background-color: #ebf2f9;
  padding: 50px 0 40px;
  text-align: center;
  font-size: 24px;
  line-height: 32px;
  background-image: url(../images/bg-2.svg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center 0;
  border-radius: 15px;
  overflow: hidden;
  margin-bottom: 50px;
}
@media (min-width: 1024px) {
  .email-block {
    background-position: center 30px;
  }
}
.email-block h2 {
  margin: 0 auto 100px;
}
@media (min-width: 768px) {
  .email-block h2 {
    max-width: 60%;
  }
}
.email-block p {
  margin-bottom: 40px;
}
.email-block .input-holder {
  max-width: 620px;
  margin: 0 auto 30px;
}
.email-block .input-holder input {
  width: 100%;
  border: none;
  background: #fff !important;
  outline: none;
  padding: 10px 30px;
  border-radius: 10px;
  height: 60px;
}
.email-block .input-holder input:-webkit-autofill,
.email-block .input-holder input:-webkit-autofill:hover,
.email-block .input-holder input:-webkit-autofill:focus,
.email-block .input-holder input:-webkit-autofill:active {
  -webkit-box-shadow: 0 0 0 30px white inset !important;
}

.leaderboard-block {
  padding: 30px 0;
}
@media (min-width: 768px) {
  .leaderboard-block {
    padding: 60px 0;
  }
}
.leaderboard-block .leaderboard-holder {
  border: 1px solid #e5e5e5;
  border-radius: 10px;
  padding: 10px;
  margin: 0 -10px 30px;
  background: #fff;
}
@media (min-width: 768px) {
  .leaderboard-block .leaderboard-holder {
    padding: 30px;
    margin: 0 0 30px;
  }
}
.leaderboard-block .table-holder {
  overflow-x: auto;
}
.leaderboard-block table {
  width: 100%;
  font-size: 12px;
  line-height: 16px;
  min-width: 450px;
}
@media (min-width: 768px) {
  .leaderboard-block table {
    font-size: 18px;
    line-height: 27px;
  }
}
.leaderboard-block table th {
  padding: 10px;
  background: #2e2e76;
  color: #fff;
  text-align: left;
  font-family: "Roboto Slab", serif;
  border-bottom: 2px solid #e5e5e5;
  position: relative;
}
@media (min-width: 768px) {
  .leaderboard-block table th {
    padding: 20px 30px;
  }
}
.leaderboard-block table .dir-btns {
  position: absolute;
  right: 0;
  top: 10px;
}
@media (min-width: 768px) {
  .leaderboard-block table .dir-btns {
    top: 22px;
    left: 80%;
    right: auto;
  }
}
@media (min-width: 1024px) {
  .leaderboard-block table .dir-btns {
    left: 50%;
  }
}
.leaderboard-block table .dir-btns a {
  display: block;
  line-height: 0;
  color: #fff;
  font-size: 11px;
  margin: 0 0 -3px;
}
@media (min-width: 768px) {
  .leaderboard-block table .dir-btns a {
    font-size: 14px;
    margin: 0 0 -5px;
  }
}
.leaderboard-block table td {
  padding: 10px;
  border-bottom: 1px solid #fcfcfc;
}
@media (min-width: 768px) {
  .leaderboard-block table td {
    padding: 20px 30px;
  }
}
.leaderboard-block table tbody tr:hover td {
  background: #f6faff;
}
.leaderboard-block .pagination-info-block {
  text-align: center;
  font-size: 12px;
  line-height: 16px;
}
@media (min-width: 768px) {
  .leaderboard-block .pagination-info-block {
    font-size: 18px;
    line-height: 27px;
  }
}
@media (min-width: 768px) {
  .leaderboard-block .pagination-info-block {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    align-items: center;
    flex-direction: row-reverse;
  }
}
.leaderboard-block .pagination {
  margin: 0 0 10px;
  padding: 0;
  list-style: none;
  font-size: 14px;
  line-height: 18px;
}
@media (min-width: 768px) {
  .leaderboard-block .pagination {
    font-size: 18px;
    line-height: 27px;
    margin: 0;
  }
}
.leaderboard-block .pagination li {
  display: inline-block;
  vertical-align: middle;
  padding: 0 0 0 8px;
}
.leaderboard-block .pagination li.prev a,
.leaderboard-block .pagination li.next a {
  background: #ecf5fe;
  border-color: #ecf5fe;
  font-size: 24px;
  line-height: 24px;
}
.leaderboard-block .pagination li.prev a:hover,
.leaderboard-block .pagination li.next a:hover {
  background: #2e2e76;
  border-color: #2e2e76;
}
.leaderboard-block .pagination li.disabled a {
  background: #f0f0f0;
  border-color: #f0f0f0;
  pointer-events: none;
}
.leaderboard-block .pagination li.current a {
  background: #2e2e76;
  color: #fff;
  pointer-events: none;
}
.leaderboard-block .pagination a {
  display: block;
  border: 1px solid #e5e5e5;
  border-radius: 5px;
  width: 40px;
  height: 40px;
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #4f4f4f;
}
.leaderboard-block .pagination a:hover {
  background: #2e2e76;
  color: #fff;
}

.btn-primary.loading {
  font-size: 0;
  line-height: 0;
  pointer-events: none;
}
.btn-primary.loading .load {
  border-top: 3px solid transparent;
  animation: load-animate infinite linear 1s;
  display: inline-block;
}

.load {
  display: none;
  width: 20px;
  height: 20px;
  border: 3px solid #fff;
  border-radius: 100%;
}

@keyframes load-animate {
  0% {
    transform: rotate(0deg);
  }
  50% {
    transform: rotate(180deg);
    opacity: 0.35;
  }
  100% {
    transform: rotate(360deg);
  }
}
.move-bottom {
  bottom: -25px !important;
}

.hide {
  display: none;
}

#footer {
  padding: 50px 0 30px;
  background: #2e2e76;
  color: #fff;
  text-align: center;
}
@media (min-width: 768px) {
  #footer {
    text-align: left;
  }
}
#footer .footer-top {
  padding-bottom: 30px;
  border-bottom: 1px solid #fff;
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  #footer .footer-top {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
  }
}
#footer .logo {
  margin-bottom: 30px;
}
#footer .left-block {
  width: 290px;
  margin: 0 auto 30px;
}
@media (min-width: 768px) {
  #footer .left-block {
    margin: 0;
  }
}
#footer .right-block {
  width: 290px;
  margin: 0 auto;
}
@media (min-width: 768px) {
  #footer .right-block {
    margin: 0;
  }
}
#footer a {
  text-decoration: none;
  color: #fff;
}
#footer .copyright-text {
  text-align: center;
  display: block;
}

#EmailID[disabled] {
  background-color: #fff;
  border-color: #00CC00;
}

#resendOTP {
  background-color: #fff;
  border: 1px solid #ff6961;
  color: #ff6961;
}

#resendOTP:hover {
  background-color: #ff6961;
  border: 1px solid #ff6961;
  color: #fff;
}

.practice-btn {
  color: #fff;
  background-color: #2e2e76;
  border: 1px solid #fff;
}

.practice-btn:hover {
  color: #2e2e76;
  background-color: #fff;
  border: 1px solid #2e2e2e;
}

.modal .btn-primary {
  font-family: 'Nunito', sans-serif;
  font-weight: 400;
}

#step-btn, #step-btn-back {
  font-weight: 700;
}

.reg-btn-disabled {
  background-color: #a5a5a5;
  cursor: not-allowed;
  border: none;
}
.reg-btn-disabled:hover {
  background-color: #a5a5a5;
  cursor: not-allowed;
  border: none;
  color: #fff;
}

.progress {
  width: 134.4px;
  height: 24.6px;
  border-radius: 22.4px;
  color: #fff;
  border: 2.2px solid;
  position: relative;
}

.progress::before {
  content: "";
  position: absolute;
  margin: 2.2px;
  inset: 0 100% 0 0;
  border-radius: inherit;
  background: currentColor;
  animation: progress-pf82op 2.4s infinite;
}

@keyframes progress-pf82op {
  100% {
     inset: 0;
  }
}

#sendOTP:focus,
#resendOTP:focus,
#step-btn:focus,
#step-btn-back:focus,
#verifyOTP:focus {
  outline: none;
  border: 1.5px solid #2e2e76;
}

#fg-input:focus {
  outline: none;
}

textarea.hasValue {
  border-bottom-color: #4f4f4f !important;
}

textarea.validVal {
  border-bottom-color: #00CC00 !important;
}

textarea.wrongVal {
  border-bottom-color: #e63946 !important;
}
/*# sourceMappingURL=main.css.map */

/* Media query if screen size greater than 1024px */
@media (min-width: 1024px) {
  #coding-test-date-container {
    width: 600px;
  }
}

#logo-container-custom {
  text-align: left; 
  margin-top: 0px; 
  margin-bottom: 30px;
  background-color: #2e2e76;
  width: 100%;
  margin: 0 auto;
  position: relative;
}

#logo-container-custom-link {
  display: block;
}

@media (min-width: 768px) {

  #logo-container-custom {
    text-align: left; 
    width: 100%; 
    margin-top: 0px; 
    margin-bottom: 0px;
    background-color: #2e2e76;
    width: 100%;
  }

  #logo-container-custom-link {
    margin: 0
  }
}