/****** Custom Css *********/
@import url("../../../css2");
@import url("../../../css2-1");

@import url("../../../css2-2");
@import url("../../../css2-3");

/*--- 

font-family: 'Roboto', sans-serif !important;
font-family: 'Lato', sans-serif;

font-family: 'Satisfy', cursive;
font-family: 'Merienda', cursive;
---*/
body {
  font-family: "Lato", sans-serif;
  background: #d6e5f4;
}

.fullContainer {
  max-width: 94%;
  margin: 0 auto;
}

.bgFedwhite {
  background: #0b4686;
}

.headerGap {
  padding: 6px 0;
}

.header--one .sticky__header.is-sticky {
  background: #0b4686;
}

.mainmenu__wrapper .logo {
  align-items: flex-start;
  height: 80px;
  padding-top: 6px;
}

.mainmenu__wrapper .logo a {
  background: #fff;
  padding: 8px 8px 4px;
  box-shadow: 0 0 8px #717171;
  border-radius: 10px;
}

.logoTitle {
  margin: 0 0 0 15px;
}

.logoTitle h2 {
  font-size: 18px;
  color: #fff;
  font-weight: 500;
  line-height: 21px;
  margin: 0 0 4px;
  font-family: "Lato", sans-serif;
  letter-spacing: 1px;
}

.logoTitle h5 {
  font-size: 12px;
  color: #fff;
  line-height: 18px;
  font-family: "Lato", sans-serif;
}

.mainmenu__wrapper .mainmenu__wrap .mainmenu__nav .mainmenu {
  height: 80px;
}

.mainmenu__wrapper .mainmenu__wrap .mainmenu__nav .mainmenu > li {
  margin: 0 20px 0 0;
}

.mainmenu__wrapper .mainmenu__wrap .mainmenu__nav .mainmenu > li:last-child {
  margin: 0;
}

.mainmenu__wrapper .mainmenu__wrap .mainmenu__nav .mainmenu > li > a {
  font-weight: 500;
  text-transform: uppercase;
  font-size: 14px;
}

.menuItem {
  display: inline-flex;
  justify-content: flex-end;
}

.mainmenu .fa {
  padding-left: 6px;
}

.mainmenu li.login.drop > ul.dropdown__menu {
  background: transparent;
  padding: 0;
  right: 0;
  left: inherit;
}

.mainmenu li.student.drop > ul.dropdown__menu {
  background: transparent;
  padding: 0;
}

.mainmenu li.login.drop > ul.dropdown__menu li,
.mainmenu li.student.drop > ul.dropdown__menu li {
  border-left: 5px solid #c50f4d;
  margin-bottom: 4px;
  background: linear-gradient(
    180deg,
    rgba(238, 238, 238, 1) 0%,
    rgba(249, 233, 233, 1) 28%,
    rgba(249, 233, 233, 1) 67%,
    rgba(238, 238, 238, 1) 100%
  );
  color: #000;
}

.mainmenu li.drop > ul.dropdown__menu li a {
  line-height: 20px;
}

.mainmenu li.login.drop > ul.dropdown__menu li a,
.mainmenu li.student.drop > ul.dropdown__menu li a {
  color: #000;
}

.mainmenu li.login.drop > ul.dropdown__menu li:hover,
.mainmenu li.student.drop > ul.dropdown__menu li:hover {
  border-left: 5px solid #9c0538;
}

.mainmenu li.login.drop:hover > ul.dropdown__menu > li:hover > a,
.mainmenu li.student.drop:hover > ul.dropdown__menu > li:hover > a {
  color: #ffffff;
  padding-left: 7px;
  background: linear-gradient(
    180deg,
    rgba(247, 34, 34, 1) 0%,
    rgba(167, 11, 11, 1) 28%,
    rgba(167, 11, 11, 1) 67%,
    rgba(247, 34, 34, 1) 100%
  );
}

.sliderMain {
  position: relative;
}

.sliderMain .owl-nav {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
}

.sliderMain .owl-nav .owl-prev {
  position: absolute;
  left: 20px;
  font-size: 0;
  background-color: rgba(0, 0, 0, 0.5);
  background-image: url(../images/prev-icon.png);
  background-repeat: no-repeat;
  width: 42px;
  height: 40px;
  background-size: 16px;
  background-position: center center;
  border-radius: 50px;
}

.sliderMain .owl-nav .owl-prev:hover {
  background-color: rgba(0, 33, 71, 0.6);
  background-image: url(../images/prev-icon.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 16px;
}

.sliderMain .owl-nav .owl-next {
  position: absolute;
  right: 20px;
  font-size: 0;
  background-color: rgba(0, 0, 0, 0.5);
  background-image: url(../images/next-icon.png);
  background-repeat: no-repeat;
  width: 42px;
  height: 40px;
  background-size: 16px;
  background-position: center center;
  border-radius: 50px;
}

.sliderMain .owl-nav .owl-next:hover {
  background-color: rgba(0, 33, 71, 0.6);
  background-image: url(../images/next-icon.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 16px;
}

.sliderMain .owl-dots {
  position: absolute;
  left: 50%;
  top: 92%;
  transform: translate(-50%, 0);
}

.owl-theme .owl-dots .owl-dot span {
  width: 14px;
  height: 14px;
  background: #fd5c05;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
  background: #0b4686;
}

.sliderMain .owl-item {
  max-height: 500px;
}

.landingBody {
  margin: 0 0 40px;
}

.landingContainer {
  max-width: 94%;
  margin: 0 auto;
  padding: 20px 0 0;
  box-shadow: 0 0 8px #717171;
  transition: all 0.5s ease;
  background: #fff;
}

.copyright {
  background: #0b4686;
}

.copyright p {
  margin: 0;
}

a#scrollUp:hover {
  background: linear-gradient(
    180deg,
    rgba(247, 34, 34, 1) 0%,
    rgba(167, 11, 11, 1) 28%,
    rgba(167, 11, 11, 1) 67%,
    rgba(247, 34, 34, 1) 100%
  );
}

footer.footer--2 {
  padding: 0;
}

.featureMain {
  padding-top: 30px;
  padding-bottom: 30px;
}

.featureMain .section__title .title__line {
  margin: 0 0 16px;
  padding: 0 0 5px;
  font-size: 30px;
  font-family: "Lato", sans-serif;
  color: #0b4686;
}

.featureMain .section__title .title__line::before {
  background: #fd5c05;
  height: 2px;
}

.featureMain h4 {
  font-size: 18px !important;
  line-height: 26px !important;
  font-family: "Lato", sans-serif;
}

.featureMain h4 a {
  color: #0b4686;
}

.featureMain .choose__icon {
  max-width: 60px;
  padding-top: 5px !important;
}

.featureMain .choose__icon img {
  max-width: inherit;
  width: 40px;
}

.featureMain p {
  font-size: 17px;
  font-family: "Lato", sans-serif;
  color: #040404;
}

.candidateItem {
  margin: 0 0 40px;
}

.candidateItem .event__list {
  -moz-box-shadow: 0 2px 3px 0px rgba(0, 0, 0, 0.16);
  -webkit-box-shadow: 0 2px 3px 0px rgb(0 0 0 / 16%);
  box-shadow: 0 2px 3px 0px rgb(0 0 0 / 16%);
  border-top: 5px solid #0e4d92;
  padding: 15px;
  background: #fff;
  min-height: 431px;
}

.candidateItem .event__thumb {
  flex-basis: 50%;
}

.candidateItem .event__content {
  flex-basis: 50%;
  align-self: flex-start;
  padding-top: 20px;
}

.candidateItem .importantLink .event__content,
.candidateItem .adminLogin .event__content {
  flex-basis: 100%;
  padding-left: 0;
}

.candidateItem .event__list .event__content .event__inner {
  padding: 11px 0 15px 0;
}

.candidateItem .date {
  font-size: 26px !important;
  font-family: "Lato", sans-serif !important;
  text-transform: uppercase;
  color: #0b4686 !important;
}

.candidateItem li {
  margin: 0 0 8px;
  display: flex;
}

.candidateItem li i {
  margin-right: 8px;
  color: #bd0d55;
  margin-top: 6px;
}

.candidateItem li a {
  font-size: 16px;
  color: #fd5c05;
  font-weight: 600;
  line-height: 22px;
}

.candidateItem li a:hover {
  color: #568800;
}

/*-- Registration Form Design Start --*/
.formPart {
  margin: 40px 0;
}

.formPart .form-horizontal {
  background: #fff;
  -moz-box-shadow: 0 2px 3px 0px rgba(0, 0, 0, 0.16);
  -webkit-box-shadow: 0 2px 3px 0px rgb(0 0 0 / 16%);
  box-shadow: 0 2px 3px 0px rgb(0 0 0 / 16%);
  padding: 26px 40px 30px;
  border-radius: 10px;
}

.formTitle {
  font-size: 23px;
  font-family: "Lato", sans-serif;
  margin: 0 0 20px;
  color: #05608a;
  text-transform: uppercase;
}
.formTitle2 {
  font-size: 20px;
}
.formSubTitle {
  font-size: 15px;
  font-weight: 600;
  font-style: italic;
  color: #bd0d55;
  background: #d6eaff;
  padding: 10px;
  border-radius: 4px;
}

.formPart label {
  font-size: 14px;
  font-weight: 600;
  margin: 0 0 4px;
  line-height: 18px;
  color: #05608a;
  display: block;
}

.formPart label.formLabel {
  /* min-height: 42px; */
  min-height: 38px;
  /* display: flex;
    align-items: flex-end; */
}

.formPart label.formLabel3 {
  min-height: 56px;
}

.formPart label.formLabel2 {
  min-height: 54px;
}

.formPart label.formLabel4 {
  min-height: 36px;
}

.info {
  font-weight: 400;
  font-size: 13px;
  font-style: italic;
  color: #fd5c05 !important;
  line-height: 16px;
  display: block;
  margin-top: 4px;
}

.sectionName {
  font-size: 16px;
  font-weight: 600;
  font-family: "Lato", sans-serif;
  margin: 30px 0 20px;
  text-decoration: underline;
  color: #540017e0;
}

.formPart input,
.formPart select,
.formPart textarea {
  border-color: #e0e0e0;
  font-size: 14px;
  outline: none;
  box-shadow: none;
}

.formPart input:focus,
.formPart select:focus,
.formPart textarea:focus {
  outline: none;
  box-shadow: none;
}

.formPart textarea {
  resize: none;
}

.actionRow {
  margin-top: 40px;
}

.actionRow .btn {
  outline: none;
  text-transform: uppercase;
  background: #05608a;
  letter-spacing: 1px;
  border: none;
  font-size: 14px;
  box-shadow: none;
}
/* .formTable .table {
    table-layout: fixed;
} */
.formTable .table th,
.formTable .table td {
  padding: 6px 10px;
  border-top: 1px solid #ededed;
}

.formTable .table th:first-child {
  width: 210px;
}

.formTable .table th:not(:first-child) {
  text-align: center;
}

.formTable .table td:first-child {
  font-weight: 600;
  color: #05608a;
  font-size: 14px;
  line-height: 18px;
}

.formTable label.placeCat,
.previewTable label.placeCat {
  font-size: 13px;
  line-height: 15px;
  font-weight: 500;
  margin: 0;
}

.profileBlk .input-group {
  /* justify-content: space-between; */
  /* align-items: center; */
  flex-direction: column-reverse;
}

.profileBlk input[type="file"] {
  max-width: 250px;
  font-size: 12px;
  height: 38px;
  margin: 10px 0 0;
  border-radius: 0.25rem !important;
  width: 100%;
}

.uploadImg {
  height: 160px;
  display: inline-flex;
  align-items: center;
  border: 1px solid #e0e0e0;
  justify-content: center;
  padding: 10px;
  border-radius: 0.25rem;
}

.profileBlk img {
  border: 1px solid #e0e0e0;
  padding: 3px;
  box-shadow: none;
  outline: none;
  border-radius: 4px;
}

.instruction {
  background: #f7f7f7;
  border: 1px solid #efefef;
  padding: 10px 15px;
  border-radius: 4px;
  margin-bottom: 10px;
}

.instruction h3 {
  font-size: 18px;
  text-align: center;
  margin: 0 0 12px;
  color: #0b4686;
  font-family: "Lato", sans-serif;
  text-decoration: underline;
}

.instruction2 h3 {
  font-size: 16px;
}

.instruction ol {
  padding: 0 0 0 15px;
}

.instruction ol li {
  font-size: 14px;
  font-family: "Lato", sans-serif;
  color: #0b4686;
  line-height: 20px;
  font-weight: 600;
  margin: 0 0 6px;
  padding-left: 4px;
}

.instruction .alphaList li {
  list-style: upper-alpha;
}

.instruction ol li h5 {
  font-size: 16px;
  font-family: "Lato", sans-serif;
  color: #0b4686;
  font-weight: 600;
  margin: 0 0 5px;
}

.instruction2 ol li h5 {
  font-size: 14px;
}

.inlineLink {
  font-size: 14px;
  color: #fd5c05;
}

.inlineLink:hover {
  text-decoration: underline;
  color: #568800;
}

.instruction .subAlphaList li {
  list-style: lower-alpha;
  font-weight: 600;
}

.instruction2 .subAlphaList li {
  font-size: 12px;
}

.instruction .numbList li {
  list-style: lower-roman;
  font-weight: 600;
}

.guidLines {
  background: #f7f7f7;
  padding: 15px 15px 5px;
}

.guidLines h4 {
  text-align: center;
  width: 100%;
  margin: 0 0 15px;
  color: #0b4686;
  font-family: "Lato", sans-serif;
  text-decoration: underline;
  font-size: 17px;
}

.guidLines2 h4 {
  font-size: 14px;
}

.guidLines p {
  color: #ff5402;
  font-size: 14px;
  line-height: 18px;
  margin: 0 0 18px;
}

.guidLines2 p {
  line-height: 22px;
  font-size: 13px;
}
/*-- Registration Form Design End --*/

/*-- Principal Login start --*/
.loginMain .form-horizontal,
.changePass .form-horizontal {
  padding: 0;
  border: 1px solid #e0e0e0;
}

.loginMain .formTitle {
  margin: 10px 0 35px;
}
.loginMain .logBg {
  background: url(../images/banner/feature.jpg) no-repeat;
  background-size: cover;
  background-position: center center;
  border-radius: 0 10px 10px 0;
  margin: 0 -15px;
}

.changePass .passBg {
  background: url(../images/pass-bg.jpg) no-repeat;
  background-size: cover;
  background-position: center center;
  border-radius: 0 10px 10px 0;
  margin: 0 -15px;
}

.loginContent,
.passwordContent {
  padding: 15px 25px 25px;
}

.captcha {
  text-align: center;
  background: #e2e2e2;
  padding: 15px 10px;
  border-radius: 0.25rem;
  line-height: 20px;
  color: #000;
}

.captcha br {
  display: none;
}

.captcha img {
  border: 1px solid #bbbbbb;
  margin: 0 0 7px;
}

.captcha a {
  display: block;
  color: #0083c0;
  font-weight: 600;
  max-width: 90px;
  margin: 0 auto 4px;
}

.captcha input[type="text"] {
  border: 1px solid #bbbbbb;
  font-size: 14px;
  outline: none;
  box-shadow: none;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-clip: padding-box;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  display: block;
  margin: 0 auto;
}

.changePassLink a {
  color: #05608a;
  font-weight: 600;
}

.changePassLink a:hover {
  color: #007009;
  text-decoration: underline;
}

.backLink .inlineLink {
  font-size: 16px;
  font-weight: 600;
}

.backLink i {
  font-size: 14px;
  margin-right: 3px;
}
/*-- Principal Login end --*/
.bodyBtmMarg {
  margin-bottom: 90px;
}

.fixedFooter {
  position: fixed !important;
  width: 100%;
  bottom: 0;
  left: 0;
}

.viewDoc a {
  font-size: 14px;
  color: #fd5c05;
  margin: 0 5px 0 0;
}

.viewDoc a:hover {
  text-decoration: underline;
  color: #568800;
}

.viewDoc i {
  font-size: 13px;
  color: #bd0d55;
}
/*-- Admin Design Start --*/
.adminBody {
  margin: 40px 0;
}

.adminContent {
  background: #fff;
  -moz-box-shadow: 0 2px 3px 0px rgba(0, 0, 0, 0.16);
  -webkit-box-shadow: 0 2px 3px 0px rgb(0 0 0 / 16%);
  box-shadow: 0 2px 3px 0px rgb(0 0 0 / 16%);
  padding: 26px 40px 30px;
  border-radius: 10px;
}
/* .adminTable {
    max-height: 500px;
    overflow-y: scroll;
} */
/* .adminTable:hover {
    overflow-y: scroll;
} */
.adminTable .table {
  table-layout: fixed;
}

.adminTable .table th,
.adminTable .table td {
  padding: 6px 10px;
  border-top: 1px solid #ededed;
  font-size: 13px;
  word-break: break-word;
}

.adminTable .table th:not(:first-child),
.adminTable .table td:last-child {
  text-align: center;
}

.tableHead {
  border: 2px dotted #e0e0e0;
  padding: 6px 0;
  margin: 0 0 1rem;
}

.tableHead label {
  margin: 0;
  font-weight: 600;
  font-size: 16px;
  color: #0b4686;
}

.tableHead .col-md-6:nth-child(2),
.tableSearch .col-md-6:nth-child(2) {
  display: inline-flex;
  justify-content: flex-end;
}

.adminTable .table th {
  background: #0b4686;
  color: #fff;
}

.tableSearch {
  background: #dedede;
  margin: 0 0 1rem;
  padding: 10px 0;
}

.tableSearch i {
  position: absolute;
  z-index: 9;
  width: 34px;
  height: 35px;
  right: 0;
  top: 0;
  background: #0b4686;
  color: #fff;
  line-height: 35px;
  padding-left: 11px;
  font-size: 12px;
  border-radius: 0 0.25rem 0.25rem 0;
}

.tableSearch input[type="text"] {
  border-color: #cacaca;
  font-size: 14px;
  outline: none;
  box-shadow: none;
  max-width: 300px;
  border-radius: 0.25rem !important;
  padding-right: 42px;
  margin-right: -36px;
  min-width: 375px;
}
.tableSearch input[type="submit"] {
  border: none;
  background: none;
  z-index: 99;
  position: relative;
  font-size: 0;
  width: 35px;
}
.tableSearch .btn {
  outline: none;
  text-transform: uppercase;
  background: #05608a;
  letter-spacing: 1px;
  border: none;
  font-size: 14px;
  box-shadow: none;
}

.adminMenu {
  width: 100%;
  margin: 50px 0 25px;
  display: block;
}

.adminMenu ul {
  display: flex;
  /*justify-content: center;*/
  align-items: center;
}

.adminMenu ul li {
  margin-right: 15px;
}

.adminMenu ul li a {
  background: #0b4686;
  padding: 12px 20px;
  color: #fff;
  display: block;
  border-radius: 4px;
  letter-spacing: 0.5px;
  font-family: "Source Sans Pro", Helvetica, sans-serif;
}

.adminMenu ul li a:hover {
  opacity: 0.9;
}

.downloadList {
  /* max-width: 600px;
    margin: 0 auto;
    border: 1px solid #e0e0e0;
    border-radius: 6px;
    padding: 10px 15px; */
  width: 100%;
}

.downloadList .table {
  margin: 0;
}

.downloadList td {
  vertical-align: middle;
}

.downloadList .form-group:last-child {
  margin-bottom: 0;
}

.downloadList .col-md-6 {
  display: inline-flex;
}

.downloadList label {
  margin: 0;
}

.downloadBlk a {
  text-transform: uppercase;
  background: #05608a;
  letter-spacing: 1px;
  border: none;
  font-size: 14px;
  box-shadow: none;
  font-weight: 400;
  text-align: center;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  padding: 0.375rem 0.75rem;
  line-height: 1.5;
  border-radius: 0.25rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  color: #fff;
  font-family: "Source Sans Pro", Helvetica, sans-serif;
}

.dataTables_wrapper {
  padding-top: 60px;
}

.dataTables_filter,
.dataTables_length {
  position: absolute;
  right: 0px;
  top: 10px !important;
  width: 300px;
}

.dataTables_length {
  right: inherit;
  left: 0;
}

.dataTables_filter label {
  display: flex;
  margin: 0;
  align-items: center;
  font-size: 16px;
  color: #0b4686;
  font-weight: 600;
  position: relative;
}

.dataTables_length label {
  margin: 0;
  font-size: 16px;
  color: #0b4686;
  font-weight: 600;
  position: relative;
}

.dataTables_filter label::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 35px;
  height: 34px;
  background: url(../images/search_img.jpg) no-repeat;
  background-position: center center;
  transform: translate(60px, -50%);
}

.dataTables_filter label input,
.dataTables_length label select {
  border-color: #cacaca;
  font-size: 14px;
  outline: none;
  box-shadow: none;
  max-width: 300px;
  border-radius: 0.25rem !important;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  padding-left: 42px;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.dataTables_length label select {
  padding: 0.375rem 0.75rem !important;
  margin: 0 5px;
}

.adminTable .table.dataTable {
  border-bottom: 1px solid #dee2e6;
  /* padding-top: 18px;
    background: #fff; */
}

.adminTable .dataTables_wrapper .dataTables_paginate .paginate_button.current {
  padding: 2px 10px !important;
  background: #0b4686 !important;
  color: #fff !important;
  border: 1px solid #0b4686;
}

.adminTable .dataTables_wrapper .dataTables_paginate .paginate_button.previous,
.adminTable .dataTables_wrapper .dataTables_paginate .paginate_button.next,
.dataTables_info {
  color: #0b4686 !important;
  font-size: 14px;
  font-style: italic;
  font-weight: 600;
}

/*-- Admin Design End --*/

/*-- Preview design start --*/
.previewTable .table th,
.previewTable .table td {
  padding: 10px;
  vertical-align: middle;
}

.previewTable label {
  margin: 0;
}

.previewTable .table.prevSchDet td:first-child {
  font-weight: 600;
  color: #05608a;
  font-size: 14px;
  line-height: 18px;
}

.prevSection {
  font-size: 16px;
  font-weight: 600;
  font-family: "Lato", sans-serif;
  text-decoration: underline;
  color: #540017e0;
  text-align: center;
  margin: 7px 0;
}

.previewBtn .btn {
  outline: none;
  text-transform: uppercase;
  background: #05608a;
  letter-spacing: 1px;
  border: none;
  font-size: 14px;
  box-shadow: none;
}

.previewBtn .btn:hover {
  opacity: 0.9;
}

.previewBtn input:first-child {
  margin-right: 10px;
}
/*-- Preview design end --*/

/*-- Success Page design start --*/
.blinkingText {
  /* animation: blinker 1s step-end infinite; */
  text-align: center;
  margin: 0 0 25px;
  color: #fd5c05;
  font-family: "Lato", sans-serif;
  font-size: 48px;
}

@keyframes blinker {
  50% {
    opacity: 0;
  }
}

.suceedMsg {
  margin: 0 0 30px;
}

.suceedMsg p {
  font-size: 20px;
  font-weight: 600;
  color: #0b4686;
  line-height: 32px;
  text-align: center;
  font-family: "Lato", sans-serif;
}

.suceedMsg p span {
  font-style: italic;
  color: #fd5c05;
}

.printAction {
  text-align: center;
}

.printAction a {
  font-size: 20px;
  color: #25a200;
  background: transparent;
}

.printAction a:hover,
.printAction a:focus {
  text-decoration: underline;
  color: #fd5c05;
  background: transparent;
}

.finalPrint .btn {
  outline: none;
  text-transform: uppercase;
  background: #28a745;
  letter-spacing: 1px;
  border: none;
  font-size: 14px;
  box-shadow: none;
}

.finalPrint .btn:hover {
  opacity: 0.9;
}
/*-- Success Page design end --*/
/*-- Prospectus design start --*/
.prospectusMain {
  margin: 40px 0;
}

.prospectusMain .form-horizontal {
  background: #fff;
  -moz-box-shadow: 0 2px 3px 0px rgba(0, 0, 0, 0.16);
  -webkit-box-shadow: 0 2px 3px 0px rgb(0 0 0 / 16%);
  box-shadow: 0 2px 3px 0px rgb(0 0 0 / 16%);
  padding: 26px 40px 30px;
  border-radius: 10px;
}

.prospectusMain h2 {
  font-size: 23px;
  font-family: "Lato", sans-serif;
  margin: 0 0 20px;
  color: #05608a;
  text-transform: uppercase;
  text-align: center;
  text-decoration: underline;
}

.prospectusMain li {
  margin: 0 0 8px;
  display: flex;
}

.prospectusMain li i {
  margin-right: 8px;
  color: #bd0d55;
  margin-top: 6px;
}

.prospectusMain li a {
  font-size: 16px;
  color: #fd5c05;
  font-weight: 600;
  line-height: 22px;
}

.prospectusMain li a:hover {
  color: #568800;
}
/*-- Prospectus design end --*/
/*-- RO Dashboard design start --*/
.roLanding {
  margin: 65px 0 40px;
}

.roLanding label {
  font-size: 16px;
  font-weight: 600;
  margin: 0 6px 0 0;
  line-height: 18px;
  color: #05608a;
}

.roLanding span {
  font-size: 16px;
  font-weight: 600;
  font-style: italic;
  color: #fc6003;
}

.mb--30 {
  margin-bottom: 30px;
}

.roControl {
  justify-content: center;
}

.roControl .roControlBlk {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  border: 1px solid #e0e0e0;
  padding: 20px 15px 5px;
  border-radius: 4px;
  width: 100%;
}

.roControl .btn {
  margin-bottom: 15px;
  outline: none;
  text-transform: uppercase;
  background: #05608a;
  letter-spacing: 1px;
  border: none;
  font-size: 14px;
  box-shadow: none;
}

.roControl .btn:hover {
  background: #fc6003;
}

.roFormPart label {
  font-size: 14px;
  font-weight: 600;
  margin: 0 0 4px;
  line-height: 18px;
  color: #05608a;
  display: block;
}

.roActionBtn {
  display: inline-flex;
  align-items: flex-end;
  margin-bottom: 2px;
}

.roActionBtn .btn {
  outline: none;
  text-transform: uppercase;
  background: #05608a;
  letter-spacing: 1px;
  border: none;
  font-size: 14px;
  box-shadow: none;
}

.roActionBtn .btn:hover {
  background: #fc6003;
}

.roLanding .adminTable .table th:not(:first-child),
.roLanding .adminTable .table td:last-child {
  text-align: left;
}
/*-- RO Dashboard design end --*/

/*-- Responsive code start --*/
@media screen and (max-width: 1440px) {
  .candidateItem .event__list {
    min-height: 374px;
  }

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

  .candidateItem li i {
    margin-top: 3px;
    font-size: 14px;
  }

  .candidateItem li a {
    font-size: 15px;
    line-height: 20px;
  }

  .featureMain .section__title .title__line {
    font-size: 22px;
  }

  .featureMain .section__title .title__line::before {
    width: 218px;
  }

  .featureMain h4 {
    font-size: 16px !important;
    line-height: 23px !important;
  }
  /* .featureMain .choose:first-child,
    .featureMain .choose:nth-child(2) {
        justify-content: flex-end;
    } */
  .featureMain .choose__icon {
    max-width: 50px;
    padding-top: 3px !important;
  }

  .featureMain .choose__icon img {
    max-width: inherit;
    width: 30px;
  }
}

@media screen and (max-width: 1400px) {
  .fullContainer {
    max-width: 97.5%;
  }
  /* .mainmenu__wrapper .mainmenu__wrap .mainmenu__nav .mainmenu > li > a{
        font-size: 13px;
    } */
}

@media screen and (min-width: 1400px) {
  .customContainer {
    max-width: 80%;
  }
}

@media screen and (min-width: 992px) and (max-width: 1250px) {
  .desktopMenu .col-lg-5 {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .desktopMenu .col-lg-7 {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .announList {
    flex: 0 0 30%;
    order: 3;
    max-width: 30%;
  }

  .candiList {
    flex: 0 0 40%;
    max-width: 40%;
    order: 1;
  }

  .logList {
    flex: 0 0 30%;
    max-width: 30%;
    order: 2;
  }

  .candidateItem .event__thumb {
    display: none;
  }

  .candidateItem .event__content {
    padding-left: 0;
    flex-basis: 100%;
  }
}

@media screen and (min-width: 992px) and (max-width: 1038px) {
  .desktopMenu .logo a {
    max-width: 74px;
  }

  .logoTitle {
    margin: 0 0 0 8px;
  }
}

@media screen and (max-width: 991px) {
  .mobLogo .logo {
    top: 0;
    z-index: 9;
  }

  .mobLogo .logoTitle {
    position: absolute;
    left: 100px;
    top: 6px;
    margin: 0;
  }

  .mobLogo .logoTitle h2 {
    font-size: 16px;
    line-height: 16px;
  }

  .mobile-menu.mean-container .mean-nav {
    margin-top: 10px;
    position: absolute;
    top: 100%;
  }

  .mean-container a.meanmenu-reveal.meanclose {
    color: #fff;
  }

  .mobile-menu.mean-container .mean-nav ul li {
    box-sizing: border-box;
  }

  .mobile-menu.mean-container .mean-nav ul li li a {
    padding: 12px 6%;
  }

  .announList {
    order: 3;
  }

  .candiList {
    order: 1;
  }

  .logList {
    order: 2;
  }

  .candidateItem .announList .event__list,
  .candidateItem .logList .event__list {
    min-height: 234px;
  }

  .candidateItem .announList .event__content,
  .candidateItem .logList .event__content {
    padding-bottom: 0;
  }
}

@media screen and (max-width: 767px) {
  .sliderMain .owl-dots {
    top: inherit;
    bottom: 10px;
  }

  .announList {
    order: 3;
  }

  .candiList {
    order: 1;
  }

  .logList {
    order: 2;
  }

  .candidateItem .event__content {
    padding-top: 10px;
  }

  .candidateItem .date {
    font-size: 18px !important;
  }

  .candidateItem li i {
    margin-top: 5px;
    font-size: 12px;
  }

  .candidateItem li a {
    font-size: 14px;
    line-height: 20px;
  }

  .candidateItem .event__thumb {
    flex-basis: 42%;
  }

  .candidateItem .candiList .event__content {
    flex-basis: 58%;
    padding-bottom: 0;
  }

  .candidateItem .announList .event__inner,
  .candidateItem .logList .event__inner {
    padding-bottom: 0 !important;
  }
}

@media screen and (max-width: 575px) {
  .mobLogo .logoTitle {
    display: none;
  }

  .sliderMain .owl-dots {
    bottom: 5px;
  }

  .owl-theme .owl-dots .owl-dot span {
    margin: 5px 4px;
  }

  .candidateItem .event__thumb {
    display: none;
  }

  .candidateItem .candiList .event__content {
    flex-basis: 100%;
  }
}
/*-- Responsive code end --*/
/*.btnactive {
    background: rgb(56 174 14) !important;
}*/

.candidateItem .importantLink li:first-child a,
.candidateItem .candiList li:first-child a {
  color: #7b0da9;
}

.alertBlk {
  position: relative;
}

.alertMsg {
  font-size: 12px;
  line-height: 16px;
  position: absolute;
  top: 31px;
  left: 15px;
}

.alertMsg2 {
  top: 76%;
}

.calenderBlk {
  position: relative;
}

.calenderBlk i {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 9;
  background: #0b4686;
  width: 36px;
  height: 34px;
  line-height: 35px;
  padding-left: 12px;
  color: #fff;
  border-radius: 0.25rem 0 0 0.25rem;
  font-size: 12px;
}

.calenderBlk input {
  padding-left: 48px;
  background: transparent !important;
  z-index: 9;
}

/*-- Condidate Details --*/
.candiDetails h2 {
  text-align: center;
  font-size: 23px;
  font-family: "Lato", sans-serif;
  margin: 0 0 20px;
  color: #05608a;
  text-transform: uppercase;
}
.candiDetails th,
.candiDetails td {
  padding: 7px;
  text-align: center;
}
.candiDetails th {
  font-size: 15px;
  font-weight: 600;
  margin: 0 0 4px;
  line-height: 18px;
  color: #05608a;
}
.admitCard,
.admitCard table {
  border-bottom: none;
}
.admitCard td {
  padding: 6px 10px 6px 10px;
}

.admitCard .noBorder td {
  border: none;
}

.admitCard th,
.admitCard td {
  padding: 3px 10px !important;
  border: none !important;
  font-size: 12px !important;
  line-height: 22px;
}
.admitCard .table-bordered th,
.admitCard .table-bordered td {
  border: 1px solid #000 !important;
}

.downAdmit {
  max-width: 540px;
  margin: 0 auto;
}

.downAdmit .blinkingText {
  font-size: 24px;
  margin: 0 0 10px;
  line-height: 30px;
}

.downAdmit .suceedMsg {
  margin: 0 0 15px;
  font-size: 18px;
  color: #f00;
}

.downAdmit .suceedMsg span {
  color: #0b4686;
  font-weight: 600;
}

.downAdmit .printAction a {
  padding: 0;
  font-size: 16px;
  line-height: 20px;
  text-decoration: underline;
}

.landingBlk {
  background-image: url(../images/banner/banner.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  height: 410px;
  max-height: 410px;
  width: 100%;
  position: relative;
  /* margin-bottom: 30px; */
}
.landingImgBlk {
  width: 100%;
  margin: 0 0 20px;
  display: block;
}
.marqueeMain {
margin: 20px 0 30px;
}
.marqueeBlk {
  display: flex;
  background: #fff;
  border: 1px solid #d9d9d9;
  border-radius: 6px;
  position: relative;
  padding-left: 100px;
  padding-right: 15px;
  box-shadow: 0px 1px 4px 0px rgb(0 0 0 / 16%);
}
.marqueeBlk h4 {
  background: #0b4686;
  padding: 8px 15px;
  color: #fff;
  font-size: 17px;
  font-weight: 400;
  text-transform: uppercase;
  font-family: "Roboto", sans-serif;
  letter-spacing: 1px;
  line-height: 24px;
  border-radius: 6px 0 0 6px;
  position: absolute;
  left: -1px;
  top: 50%;
  transform: translateY(-20px);
}
.marqueeBlk marquee {
  line-height: 38px;
  position: relative;
  z-index: 9;
}
.marqueeBlk marquee i {
  margin-right: 6px;
  color: #bd0d55;
}
.marqueeBlk marquee a {
  color: #021a34;
  font-weight: 600;
  font-size: 16px;
}
.homeBg {
  background-image: url("../images/banner/homeBg.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.ladndinPageBg {
  background: #f5f5f5;
}
.studentBlk {
  margin: 0 0 30px;
}
.studentBlk .row {
  justify-content: space-around;
}

.studentBlk .studentBlkBg {
  background: #fff;
  box-shadow: 0px 2px 5px 0px rgb(0 0 0 / 16%);
  border-radius: 10px;
  padding: 0;
}
.studentContent {
  display: flex;
}
.studentContent img {
  border-radius: 10px 0 0 10px;
  max-width: 480px;
}
.studentContent .candidateLink {
  padding: 18px 20px 20px;
  width: 100%;
  align-content: center;
  display: inline-flex;
  flex-direction: column;
}
.candidateLink h2,
.adminLink h2 {
  font-size: 22px;
  text-transform: uppercase;
  color: #0b4686;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  line-height: 26px;
  margin-bottom: 12px;
  padding-bottom: 5px;
  position: relative;
}
.candidateLink h2::before,
.adminLink h2::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 2px;
  background: #fd5c05;
}
.studentContent ul li,
.adminLink ul li {
  margin-bottom: 10px;
  line-height: 20px;
}
.studentContent ul li i,
.adminLink ul li i {
  margin-right: 8px;
  color: #fd5c05;
  font-size: 12px;
}
.studentContent ul li a,
.adminLink ul li a {
  font-size: 16px;
  color: #05376c;
  font-weight: 600;
  line-height: 22px;
}
.studentContent ul li:first-child a {
  color: #7b0da9;
}

.adminLink {
  padding: 20px;
}

.featureBlk {
  padding: 0 20px;
  background: #fff;
  /* background-image: url("../images/banner/testi-bg3.jpg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover; */
  background: linear-gradient(0deg, rgb(22 18 18), rgb(38 81 134 / 13%)),
    url("../images/banner/testi-bg3.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: left 0%;

  box-shadow: 0px 2px 5px 0px rgb(0 0 0 / 16%);
  border-radius: 10px;
  margin: 0 0 30px;
}
.featureArea {
  padding: 30px 0;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
.featureText h2 {
  font-size: 22px;
  text-transform: uppercase;
  color: #fff;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  line-height: 26px;
  margin-bottom: 12px;
  padding-bottom: 5px;
  position: relative;
}
.featureText h2::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 2px;
  background: #fd5c05;
}
.featureArea img {
  max-width: 500px;
  border: 1px solid #f1f1f1;
  border-radius: 10px;
  background: #fff;
  box-shadow: 0px 1px 2px 0px rgb(0 0 0 / 16%);
}
.featureText ul {
  padding-left: 20px;
}
.featureText li {
  font-size: 16px;
  color: #fff;
  font-weight: 600;
  line-height: 22px;
  margin: 0 0 10px;
  list-style-type: disclosure-closed;
}

.acknowledgeMain {
  max-width: 600px;
  margin: 0 auto;
  padding: 26px 30px 30px !important;
}
.acknowledgeMainForm {
  margin: 0 30px;
}
.acknowledgeMain .formTitle {
  border-bottom: 1px dashed #fd5c05;
  padding-bottom: 5px;
  margin: 0 0 10px;
  font-size: 20px;
}
.acknowledgeMain h6 {
  font-size: 17px;
  text-align: center;
  text-decoration: underline;
  font-weight: 600;
  font-family: "Lato", sans-serif;
  margin: 0 0 15px;
  color: #05608a;
  text-transform: uppercase;
}
.prosBlk label {
  margin: 0;
  display: flex;
  align-items: center;
}
.prosBlk input[type="checkbox"] {
  margin-right: 5px;
}
.prosBlk label a {
  color: #05608a;
  margin-left: 5px;
  text-decoration: underline;
}
.prosBlk label a:hover {
  text-decoration: none;
  color: #05608a;
}

@media screen and (max-width: 1835px) {
  .landingBlk {
    min-height: 540px;
  }
}
@media screen and (max-width: 1630px) {
  .landingBlk {
    min-height: 440px;
  }
}
@media screen and (max-width: 1400px) {
  .landingBlk {
    min-height: 400px;
    background-position: left 0;
  }
}

@media screen and (max-width: 1275px) and (min-width: 992px) {
  .studentBlk .col-lg-8 {
    max-width: 73%;
    flex: 0 0 73%;
  }
  .studentBlk .col-lg-4 {
    max-width: 24%;
    flex: 0 0 24%;
  }
}

@media screen and (max-width: 1199px) {
  .featureArea img {
    max-width: 360px;
  }
  .featureText h2 {
    font-size: 20px;
    line-height: 26px;
  }
  .featureText li {
    font-size: 15px;
    line-height: 20px;
  }
}

@media screen and (max-width: 1275px) {
  .marqueeMain {
    margin: 20px 0 25px;
  }
  .studentBlk {
    margin: 0 15px 25px;
  }
  .studentContent img {
    max-width: 360px;
  }
  .candidateLink h2,
  .adminLink h2 {
    font-size: 20px;
    line-height: 26px;
  }
  .studentContent ul li a,
  .adminLink ul li a {
    font-size: 15px;
    line-height: 20px;
  }
  .featureBlk {
    margin: 0 0 25px;
  }
}

@media screen and (min-width: 992px) {
  .studentBlk .col-lg-8 {
    max-width: 65%;
    flex: 0 0 65%;
  }
  .studentBlk .col-lg-4 {
    max-width: 32%;
    flex: 0 0 32%;
  }
}

@media screen and (max-width: 991px) {
  .studentBlk .col-md-12:first-child {
    margin-bottom: 20px;
  }
  .mobile-menu .meanmenu-reveal span {
    background: url("../images/icons/menu.png") no-repeat !important;
    height: 32px !important;
  }
  .featureBlk {
    padding: 25px 20px;
  }
  .featureArea {
    position: relative;
    padding: 0;
  }
  .featureArea::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.76);
    border-radius: 10px;
  }
  .featureText {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: calc(100% - 50px);
  }
  .featureArea img {
    max-width: 100%;
    width: 100%;
    border: none;
  }
}
@media screen and (max-width: 767px) {
  .studentContent {
    position: relative;
  }
  .studentContent::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.76);
    border-radius: 10px;
  }
  .studentContent img {
    max-width: 100%;
    width: 100%;
    border-radius: 10px;
    max-height: 340px;
  }
  .studentContent .candidateLink {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
  }
  .candidateLink h2 {
    color: #fff;
  }
  .studentContent ul li a,
  .studentContent ul li:first-child a {
    color: #fff;
  }
}

.dobCertifiacte .uploadImg {
  height: 270px;
}
.mb__20 {
  margin-bottom: 20px;
}
.mb__30 {
  margin-bottom: 30px;
}
.inputControl,
.selectControl,
.textControl {
  border-color: #e0e0e0;
  font-size: 14px;
  outline: none;
  box-shadow: none;
}
.inputControl:focus,
.selectControl:focus,
.textControl:focus {
  outline: none;
  box-shadow: none;
}
.textControl {
  resize: none;
}
.actionBtn {
  outline: none;
  text-transform: uppercase;
  background: #027e13;
  letter-spacing: 1px;
  border: none !important;
  font-size: 14px;
  box-shadow: none !important;
  color: #ffffff !important;
  font-weight: 500;
}
.actionBtn:hover,
.actionBtn:focus {
  background: #fb4b07;
  border: none !important;
  box-shadow: none;
}
.acknowledgeTiles {
  padding-top: 40px;
}
.aadhaarVerificationMsg {
  text-align: center;
  margin: 0 0 10px;
  font-size: 17px;
  font-weight: 600;
  color: #f00;
  line-height: 22px;
}
.acknowledgeContainer {
  max-width: 90%;
}
.acknImportantLink {
  width: 400px;
}
.acknFormInstruction {
  width: 460px;
}
.form-horizontal.acknImportantLink,
.form-horizontal.acknFormInstruction {
  padding: 20px;
}
.acknFormInstruction .instruction {
  margin-bottom: 15px;
}
.acknFormInstruction .instruction2 {
  margin-bottom: 0px;
}
.acknowledgeinstruction {
  height: 802px;
  overflow-y: scroll;
  padding-right: 2px;
}
.underTakingTabale td {
  font-size: 15px;
  color: #000;
  border: 1px solid #979797;
}
.underTakingTabale td span {
  font-weight: 600;
  color: #f00;
}
.underTakingTabale td span.undertakingYes {
  color: #008000;
}
.acknowledgeMainOtp {
  margin: 0 auto;
}
.acknImportantLink span {
  color: #f00;
}
.acknImportantLink .instruction .alphaList li {
  list-style: auto;
}
.acknImportantLink h3 {
  font-size: 24px;
}
.regSecnodInstruction {
  font-size: 16px;
  color: #f00;
  font-weight: 600;
  font-family: "Roboto", sans-serif;
  margin: 0 0 6px;
}
.regSecnodInstruction2 {
  margin: 0 0 20px;
  color: #b91919;
  position: relative;
  padding-bottom: 12px;
}
.regSecnodInstruction2:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  border-bottom: 2px dashed #383838;
  width: 100%;
}
.regSecnodInstruColor1 {
  color: #0038b5;
  text-decoration: underline;
}
.regSecnodInstruColor2 {
  color: #0038b5;
  text-decoration: underline;
}
.regSecnodInstruColor3 {
  color: #0038b5;
  text-decoration: underline;
}
.acdDetialForm {
  background: #fbf5b4;
  padding: 15px 15px 5px;
  margin-bottom: 18px;
}
.instructionPara {
  font-family: "Lato", sans-serif;
  color: #0b4686;
  line-height: 22px;
  font-weight: 600;
  font-size: 14px;
  text-align: justify;
}
.acknImportantLink .instructionTitle {
  font-size: 18px;
}
.printHeader img {
  max-width: 110px;
}
.printHeaderTitle {
  margin: 0 10px;
}
@media print {
  .customPrintStyle .blockPrintStyle {
    page-break-after: always;
  }
}

.notificationNew {
  position: absolute;
  right: 30px;
  max-width: 560px;
  /*border-radius: 0.25rem;*/
  top: 50%;
  transform: translateY(-50%);
  /*background: rgb(6 21 48 / 86%);
    padding: 30px;
    box-shadow: 0px 2px 5px 0px rgb(0 0 0 / 83%);*/
}
.notificationNew p {
  text-align: justify;
  font-size: 15px;
  font-weight: 500;
  color: #fff700;
  line-height: 30px;
}
.notificationNew1 {
  background: rgb(0 153 220);
  padding: 12px 16px;
  margin-bottom: 7px;
  border-radius: 0.25rem;
  box-shadow: 0px 2px 5px 0px rgb(0 0 0 / 83%);
}
.notificationNew1 p {
  color: #fff;
  line-height: 22px;
}
.notificationNew2 {
  background: rgb(255 235 0 / 86%);
  padding: 12px 16px;
  border-radius: 0.25rem;
  box-shadow: 0px 2px 5px 0px rgb(0 0 0 / 83%);
}
.notificationNew2 p {
  line-height: 24px;
  color: #000000;
}

/*-- Modal --*/
.myModalInstruction .modal-header,
.myModalInstruction .modal-footer {
  justify-content: center;
}
.myModalInstruction .modal-header {
  padding-bottom: 6px;
  border-bottom: 1px dashed #000;
}
.myModalInstruction .formTitle {
  font-size: 23px;
  font-family: "Lato", sans-serif;
  color: #f00;
  text-transform: uppercase;
  text-align: center;
  margin: 0;
}
.myModalInstruction .modal-body p {
  font-family: "Lato", sans-serif;
  color: #05608a;
  font-size: 15px;
  text-align: justify;
  font-weight: 600;
  text-decoration: underline;
  margin-bottom: 15px;
  line-height: 20px;
}
.myModalInstruction .modal-body ul {
  list-style-type: disclosure-closed;
  padding-left: 20px;
}
.myModalInstruction .modal-body li {
  color: #fb5100;
}
.myModalInstruction .modal-body li span {
  color: #545454;
  font-style: italic;
  font-weight: 600;
}

/*-- New Admit Card Download Style Start---*/

.newAdmitCardDown .table {
  margin-bottom: 0;
  border: none;
}

.newAdmitCardDown .table th,
.newAdmitCardDown .table td {
  border: none;
  box-shadow: none;
  padding: 0;
  vertical-align: top;
}

.newAdmitCardDown .table .borderBottomPadding td {
  padding: 0 0 5px;
}

.newAdmitCardDown h3 {
  font-size: 20px;
  font-weight: 600;
  color: #000478;
  margin: 0 0 4px;
  line-height: 26px;
}

.newAdmitCardDown h4 {
  font-size: 18px;
  font-weight: 600;
  color: #00781f;
  margin: 0 0 15px;
  line-height: 22px;
}

.newAdmitCardDown h5 {
  font-size: 20px;
  font-weight: 600;
  color: #9f0101;
  margin: 0;
  line-height: 22px;
  text-decoration: underline;
}

.borderBottomAdmitCard {
  border-bottom: 2px solid #0064cb !important;
  margin-bottom: 5px !important;
}

.borderTopAdmitCard {
  border-top: 2px solid #0064cb !important;
  margin-top: 5px !important;
}

.newAdmitCardDown .table label {
  font-size: 16px;
  font-weight: 600;
  color: #000;
  line-height: 24px;
}

.newAdmitCardDown .table strong {
  font-size: 16px;
  font-weight: 700;
  color: #000;
  line-height: 24px;
}

.newAdmitCardDown .table .tableAdmitCardValue {
  margin: 0;
  position: relative;
  font-size: 16px;
  padding-left: 30px;
  color: #000;
  line-height: 24px;
}

.newAdmitCardDown .table .tableAdmitCardValue:before {
  content: ":";
  position: absolute;
  left: 0;
  top: 0;
  font-weight: 600;
}

.admitCardCandidate1 {
  border: 2px solid #00781f;
  padding: 5px;
  margin-bottom: 10px;
}

.admitCardCandidate2 {
  border: 2px solid #00781f;
  padding: 5px;
  margin-bottom: 10px;
}

.newAdmitCardDown .table td .admitCardSign {
  padding: 5px 0 8px !important;
}

.admitCardSign p {
  margin: 0;
  font-size: 20px;
  font-weight: 600;
  color: #000;
  line-height: 24px;
}

.admitCardInstruction {
  color: #000 !important;
  text-decoration: none !important;
  margin: 0 0 8px !important;
}

.newAdmitCardDown .table ol {
  padding: 0 0 0 30px;
  margin: 0;
}

.newAdmitCardDown .table ol li {
  margin: 0 0 5px;
  font-size: 16px;
  color: #000;
  line-height: 24px;
  padding-left: 5px;
}

.newAdmitCardDown .table ol li a {
  color: #0046c5;
  font-weight: 600;
  text-decoration: underline;
}

.newAdmitCardDown .table ol li a:hover {
  color: #b000c5;
  text-decoration: none;
}

/*-- New Admit Card Download Style End---*/

/*-- New Admit Card Download Style Start KKKK ---*/

@media print {
  .newAdmitCardDown .table {
    margin-bottom: 0;
    border: none;
  }

  .newAdmitCardDown .table th,
  .newAdmitCardDown .table td {
    border: none;
    box-shadow: none;
    padding: 0;
    vertical-align: top;
  }

  .newAdmitCardDown .table .borderBottomPadding td {
    padding: 0 0 5px;
  }

  .newAdmitCardDown h3 {
    font-size: 20px;
    font-weight: 600;
    color: #000478;
    margin: 0 0 4px;
    line-height: 26px;
  }

  .newAdmitCardDown h4 {
    font-size: 18px;
    font-weight: 600;
    color: #00781f;
    margin: 0 0 15px;
    line-height: 22px;
  }

  .newAdmitCardDown h5 {
    font-size: 20px;
    font-weight: 600;
    color: #9f0101;
    margin: 0;
    line-height: 22px;
    text-decoration: underline;
  }

  .borderBottomAdmitCard {
    border-bottom: 2px solid #0064cb !important;
    margin-bottom: 5px !important;
  }

  .borderTopAdmitCard {
    border-top: 2px solid #0064cb !important;
    margin-top: 5px !important;
  }

  .newAdmitCardDown .table label {
    font-size: 16px;
    font-weight: 600;
    color: #000;
    line-height: 24px;
  }

  .newAdmitCardDown .table strong {
    font-size: 16px;
    font-weight: 700;
    color: #000;
    line-height: 24px;
  }

  .newAdmitCardDown .table .tableAdmitCardValue {
    margin: 0;
    position: relative;
    font-size: 16px;
    padding-left: 30px;
    color: #000;
    line-height: 24px;
  }

  .newAdmitCardDown .table .tableAdmitCardValue:before {
    content: ":";
    position: absolute;
    left: 0;
    top: 0;
    font-weight: 600;
  }

  .admitCardCandidate1 {
    border: 2px solid #00781f;
    padding: 5px;
    margin-bottom: 10px;
  }

  .admitCardCandidate2 {
    border: 2px solid #00781f;
    padding: 5px;
    margin-bottom: 10px;
  }

  .newAdmitCardDown .table td .admitCardSign {
    padding: 5px 0 8px !important;
  }

  .admitCardSign p {
    margin: 0;
    font-size: 20px;
    font-weight: 600;
    color: #000;
    line-height: 24px;
  }

  .admitCardInstruction {
    color: #000 !important;
    text-decoration: none !important;
    margin: 0 0 8px !important;
  }

  .newAdmitCardDown .table ol {
    padding: 0 0 0 30px;
    margin: 0;
  }

  .newAdmitCardDown .table ol li {
    margin: 0 0 5px;
    font-size: 16px;
    color: #000;
    line-height: 24px;
    padding-left: 5px;
  }

  .newAdmitCardDown .table ol li a {
    color: #0046c5;
    font-weight: 600;
    text-decoration: underline;
  }

  .newAdmitCardDown .table ol li a:hover {
    color: #b000c5;
    text-decoration: none;
  }
}

/*-- New Admit Card Download Style End KKKK ---*/

.printAction.printActionNew {
  display: flex;
  justify-content: center;
  height: 300px;
  align-items: center;
  max-width: 480px;
  margin: 0 auto;
}

.printAction.printActionNew a {
  background: #fff;
  font-size: 22px;
  font-weight: 600;
  padding: 8px 40px;
  box-shadow: 1px 2px 5px 1px rgb(0 0 0 / 42%);
}
.printAction.printActionNew a i {
  margin-left: 6px;
}
.customHeading {
  font-size: 16px;
  font-family: "Lato", sans-serif;
  margin: 0 0 20px;
  color: #f90200;
  text-align: center;
  line-height: 27px;
  font-weight: 600;
  background: #fdff9a;
  padding: 5px 5px 8px;
  border: 1px dashed #f00;
}
.customHeading span {
  color: #0a6c20;
  font-weight: 700;
  font-size: 18px;
  margin: 0 5px;
}

@media screen and (max-width: 566px) {
  .studentContent {
    min-height: 380px;
  }
  .featureBlk {
    min-height: 282px;
  }
  .featureText {
    transform: translate(-50%, -42%);
    width: 100%;
  }
}
