* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  outline: none;
}



*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  outline: none;
}

select::-ms-expand {
  display: none;
}



html {
  overflow-x: hidden;
  -ms-overflow-style: scrollbar;
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/**
 * Remove default margin.
 */


body {
  margin: 0;
  padding: 0;
  font-size: 16px !important;
  color: #fff;
  font-family: 'Rubik', sans-serif !important;
  overflow-x: hidden;
  /*padding: 79px 122px;*/
}




ul {
  list-style: none;

}

a {
  text-decoration: none !important;
  outline: none;
}

/* 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 */
  outline: none;
}

textarea {
  resize: vertical;
}

/**
 * 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"],
/* 1 */
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;
}

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}




::-moz-selection {
  background-color: #007d9d;
  color: #fff;
  text-shadow: none;
}

::selection {
  background-color: #007d9d;
  color: #fff;
  text-shadow: none;
}

input::-moz-placeholder,
textarea::-moz-placeholder {
  color: inherit;
  opacity: 1;
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: inherit;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: inherit;
}


a,
input,
button {
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}


@font-face {
  font-family: 'FontAwesome';
  src: url('fonts/FontAwesome.eot?#iefix') format('embedded-opentype'),
    url('fonts/FontAwesome.otf') format('opentype'),
    url('fonts/FontAwesome.woff') format('woff'),
    url('fonts/FontAwesome.ttf') format('truetype'),
    url('fonts/FontAwesome.svg#FontAwesome') format('svg');
  font-weight: normal;
  font-style: normal;
}

.fa.fa.fa.fa.fa {
  font-family: 'FontAwesome';
}



@font-face {
  font-family: 'Avenir-Medium';
  src: url('fonts/Avenir-Medium.eot?#iefix') format('embedded-opentype'),
    url('fonts/Avenir-Medium.otf') format('opentype'),
    url('fonts/Avenir-Medium.woff') format('woff'),
    url('fonts/Avenir-Medium.ttf') format('truetype'),
    url('fonts/Avenir-Medium.svg#Avenir-Medium') format('svg');
  font-weight: normal;
  font-style: normal;
}







.container.container.container.container.container.container {
  width: 100%;
  float: left;
  padding: 0 60px;
  position: relative;
}

.container.container.container.container.container.container:after,
.container.container.container.container.container.container:before {
  content: " ";
  display: table;
}

.container.container.container.container.container.container:after {
  clear: both;
}

h1,
h2,
h3,
h4,
h5,
h6,
ul,
li,
figure {
  margin: 0;
  padding: 0;
}

ul {
  margin: 0;
}


p {
  font-size: 16px;
  font-weight: 400;
  color: #656565;
}


img {
  margin: 0;
  padding: 0;
  border: none;
  max-width: 100%;
  height: auto;
  display: block;
}


.full-width {
  width: 100%;
  float: left;
}

.main-banner {
  min-height: 462px;
  background: none no-repeat center;
  background-size: cover;
}

.main-logo {
  width: 291px;
  position: absolute;
  right: 72px;
  top: 85px;
}

.main-banner h1 {
  font-size: 110px;
  font-weight: 700;
  text-align: center;
  color: #EA2424;
  margin-top: 102px;
  line-height: 1.2em;
}

.about-us-section {
  padding: 38px 0;
  text-align: center;
}

.about-us-section h2 {
  font-size: 66px;
  font-weight: 700;
  color: #EA2424;
  margin-bottom: 25px;
}

.about-us-section p {
  font-size: 20px;
  font-weight: 300;
  line-height: 1.3em;
  color: #000;
  text-align: justify;
}

.about-us-section p+p {
  margin-top: 15px;
}

.main-admission-fld {
  margin-top: 25px;
}

.sub-admission-fld {
  padding: 45px;
  box-shadow: 0px 10px 24px #EA242430;
  border-radius: 10px;
  margin-bottom: 80px;
}

.sub-admission-fld figure {
  margin-bottom: 10px;
}

.sub-admission-fld figure img {
  display: block;
  width: 100%;
  border-radius: 10px;
}

.sub-admission-fld>img {
  display: block;
  margin: 0 auto;
}

.sub-admission-fld h2 {
  font-size: 35px;
  font-weight: 700;
  color: #3C3C3C;
  margin: 6px 0 15px;
}

.sub-admission-fld p {
  font-size: 17px;
  font-weight: 300;
  color: #3C3C3C;
  float: left;
  margin: 0 !important;
  float: left;
}

.sub-admission-fld p+p {
  float: right;
}

.btnn {
  font-size: 25px;
  font-weight: 700;
  color: #fff !important;
  background: #EA2424;
  display: inline-block;
  padding: 12px 40px;
  border-radius: 10px;
  margin-top: 25px;
  box-shadow: 0px 10px 24px #EA242450;
  border: none;
}

.btnn:hover {
  background: #333;
}

.main-admission-fld .col-md-4 {
  padding: 0 45px;
}


.inner-banner {
  background: url("images/fig-03.jpg") no-repeat center;
  background-size: cover;
  text-align: right;
}


.inner-banner .container {
  min-height: 200px;
}

.inner-page-logo {
  width: 185px;
  position: absolute;
  left: 58px;
  top: 4px;
}

.inner-banner h1 {
  font-size: 70px;
  font-weight: 700;
  color: #EA2424;
  margin-top: 6px;
  margin-bottom: 5px;
}

.inner-banner h3 {
  font-size: 40px;
  font-weight: 700;
  color: #EA2424;
  margin: 0px 0px 30px;
  float: right;
}

.school-code-id {
  width: 100%;
  display: inline-block;
  vertical-align: middle;
  margin-top: 12px;
  margin-right: 55px;
  text-align: center;
}

.school-code-id p {
  font-size: 30px;
  font-weight: 300;
  color: #fff;
  margin: 0;
  display: inline-block;
  vertical-align: middle;
}

.school-code-id p+p {
  margin-left: 85px;
}


.main-section {
  padding: 15px 0 35px;
  margin-top: 20px;
}


.left-fld {
  width: 50%;
  float: left;
  padding-right: 45px;
}

.main-section h2 {
  font-size: 62px;
  font-weight: 700;
  color: #EA2424;
  margin-bottom: 25px;
}

.main-section p {
  font-size: 20px;
  font-weight: 300;
  line-height: 1.4em;
  color: #000;
}

.right-fld {
  width: 50%;
  float: left;
  padding-left: 70px;
  border-left: 1px solid #707070;
}


.user-button {
  margin-top: 12px;
}

.user-button a {
  display: inline-block;
  vertical-align: middle;
  font-size: 25px;
  font-weight: 700;
  border: 1px solid #EA2424;
  padding: 12px 30px;
  border-radius: 10px;
  color: #EA2424;
}

.user-button a:hover {
  background: #333;
  border: 1px solid #333;
  color: #fff;
}


.user-button a+a {
  margin-left: 25px;
}


.user-button a.active {
  background: #EA2424;
  border: 1px solid #EA2424;
  color: #fff;
  box-shadow: 0px 10px 24px #EA242450;
}

.form-fld {
  margin-top: 70px;
  padding-right: 260px;
}

.form-fld .form-control {
  height: 72px;
  border-radius: 10px;
  font-size: 20px;
  font-weight: 300;
  color: #EA2424;
  border: 1px solid #EA2424;
  padding: 0 30px;

}


.form-fld .form-group {
  margin-bottom: 25px;
}


.main-section .left-fld h4{
  color: #EA2424;
  margin-top: 20px;
}

.about-us-section h4{
  color: #EA2424;
}

.contact_sub_info{
  position: relative;
  padding-left: 22px;
}

.contact_sub_info i{
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0.4;
}

.contact_sub_info i.fa-mobile{
  font-size: 20px;
  top: -2px;
}

.contact_sub_info i.fa-phone{
  font-size: 16px;
}

.sub_contact_field{
  margin-top: 20px;
  margin-bottom: 10px;
  padding: 20px;
  box-shadow: 0px 0px 6px 1px #ebebeb;
  border-radius: 10px;
  min-height: 285px;
  position: relative;
  overflow: hidden;
}

.sub_contact_field p{
  font-size: 16px !important;
  text-align: left;
  line-height: 1.4em;
}


.sub_contact_field:before {
    content: "";
    width: 450px;
    height: 450px;
    position: absolute;
    right: -298px;
    bottom: -202px;
    border-radius: 100%;
    background: #ea242473;
    z-index: -1;
    opacity: 0.1;
    pointer-events: none;
}

.documents_required {
    margin-bottom: 20px;
    padding: 15px 15px 5px 15px;
    border: 1px dashed red;
    border-radius: 10px;
}

.documents_required h5{
  margin-top: 0;
  font-size: 16px;
  color: #EA2424;
}

.documents_required ul{
  margin: 0;
  counter-reset: list-counter;
}

.documents_required ul li{
  display: inline-block;
  vertical-align: middle;
  position: relative;
  padding-left: 20px;
  margin-right: 15px;
  margin-bottom: 10px;
  font-size: 14px;
}

.documents_required ul li:before {
    content: counter(list-counter);
    counter-increment: list-counter;
    width: 18px;
    height: 18px;
    line-height: 18px;
    text-align: center;
    background: #EA2424;
    position: absolute;
    left: 0;
    top: 0;
    color: #fff;
    font-size: 10px;
    border-radius: 100%;
}



/******************************************
            RESPONSIVE
******************************************/


@media only screen and (max-width: 1500px) {
  .ppsl_info.greetngs_cont .tick_round .fa-check {
    top: 12px !important;
    left: 12px !important;
    font-size: 25px !important;
  }

  .congrat_cont .tick_round .fa-check {
    font-size: 40px !important;
    top: 40px !important;
    left: 40px !important;
  }

  input.form-control.nput_bodr.nput_siz.dat_bodr {
    width: 100% !important;
  }

  #datepicker {
    width: initial !important;
    margin: 0 !important;
  }

  .red_crv h6 {
    font-size: 16px;
  }

  div#panel {
    padding: 30px 15px;
  }

  .form-group.nput_titl label {
    width: 100%;
    margin-left: 0;
  }

  .form-fld {
    padding-right: 200px;
  }

  .inner-page-logo {
    width: 200px;
  }


  .container.container.container.container.container.container {
    padding: 0 45px;
  }


  .main-banner h1 {
    font-size: 42px;
    margin: 0;
  }


  .main-logo {
    width: 115px;
    top: -15px;
  }


  .main-banner {
    min-height: initial;
    padding: 55px 0;
  }

  .about-us-section h2 {
    font-size: 22px;
    margin-bottom: 15px;
    margin-top: 8px;
  }

  .about-us-section p {
    font-size: 16px;
  }

  .main-admission-fld .col-md-4 {
    padding: 0 15px;
  }

  .sub-admission-fld {
    padding: 20px;
  }

  .sub-admission-fld>img {
    width: 75px;
  }

  .about-us-section p {
    font-size: 14px;
  }

  .btnn {
    margin-top: 15px;
    font-size: 14px;
    padding: 8px 14px;
  }

  .main-admission-fld {
    padding: 0 85px;
  }

  .sub-admission-fld {
    margin-bottom: 30px;
  }




  .inner-banner h1 {
    font-size: 28px;
    margin-bottom: 14px;
    margin-top: 50px;
  }

  .inner-banner h3 {
    font-size: 22px;
  }

  .school-code-id {
    margin-top: 0px;
  }

  .school-code-id p {
    font-size: 18px;
  }

  .school-code-id {
    margin-right: 20px;
  }

  .school-code-id p+p {
    margin-left: 50px;
  }


  .user-button a {
    font-size: 16px;
  }

  .main-section h2 {
    font-size: 30px;
  }

  .main-section p {
    font-size: 14px;
  }

  .form-fld {
    margin-top: 50px;
  }

  .form-fld .form-control {
    height: 50px;
    font-size: 17px;
  }

  .form-fld .form-group {
    margin-bottom: 25px;
    width: 100%;
  }

}


@media only screen and (max-width: 1125px) {

  .full-width.main-section.payment-main .congrat_cont .tick_round .fa-check,
  .ppsl_info .tick_round .fa-check,
  .full-width.main-section.payment-main .col-md-8.col-md-offset-2.ppsl_info .tick_round .fa-check {
    top: 28px !important;
    left: 30px !important;
  }



  .col-md-12.ppsl_info.congrat_cont .tick_round {
    height: 100px !important;
    width: 100px !important;
  }

  .greetngs_cont .tick_round {
    width: 50px !important;
    height: 50px !important;
  }

  .ppsl_info.greetngs_cont .tick_round .fa-check {
    font-size: 25px !important;
    top: 12px !important;
    left: 12px;
  }

  .ppsl_info.greetngs_cont.fees_stuctr_cont label {
    margin-left: 0;
  }

  .row.fees_stuctr .fees_stuctr_box h2 {
    font-size: 22px;
    margin-bottom: 0 !important;
  }

  .fees_stuctr_box {
    padding: 20px !important;
  }

  .fees_stuctr_box .amunt_txt {
    font-size: 28px !important;
  }

  .fees_stuctr_box .red_btn {
    font-size: 16px !important;
  }

  .fees_stuctr_box p {
    font-size: 16px !important;
    margin-top: 20px !important;
    margin-bottom: 10px !important;
  }

  .tick_round {
    width: 100px !important;
    height: 100px !important;
  }

  .congrat_cont .tick_round .fa-check,
  .ppsl_info .tick_round .fa-check {
    font-size: 40px !important;
    top: 30px !important;
    left: 32px !important;
  }

  .congrat_cont h2 {
    font-size: 42px !important;
  }

  .ppsl_info h4 {
    font-size: 24px !important;
  }

  .ppsl_info .user-button {
    margin: 0 !important;
  }

  .form-group.nput_titl {
    width: 100%;
  }

  .form-group.nput_titl .nput_siz2 {
    width: 100% !important;
  }

  .form-group.nput_titl input.form-control.nput_bodr.nput_siz {
    width: 340px !important;
  }

  .titl_bar {
    font-size: 15px !important;
    padding: 15px !important;
  }

  .full-width.main-section .titl_flotbar {
    font-size: 15px !important;
  }

  .twn_cel {
    margin: 30px 0 !important;
  }

  .titl_flotbar {
    margin-top: 35px !important;
  }
}








@media only screen and (max-width: 767px) {
  .full-width.main-section.payment-main .left-fld {
    padding-right: 0;
  }

  .feebox {
    float: none;
    margin: 0 auto;
  }

  .full-width.form-fld.pyment_fild {
    padding-right: 0 !important;
  }

  .codntry li {
    width: 12% !important;
  }

  .right-fld {
    padding-left: 0;
  }

  .form-fld {
    padding-right: 0;
  }


  .main-banner {
    text-align: center;
    padding: 20px 0;
  }

  .main-logo {
    width: 85px;
    position: static;
    display: inline-block;
  }

  .main-banner h1 {
    font-size: 32px;
  }

  .container.container.container.container.container.container {
    padding: 0 15px;
  }

  .main-admission-fld {
    padding: 0;
  }




  .left-fld {
    width: 100%;
  }

  .right-fld {
    width: 100%;
    border-left: 0px;
  }



}


@media only screen and (max-width: 520px) {


  .main-banner h1 {
    font-size: 22px;
  }

  .about-us-section h2 {
    font-size: 18px;
  }


  .about-us-section p {
    font-size: 14px;
    line-height: 1.4em;
  }

  .sub-admission-fld>img {
    width: 60px;
  }

  .sub-admission-fld {
    padding: 15px;
  }

  .about-us-section p {
    font-size: 12px;
  }


  .right-fld {
    padding-left: 0px;
  }

  .form-fld {
    padding-right: 10px;
  }


}



@media (min-width: 991px) and (max-width: 1200px) {

  .form-fld {
    padding-right: 20px;
  }

  .form-fld {
    padding-right: 20px;
  }

}

@media (min-width: 768px) and (max-width: 990px) {

  .right-fld {
    padding-left: 15px;
  }

  .user-button a {
    padding: 12px 15px;
  }

  .form-fld {
    padding-right: 10px;
  }
}

@media only screen and (max-width: 768px) {

  .inner-page-logo {
    width: 100px;
    height: 100px;
    position: initial;
    float: none;
    margin: 50px auto 50px;
    display: block;
  }

  .school-code-id {
    margin-right: 0;
    float: left;
  }

  .inner-banner h1 {
    margin-top: 20px;
    text-align: center;
  }
}


@media only screen and (max-width: 320px) {

  .inner-page-logo {
    margin: 20px auto 10px;
  }

  .user-button a {
    padding: 12px 10px;
  }

  .user-button a+a {
    margin-left: 12px;
  }


}



/* =========== verify-code =========== */

.redtxt {
  color: #EA2424;
  font-size: 20px;
}

.verfy_field {
  width: 30%;
}

.form-fld h6 {
  font-size: 20px;
  color: #EA2424;
  font-weight: bold;
}

.codntry {
  margin: 0px;
  padding: 0px;
}

.codntry li {
  margin: 0px 9px;
  padding: 0px;
  display: inline-block;
  width: 21% !important;
}

.codntry li input {
  width: 100% !important;
  border-left: 0px !important;
  border-right: 0px !important;
  border-top: 0px !important;
  padding: 0 5px !important;
}


.verfy_btn {
  margin-top: 40px;
}

.forgot_pwd {
  float: none;
  overflow: hidden;
  width: 100%;
  padding-left: 16px;
  margin-bottom: 20px;
}

.forgot_pwd a {
  color: #EA2424;
  font-size: 20px;
  text-decoration: underline !important;
  transition: 0.6s;
  font-weight: 300;
}

.forgot_pwd a:hover {
  color: #EA2424;
  text-decoration: none !important;
}


/* ============ admission ========== */

.titl_bar {
  background-color: #EA2424;
  border-radius: 10px;
  color: #fff;
  font-size: 25px;
  padding: 25px;
}

.titl_flotbar {
  background-color: #EA2424 !important;
  border-radius: 8px;
  color: #fff;
  font-size: 35px;
  font-weight: bold;
  padding: 15px 30px !important;
  margin-top: 45px;
}

.titl_flotbar span {
  display: block;
  float: right;
}

.colab_panl {
  float: none;
  overflow: hidden;
}

.mrgn_sidenone {
  margin-left: 0px !important;
  margin-right: 0px !important;
}

.nput_titl label {
  font-size: 25px !important;
  color: #EA2424 !important;
  font-weight: 500;
  vertical-align: middle;
}

.twn_cel {
  float: none;
  overflow: hidden;
  margin: 80px 0 50px;
}

.nput_bodr {
  border: 1px solid #EA2424 !important;
  border-radius: 10px !important;
}


.nput_sizauto {
  height: 56px !important;
}

.nput_siz {
  height: 56px !important;
  width: 375px !important;
}

.nput_siz2 {
  height: 56px !important;
  width: 525px !important;
}
}

#panel,
#flip {
  padding: 5px;
  /*text-align: center;*/
  background-color: #fff;
  border: solid 0px #c3c3c3;
}

#panel {
  padding: 50px;
  display: none;
}

.top_gap {
  margin-top: 45px;
}

.rdo {
  width: 20px;
  height: 20px;
}


.pfl_pic {
  width: 95%;
  height: 245px;
  border: 2px solid #EA2424;
  float: none;
  margin: 0px auto;
  border-radius: 8px;
}

.pfl_pic span {
  display: block;
  text-align: center;
  font-size: 25px;
  padding: 25px;
  font-weight: 500;
  color: #EA2424;
}


.pfl_pic {
  position: relative;
}

.pfl_pic input {
  width: 100%;
  position: absolute;
  left: 4%;
  bottom: 12px;
  font-size: 11px;
  background-color: #EA2424;
  color: #fff;
  border-radius: 4px;
  padding: 12px;
  max-width: 350px;
}


label {
  cursor: pointer;
  /* Style as you please, it will become the visible UI component. */
}

#upload-photo {
  opacity: 0;
  position: absolute;
  z-index: -1;
}

.fild_bodr {
  border: 1px solid #EA2424 !important;
  border-radius: 8px;
  padding: 15px 30px !important;
}




.red_crv {
  border: 1px solid #EA2424 !important;
  border-radius: 10px;
  margin-top: 40px;
  padding: 25px 30px !important;
}

.red_crv .form-control {
  font-size: 20px;
  font-weight: 500;
  color: #EA2424 !important;
}

.red_crv h6 {
  color: #EA2424;
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 30px;
}

.red_crv .nput_bodr {
  border-radius: 10px;
}

.red_crv .botm_gap {
  margin-bottom: 24px;
}


.colab_panl span {
  font-size: 25px;
  font-weight: 200;
  color: #EA2424;
  display: block;
  padding: 55px 0px 20px 25px;
}

.colab_panl .checkmark {
  display: initial;
}


.board_cel {
  margin: 0px;
  padding: 0px;
}

.board_cel li {
  margin: 0px 0px 28px;
  padding: 0px;
  display: inline-block;
  list-style: none;
  width: 20%
}

.board_cel li+li+li {
  width: 38%;
}

.board_cel li:last-child {
  width: 61%;
}


.dtl2 h5 {
  font-size: 25px;
  font-weight: 500;
  color: #EA2424;
  margin: 60px 0px 0px;
}

.dtl2 tr th {
  font-size: 25px;
  font-weight: 200;
  color: #EA2424;
}

.dtl2 table tr th {
  line-height: 40px;
  padding-left: 12px;
}

.dtl2 table tr td {
  padding: 8px;
}

.tc_Dtl .red_crv {
  padding: 45px 30px 25px !important;
}

.tc_Dtl span,
.dclr_panl span {
  font-size: 25px;
  font-weight: 200;
  color: #EA2424;
  display: table-cell;
  padding: 9px 25px 20px 25px;
}

.tc_Dtl .dat_addon,
.dclr_panl .dat_addon {
  border-color: #EA2424 !important;
  border-radius: 0px 10px 10px 0px !important;
}


.dclr_panl h2 {
  color: #262626;
  font-size: 35px;
  font-weight: bold;
  text-align: center;
}

.dclr_panl p {
  font-size: 20px;
  font-weight: 300;
}

.dclr_panl .sign_txt {
  color: #EA2424;
  font-size: 25px;
  font-weight: 300;
  display: block;
  text-align: right;
  margin: 80px 0 30px;
}

.save_btn {
  margin-right: 10px;
}



/* ============= Date =========== */

label {
  margin-left: 20px;
}

#datepicker {
  width: 180px;
  margin: 0 20px 20px 20px;
}

#datepicker>span:hover {
  cursor: pointer;
}

.dat_addon {
  border-color: #EA2424 !important;
  border-radius: 0px 10px 10px 0px !important;
}

.dat_bodr {
  border-right: 0px !important;
  border-radius: 10px 0 0 10px !important;
}

.dat_addon .fa-calendar {
  color: #EA2424 !important;
  font-size: 22px;
}








.pyment_fild {}

.pyment_fild ul {}

.pyment_fild ul li {
  border-radius: 10px;
  color: #EA2424;
  border: 1px solid #EA2424;
  padding: 0px;
  height: 80px;
  line-height: 80px;
  margin-bottom: 15px;
}

.pyment_fild ul li label {
  font-size: 40px;
  font-weight: 300;
}

.pyment_fild .user-button {
  padding-left: 16px;
}

.pyment_fild .user-button .red_btn {
  background: #EA2424;
  border: 1px solid #EA2424;
  color: #fff;
  box-shadow: 0px 10px 24px #EA242450;
  transition: 0.6s;
}

.pyment_fild .user-button .red_btn:hover {
  background-color: #333333 !important;
  border-color: #333;
}

.feebox {
  border-radius: 10px;
  border: 1px solid #EA2424;
  padding: 40px;
  width: 100%;
  max-width: 600px;
  float: right;
}

.feebox h6 {
  font-size: 86px;
  font-weight: 600;
  color: #EA2424;
  text-align: center;
}

.feebox span {
  font-size: 72px;
  font-weight: 600;
  color: #EA2424;
  text-align: center;
  display: block;
  margin-top: 25px;
}



.ppsl_info {}

.tick_round {
  display: block;
  background-color: #EA2424;
  width: 188px;
  height: 188px;
  border-radius: 50%;
  float: none;
  overflow: hidden;
  margin: 0px auto;
  position: relative;
}

.tick_round .fa-check {
  color: #ffffff;
  font-size: 100px;
  position: absolute;
  z-index: 999;
  top: 42px;
  left: 40px;
}

.ppsl_info p {
  font-size: 29px;
  font-weight: 200;
  color: #EA2424;
  text-align: center;
  margin: 40px 0px;
}

.ppsl_info h4 {
  font-size: 50px;
  font-weight: 500;
  color: #EA2424;
  text-align: center;
}

.ppsl_info .user-button {
  text-align: center;
  margin: 40px 0px;
}

.ppsl_info .user-button .red_btn {
  background: #EA2424;
  border: 1px solid #EA2424;
  color: #fff;
  box-shadow: 0px 10px 24px #EA242450;
  transition: 0.6s;
}

.ppsl_info .user-button .red_btn:hover {
  background-color: #333333 !important;
  border-color: #333;
}




.greetngs_cont {
  border-radius: 10px;
  color: #EA2424;
  border: 1px solid #EA2424;
  margin-bottom: 40px;
  float: none;
  overflow: hidden;
  padding: 20px;
}

.titl64 {
  text-align: center;
  font-size: 64px;
  color: #EA2424;
  font-weight: 600px;
  margin-bottom: 30px;
}

.greetngs_cont label {
  font-size: 25px;
  font-weight: 500;
  line-height: 50px;
}

.profil_img {
  width: 53px;
  height: 53px;
  border-radius: 50%;
  display: block;
  overflow: hidden;
  float: left;
}

.greetngs_cont .aply_way {
  margin: 20px 0px;
  padding: 0px;
  text-align: center;
}

.greetngs_cont .aply_way li {
  margin: 0px;
  padding: 0px;
  display: inline-block;
  width: 14%;
  position: relative;
}

.greetngs_cont .aply_way li::after {
  content: "-----------------------";
  color: red;
  position: absolute;
  right: -97px;
  top: 25px;
}

.greetngs_cont .aply_way li:last-child::after {
  display: none;
}

.greetngs_cont .tick_round {
  width: 71px;
  height: 71px;
}

.greetngs_cont .fa-check {
  color: #ffffff;
  font-size: 40px;
  position: absolute;
  z-index: 999;
  top: 16px;
  left: 15px;
}

.greetngs_cont .aply_way li span {
  display: block;
  text-align: center;
  font-size: 20px;
  font-weight: 300;
  margin: 15px 0px
}


.aplybtn_cont {
  float: none;
  overflow: hidden;
  margin-bottom: 50px;
  text-align: center;
}

.aplybtn_cont .red_btn {
  background: #EA2424;
  color: #fff;
}



.fees_stuctr_cont {
  border: 0px;
}

.fees_stuctr_cont .user-button {
  text-align: right;
  padding-right: 3%;
}

.fees_stuctr ul {
  margin: 0px;
  padding: 0px;
  text-align: center;
}

.fees_stuctr ul li {
  width: 30%;
  display: inline-block;
  margin: 20px 10px;
  vertical-align: top;
}

.fees_stuctr_box {
  border-radius: 10px;
  color: #EA2424;
  border: 1px solid #EA2424;
  margin-bottom: 40px;
  float: none;
  overflow: hidden;
  padding: 40px 40px 50px 40px;
  text-align: center;
}

.fees_stuctr_box h2 {
  font-size: 56px;
  font-weight: 500;
  color: #EA2424;
  text-align: center;
  margin-top: 0px;
}

.fees_stuctr_box p {
  font-size: 20px;
  font-weight: 300;
  color: #767676;
  text-align: center;
}

.fees_stuctr_box .amunt_txt {
  font-size: 62px;
  font-weight: 500;
  color: #EA2424;
  text-align: center;
  display: block;
  margin-bottom: 30px;
}

.fees_stuctr_box .red_btn {
  background: #EA2424;
  border: 1px solid #EA2424;
  color: #fff;
  box-shadow: 0px 10px 24px #EA242450;
  transition: 0.6s;
  font-size: 25px;
  font-weight: 700;
  padding: 12px 30px;
  border-radius: 10px;
}

.fees_stuctr_box .red_btn:hover {
  background: #333333;
  border-color: #333;
}


.fees_stuctr2 ul {
  margin: 0px;
  padding: 0px;
  text-align: center;
}

.fees_stuctr2 ul li {
  width: 60%;
  display: inline-block;
  margin: 20px 10px;
}

.fees_stuctr2 ul li+li {
  width: 30%;
  display: inline-block;
  margin: 20px 10px;
}

.fees_stuctr2 h2 {
  font-size: 52px;
}

.fees_stuctr_box .fa-plus {
  color: #EA2424;
  font-size: 155px;
  margin-top: 100px;
}

.fees_stuctr3 h2 {
  font-size: 50px;
}

.congrat_cont {}

.congrat_cont h2 {
  font-size: 75px;
  font-weight: bold;
  text-align: center;
}

.congrat_cont h4:first-child {
  margin-top: 30px;
}

.congrat_cont p {
  color: #767676;
  font-size: 20px;
  font-weight: 300;
}



.payment_popup {
  border: 1px solid #EA2424 !important;
  border-radius: 20px !important;
  padding: 20px 40px;
}

.payment_popup .close span {
  font-size: 48px;
  color: #EA2424;
}

.payment_popup .modal-header {
  border-bottom: 0px;
}


.fees_stuctr_cont .col-md-offset-4 label,
.greetngs_cont .col-md-offset-4 label {
  display: block;
  text-align: right;
}


@media only screen and (max-width: 1500px) {

  .codntry li {
    margin: 0px 7px;
  }

  .redtxt {
    font-size: 14px;
  }

  .form-fld h6 {
    font-size: 16px;
  }


  .titl_bar {
    font-size: 18px;
    padding: 25px;
  }

  .txt_align {
    text-align: right;
  }


  .nput_titl label {
    font-size: 16px !important;
    margin-left: 0;
  }

  .form-group.nput_titl.top_gap #datepicker {
    margin-left: 0;
  }

  .pfl_pic span {
    font-size: 16px;
    padding: 15px;
  }

  .pfl_pic input {
    left: 0;
    right: 0;
    margin: 0 auto;
    max-width: 175px;
  }

  .colab_panl span {
    padding: 55px 0px 20px 5px;
  }

  .row.nput_titl.top_gap {
    margin-top: 20px;
  }

  .titl_flotbar {
    font-size: 20px !important;
  }

  .colab_panl span {
    font-size: 18px;
  }

  .dtl2 tr th {
    font-size: 16px;
  }

  .red_crv .form-control {
    font-size: 16px;
  }

  .nput_bodr {
    border-radius: 6px !important;
  }

  .nput_sizauto,
  .nput_siz,
  .nput_siz2 {
    height: 42px !important;
  }

  .dat_addon .fa-calendar {
    font-size: 18px;
  }

  .dat_bodr {
    border-radius: 6px 0px 0px 6px !important;
  }

  .rdo {
    width: 15px;
    height: 15px;
  }

  .dclr_panl p {
    font-size: 16px;
    margin-bottom: 30px;
  }

  .tc_Dtl span,
  .dclr_panl span {
    padding: 9px 11px 13px 25px;
  }

  .dclr_panl #datepicker {
    margin: 0 20px 20px 0px;
  }


  .pyment_fild ul li label {
    font-size: 20px;
  }

  .pyment_fild ul li {
    height: 65px;
    line-height: 65px;
  }

  .greetngs_cont label {
    font-size: 13px;
    line-height: 50px;
    margin-left: 3px;
  }

  .greeting-flex {
    display: flex;
  }

  .profil_img {
    width: 48px;
    height: 48px;
  }

  .fees_stuctr_box h2 {
    font-size: 40px;
  }

  .fees_stuctr_box .amunt_txt {
    font-size: 36px;
  }

  .fees_stuctr_box .red_btn {
    font-size: 20px;
  }

  .greetngs_cont .tick_round {
    width: 50px;
    height: 50px;
  }

  .greetngs_cont .fa-check {
    font-size: 26px;
    top: 12px;
    left: 12px;
  }

  .greetngs_cont .aply_way li::after {
    top: 12px;
    right: -57px;
    content: "---------------";
  }

  .greetngs_cont .aply_way li span {
    font-size: 14px;
  }

  .titl64 {
    font-size: 54px;
  }

  .fees_stuctr_box h2 {
    font-size: 30px;
  }

  .fees_stuctr_box p {
    font-size: 18px;
  }

  .tick_round {
    width: 120px;
    height: 120px;
  }

  .tick_round .fa-check {
    font-size: 32px;
    top: 8px;
    left: 8px;
  }

  .ppsl_info p {
    font-size: 18px;
  }

  .ppsl_info h4 {
    font-size: 30px;
  }

  .feebox h6,
  .feebox span {
    font-size: 42px;
  }

  .pyment_fild {
    margin-top: 35px;
    padding-right: 100px !important;
  }

  .fees_stuctr_box .fa-plus {
    font-size: 55px;
    margin-top: 136px;
  }

  .fees_stuctr2 h2,
  .fees_stuctr3 h2 {
    font-size: 28px;
  }

  .congrat_cont .tick_round .fa-check,
  .ppsl_info .tick_round .fa-check {
    font-size: 40px !important;
    top: 40px !important;
    left: 40px !important;
  }

  .congrat_cont h2 {
    font-size: 50px;
  }





}



@media (min-width: 991px) and (max-width: 1200px) {

  .tick_round .fa-check {
    font-size: 30px;
    top: 9px;
    left: 9px;
  }

  .greetngs_cont .aply_way li span {
    font-size: 14px;
  }

  .greetngs_cont .aply_way li::after {
    top: 12px;
    right: -50px;
    content: "-------------";
  }

}

@media only screen and (max-width: 1024px) {

  .fees_stuctr_cont .col-md-offset-4 label,
  .greetngs_cont .col-md-offset-4 label {
    line-height: 24px;
  }

  .fees_stuctr_box h2 {
    font-size: 24px;
  }

}

@media only screen and (max-width: 991px) {
  .feebox {
    padding: 20px;
  }

  .full-width.main-section.payment-main {
    padding: 30px 0;
  }

  .pyment_fild {
    padding-right: 30px !important;
  }

  .greeting-flex {
    display: inherit;
  }

  .greetngs_cont .aply_way li::after {
    display: none;
  }

  .greetngs_cont label {
    float: none;
    text-align: center !important;
    width: 100%;
  }

  .ppsl_info.greetngs_cont span.profil_img {
    float: none;
    margin: 0 auto;
  }

  .ppsl_info.greetngs_cont .user-button a,
  .full-width.user-button.aplybtn_cont a {
    font-size: 14px;
    padding: 8px 18px;
  }

  .ppsl_info.greetngs_cont .aply_way li {
    display: block;
    text-align: center;
    position: inherit;
    width: 100%;
  }

  .full-width.main-section {
    padding: 0;
  }

  .txt_align {
    text-align: left;
  }

  .form-group.nput_titl {
    margin-top: 15px;
  }

  .red_crv .botm_gap {
    margin-bottom: 0;
  }

  .red_crv .form-control {
    margin-bottom: 10px;
  }

  .colab_panl span {
    padding: 20px 0 0;
  }

  .dtl2 table tr th {
    line-height: 20px;
  }

  .red_crv {
    margin-top: 20px;
    padding: 20px 20px !important;
    overflow-y: scroll;
  }

  .dclr_panl h2 {
    font-size: 28px;
  }

  .dclr_panl .sign_txt {
    margin: 30px 0;
  }

  .form-group.nput_titl {
    margin-top: 0;
  }

  .nput_titl label {
    font-size: 15px !important;
  }

  .form-group.nput_titl {
    margin-top: 15px;
  }

  .colab_panl span {
    padding: 0;
    padding-right: 15px;
  }

  .red_crv table {
    overflow-y: scroll;
  }

  .form-group.nput_titl input.form-control.nput_bodr.nput_siz {
    width: 100% !important;
  }

  #datepicker {
    width: 100% !important;
  }

  .pfl_pic {
    margin-top: 25px;
    width: 100%;
  }

  .inner-banner h1 {
    font-size: 23px;
  }

  .inner-page-logo {
    width: 130px;
    top: 55px;
  }

  .inner-banner h3 {
    font-size: 20px;
  }

  .school-code-id p+p {
    margin-left: 15px;
    font-size: 16px;
  }

  .school-code-id p {
    font-size: 16px;
  }

  .fees_stuctr_cont .col-md-offset-4 label,
  .greetngs_cont .col-md-offset-4 label {
    text-align: left;
  }

  .fees_stuctr_box .fa-plus {
    font-size: 55px;
    margin: 0px 0px 10px;
  }

  .titl64 {
    font-size: 36px;
  }
}







@media only screen and (max-width: 768px) {

  .codntry li {
    margin: 0px 5px;
    width: 21% !important;
  }

  .short_gap {
    margin-top: 15px !important;
  }

  .fees_stuctr ul li {
    width: 85%;
    margin: 10px;
  }

  .fees_stuctr2 ul li+li {
    width: 85%;
    margin: 10px 10px;
  }

  .fees_stuctr {
    margin-top: 20px;
  }

  .fees_stuctr_box p {
    font-size: 16px;
  }

  .greetngs_cont .aply_way li {
    width: 59%;
  }

  .greetngs_cont .aply_way li::after {
    display: none;
  }
}


@media only screen and (max-width: 520px) {

  .txt_align {
    text-align: left;
  }

  .congrat_cont h2 {
    font-size: 32px;
  }

  .congrat_cont h4 {
    font-size: 22px;
  }

  .fees_stuctr_cont label,
  .greetngs_cont label {
    font-size: 13px;
  }

  .titl64 {
    font-size: 24px;
  }

  .ppsl_info h4 {
    font-size: 22px;
  }

  .ppsl_info p {
    font-size: 16px;
  }

  .ppsl_info .user-button a:first-child {
    margin-bottom: 15px;
  }



  .left-fld {
    padding-right: 0px;
  }

  .feebox h6,
  .feebox span {
    font-size: 34px;
  }

  .pyment_fild {
    margin-top: 20px;
    padding-right: 0px !important;
  }

  .pyment_fild ul li label {
    font-size: 18px;
  }

  .pyment_fild ul li {
    height: 50px;
    line-height: 50px;
  }


  .payment_popup .pyment_fild {
    padding: 0px 0px 0px 5px !important;
  }

  .payment_popup {
    padding: 20px 12px;
  }

  ..payment_popup .close span {
    font-size: 24px !important;
  }


}



@media only screen and (max-width: 480px) {

  .greetngs_cont .user-button {
    margin: 0px 0px 20px;
  }

  .greetngs_cont .user-button .red_btn {
    margin-top: 20px;
  }
}


@media only screen and (max-width: 575px) {



.documents_required{
  margin-top: 20px;
}

.documents_required ul li{
  display: block;
  padding-left: 22px;
}

  .col-md-8.col-md-offset-2.ppsl_info .tick_round {
    width: 70px !important;
    height: 70px !important;
  }

  .full-width.main-section .titl64 {
    margin-top: 15px;
  }

  .ppsl_info.greetngs_cont .tick_round .fa-check {
    left: 14px !important;
  }

  .ppsl_info.greetngs_cont.fees_stuctr_cont label {
    text-align: center;
    width: 100%;
  }

  .fees_stuctr_box .amunt_txt {
    font-size: 28px !important;
  }

  .fees_stuctr_box .red_btn {
    padding: 10px 25px;
  }

  .full-width.user-button {
    text-align: center;
  }

  .ppsl_info.greetngs_cont.fees_stuctr_cont {
    margin-bottom: 0;
  }

  .fees_stuctr_box .fa-plus {
    font-size: 40px;
  }

  .col-md-12.ppsl_info.congrat_cont .tick_round {
    width: 70px !important;
    height: 70px !important;
  }

  /* .congrat_cont .tick_round .fa-check,
  .ppsl_info .tick_round .fa-check {
    font-size: 32px !important;
    top: 18px !important;
    left: 20px !important;
  } */
  .full-width.main-section.payment-main .congrat_cont .tick_round .fa-check,
  .ppsl_info .tick_round .fa-check,
  .full-width.main-section.payment-main .col-md-8.col-md-offset-2.ppsl_info .tick_round .fa-check {
    top: 20px !important;
    left: 22px !important;
    font-size: 30px !important;
  }

  .redtxt {
    text-align: center;
  }

  .main-section h2 {
    font-size: 26px !important;
    margin-bottom: 15px;
  }

  .ppsl_info h4 {
    font-size: 17px !important;
  }

  .titl_bar {
    font-size: 14px !important;
    padding: 12px !important;
  }

  .twn_cel {
    margin: 10px 0 !important;
  }

  div#panel {
    padding: 10px 15px;
  }

  .top_gap {
    margin-top: 20px;
  }

  .red_crv .form-control {
    font-size: 14px;
  }

  .colab_panl span {
    font-size: 16px;
    margin-top: 10px;
  }

  .fild_bodr {
    padding: 10px 15px !important;
  }

  .board_cel li {
    margin: 0px 0px 12px;
    width: 50%;
  }

  .board_cel li+li+li {
    width: 60%;
  }

  .board_cel li:last-child {
    width: 100%;
  }

  .dtl2 tr th {
    font-size: 14px;
  }

  input.btnn.save_btn {
    margin-bottom: 10px;
  }

  .full-width.main-section .titl_flotbar {
    margin-top: 15px !important;
    padding: 10px 15px !important;
  }

  form.form-inline ul.input-group.codntry {
    margin-bottom: 20px;
  }

  .school-code-id p {
    text-align: center;
    display: block;
  }

  .inner-banner h3 {
    float: none;
    display: block;
    text-align: center;
  }

  .school-code-id {
    margin: 0 auto;
    display: block;
    float: none;
    margin-top: 10px;
  }

  .main-section {
    padding: 20px 0;
    margin-top: 0;
  }

  .user-button a {
    font-size: 14px;
    padding: 8px 18px;
  }

  .form-fld {
    margin-top: 30px;
  }

  .inner-page-logo {
    margin: 30px auto 12px;
  }

  .inner-page-logo {
    width: 110px;
  }

  .form-fld .form-control {
    height: 40px;
    font-size: 15px;
    padding: 0 15px;
  }

  .main-section h2 {
    text-align: center;
  }

  .main-section p {
    font-size: 14px;
    text-align: center;
  }

  .btnn {
    margin: 0 auto;
    display: table;
  }

  .forgot_pwd a {
    font-size: 14px;
  }
}



.sub-admission-fld p {
  width: 100%;
  text-align: center;
  line-height: 26px;
}





/* =========== 1-12-20 =========== */


.breadcrumb {
  margin: 30px 0 0 !important;
  float: left;
  display: block;
  padding-left: 3.2% !important;
}


.breadcrumb li {
  font-size: 24px;
}

.breadcrumb li a {
  color: #EA2424;
}

.about-us-section ul {
  margin: 20px 0px;
}

.about-us-section ul li {
  list-style: disc !important;
  padding-left: 0px;
  margin-bottom: 10px;
  margin-left: 30px;
  color: #535353;
}

.about-us-section ul li a{
  color: #EA2424;
}

p a {
  color: #EA2424;
}

p a:hover {
  color: #EA2424;
  text-decoration: underline;
}



@media only screen and (max-width: 1500px) {
  .breadcrumb li {
    font-size: 17px;
  }
}

@media only screen and (max-width: 1200px) {
  .about-us-section h2 {
    font-size: 18px;
  }
}


.logout_lnk {
  border-radius: 10px;
  background: #EA2424;
  color: #fff;
  font-size: 18px;
  position: absolute;
  right: 62px;
  top: 142px;
  padding: 8px 18px;
  font-family: 'Rubik', sans-serif;
  font-weight: 500;
  transition: 0.6s;
  z-index: 999999;
}

.logout_lnk:hover {
  background: #333333;
  color: #fff;
}

/* =========== 2-12-20 =========== */

.red_btn {
  border-radius: 10px;
  background: #EA2424;
  color: #fff;
  font-size: 18px;
  padding: 8px 18px;
  font-family: 'Rubik', sans-serif;
  font-weight: 500;
  transition: 0.6s
}

.red_btn:hover {
  background: #333333;
  color: #fff;
}


.schol_fee .fee_option {
  font-size: 20px;
}

@media only screen and (max-width: 1024px) {

  .schol_fee .fee_option {
    font-size: 18px;
  }
}

@media only screen and (max-width: 991px) {

  .schol_fee .fee_option {
    font-size: 22px;
  }
}


/* =========== 4-12-20 =========== */


@media only screen and (max-width: 640px) {

    .logout_lnk {
      font-size: 16px;
      right: 15px;
      top: 15px;
      padding: 6px 15px;
      border-radius: 8px;
    }

    .school-code-id{ margin-bottom: 20px; }
    .main-section {margin-bottom: 30px;}
    .inner-banner h3 { margin-bottom: 15px; }

}



/* =========== 7-12-20 =========== */


.sub-admission-fld figure {
   /* height: 298px !important;*/

    height: 280px !important;
    float: none;
    overflow: hidden;
    border-radius: 10px;
}

.sub-admission-fld figure img{ width: 100%; height: 100%;}




/* =========== 16-12-20 =========== */

.stu-main select{ padding: 6px 10px; }  

@media all and (max-width: 1500px) and (min-width: 991px) {

    .sub-admission-fld figure {
    height: 238px !important;}

}



@media only screen and (max-width: 991px) {

    .full-width.main-banner h1 { position: relative;
    text-shadow: 3px 3px 3px rgba(83, 72, 114, 1);}


  }


@media all and (max-width: 640px) and (min-width: 320px) {

  .sub-admission-fld figure {
    height: auto !important;}

  .sub-admission-fld figure img {
    width: 100%;
    height: auto; }

}


#formID .pfl_pic{ overflow: hidden; height: auto; margin-bottom: 10px;}

.btn-danger{ border-radius: 10px !important;}
.valign{ height: 20px !important; padding: 0px 12px !important; border-radius: 0px !important;}
textarea { resize: none; }

@media only screen and (max-width: 1500px) {
  .pfl_pic_box { font-size: 10px; text-align: center; }
  .valign{ height: 20px !important; padding: 0px 12px !important; }

}

@media only screen and (max-width: 1200px) {
      .stu-personal label.lab {
          width: 50px !important; }

      .stu-main select{ padding: 6px 10px; }      

 } 
 

 @media only screen and (max-width: 768px){
   .stu-personal label.lab {
    width: 45px !important;
}  

@media only screen and (max-width: 767px){
  /*.stu-personal label.lab {
      width: 57px !important;}*/

  .btn-danger{ margin-bottom: 10px !important; border-radius: 10px !important; font-size: 12px !important;}    

  .stu-personal label.lab {
    width: 71px !important;}
}

@media only screen and (max-width: 480px){

  .stu-head h3{
    font-size: 12px; 
    padding: 0 5px !important;
    font-weight: 700;
    letter-spacing: 0px !important;}


  .stu-main select{ padding: 6px 10px; margin-top: 10px; }  

  .stu-personal label.lab {
    width: 42px !important; }

   .stu-main label { font-size: 13px !important;} 



   .bro-input {
    display: block!important;}

    .bro-main ul li{ margin-left: 0px !important; }

    .inner-banner h1 { margin-top: 0px;}


    .stu-main{padding: 40px 2px 25px !important;}
    .mbl_cel label{ width: 160px !important; }

     #class{ width: 28%; }

     .stu-bro{ padding: 40px 14px 25px !important;}

}


/*.header_top{ background:#190e56 !important;  }


.header_top .twin_btn{ margin:0px; padding: 0px; }
.header_top .twin_btn li{ margin:0px; padding: 5px 10px; display: inline-block; list-style: none; }
.header_top .twin_btn li a{ display: block; text-align: center; color: #fff; font-size: 15px; }*/

@media all and (max-width: 1500px) and (min-width: 991px) {

 .ctgry_rdo{}
 .stu-personal .ctgry_rdo label:nth-child(2){ width: 40px !important; background: #dfdfdf; display: block; }
 .stu-personal .ctgry_rdo label:nth-child(3){ width: 40px !important; background: #dfdfdf; }


  }


@media only screen and (max-width: 640px){
  .stu-head h3 { font-size:14px;}
}