@import url('https://fonts.googleapis.com/css2?family=Finlandica+Headline:ital,wght@0,100..900;1,100..900&display=swap');

/* Go to Top Button */
.go-to-top-btn {
  position: fixed;
  bottom: 30px;
  right: 30px;
  width: 50px;
  height: 50px;
  background: linear-gradient(135deg, #af060e 0%, #ca202e 100%);
  color: white;
  border: none;
  border-radius: 50%;
  font-size: 20px;
  cursor: pointer;
  display: none;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 12px rgba(175, 6, 14, 0.4);
  transition: all 0.3s ease;
  z-index: 99;
}

.go-to-top-btn:hover {
  background: linear-gradient(135deg, #ca202e 0%, #af060e 100%);
  box-shadow: 0 6px 20px rgba(175, 6, 14, 0.6);
  transform: translateY(-5px);
}

.go-to-top-btn.show {
  display: flex;
  animation: slideUp 0.3s ease;
}

@keyframes slideUp {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

* {
  margin: 0px;
  padding: 0px;
  box-sizing: border-box;
}

html,
body {
  scroll-behavior: smooth;
  width: 100%;
}

body {
  background-color: #ececec;
  font-family: "Finlandica Headline", sans-serif;
  width: 100%;
}


a {
  color: #af060e;
  text-decoration: none;
  background-color: transparent;
}

.container {
  max-width: 1300px;
}

.header {
  background-color: #fff;
}

.header-wrapper {
  /* background-color: #44647a; */
  padding: 0 10px 10px;
}

.pkhidem {
  display: block;
}

.pkhidedesk {
  display: none;
}

.section-main-title-box.institute-title h1 {
	font-weight: 600;
	color: green;
	text-align: center;
}

.main-banner-container .banner-content h2 {
	font-size: 1.2rem !important;
	text-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
	color: #fff !important;
}

/* .header-wrapper .header-logo {  width: 640px;} */
.header-wrapper .header-logo-2 {
  width: 120px;
}

.header-wrapper .header-title h1 {
  color: #fff;
  font-size: 21px;
  text-transform: capitalize;
  font-variant: small-caps;
}

.header-navigation {
  margin-bottom: 15px;
}

.header-navigation .navigation-link {
  display: flex;
  align-items: center;
  background-color: lightgray;
  padding: 10px;
}

.header-navigation .navigation-link a {
  margin-right: 10px;
  text-decoration: underline;
}

.header-navigation .navigation-link a:not(:last-child)::after {
  content: ">";
}

.header-navigation .navigation-link a:last-child {
  text-decoration: none;
  color: rgb(24, 24, 24);
  cursor: default;
}

/* .main-wrapper {
  margin-bottom: 20px;
} */
.content-block {
  padding: 30px !important;
  padding-top: 40px !important;
}

.page-title {
  background-color: #062346;
  padding: 8px 10px;
  margin-bottom: 15px;
}

.page-title h3 {
  text-transform: capitalize;
  font-variant: small-caps;
  color: #fff;
  font-size: 16px;
  margin: 0px;
}

.page-title h3::after {
  content: "\02193";
  margin-left: 5px;
}

.page-title h3::before {
  content: "\02193";
  margin-right: 5px;
}

.clr-red {
  color: #ca202e;
}

.clr-green {
  color: green;
}

.clr-blue {
  color: blue;
}

.form-title {
  background:  linear-gradient(to bottom, #062346 0%, #062346 100%);
  color: #fff !important;
  display: block;
  padding: 3px 10px;
  position: relative;
  width: 100% !important;
}

.form-title.red {
  background: linear-gradient(to bottom, #dc3545 0%, #062346 100%);
}

.form-title p {
  margin: 0;
  text-transform: capitalize;
  font-variant: small-caps;
  color: #fff;
}

/* .form-title::after {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  border-top: 22px solid transparent;
  border-left: 38px solid #2b608a;
  border-bottom: 22px solid transparent;
  left: 100%;
  top: -0px;
} */
.section-title p {
  padding: 10px;
  margin: 0;
  font-size: 20px;
  font-weight: bold;
}

.notification-main-container {
  display: flex;
  justify-content: center;
  align-items: center;
}

.notification_container {
  display: flex;
  flex-direction: column;
}

.notification_container .notification_detail_wrapper {
  display: flex;
  align-items: center;
}

.notification_container .notification_detail_wrapper p {
  margin-bottom: 8px;
}

.notification_container .notification_detail_wrapper .notification-title {
  margin-right: 10px;
  width: 230px;
  text-align: right;
}

.notification_container .notification_detail_wrapper .notification-title p {
  color: #ca202e;
  font-weight: bold;
}

.notification-detail .exam-title {
  font-size: 22px;
  font-weight: bold;
  text-transform: capitalize;
}

.notification-detail .post-title {
  text-transform: capitalize;
  background-color: sandybrown;
  padding: 2px 5px;
}

.notification-detail .date-title {
  background-color: sandybrown;
  padding: 2px 5px;
}

.notification-detail .category-title {
  /* color: blue; */
  background-color: sandybrown;
  padding: 2px 5px;
}

/* Candidate personal information */
.cpi-main-container {
  display: flex;
  justify-content: center;
  align-items: center;
}

.cpi_container {
  display: flex;
  flex-direction: column;
  /* justify-content: center; */
  /* align-items: center; */
}

.cpi_container .cpi_detail_wrapper {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
}

.cpi_container .cpi_detail_wrapper p {
  margin: 0px;
}

.cpi_detail_wrapper .candidate_title_field {
  margin-right: 10px;
  align-self: start;
}

.mgs-container span {
  font-size: 13px;
  color: #ca202e;
  font-style: italic;
}

.impt-field::before {
  content: "*";
  color: #ca202e;
}

.impt-field-2::after {
  content: "*";
  color: #ca202e;
}

.cpi_detail_wrapper .candidate_input_field {
  margin-right: 10px;
}

.cpi_detail_wrapper .candidate_input_field input {
  padding: 0px 10px;
}

.cpi_detail_wrapper .candidate_input_field input[type="text"] {
  color: #222;
}

.cpi_detail_wrapper .candidate_input_field .groud-field-container {
  display: flex;
  align-items: center;
}

.groud-field-container .area_code-file {
  width: 70px;
}

.cpi_container .cpi_detail_wrapper .candidate_title_field {
  margin-right: 10px;
  width: 400px;
  text-align: right;
}

.border-bottom {
  margin: 10px 0;
  width: 100%;
  border-bottom: 1px solid #b3b1b1;
}

.img-mgs {
  width: 50%;
  display: flex;
  justify-content: flex-end;
  margin-left: 44%;
  color: #ca202e;
}

.img-mgs p {
  font-size: 13px;
  font-style: italic;
  text-align: justify;
}

.education-detail-table tr th:nth-child(1) {
  width: 50px;
}

.education-detail-table tr th {
  border: 1px solid lightgray;
  text-align: center;
}

.education-detail-table tr td {
  text-align: center;
  border: 1px solid lightgray;
}

.education-detail-table tr:nth-child(1) th {
  text-align: center;
  vertical-align: middle;
}

.education-detail-table tr:nth-child(2) th {
  text-align: center;
  vertical-align: middle;
}

.education-detail-table input {
  width: 120px;
  padding: 0px 10px;
}

.education-detail-table .group {
  display: flex;
}

/*.education-detail-table .group input {  margin-left: -35px;}*/
.education-detail-table .group .form-check-label {
  margin-left: 40px;
}

.qualification-detail-table tr th {
  border: 1px solid lightgray;
  text-align: center;
}

.qualification-detail-table tr td {
  text-align: center;
  border: 1px solid lightgray;
}

.qualification-detail-table td input {
  width: 70px;
}

.qualification-detail-table th:nth-child(4) {
  width: 100px;
}

.qualification-detail-table tr td:nth-child(2) {
  text-align: left;
}

.qualification-detail-table td {
  text-align: center;
}

.qualification-detail-table tr td:nth-child(4) {
  width: 100px;
}

.qualification-detail-table tr:nth-child(1) th {
  text-align: center;
  vertical-align: middle;
}

.btn_container {
  margin: 30px 0px 100px 0px;
  /*margin: -120px 0px 83px 0px;*/
}

/*.btn_container.custom-margin{*/
/*    margin: -120px 0px 83px 0px !important;*/
/*}*/
.btn_container1 {
  margin: 30px 0px 100px 0px;
}

.top-navigation-container {
  display: flex;
  justify-content: flex-end;
}

.top-navigation-container a {
  color: #3364af;
  font-size: 13px;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  text-decoration: none;
}

.top-navigation-container a:hover {
  color: #000;
}

.top-navigation-container a:not(:last-child) {
  margin-right: 5px;
}

.top-navigation-container a:not(:last-child)::after {
  content: "|";
  color: #000;
  margin-left: 3px;
}

.important-links-container {
  display: flex;
  justify-content: flex-end;
  margin-top: 10px;
}

.important-link {
  display: flex;
  flex-direction: column;
  align-items: center;
  /* margin-right: 20px; */
  margin: 0px 18px;
}

.important-link .icon-container {
  display: flex;
  justify-content: center;
  align-items: center;
}

.important-link .icon-container a:hover {
  text-decoration: none;
}

.important-link .icon-container i {
  transition: all 0.7s ease 0s;
  width: 50px;
  color: #fff !important;
  height: 50px;
  border-radius: 50%;
  font-size: 20px !important;
  display: grid;
  place-content: center;
}

.important-link .icon-container i.icon-one {
  border: 6px solid #af060e;
  background: rgba(45, 83, 44, 0.5);
}

.important-link .icon-container i.icon-two {
  border: 6px solid #ff0000;
  background: rgba(255, 0, 0, 0.5);
}

.important-link .icon-container i.icon-three {
  border: 6px solid #2b74c1;
  background: rgba(3, 146, 206, 0.5);
}

.important-link .icon-container i.icon-three img {
  width: 100%;
  height: 100%;
}

.important-link .icon-container i.icon-four {
  border: 6px solid #ff9800;
  background: rgba(255, 152, 0, 0.5);
}

.important-link .icon-container i.icon-five {
  border: 6px solid #4caf50;
  background: rgba(76, 175, 80, 0.5);
}

.important-link .icon-container i.icon-six {
  border: 6px solid #009688;
  background: rgba(0, 150, 136, 0.54);
}

.important-link .link-title {
  margin-top: 5px;
}

.important-link .link-title a {
  color: #000;
  text-decoration: none;
}

.footer {
  margin-bottom: 100px;
}

.f-link-detail i {
  margin-right: 10px;
}

.f-link-detail p {
  margin: 0px;
  color: #fff;
}

.f-links-container {
  display: flex;
}

.f-links-container .f-link {
  margin-right: 20px;
  color: #fff;
  display: inline-block;
  margin: 0 8px;
  padding: 5px 12px;
  text-decoration: none;
  border-radius: 2px;
}

.f-links-container .f-link a {
  text-decoration: none;
  color: #fff;
}

.f-links-container .f-link a:hover p {
  color: #000;
}

.f-links-container .f-link a:hover i {
  color: #000;
}

.f-links-container .f-link.twitter-link {
  background: #3a93d8;
}

.f-links-container .f-link.twitter-link i {
  color: #fff;
}

.f-links-container .f-link.facebook-link {
  background: #2e6cc8;
}

.f-links-container .f-link.google-plus-link {
  background: #dd5042;
}


.main-navigation {
  background-color: #062346;
}

.navigation-section .navbar-nav {
  position: relative;
}

.navigation-section .navbar-nav .iso-logo-box {
  margin-right: 80px;
}

.navigation-section .navbar-nav .iso-logo {
  width: 80px;
  position: absolute;
  margin-right: 150px;
  top: -15px;

}

.navigation-section .navbar-nav a.nav-link {
  color: #fff;
  font-weight: 400;
  padding: 0px 12px;
  line-height: 40px;
  letter-spacing: 1px;
  font-size: 16px;
}

.dropdown:hover .dropdown-menu {
  display: block;
  margin-top: 0;
  box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 50%);
  padding-top: 0px;
  padding-bottom: 0px;
  border-radius: 0 !important;
}

.dropdown-menu .dropdown-item {
  padding: 8px 10px;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 1px;
  transition: all 0.4s;
  border-left: 6px solid #af060e;
  width: 300px;
}

.dropdown-menu .dropdown-item:hover {
  background-color: #b4060e;
  color: #fff;
}

.dropdown-menu .dropdown-item:not(:last-child) {
  border-style: solid;
  border-color: #7d7d7d;
  border-bottom-width: 1px;
  border-left: 6px solid #af060e;
}

.right-link {
  font-size: 15px;
  color: #222;
  text-decoration: none;
  display: flex;
}
.right-link  .nav-apply-btn{
    background-color: #ab0603;
  
}

.right-link  .nav-apply-btn a{
      color:#fff;
      padding: 12px 24px;
      display:inline-block;
      font-size: 16px;
      letter-spacing: 1px;
}

.right-link .social-links-container {
    margin: 0 !important;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    text-decoration: none;
    transition: all 0.3s ease;
}
.right-link .social-links-box {
    display: flex;
    justify-content: center;
    align-items: center;
    padding-left: 5px;
    padding-right: 5px;
    gap: 10px;
    background: #eebc74;
}
.right-link:hover {
  color: #fff;
  text-decoration: none;
}

.navigation-section .navbar {
  padding: 0px;
}

.breadcrumb a {
  text-decoration: none;
  outline: none;
  display: block;
  float: left;
  font-size: 13px;
  line-height: 36px;
  color: #222;
  padding: 0 10px 0 40px;
  position: relative;
  margin-right: 5px;
}

.flat a {
  border-top: #ab0603  5px solid !important;
  display: inline-block;
}

.flat a.done {
  border-top: green 5px solid !important;
  display: inline-block;
}

.flat a,
.flat a:after {
  /* background: white; */
  border-top: red;
  background-color: #fff;
  color: #000;
  transition: all 0.5s;
}

.flat a:before {
  background: white;
  box-shadow: 0 0 0 1px #ccc;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #000;
}

/*.flat a:hover,*/
/*.flat a.active,*/
/*.flat a:hover:after,*/
/*.flat a.active:after {*/
/*  border-top: orange 5px solid !important;*/
/*}*/

.flat a.active {
  border-top: #062346 5px solid !important;
  font-size: 17px;
}

.breadcrumb .flat a.done,
.breadcrumb .flat a.done::after {
  border-top: green 5px solid !important;
}

.photo-signature-upload-section {
  padding: 0px 15px;
  margin-bottom: 20px;
}

.photo-signature-upload-section .note {
  color: green;
  font-size: 13px;
}

.upload-section {
  border: 1px solid rgb(206, 205, 205);
  padding: 50px;
  border-radius: 5px;
  min-height: 315px;
}

.upload-section h6 {
  margin-bottom: 15px;
  font-size: 18px;
  text-align: center;
}

.upload-section input {
  cursor: pointer;
}

.upload-section .note-mgs {
  font-size: 14px;
  color: #222;
}

.custom-file-input:lang(en)~.custom-file-label::after {
  content: "Upload";
}

/*.post-section {*/
/*  padding: 0px 15px;*/
/*  margin-bottom: 20px;*/
/*}*/
.section-heading-title {
  padding: 0px 0px 0px 10px;
  background-color: #062346;
  margin: 12px 0;
}

.section-heading-title h2 {
  color: #ffffff;
  font-family: "Arial", Sans-serif;
  font-size: 17px;
  padding: 12px 0px;
  font-weight: 700;
}

.program-table thead tr:first-child {
  background-color: #1a66b6;
  color: #fff;
}

.program-table tr:first-child th {
  vertical-align: middle;
  font-weight: normal;
}

.program-table tbody tr td {
  color: #000;
  font-size: 16px;
  font-weight: 600;
  font-family: "Trebuchet MS", Sans-serif;
  border-color: rgb(160, 160, 160);
  vertical-align: middle;
}

.program-table tbody tr td:nth-child(2) {
  color: green;
}

.program-table tbody tr td:nth-child(3) {
  color: #940000;
}

.program-table tbody tr td:last-child {
  vertical-align: middle;
}

.program-table .post-apply-btn {
  display: flex;
  justify-content: center;
  align-items: center;
}

.program-table .instruction-file {
  display: flex;
  justify-content: center;
  align-items: center;
}

.notification-field-wrapper .notification-field {
  display: flex;
  margin-left: 30px;
  margin-bottom: 5px;
}

.notification-field-wrapper .notification-field h6 {
  margin: 0px;
  line-height: normal;
  width: 300px;
}

.notification-field-wrapper .notification-field p {
  margin: 0px;
  line-height: normal;
}

.photo-sign-field-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  border: 1px solid lightgray;
  padding-bottom: 20px;
}
.photo-sign-field-wrapper1 {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  overflow: hidden;
 
}
.photo-sign-field-wrapper .photo-container {
  width: 133px;
  /* height: 208px; */
  height: 145px;
  overflow: hidden;
}

.photo-sign-field-wrapper1 .photo-container {
  width: 133px;
  /* height: 208px; */
  height: 145px;
  overflow: hidden;
}

.photo-sign-field-wrapper .photo-container img {
  width: 100%;
  height: 100%;
}

.photo-sign-field-wrapper1 .photo-container img {
  width: 100%;
  height: 100%;
}


.photo-sign-field-wrapper .sign-container {
  width: 114px;
  height: 76px;
  overflow: hidden;
}

.photo-sign-field-wrapper .sign-container img {
  width: 100%;
  height: 100%;
}

.personal-info-wrapper .personal-info-field {
  display: flex;
  justify-content: space-between;
  border: 1px solid lightgray;
  margin-left: 15px;
  margin-bottom: 10px;
  padding: 5px 10px;
  /*background: #2f4858;*/
  /*color:#fff;*/
}

.personal-info-wrapper .personal-info-field h6 {
  margin: 0px;
  line-height: normal;
  /*min-width: 230px;*/
  /*min-width: 190px;*/
  font-weight: 600;
}

.personal-info-wrapper .personal-info-field p {
  margin: 0px;
  line-height: normal;
}

.content-field-wrapper .content-field p {
  width: 50%;
}

.content-field-wrapper .content-field p:last-child {
  width: 50%;
  text-align: left;
}

.fee-deposite-field-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

/*new js css*/
.colors {
  display: none;
}

.othercolors {
  display: none;
}

.other3 {
  display: none;
}

.other5 {
  display: none;
}

.other7 {
  display: none;
}

.other8 {
  display: none;
}

.other10 {
  display: none;
}

.other10 {
  display: none;
}

.other11 {
  display: none;
}

.other13 {
  display: none;
}

.other34 {
  display: none;
}

.other35 {
  display: none;
}

.other36 {
  display: none;
}

.other15 {
  display: none;
}

.other17 {
  display: none;
}

.other22 {
  display: none;
}

.other24 {
  display: none;
}

.other26 {
  display: none;
}

.other28 {
  display: none;
}

.other30 {
  display: none;
}

.other31 {
  display: none;
}

.other32 {
  display: none;
}

.error {
  color: Red;
}

.form-check label {
  color: red;
}

.form-check input:checked+label {
  color: green;
}

.content-yes {
  display: none !important;
  pointer-events: none;
}

.content-no {}

.d-flex.cgpa.content {
  display: none !important;
}

.d-flex.cgpa.content.content-yes {
  /*display: revert !important;*/
  display: flex !important;
  align-items: center !important;
  pointer-events: all;
}

.d-flex.cgpa.content.content-no {
  display: none !important;
}

.content4-yes {
  display: none !important;
  pointer-events: none;
}

.content4-no {}

.d-flex.cgpa.content4 {
  display: none !important;
}

.d-flex.cgpa.content4.content4-yes {
  display: revert !important;
  pointer-events: all;
}

.d-flex.cgpa.content4.content4-no {
  display: none !important;
}

.content5-yes {
  display: none !important;
  pointer-events: none;
}

.content5-no {}

.d-flex.cgpa.content5 {
  display: none !important;
}

.d-flex.cgpa.content5.content5-yes {
  display: revert !important;
  pointer-events: all;
}

.d-flex.cgpa.content5.content5-no {
  display: none !important;
}

.content7-yes {
  display: none !important;
  pointer-events: none;
}

.content7-no {}

.d-flex.cgpa.content7 {
  display: none !important;
}

.d-flex.cgpa.content7.content7-yes {
  display: revert !important;
  pointer-events: all;
}

.d-flex.cgpa.content7.content7-no {
  display: none !important;
}

.content8-yes {
  display: none !important;
  pointer-events: none;
}

.content8-no {}

.d-flex.cgpa.content8 {
  display: none !important;
}

.d-flex.cgpa.content8.content8-yes {
  display: revert !important;
  pointer-events: all;
}

.d-flex.cgpa.content8.content8-no {
  display: none !important;
}

.content10-yes {
  display: none !important;
  pointer-events: none;
}

.content10-no {}

.d-flex.cgpa.content10 {
  display: none !important;
}

.d-flex.cgpa.content10.content10-yes {
  display: revert !important;
  pointer-events: all;
}

.d-flex.cgpa.content10.content10-no {
  display: none !important;
}

.contentnew-yes {
  display: none !important;
  pointer-events: none;
}

.contentnew-no {}

.d-flex.cgpa.contentnew {
  display: none !important;
}

.d-flex.cgpa.contentnew.contentnew-yes {
  display: revert !important;
  pointer-events: all;
}

.d-flex.cgpa.contentnew.contentnew-no {
  display: none !important;
}

.contentnew1-yes {
  display: none !important;
  pointer-events: none;
}

.contentnew1-no {}

.d-flex.cgpa.contentnew1 {
  display: none !important;
}

.d-flex.cgpa.contentnew1.contentnew1-yes {
  display: revert !important;
  pointer-events: all;
}

.d-flex.cgpa.contentnew1.contentnew1-no {
  display: none !important;
}

.contentnew2-yes {
  display: none !important;
  pointer-events: none;
}

.contentnew2-no {}

.d-flex.cgpa.contentnew2 {
  display: none !important;
}

.d-flex.cgpa.contentnew2.contentnew2-yes {
  display: revert !important;
  pointer-events: all;
}

.d-flex.cgpa.contentnew2.contentnew2-no {
  display: none !important;
}

.contentnew3-yes {
  display: none !important;
  pointer-events: none;
}

.contentnew3-no {}

.d-flex.cgpa.contentnew3 {
  display: none !important;
}

.d-flex.cgpa.contentnew3.contentnew3-yes {
  display: revert !important;
  pointer-events: all;
}

.d-flex.cgpa.contentnew3.contentnew3-no {
  display: none !important;
}

.contentnew4-yes {
  display: none !important;
  pointer-events: none;
}

.contentnew4-no {}

.d-flex.cgpa.contentnew4 {
  display: none !important;
}

.d-flex.cgpa.contentnew4.contentnew4-yes {
  display: revert !important;
  pointer-events: all;
}

.d-flex.cgpa.contentnew4.contentnew4-no {
  display: none !important;
}

.contentnew5-yes {
  display: none !important;
  pointer-events: none;
}

.contentnew5-no {}

.d-flex.cgpa.contentnew5 {
  display: none !important;
}

.d-flex.cgpa.contentnew5.contentnew5-yes {
  display: revert !important;
  pointer-events: all;
}

.d-flex.cgpa.contentnew5.contentnew5-no {
  display: none !important;
}

.content11-yes {
  display: none !important;
  pointer-events: none;
}

.content11-no {}

.d-flex.cgpa.content11 {
  display: none !important;
}

.d-flex.cgpa.content11.content11-yes {
  display: revert !important;
  pointer-events: all;
}

.d-flex.cgpa.content11.content11-no {
  display: none !important;
}

.content13-yes {
  display: none !important;
  pointer-events: none;
}

.content13-no {}

.d-flex.cgpa.content13 {
  display: none !important;
}

.d-flex.cgpa.content13.content13-yes {
  display: revert !important;
  pointer-events: all;
}

.d-flex.cgpa.content13.content13-no {
  display: none !important;
}

.content15-yes {
  display: none !important;
  pointer-events: none;
}

.content15-no {}

.d-flex.cgpa.content15 {
  display: none !important;
}

.d-flex.cgpa.content15.content15-yes {
  display: revert !important;
  pointer-events: all;
}

.d-flex.cgpa.content15.content15-no {
  display: none !important;
}

.content17-yes {
  display: none !important;
  pointer-events: none;
}

.content17-no {}

.d-flex.cgpa.content17 {
  display: none !important;
}

.d-flex.cgpa.content17.content17-yes {
  display: revert !important;
  pointer-events: all;
}

.d-flex.cgpa.content17.content17-no {
  display: none !important;
}

.content19-yes {
  display: none !important;
  pointer-events: none;
}

.content19-no {}

.d-flex.cgpa.content19 {
  display: none !important;
}

.d-flex.cgpa.content19.content19-yes {
  display: revert !important;
  pointer-events: all;
}

.d-flex.cgpa.content19.content19-no {
  display: none !important;
}

.content20-yes {
  display: none !important;
  pointer-events: none;
}

.content20-no {}

.d-flex.cgpa.content20 {
  display: none !important;
}

.d-flex.cgpa.content20.content20-yes {
  display: revert !important;
  pointer-events: all;
}

.d-flex.cgpa.content20.content20-no {
  display: none !important;
}

.content22-yes {
  display: none !important;
  pointer-events: none;
}

.content22-no {}

.d-flex.cgpa.content22 {
  display: none !important;
}

.d-flex.cgpa.content22.content22-yes {
  display: revert !important;
  pointer-events: all;
}

.d-flex.cgpa.content22.content22-no {
  display: none !important;
}

.content24-yes {
  display: none !important;
  pointer-events: none;
}

.content24-no {}

.d-flex.cgpa.content24 {
  display: none !important;
}

.d-flex.cgpa.content24.content24-yes {
  display: revert !important;
  pointer-events: all;
}

.d-flex.cgpa.content24.content24-no {
  display: none !important;
}

.content25-yes {
  display: none !important;
  pointer-events: none;
}

.content25-no {}

.d-flex.cgpa.content25 {
  display: none !important;
}

.d-flex.cgpa.content25.content25-yes {
  display: revert !important;
  pointer-events: all;
}

.d-flex.cgpa.content25.content25-no {
  display: none !important;
}

.content27-yes {
  display: none !important;
  pointer-events: none;
}

.content27-no {}

.d-flex.cgpa.content27 {
  display: none !important;
}

.d-flex.cgpa.content27.content27-yes {
  display: revert !important;
  pointer-events: all;
}

.d-flex.cgpa.content27.content27-no {
  display: none !important;
}

.content28-yes {
  display: none !important;
  pointer-events: none;
}

.content28-no {}

.d-flex.cgpa.content28 {
  display: none !important;
}

.d-flex.cgpa.content28.content28-yes {
  display: revert !important;
  pointer-events: all;
}

.d-flex.cgpa.content28.content28-no {
  display: none !important;
}

.content29-yes {
  display: none !important;
  pointer-events: none;
}

.content29-no {}

.d-flex.cgpa.content29 {
  display: none !important;
}

.d-flex.cgpa.content29.content29-yes {
  display: revert !important;
  pointer-events: all;
}

.d-flex.cgpa.content29.content29-no {
  display: none !important;
}

.content31-yes {
  display: none !important;
  pointer-events: none;
}

.content31-no {}

.d-flex.cgpa.content31 {
  display: none !important;
}

.d-flex.cgpa.content31.content31-yes {
  display: revert !important;
  pointer-events: all;
}

.d-flex.cgpa.content31.content31-no {
  display: none !important;
}

.payment-details-show .content-feild {
  margin-top: 10px;
  margin-right: 20px;
  border: 1px solid lightgray;
  padding: 5px 15px;
}

.payment-details-show .content-feild:not(:last-child) {
  border-bottom: 1px solid rgb(219, 218, 218);
}

.payment-details-show .content-feild h5 {
  margin-right: 20px;
  margin-bottom: 0px;
  /* width: 200px; */
}

.payment-details-show .content-feild p {
  margin: 0px;
}

.print-btn {
  border: none;
  outline: none;
  background-color: #fff;
}

.print-btn a::before {
  left: 27px !important;
}

.cgpa input {
  text-transform: uppercase !important;
}

.section-border {
  border: 1px solid lightgray;
  padding: 0px !important;
  /* margin: 0px -15px; */
  margin: 0px;
  border-bottom: 0px;
}

.breadcrumb {
  margin-bottom: 0px;
}

.header-border {
  border: 1px solid lightgray;
}

.all-border {
  border: 1px solid lightgray;
}

.confirmation-mgs-container h4 {
  font-weight: bold;
  text-transform: uppercase;
}

.confirmation-mgs-container .des-text {
  background-color: #f4f360;
  display: inline-block;
  padding: 2px 5px;
  margin-bottom: 0px;
  font-weight: bold;
}

.des-text {
  background-color: #f4f360;
  display: inline-block;
  padding: 4px 7px;
  margin-bottom: 0px;
  font-weight: bold;
}

.registration-no {
  color: #000;
  font-weight: bold;
}

.permanent-add-table tr td:first-child {
  width: 50%;
}

.correspondence-add-table tr td:first-child {
  width: 50%;
}

/* Print Design */
.logo-wrapper {
  background-color: #fff;
  width: 100%;
  padding-bottom: 20px;
}

.notification-detail-field option {
  font-weight: bold;
}

.candidate_input_field .email-field {
  text-transform: lowercase !important;
}

.next-btn {
  background-color: red;
  transition: all 0.3s ease;
  color: #fff;
}

.next-btn:hover {
  background-color: green;
  color: #fff;
}

.country-name-field::placeholder {
  color: #495057;
}

.logo-container {
  display: none;
}

.main-content-container h1.main-title {
  color: #b7050a;
  font-family: "Arial", Sans-serif;
  font-size: 22px;
  font-weight: 600;
  text-transform: uppercase;
  font-style: normal;
  text-decoration: underline;
}

.img-shadow {
  box-shadow: 0px 0px 10px 0px rgb(84 123 255 / 98%);
}

.main-img {
  width: 203px;
  box-shadow: 0px 0px 10px 0px rgb(84 123 255 / 98%);
  /* height: 263px; */
}

.section-1 {
  padding: 15px 0px 0px 0px;
}

.section-1 .slider-wrapper {
  margin: 0px 15px;
  box-shadow: 0px 0px 10px 0px rgb(84 123 255 / 98%);
}

.section-1 .post-content-container .slogan-container {
  background-color: #e4e4e4;
}

.section-1 .post-content-container p.slogan {
  margin-bottom: 1em;
  color: #000000;
  font-family: "Times New Roman", Sans-serif;
  font-size: 16px;
  font-weight: 500;
  font-style: italic;
  line-height: 1.1em;
  text-align: center;
}

.swiper-slide img {
  width: 100%;
  height: 100%;
}

.section-1 .post-content-container p.post-content-title {
  color: #0400f6;
  font-size: 18px;
  font-weight: 600;
  line-height: 0em;
  text-align: center;
}

.swiper-button-next,
.swiper-button-prev {
  color: #fff;
}

.swiper-button-next:after,
.swiper-button-prev:after {
  font-size: 14px;
  font-weight: bold;
}

.swiper-pagination-bullet {
  width: 6px;
  height: 6px;
}

.swiper-pagination-bullet-active {
  background-color: #000;
}

.section-2 [class*="col-"] {
  display: flex;
  flex: 1 0 auto;
}

.section-2 .content-wrapper {
  margin: 0px 15px;
  padding: 10px 15px;
  box-shadow: 0px 0px 10px 0px rgb(84 123 255 / 98%);
}

.section-2 .content-wrapper p {
  /* margin-bottom: 10px; */
  line-height: 1.8;
}

/* Tab */
/* .section-3 [class*="col-"] {  display: flex;  flex: 1 0 auto;} */
/*.section-3 {*/
/*  margin-top: 54px;*/
/*}*/

.section-3 .nav-pills.nav-pills-custom.custom-tab-content {
  display: grid;

  grid-template-columns: repeat(3, 1fr);

}

.section-3 .nav-pills.nav-pills-custom.custom-tab-content .nav-link {
  background: #fff;
  position: relative;
  font-size: 14px;
  font-weight: 600;
  padding: 20px 15px;
  color: #062346;
  border-style: solid;
  border-width: 1px 1px 1px 1px;
  border-color: #062346;
  width: 100%;
}

.section-3 .nav-link {
  background: #fff;
  position: relative;
  font-size: 14px;
  font-weight: 600;
  padding: 20px 15px;
  color: #062346;
  border-style: solid;
  border-width: 1px 1px 1px 1px;
  border-color: #062346;
  width: 100%;
}

.section-3 .nav-pills .nav-link {
  border-radius: 0px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.section-3 .nav-pills .nav-link i {
  font-size: 40px;
  margin-bottom: 15px;
}

.section-3 .nav-pills .nav-link span {
  font-size: 14px;
  font-weight: 600;
  text-align: center;
  letter-spacing: 1px;
}

.nav-pills-custom .nav-link.active {
  color: #fff;
  background: #062346;
  position: relative;
}

.nav-pills-custom .nav-link.active::after {
  position: absolute;
  content: "";
  /* border: 10px solid #0400f6; */
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  border-top: 15px solid #062346;
  border-bottom: 15px solid transparent;
  top: 111%;
  left: 50%;
  z-index: 9999;
  transform: translate(-50%, -50%);
}

/* Add indicator arrow for the active tab */
/* @media (min-width: 992px) {
  .section-3 .nav-pills-custom .nav-link::before {
    content: "";
    display: block;
    border-top: 8px solid transparent;
    border-left: 10px solid #fff;
    border-bottom: 8px solid transparent;
    position: absolute;
    top: 50%;
    right: -10px;
    transform: translateY(-50%);
    opacity: 0;
  }
} */

.section-3 .nav-pills-custom .nav-link.active::before {
  opacity: 1;
}

.contant-container {
  color: #333;
  padding: 0px 15px;
  border-style: solid;
  border-width: 1px 1px 1px 1px;
  position: relative;
  border-color: #dcdada;
  /* min-height: 405px;
  max-height: 405px;
  overflow-y: auto; */
}

.section-3 .tab-pane {
  background-color: #eeeeee;
}

.contant-container h3.contant-title {
  position: absolute;
  top: -60px;
  left: 20%;
  text-align: center;
  background: #fa7f14;
  color: white;
  font-weight: 500;
  font-size: 18px;
  margin: 12px 0;
  padding: 7.5px 20px;
}

.contant-container h3.contant-title::after {
  content: "";
  position: absolute;
  right: -25px;
  top: 0px;
  border-top: 19px solid #fa7f14;
  border-right: 12px solid transparent;
  border-bottom: 18px solid #fa7f14;
  border-left: 18px solid #fa7f14;
}

.contant-container h3.contant-title::before {
  content: "";
  position: absolute;
  left: -25px;
  top: 0px;
  border-top: 19px solid #fa7f14;
  border-right: 18px solid #fa7f14;
  border-bottom: 18px solid #fa7f14;
  border-left: 12px solid transparent;
}

.link-container {
  list-style: none;
  padding-top: 20px;
  /*min-height: 387px;*/
  /*max-height: 387px;*/
  /*overflow-y: auto;*/
  padding-left: 0;
  min-height: 266px;
}

.link-container li {
  width: 100%;
  color: #103158;
  padding: 10px 5px;
  display: block;
  margin-bottom: 8px;
  font-size: 15px;
  cursor: pointer;
  font-weight: bold;
  background-color: white;
  border-radius: 2px;
  text-align: center;
  letter-spacing: 1px;
  font-weight: 500;
}

/*.link-container li:last-child {*/
/*  margin-bottom: 28px;*/
/*}*/
.link-container li.blank {
  background-color: transparent;
}

.link-container li a {
  color: #333;
}

.notice-container {
  position: relative;
  min-height: 100%;
  /* box-shadow: 0px 0px 10px 0px rgb(84 123 255 / 98%); */
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
  /*padding: 10px;*/
}

.notice-board-title {
  position: absolute;
  top: -47px;
  left: 10%;
  text-align: center;
  background: #fa7f14;
}


.notice-board-container::-webkit-scrollbar {
  width: 2px;
}
 
.notice-board-container::-webkit-scrollbar-track {
  box-shadow: inset 0 0 2px rgba(0, 0, 0, 0.3);
}
 
.notice-board-container::-webkit-scrollbar-thumb {
  background-color: darkgrey;
  outline: 1px solid slategrey;
}

.notice-container .view-all a {
  position: absolute;
  top: -47px;
  right: 0%;
  text-align: center;
  display: inline-block;
  background: #fa7f14;
  margin-bottom: 0px;
  color: #fff;
  font-size: 18px;
  padding: 6px 20px;
  text-decoration: none;
}

.notice-board-title::before {
  content: "";
  position: absolute;
  left: -25px;
  top: 0px;
  border-top: 19px solid #fa7f14;
  border-right: 18px solid #fa7f14;
  border-bottom: 18px solid #fa7f14;
  border-left: 12px solid transparent;
}

.notice-board-title::after {
  content: "";
  position: absolute;
  right: -25px;
  top: 0px;
  border-top: 19px solid #fa7f14;
  border-right: 12px solid transparent;
  border-bottom: 18px solid #fa7f14;
  border-left: 18px solid #fa7f14;
}

.notice-board-title h3 {
  margin-bottom: 0px;
  color: #fff;
  font-size: 18px;
  padding: 7.5px 20px;
}

.notice-board-container {
  display: flex;
  flex-grow: 1;
  flex-direction: column;
  width: 100%;
  min-height: 405px;
  max-height: 358px;
  overflow-y: auto;
}

.notice-board-container .notice-link {
    margin-top: 50px;
  margin-left: 30px;
  list-style: none;
}

.notice-board-container .notice-link li {
  position: relative;
  margin-bottom: 15px;
  padding-left: 5px;
  letter-spacing: 1px;
}

.notice-board-container .notice-link li::before {
  content: "\f101";
  font-family: "font awesome 5 free";
  font-weight: 900;
  color: #062346;
  position: absolute;
  left: -30px;
}

.notice-board-container .notice-link li a {
  font-size: 14px;
  color: #555;
}

.notice-board-container .notice-link li p {
  margin: 0px;
  font-size: 12px;
  color: #af060e;
}

/* Live advertisement */
.live-notice-container {
  position: relative;
  min-height: 100%;
  box-shadow: 0px 0px 10px 0px rgb(84 123 255 / 98%);
  padding: 10px;
}

.live-notice-board-title {
  position: absolute;
  top: -47px;
  left: 11%;
  text-align: center;
  background: #af060e;
}

.live-notice-board-title::before {
  content: "";
  position: absolute;
  left: -25px;
  top: 0px;
  border-top: 19px solid #af060e;
  border-right: 18px solid #af060e;
  border-bottom: 18px solid #af060e;
  border-left: 12px solid transparent;
}

.live-notice-board-title::after {
  content: "";
  position: absolute;
  right: -25px;
  top: 0px;
  border-top: 19px solid #af060e;
  border-right: 12px solid transparent;
  border-bottom: 18px solid #af060e;
  border-left: 18px solid #af060e;
}

.live-notice-board-title h3 {
  margin-bottom: 0px;
  color: #fff;
  font-size: 18px;
  padding: 8px 20px;
}

.live-notice-board-container {
  display: flex;
  flex-grow: 1;
  flex-direction: column;
  width: 100%;
  min-height: 258px;
  max-height: 258px;
  overflow-y: auto;
}

.live-notice-board-container .live-notice-link {
  margin-left: 30px;
  list-style: none;
}

.live-notice-board-container .live-notice-link li {
  position: relative;
  margin-bottom: 15px;
  padding-left: 5px;
}

.live-notice-board-container .live-notice-link li::before {
  content: "\f101";
  font-family: "font awesome 5 free";
  font-weight: 900;
  color: #af060e;
  position: absolute;
  left: -30px;
}

.live-notice-board-container .live-notice-link li a {
  font-size: 14px;
  color: #555;
  line-height: normal;
}

/* live advertisement end */
.main-title-container {
  background-color: #af060e;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 12px;
}

.main-title-container h3 {
  margin: 0px;
  color: #ffffff;
  font-family: "Arial", Sans-serif;
  font-size: 19px;
  line-height: 1.9em;
  padding: 5px 0px;
}

.service-container .service-title-container {
  background-color: #af060e;
  display: flex;
  justify-content: center;
  align-items: center;
}

.service-container .service-title-container h3 a {
  color: #ffffff;
  font-family: "Arial", Sans-serif;
  font-size: 17px;
  font-weight: normal;
  line-height: 0em;
  text-decoration: none;
}

.about-content {
  padding: 15px;
}

.about-content p {
  font-size: 15px;
  line-height: 1.7;
  color: #555;
  margin-bottom: 1rem;
}

.about-content h2 {
  font-size: 26px;
  font-weight: 700;
  margin: 12px 0;
  line-height: 1;
  color: #555;
  margin-bottom: 20px;
}

.box-shadow {
  box-shadow: 0px 0px 10px 0px rgb(16 19 153 / 95%);
  margin: 0px 10px 0px 10px;
}

.section-eq-height [class*="col-"] {
  display: flex;
  flex: 1 0 auto;
}

.course-section [class*="col-"] {
  margin-top: 20px;
}

.course-title h2 {
  text-align: center;
  margin: 0px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.course-title h2 a {
  color: #000000;
  font-size: 18px;
  font-weight: 700;
  display: inline-block;
  padding: 12px 0px;
  text-decoration: none;
}

.course-table {
  margin-top: 7px;
}

.course-table tr:first-child th {
  background-color: #1a66b6;
  color: #fff;
}

.course-table td {
  color: #555;
}

.map iframe {
  width: 100%;
  height: 400px;
}

.contact-info-container {
  background-image: linear-gradient(rgba(0, 0, 0, 0.801), rgba(0, 0, 0, 0.774)),
    url(../images/resource/pic-8.jpg);
  background-size: cover;
  background-position: center;
  color: #fff;
  padding: 20px 40px;
}

.contact-info-container h3 {
  color: #fff;
  font-size: 25px;
}

.contact-info-container .contact-info {
  display: flex;
  margin-bottom: 20px;
}

.contact-info-container .contact-info .icon {
  margin-right: 20px;
}

.contact-info-container .contact-info .contact-detail a {
  color: #fff;
  text-decoration: none;
}

.contact-info-container .social-link-container {
  display: flex;
}

.contact-info-container .social-link-container a {
  width: 40px;
  height: 40px;
  background-color: #fff;
  margin: 0px 10px;
  font-size: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  color: #fff;
  transition: all 0.3s ease-in-out;
}

.contact-info-container .social-link-container a:hover {
  transform: scale(1.1);
}

.contact-info-container .social-link-container a.f-link {
  background-color: #3b5999;
}

.contact-info-container .social-link-container a.t-link {
  background-color: #55acee;
}

.contact-info-container .social-link-container a.y-link {
  background-color: #cd201f;
}

.contact-info-container .social-link-container a.i-link {
  background-color: #e4405f;
}


.refund-policy-content h1 {
  color: #555;
  font-weight: 700;
  margin: 12px 0;
  font-size: 32px;
}

.refund-policy-content h4 {
  color: #555;
  font-weight: 700;
  margin: 12px 0;
  font-size: 26px;
}

.refund-policy-content p {
  margin: 0 0 15px;
  font-size: 1rem;
  color: #555;
}

.refund-policy-content ul {
  margin: 0 0 1em 1em;
}

.refund-policy-content ul li {
  list-style-type: square;
  margin-left: 20px;
  color: #555;
  font-size: 15px;
  margin-bottom: 15px;
}

.popup-container {
  padding: 20px;
}

.popup-container .img-container img {
  width: 100%;
}

.popup-content-container .modal-btn {
  border: 1px solid transparent;
  outline: none;
  background-color: #af060e;
  color: #fff;
  padding: 5px 30px;
  transition: all 0.3s ease-in-out;
  display: inline-block;
  text-decoration: none;
}

.popup-content-container .modal-btn:hover {
  border: 1px solid #af060e;
  background-color: transparent;
  color: #af060e;
}

.popup-container {
  position: relative;
}

.popup-container .close {
  position: absolute;
  top: 20px;
  right: 20px;
  z-index: 9999;
}

/* animation start */
.text-animation {
  height: 50px;
  overflow: hidden;
  position: relative;
  margin-top: -35px;
  margin-bottom: -16px;
}

.text-animation h1 {
  position: absolute;
  overflow: hidden;
  width: 100%;
  height: 100%;
  margin: 0;
  line-height: 50px;
  text-align: left;
  /* Apply animation to this element */
  -moz-animation: text-animation 15s linear infinite alternate;
  -webkit-animation: text-animation 15s linear infinite alternate;
  animation: text-animation 15s linear infinite alternate;
}

.text-animation h1::before {
  content: url(../images/icon/new.gif);
}

.text-animation h1::after {
  content: url(../images/icon/new.gif);
}

/* Move it (define the animation) */
@-moz-keyframes text-animation {
  0% {
    -moz-transform: translateX(100%);
  }

  100% {
    -moz-transform: translateX(0%);
  }
}

@-webkit-keyframes text-animation {
  0% {
    -webkit-transform: translateX(100%);
  }

  100% {
    -webkit-transform: translateX(0%);
  }
}

@keyframes text-animation {
  0% {
    -moz-transform: translateX(100%);
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
  }

  100% {
    -moz-transform: translateX(0%);
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
  }
}

/* animation end */
/* Candidate-login start */
.candidate-login-wrapper h3.main-title {
  font-size: 24px;
  font-weight: bold;
  margin: 0px;
}

.candidate-login-form-container .title {
  /*background-color: #af060e;*/
  background-color: #062346;
  color: #fff;
  padding: 8px;
  margin-top: 10px;
}

.candidate-login-form-container .title p {
  margin-bottom: 0px;
}

.login-form .proceed-btn {
  background-color: #b20704;
  border: none;
  outline: none;
  padding: 5px 10px;
  color: #fff;
  transition: all 0.3s ease-in-out;
  border-radius: 3px;
}

.login-form label {
  font-weight: bold;
}

.login-form .proceed-btn:hover {
  background-color: green;
}

/* Candidate-login end */
@media only screen and (max-width: 767px) {}

@media only screen and (max-width: 600px) {


  .cpi_detail_wrapper .candidate_input_field input {
    padding: 10px 10px;
    border: 1px solid #ccc;
    border-radius: 5px;
    width: 100%;
  }

  .pkrow {
    display: inline-flex !important;
    margin-top: 5px;
  }

  .important-link {
    margin: 0px 8px;
  }

  .important-link .link-title h6 {
    text-align: center;
    font-size: 10px;
    font-weight: bold;
  }

  .main-img {
    width: 100%;
  }

  .section-1 .slider-wrapper {
    margin: 0px 0px 10px;
  }

  .section-2 .content-wrapper {
    margin: 15px 0;
  }

  .img-fluid {
    width: 100%;
  }

  .f-links-container .f-link {
    margin-right: 5px;
    padding: 5px 8px;
  }

  .f-link-detail p {
    font-size: 12px;
  }

  .content-block {
    padding: 15px !important;
  }

  .header-navigation .navigation-link a {
    font-size: 12px;
  }

  .breadcrumb a:first-child {
    padding-left: 28px;
  }

  .breadcrumb a:first-child:before {
    left: 5px;
  }

  .breadcrumb a:before {
    width: 18px;
    height: 18px;
    left: 20px;
  }

  .breadcrumb a {
    font-size: 9px;
    padding: 0 13px 0 40px;
  }

  .notification_container .notification_detail_wrapper {
    display: inline-block;
  }

  .notification_container .notification_detail_wrapper .notification-title {
    width: 100%;
    text-align: left;
  }

  .notification-detail {
    display: block !important;
  }

  .cpi_container .cpi_detail_wrapper {
    display: block !important;
  }

  .cpi_container .cpi_detail_wrapper .candidate_title_field {
    width: 100%;
    text-align: left;
  }

  .img-mgs {
    width: 100%;
    margin-left: 0;
  }

  .cpi_container .cpi_detail_wrapper p {
    font-size: 14px;
    margin: 5px;
  }

  .form-row {
    margin-right: 15px;
    margin-left: 15px;
  }

  /*.col-md-2 {*/
  /*  width: 16% !important;*/
  /*}*/

  /*.col-md-8 {*/
  /*  width: 66% !important;*/
  /*}*/

  .top-navigation-container a {
    font-size: 10px;
  }

  .text-animation {
    display: none;
  }

  .section-1 {
    padding: 1px 0px 0px 0px;
  }

  .section-2 {
    display: none;
  }

  .section-3 {
    margin-top: 5px;
  }

  .main-content-container h1.main-title {
    font-size: 18px;
    font-weight: 600;
  }

  .section-1 .post-content-container p.slogan {
    display: none;
  }

  .section-1 .post-content-container p.post-content-title {
    font-size: 9px;
    line-height: 10px;
  }

  .nav {
    display: block;
  }

  .section-3 .nav-pills .nav-link {
    width: 25%;
    float: left;
    display: block;
    text-align: center;
    line-height: 13px;
    font-size: 11px;
    min-height: 88px;
  }

  .section-3 .nav-pills .nav-link span {
    font-size: 11px;
  }

  .section-3 .nav-pills .nav-link i {
    display: block;
  }

  .nav-pills-custom .nav-link.active::after {
    top: 85%;
    bottom: 12px;
    transform: rotateZ(90deg);
    right: 40%;
  }

  .link-container {
    padding-top: 10px;
  }

  .link-container li a {
    font-size: 15px;
  }

  .contant-container {
    padding: 0px 15px 0px 15px;
  }

  /*.tab-content {*/
  /*  margin-top: 60px;*/
  /*}*/

  .notice-container {
    margin-top: 10px;
    min-height: auto;
  }

  .link-container li.blank {
    display: none;
  }

  .live-notice-container {
    margin-top: 60px;
    min-height: auto;
  }

  .live-notice-board-container,
  .notice-board-container {
    min-height: 180px;
  }

  .notice-board-title {
    left: 26%;
  }

  .live-notice-board-title {
    left: 19%;
  }

  .pk2 {
    width: 50%;
    margin-bottom: 10px;
  }

 

  .pkcol {
    text-align: center;
  }

  .header-wrapper {
    padding: 5px 0 0 0;
  }

  .important-link .icon-container i.fa-pen {
    width: 40px;
    height: 40px;
    padding: 6px 6px 10px 6px;
    font-size: 15px !important;
  }

  .important-link .icon-container i.fa-money-bill-wave {
    width: 40px;
    height: 40px;
    padding: 6px 6px 10px 6px;
    font-size: 15px !important;
  }

  .important-link .icon-container i.fa-print {
    width: 40px;
    height: 40px;
    padding: 6px 6px 10px 6px;
    font-size: 15px !important;
  }

  .important-link .icon-container i.fa-key {
    width: 40px;
    height: 40px;
    padding: 6px 6px 10px 6px;
    font-size: 15px !important;
  }

  .pkhidem {
    display: none;
  }

  .pkhidedesk {
    display: block;
    text-align: center;
  }

  /*.pkhidemtb {*/
  /*  display: none;*/
  /*}*/
  .program-table tbody tr td {
    font-size: 10px;
  }

  .program-table tr:first-child th {
    font-size: 10px;
  }

  .pkcon {
    padding: 0px;
  }

  .program-table .post-apply-btn img {
    width: 65px;
  }

  .notification_container .notification_detail_wrapper p {
    font-size: 14px;
    padding: 4px 10px;
  }

  .pkformt {
    width: 90%;
  }

  .pkformt::after {
    border-top: 34px solid transparent;
    border-left: 30px solid #2b608a;
    border-bottom: 34px solid transparent;
  }

  select {
    width: 100%;
  }

  .header-navigation {
    display: none;
  }

  .breadcrumb {
    padding: 0rem 1rem;
  }

  .border-bottom {
    margin: 0px;
  }

  .ui-datepicker td {
    display: revert !important;
    padding-left: 1px !important;
  }

  .ui-datepicker-calendar td:before {
    position: unset;
    top: unset;
    left: unset;
    width: auto;
    padding-right: initial;
    font-size: 12px;
    white-space: initial;
  }

  .ui-datepicker-calendar td:nth-of-type(1):before {
    content: "";
  }

  .ui-datepicker-calendar td:nth-of-type(2):before {
    content: "";
  }

  .ui-datepicker-calendar td:nth-of-type(3) select {
    width: 90%;
  }

  .ui-datepicker-calendar td:nth-of-type(3):before {
    content: "";
  }

  .ui-datepicker-calendar td:nth-of-type(4):before {
    content: "";
  }

  .ui-datepicker-calendar td:nth-of-type(5):before {
    content: "";
  }

  .ui-datepicker-calendar td:nth-of-type(6):before {
    content: "";
  }

  .ui-datepicker-calendar td:nth-of-type(7):before {
    content: "";
  }

  .ui-datepicker-calendar td:nth-of-type(8):before {
    content: "Percentage";
  }

  .ui-datepicker-calendar td:nth-of-type(9):before {
    content: "";
  }

  .cpi_detail_wrapper {
    margin-top: 0px !important;
  }

  .personal-info-wrapper .personal-info-field {
    margin-left: 0px;
  }

  .notification-field-wrapper .notification-field h6 {
    width: 139px;
  }

  .notification-field-wrapper .notification-field {
    margin-left: 5px;
  }

  .address-details-section .contact-wrapper h5 {
    margin: 0px !important;
  }

  .address-details-section .contact-wrapper h5.martop {
    margin-top: -44px !important;
  }

  .address-details-section .contact-wrapper .form-group {
    margin-bottom: 0px !important;
  }

  .same-as-permanent {
    margin-top: 20px !important;
    margin-bottom: 30px !important;
    margin-right: 0px !important;
  }

  .same-as-permanent .form-check-label {
    font-size: 15px;
  }

  .form-container .form-group {
    font-size: 13px;
  }

  .form-container-2 .form-group {
    font-size: 13px;
  }

  .form-container-2 .form-group label {
    width: 100% !important;
    /* margin-left: 20px; */
    margin-top: 10px;
  }

  .form-container-2 .form-group input {
    width: 100% !important;
  }

  .form-container-2 .form-group.section-wrap {
    display: flex;
    flex-wrap: wrap !important;
  }
}

.payment-content-container {
  border: 1px solid #cecdcd !important;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 10px;
}

.top-strip {
  margin-bottom: 4px;
  margin-top: 4px;
}

.banner-slide {
  margin-top: 10px;
  position: relative;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

.main-slide-cta {
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 999999;
  display: flex;
  align-items: center;
}

.main-slide-cta .play {
  margin-right: 10px;
}

.main-slide-cta i.fas {
  color: #fff;
  cursor: pointer;
}

.bottom-nav {
  background-color: #af060e;
  border-top: 1px solid #7c7c7c;
}

.bottom-nav-link {
  text-align: center;
  color: #fff;
  display: block;
  transition: all;
  font-weight: 600;
}

.bottom-nav-link:hover {
  color: #fff;
}

.notice-title-group {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.promo-box {
  position: relative;
  overflow: hidden;
  z-index: 2;
}

.promo-box .promo-box-title {
  position: absolute;
  top: 0;
  left: -5px;
  background: #af060e;
}

.promo-box .promo-box-title h6 {
  color: #fff;
  margin: 0;
  font-size: 14px;
  padding: 8px 20px;
}

.promo-box .promo-box-title::before {
  content: "";
  position: absolute;
  bottom: -3px;
  left: 0;
  border: 20px solid;
  border-top-color: transparent;
  border-right-color: transparent;
  border-bottom-color: transparent;
  border-left-color: #af060e;
  rotate: 337deg;
}

.f-links-box ul {
  list-style: none;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 0px;
}

.f-links-box ul li {
  margin: 0px 10px;
  position: relative;
  letter-spacing: 1px;
}

.f-links-box ul li:not(:last-child)::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: -10px;
  width: 1px;
  height: 80%;
  background-color: #fff;
}

.f-links-box ul li a {
  color: #fff;
  font-weight: 500;
}

.f-content-group {
  display: flex;
  align-items: center;
  align-items: center;
}

.f-content-group .f-logo {
  /*width: 300px;*/
  margin-right: 30px;
  margin-bottom: 10px;
}

.f-content-group .f-logo img {
  width: 35%;
}

.f-content-group p {
  margin: 0;
}

.single-slide .owl-nav button.owl-next,
.single-slide .owl-nav button.owl-prev {
  width: 40px;
  height: 40px;
  color: #fff;
  background: #000;
}

.single-slide .owl-nav button.owl-next {
  position: absolute;
  top: 50%;
  right: -25px;
  transform: translateY(-50%);
}

.single-slide .owl-nav button.owl-prev {
  position: absolute;
  top: 50%;
  left: -25px;
  transform: translateY(-50%);
}

.single-slide .owl-nav button.owl-next:hover,
.single-slide .owl-nav button.owl-prev:hover {
  background-color: #02b8ce;
}

.social-links-container {
  margin: 0;
  font-size: 18px;
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 45px;
  height: 45px;
  border-radius: 50%;
  text-decoration: none;
  transition: all 0.3s ease;
}

.social-links-container:hover {
  transform: scale(1.1);
}

.border-bottom1 {
  border-bottom: 1px solid lightgray;
}

.latest-update{
   margin-inline: 10px;
}

.latest-update-btn {
  background-color: #b20704;
  font-size: 0.9em;
  color: #fff;
  text-decoration: none;
  text-align: center;
  border: 1px solid #b20704;
  padding-top: 8px;
  padding-bottom: 8px;
  width: 100%;
      border-bottom-left-radius: 15px;
}

.latest-update-btn p {
  margin: 0;
  letter-spacing: 1px;
}

.bg-gray {
  background-color: rgb(223, 223, 223);
}

.latest-update-new p {
  margin: 0;
}

.latest-update-new marquee {
  display: flex;
  align-items: center;
  background-color: rgb(223, 223, 223);
  padding: 8px 0;
}

.bottom-footer {
  border-top-width: 5px;
  border-top-style: solid;
  border-top-color: #f6981d;
  background-color: #062346;
  margin-top: 0px;
  /*padding-top: 10px;*/
  /* background-image: url(../images/footer/f-bg.webp); */
  background-position: center;
  background-size: cover;
}

.link-title a h6 {
  margin: 0;
  margin-top: 5px;
  font-weight: 600 !important;
}

.link-title a h6:hover {
  color: #ff6600;
}

.section-main-title-box {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  margin: 20px 0 10px;
  letter-spacing: 1px;
}

.section-3 .nav-pills .nav-link.nav-link1 {
  padding: 24px 17px;
}

.section-main-title span.special {
  background-color: #fa7f14;
  color: #fff;
  padding: 0px 20px;
}

.about-content-box {
  position: relative;
}

.about-content-title {
  position: absolute;
  top: 0px;
  left: -10px;
  background-color: #114b90;
}

/* .about-content-title::before {
  content: "";
  position: absolute;
  bottom: -12px;
  left: 0;
  border: 20px solid;
  border-top-color: transparent;
  border-right-color: transparent;
  border-bottom-color: transparent;
  border-left-color: #af060e;
 
} */
.about-content-title::before {
  content: "";
  position: absolute;
  bottom: -5px;
  left: 0;
  border: 7px solid;
  border-top-color: transparent;
  border-right-color: transparent;
  border-bottom-color: #114b90;
  border-left-color: #114b90;
}

.about-content-title p {
  color: #fff;
  margin: 0;
  font-size: 15px;
  padding: 10px 15px;
  font-weight: 500;
  letter-spacing: 1px;
}

.about-section {
  margin: 10px 0 0;
}

.about-content {

  border: 1px solid #ddd;
  padding: 20px 13px 5px;
      padding-top:50px;
  margin-bottom: 15px;
  min-height: 280px;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

.about-content .box-part-home-latest {
  min-height: 210px;
  max-height: 210px;
  overflow-y: auto;
  padding-right: 15px;
}

.about-content p {letter-spacing: 1px;font-weight: 400;}

.about-btn {
  display: flex;
  justify-content: flex-end;
}

.about-btn a {
  background: #114b90;
  font-size: 15px;
  padding: 6px 10px;
  color: #fff;
  letter-spacing: 1px;
  line-height: 1.5px;
  font-weight: 400;
  transition: all 0.3s ease;
}

.about-btn a:hover {
  text-decoration: none;
  background-color: #fff;
  color: #114b90;
}

.action-button {
  display: inline-block;
  color: #fff;
  padding: 5px 10px;
  font-size: 13px;
  text-align: center;
  border-radius: 5px;
  width: 150px;
}

.action-button.user-instruction-button {
  background-color: #f0ad51;
  margin-bottom: 10px;
}

.action-button.view-advertisement-button {
  background-color: #af060e;
}

.action-button:hover {
  text-decoration: none;
  color: #fff;
}

/* .table-striped tbody tr:nth-of-type(odd) {
  background-color: rgb(255 200 200 / 40%);
} */

.table-striped tbody tr:nth-of-type(odd) {
  background-color: transparent;
}

.h-content {
  display: flex;
  align-items: center;
}

.pdf-icon {
  font-size: 30px;
  color: red;
  margin-left: 5px;
}

.arrow-red {
  color: red;
}

.declaration-content.center p {
  text-align: center;
}

.declaration-content.note-1 {
  color: #31708f;
  background-color: #e5e5e5;
  border-color: #bce8f1;
  padding: 10px 0 1px;
}

.declaration-table thead {
  background-color: #efd89c;
}

.declaration-table th,
.declaration-table td {
  font-size: 15px;
}

.declaration-notification p {
  font-size: 15px;
}

.declaration-instructions {
  background-color: #fff5db;
  /*height: 350px;*/
  /*overflow-y: auto;*/
  /*overflow-x: hidden;*/
  padding: 10px;
}

.declaration-instructions .print-btn {
  color: blue;
  font-size: 35px;
  background-color: transparent;
}

.declaration-instructions-pointer {
  padding-left: 20px;
}

.declaration-instructions-pointer li {
  margin-bottom: 15px;
}

.declaration-instructions-pointer li p {
  font-size: 15px;
  margin-bottom: 10px;
}

.general-declaration {
  padding: 10px 10px 20px;
  margin-top: 15px;
  background-color: #e5e5e5;
}

.general-declaration p {
  font-size: 14px;
}

.instruction-term {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.instruction-term .form-check-label {
  margin: 0;
  margin-left: 20px;
}

.instruction-term .form-group.form-check {
  display: flex;
  align-items: center;
}

/*.form-field-container .form-group {*/
/*  margin: 0;*/
/*  margin-top: 15px;*/
/*}*/

.form-field-container .form-group {
    margin: 0;
    margin-top: 15px;
    border: 1px solid lightgray;
    padding: 10px;
    /*background: #2f4858;*/
    border-radius:5px;
}

.form-field-container .form-group label {
  font-size: 14px;
  margin-bottom: 3px;
  font-weight: 400;
  /*color: #fff;*/
}

.advertisement-table td,
.advertisement-table th {
  text-align: left;
  font-size: 15px;
}

.academic-table th,
.academic-table td {
  font-size: 14px;
}

.academic-table .year-field {
  width: 120px;
}

.header-main.sticky-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 99999;
}

.section-main-title-box.institute-title h1 {
  font-weight: 600;
  color: green;
  text-align: center;
  letter-spacing: 1px;
}

.section-main-title-box.institute-title span {
  color: #f6981d;
}

.section-main-title-box.institute-title p {
  text-align: center;
  letter-spacing: 1px;
}

.table.table-striped tr:nth-child(even) {
  background-color: rgba(0, 0, 0, 0.075);
}

.date-group {
  width: 100px;
}

.date-group span {
  display: block;
}

.notice-board-container .date-group {
  display: flex;
  align-items: center;
}

.notice-board-container .date-group span.date {
  background-color: #062346;
  color: #fff;
  display: inline-block;
  padding: 0px 5px;
  letter-spacing: 1px;
}

.notice-board-container .date-group span.year {
  background-color: #9c9999;
  display: inline-block;
  color: #fff;
  padding: 0px 5px;
  letter-spacing: 1px;
}

.icon-box {
  width: 60px;
  height: 60px;
  border: 2px solid #062346;
  background-color: #062346;
  border-radius: 50%;
  display: grid;
  place-content: center;
  padding: 5px;
  outline: 1px solid #fff;
  outline-offset: -4px;
}

.icon-box img {
  width: 100%;
  height: 100%;
}

.text-move {
  margin-top: -30px;
}

.text-move h1 {
  margin: 0;
}

.helpdesk-title {
  display: flex;
  align-items: center;
  justify-content: center;
}

.helpdesk-title p {
  margin: 0;
}

.helpdesk-title a {
  margin: 0;
  color: #fff;
}

.top-strip {
  /* display: flex;
  align-items: center; */
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
}

.top-strip p {
  margin: 0;
  font-weight: bold;
  font-size: 13px;
}

.logo-2 {
  display: flex;
  justify-content: end;
}

.logo-2 img {
  max-width: 150px;
}

.custom-red-border {
  border-top-width: 1px;
  border-top-style: solid;
  border-top-color: #ff0000;
}

.group-logo {
  display: flex;
  align-items: center;
}

.m-contact-btn {
  display: none;
}

.group-logo a {
  width: 100px;
}

.group-logo a:first-child {
  margin-right: 15px;
}

.qr-code {
  margin: 0 0;
  /*width: 100px;*/
}

.header-logo .main-logo {
  max-width: 350px;
  margin-top: 10px;
}

.main-group {
  display: flex;
  align-items: center;
  justify-content: center;
}

.main-group .group-one {
  display: flex;
  align-items: center;
  margin: 0px 15px;
  justify-content: space-between;
}

.main-group .group-one p {
  margin-right: 10px;
}

.blink-text {
  animation: blink-text 1s linear infinite;
}

@keyframes blink-text {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

.payment-table th,
.payment-table td {
  text-align: center;
}

.payment-content-container p {
  font-size: 14.5px !important;
}

.section-shadow {
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

.table.exam-table.program-table tr {
  border: 0 !important;
}

.table.exam-table tr:nth-child(odd) {
  background-color: rgba(0, 0, 0, 0.075);
}

.program-table {
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

.modal-close-btn {
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 9999;
}

.contact-title-bg {
  background-color: #062346;
  color: #fff;
  padding: 5px 15px;
}

.section-heading-title.bg-1 {
  background-color: #ff7e02;
}

/* faq section start */
/* .accordion .accordion-item {
  border-bottom: 1px solid #e5e5e5;
  padding: 0px 20px;
}

.accordion .accordion-item:nth-child(even) {
  background: #f3f1f1;
}

.accordion .accordion-item button[aria-expanded="true"] {
  border-bottom: 1px solid #03b5d2;
}

.accordion button {
  position: relative;
  display: block;
  text-align: left;
  width: 100%;
  padding: 1em 0;
  color: #7288a2;
  font-size: 1.15rem;
  font-weight: 400;
  border: none;
  background: none;
  outline: none;
}

.accordion button:hover,
.accordion button:focus {
  cursor: pointer;
  color: #03b5d2;
}

.accordion button:hover::after,
.accordion button:focus::after {
  cursor: pointer;
  color: #03b5d2;
  border: 1px solid #03b5d2;
}

.accordion button .accordion-title {
  padding: 1em 1.5em 1em 0;
  color: #222;
}

.accordion button .icon {
  display: inline-block;
  position: absolute;
  top: 18px;
  right: 0;
  width: 22px;
  height: 22px;
  border: 1px solid;
  border-radius: 22px;
}

.accordion button .icon::before {
  display: block;
  position: absolute;
  content: "";
  top: 9px;
  left: 5px;
  width: 10px;
  height: 2px;
  background: currentColor;
}

.accordion button .icon::after {
  display: block;
  position: absolute;
  content: "";
  top: 5px;
  left: 9px;
  width: 2px;
  height: 10px;
  background: currentColor;
}

.accordion button[aria-expanded="true"] {
  color: #03b5d2;
}

.accordion button[aria-expanded="true"] .icon::after {
  width: 0;
}

.accordion button[aria-expanded="true"]+.accordion-content {
  opacity: 1;
  max-height: 500px;
  transition: all 200ms linear;
  will-change: opacity, max-height;
}

.accordion .accordion-content {
  opacity: 0;
  max-height: 0;
  overflow: hidden;
  transition: opacity 200ms linear, max-height 200ms linear;
  will-change: opacity, max-height;
}

.accordion .accordion-content p {
  font-size: 1rem;
  font-weight: 300;
  margin: 2em 0;
} */

/* faq section end */

.contact-wrapper .col-form-label {
  border: 1px solid lightgray;
}

.contact-wrapper span.detail-feild {
  width: 100%;
  display: block;
  padding-top: calc(0.375rem + 1px);
  padding-bottom: calc(0.375rem + 1px);
  padding-left: 10px;
  border: 1px solid lightgray;
}

.latest-update-list {
  list-style: none;
  display: flex;
  align-items: center;
  margin-bottom: 0;
}

.latest-update-list li {
  margin-right: 100px;
}

.latest-update-list li p {
  margin-bottom: 0;
  letter-spacing: 1px;
}

.content-show {
  display: none;
}

.instructions-list {
  margin-top: 20px;
  padding-left: 30px;
}

.instructions-list li {
  margin-bottom: 20px;
}

.breadcrumb-container .breadcrumb {
  background-color: #fff;
  margin-top: -20px;
}

/* breadcrumb start*/

.breadcrumb {
  /*centering*/
  display: inline-block;
  /* box-shadow: 0 0 15px 1px rgba(0, 0, 0, 0.35); */
  overflow: hidden;
  /* border-radius: 5px; */
  counter-reset: flag;
  /* width: 97.7%; */
  width: 100%;
  /* margin: 0px 13px; */
}

.breadcrumb a {
  text-decoration: none;
  outline: none;
  display: block;
  float: left;
  font-size: 13px;
  line-height: 36px;
  color: #222;
  padding: 0 10px 0 40px;
  /* background: #666;
  background: linear-gradient(#666, #333); */
  position: relative;
  margin-right: 5px;
}

.breadcrumb a:first-child {
  padding-left: 46px;
  /* border-radius: 5px 0 0 5px; */
}

.breadcrumb a:first-child:before {
  left: 14px;
}

.breadcrumb a:last-child {
  /* border-radius: 0 5px 5px 0; */
  padding-right: 20px;
  padding-left: 54px;
}

/*hover/active styles*/
.breadcrumb a.active,
.breadcrumb a:hover {
  background: #fff;
}

.breadcrumb a.active:after,
.breadcrumb a:hover:after {
  background: #333;
  background: linear-gradient(135deg, #333, #000);
}

.breadcrumb a:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0px;
  width: 1;
  height: 100%;
  /* transform: scale(0.707) rotate(90deg); */
  z-index: 1;
  /* background: #666; */

  border-radius: 0 5px 0 50px;
}

.breadcrumb a:last-child:after {
  content: none;
}

.breadcrumb a:before {
  content: counter(flag);
  counter-increment: flag;
  border-radius: 100%;
  width: 20px;
  height: 20px;
  line-height: 20px;
  margin: 8px 0;
  position: absolute;
  top: 0;
  left: 10px;

  font-weight: bold;
}

/*breadcrumb end*/

b,
strong {
  font-weight: bold !important;
}

.bg-10 {
  background-color: #af060e;
}

.selectLanguage {
  font-size: 13px;
}

.header-navigation .container {
  max-width: 1208px;
}

.contact-para p {
  margin-bottom: 3px;
}

.group-field-v,
.group-field-v input {
  width: 130px;
}

.group-field-v .clr-red {
  font-size: 11px;
  line-height: 14px;
  display: inline-block;
}


.verification-code {
  color: blue;
}

ol {
  margin-left: 1rem;
}

.modal-toggle-btn {
  background-color: #dc3545;
  color: #fff;
}

.modal-toggle-btn:hover {
  background-color: #af060e;
  color: #fff;

}

.post-section {
  margin: 0 15px;
  overflow-x: hidden;
}

 

.data-center input {
  text-align: center !important;
}
.note-list-pointer li{
    position:relative;
    list-style:none;
}

.note-list-pointer li::before{
    position:absolute;
    content:'\f0a4';
    font-family:'Font Awesome 5 Free';
    top:0;
    left:-20px;
}


.note-list-pointer li:nth-child(odd) {
  background-color: lightgray;
  padding: 0px 5px;
}

/*input#highBoardOther {*/
/*  width: 200px;*/
/*}*/

.permanent-address-content input,
.correspondence-address input,
.permanent-address-content select,
.correspondence-address select {
  font-weight: bold;
}

.permanent-address-content span,
.correspondence-address span {
  font-weight: bold;
}

/*.program-table.custom thead tr:first-child {*/
/*  background-color: #d76300;*/
/*  color: #fff;*/
/*}*/

.qr-code-box {
  padding: 25px;
}

.course-table tbody tr td {
  color: #000;
  font-size: 16px;
  font-weight: 600;
  font-family: "Trebuchet MS", Sans-serif;
  border-color: rgb(160, 160, 160);
  vertical-align: middle;
}

.note-list-pointer li {

  font-size: 13px;
}

.permanent-address-content1 label,
.correspondence-address1 label {
  font-weight: bold;
}

td p {
  margin: 0;
}

.print-title {
  display: none;
}

.desktop-hide {
  display: none;
}

.f-first-logo {
  width: 100px;
}

.f-second-logo {
  width: 190px;
}

.exam-table {
  width: 97.5%;
  margin: 0 auto !important;
}

/*input:focus,*/
/*select:focus {*/
 
/*  border-color: gray !important;*/
/*  background-color: #fff !important;*/
/*  box-shadow: 0 0 0 0.2rem rgb(120 123 120 / 25%) !important;*/
/*}*/

n_container {
  display: flex;
  justify-content: center;
}

.qr-code-box img {
  width: 115px;
}


.advertisement-field .personal-info-wrapper .personal-info-field {

  margin-left: 0px;
}


.top-header {
  background-image: linear-gradient(45deg,   #062346, #1677ebf5);
  padding-top: 5px;
  padding-bottom: 5px;
}

.captcha-code-btn {
  margin-top: -10px;
}

.top-trip span {
  display: inline-block;
  width: 100%;
  letter-spacing: 1px;
  line-height: 20px;
  font-size: 14px;
  color: #fff !important;
}

.time-date-box {
  display: flex;
  justify-content: flex-end;
}

.top-trip.content-end {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;

  /* text-align: right; */

}

.top-trip-group {
  display: flex;
  align-items: center;
  /* text-align: right; */
  /*max-width: 150px;*/
}
.top-trip-group div{
    display:flex;
    align-items:center;
}
.top-trip-group div:first-child{
    margin-right:10px;
}
.top-trip-group i {
  color: #fff;
  margin-right: 10px;
}

.about-section .about-content-img-box p {
  margin-bottom: 1em;
  color: #000000;
  font-size: 11px;
  font-weight: 500;
  font-style: italic;
  line-height: 1.6em;
  text-align: center;
  margin-top: 13px;
}

.about-section .about-content-img-box h6 {
  color: #9a0d12;
  font-size: 15px;
  font-weight: 600;
  line-height: 10px;
  text-align: center;
}

.about-section .about-content-img-box img {

  /*box-shadow: 0px 0px 10px 0px rgb(84 123 255 / 98%);*/
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}
.main-banner-container{
    position:relative;
}
.main-banner-container .banner-content {
    position: absolute;
    top: 80%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
}
.main-banner-container .banner-content h2{
    font-size:1.2rem !important;
    text-shadow:rgba(0, 0, 0, 0.35) 0px 5px 15px;
    color:#fff !important;
}

.main-banner-container .banner-content h4{
     color:#fff;
      text-shadow:rgba(0, 0, 0, 0.35) 0px 5px 15px;
}
.banner-content .banner-btn {
  display: inline-block;
  padding: 10px 20px;
  background-color: #af060e;
  color: #fff;
  border-radius: 10px;
}

/* faq start */
.faq-container {
  margin: 20px 0 0;
}

.faq-container .accordion-item {
  /*margin-bottom: 10px;*/
  /*background-color: #2f4858;*/
}

.faq-container .accordion-button {
  /*background-color: #2f4858;*/
  font-size: 16px;
  border-width: 1px;
  box-shadow: none;
  outline: none;
  color: #1e1e1e;
  font-weight: 500;
  letter-spacing: 1px;
}

.faq-accordion-box{
    /*background: #faf4f4;*/
    height: auto;
    /*padding: 35px 25px 35px 35px;*/
    overflow: hidden;
    /*border-radius: 16px;*/
}

/*.faq-container .accordion-collapse {*/
/*  background-color: #516470;*/
/*}*/

.faq-container .faq-content p {
 color:  #606060 !important;
 font-size:14px !important;
 font-weight: 400;
 letter-spacing: 1px;
}

.faq-container .accordion-button:not(.collapsed) {
 color: #1e1e1e;;
   box-shadow: none;
   background-color:#fff;
}

.faq-container .accordion {
  --bs-accordion-border-color: var(--primary-color);
}

/* .accordion-item:not(:first-of-type) {
  border-top: 1px solid var(--primary-color);
} */


.faq-container .accordion-button::after {
  background-image: url(../images/icon/faq/plus-circle.svg);
  transform: rotate(0deg);
}


.accordion-button:not(.collapsed)::after {
  /*background-image: url(../images/icon/accordion.svg);*/
  background-image: url(../images/icon/faq/minus_circle.svg);
  transform: rotate(-180deg);
}

/* faq end */

.student-zone-link a {
  display: block;
  padding: 10px 20px;
  /* background-color: #af060e; */
  border: 1px solid #af060e;
  color: #222;
  border-radius: 10px;
  letter-spacing: 1px;
  text-align: center;
  text-decoration: none;
  transition: all 0.3s ease;
}

.student-zone-link img {
  width: 50px;
}

.student-zone-link a:hover {
  background-color: #af060e;
  color: #fff;
}

.student-zone-link a:hover img {
  filter: brightness(0) invert(1);
}

.social-links-container i {
  display: inline-block;
  margin: 0;
  color: #fff;
}

/* Facebook */
.social-links-container .fa-facebook-f {
  color: #fff;
}
.social-links-container:has(.fa-facebook-f) {
  background-color: #3b5998;
}
.social-links-container:has(.fa-facebook-f):hover {
  background-color: #2d4373;
}

/* Instagram */
.social-links-container .fa-instagram {
  color: #fff;
}
.social-links-container:has(.fa-instagram) {
  background: linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
}
.social-links-container:has(.fa-instagram):hover {
  opacity: 0.8;
}

/* YouTube */
.social-links-container .fa-youtube {
  color: #fff;
}
.social-links-container:has(.fa-youtube) {
  background-color: #FF0000;
}
.social-links-container:has(.fa-youtube):hover {
  background-color: #cc0000;
}

.f-bottom-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  
}

.f-bottom-content p {
  font-size: 15px;
  margin: 0;
  margin-bottom: 0px;
  color: #fff;
  font-weight: 200;
  letter-spacing: 1px;
  text-align: center;
}

/*.details th, .details td,*/
/*.data-center th, .data-center td{*/
/*    background-color: #2f4858;*/
/*    color:#fff;*/
/*}*/

.your-information-row .personal-info-field {
       margin-left: 0px !important;
}

.top-trip {
    line-height: 1.1;
}



/*slider-box start*/

.slider-box .owl-item .item {
   transform: translate3d(0, 0, 0); /* DO NOT REMEMBER WHERE TU PUT THIS, SEARCH FOR 3D ACCELERATION */
  transform: scale(0.9);

  transition: all .25s ease-in-out; 
  margin: 50px 0; /* OVERWRITE PLUGIN MARGIN */
 }

.slider-box  .screenshot_slider .owl-item .item img {
    -webkit-transition: 0.3s;
    -webkit-box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.1);
    -o-transition: 0.3s;
    transition: 0.3s;
    -webkit-transform: scale(0.80);
    -ms-transform: scale(0.80);
    transform: scale(0.80);
}

.slider-box  .screenshot_slider .owl-item.center .item img {
    -webkit-transform: scale(1.15);
    -ms-transform: scale(1.15);
    transform: scale(1.15);
}

.slider-box .screenshot_slider .owl-nav {
    text-align: center;
    margin: 40px 0;
}

.slider-box .screenshot_slider .owl-nav button {
	font-size: 24px !important;
	margin: 10px;
	color: #033aff !important;
}


.header-right-content {
    display:flex;
    align-items:center;
    justify-content: end;
}
.header-right-content img{
    margin-right: 50px;
    width: 200px;
}

.iso-logo-box{
    display:flex;
    align-items:center;
}
.iso-logo-box span{
    width: max-content;
    margin-right: 10px;
    display:inline-block;
    color: #fff;
    font-size:13px;
    
}
.iso-logo-box img{
    width: 50px;
}

.form-field{
    margin-bottom:15px;
}

.user-link-container li{
    background-color: #062346;
    
}

.user-link-container li a {
    color: #fff;
}


.upload-section {
  border: 1px solid rgb(206, 205, 205);
  padding: 50px;
  border-radius: 5px;
  min-height: 315px;
}
.upload-section h6 {
  margin-bottom: 15px;
  font-size: 18px;
  text-align: center;
}
.upload-section input {
  cursor: pointer;
}
.photoPreview-section{
    display:grid;
    place-content:center;
}
.photoPreview-section img{
    border: 1px solid lightgray;
}

.notice-board-container h3.notice-board-title1{
  text-align:center;
  background-color:#062346;
  color: #fff;
  font-size: 20px;
  padding: 5px 10px;
  letter-spacing: 1px;
  font-weight: 500;
  margin-bottom:10px;
}

/*#client img{*/
/*    border:1px solid lightgray;*/
/*}*/

.instruction-pointers li {
    font-weight: 500;
    margin-bottom: 5px;
    padding: 0;
    font-size: 15px;
    text-align: justify;
}
.instruction-pointers li:not(:last-child){
    border-bottom: 1px solid lightgray;
}

.notice-board-title1{
    position: absolute;
       width: 99.3%;
    text-align: center;
    z-index: 9999;
}

.main-title-heading{
    text-align: center;
    background-color: #062346;
    color: #fff;
    font-size: 20px;
    padding: 5px 10px;
    margin-bottom: 10px;
}
.instructions-container .link-container{
    padding-top: 0;
    min-height: auto;
}

.instructions-container .link-container li{
    padding:5px;
    font-weight: 400;
}

/*.opt-group{*/
/*    display: grid;*/
/*    grid-template-columns: repeat(6, 1fr);*/
/*}*/

.opt-group input{
        width: 36px !important;
    border: 1px solid #B4C2D4;
    height: 36px;
    margin: 5px 2px;
    outline: none !important;
    font-size: 14px;
    border-radius: 4px;
    text-align: center;
}

.form-group.custom-form-group{
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    column-gap: 5px;
}

.right-group {
    margin-top: 44px;
}

.verification-container{
 
display: flex;
width: 100%;
justify-content: center;
 
}
/*.verification-container .verification-box{*/
/*    width: 300px;*/
/*}*/

.form-row.pk55mg .form-group{
    margin-bottom: 0;
}


.title-bg{
    background-color:#f6981f !important;
}
.steps-title{
    display: flex;
    justify-content: center;
}
.steps-title h4 {
    background-color: #f6981f !important;
    text-align: center;
    display: inline-block;
    padding: 10px 20px;
    font-size: 17px;
    border-bottom-left-radius: 30px;
       border-top-right-radius: 30px;
       font-weight: 600;
}
.steps-container{
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    background: #062346;
    list-style: none;
    gap:10px ;
    padding: 10px;
    
}
.steps-container li{
    display: flex;
     align-items: center;
}
.steps-container li a{
    color: #fff;
    font-size: 15px;
    line-height: 1.3;
}
.step-number {
    background-color: #f6981f !important;
    text-align: center;
    display: flex;
    padding: 5px 10px;
    font-size: 15px;
    border-bottom-left-radius: 30px;
    border-top-right-radius: 30px;
    font-weight: 600;
    min-width: 100px;
    max-width: 100px;
    align-items: center;
    justify-content: center;
    height: 40px;
    margin-right:10px ;
}

.step-box{
        background: #062346;
        padding-top:10px;
}

.user-login-form .form-field-container label{
    font-weight: 600;
}

.verification-wrapper{
    background: lightgray;
    padding: 10px;
}

table.details thead th{
    background: lightgray;
}

.verification-group{
    display: flex;
    align-items: center;
}

.verification-group  .verification-code{
    width: 100%;
    color: #222;
    margin: 0;
}

.nav-group {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #c9d6da;
    padding-right: 15px !important;
}
 
.read-title{
      background: #062346;
      padding: 5px;
      color: #fff;
}


.registration-number-text {
    font-size: 25px;
}

.media-box{
    margin-bottom: 30px ;
}
  

.media-box .media-box-content h3 a{
    font-size: 20px;
    text-align: center;
    display: inline-block;
    width: 100%;
}

.media-box  .media-box-img{
    max-height: 350px;
    height: 350px;
    border: 1px solid lightgray;
    
}

.media-box  .media-box-img img{
    width: 100%;
    height: 100%;
    object-fit: contain;
}



.upload-section .upload-title-bg{
 background: #062346;
      padding: 5px;
      color: #fff;
}

.candidate-information-accordion-btn{
    display: flex;
    justify-content: space-between;
}

.candidate-information-accordion-btn:hover{
    color: #fff;
    outline: none;
  box-shadow: none;
}

.form-title button:hover{
    text-decoration: none;
}

.personal-info-field.custom-field{
    min-height: 63px;
}

.form-title button:focus{
    border: 0;
    outline: 0;
    box-shadow: none;
}

.otp-mgs{
    width: 100%;
    padding: 5px;
    background: lightgray;
}

.note-modal .modal-body{
    padding-top: 0;
}

.note-modal .content-block{
    padding-top:0 !important;
    overflow-x: hidden ;
}
.note-modal .section-heading-title .modal-registration-number{
display: flex;
align-items: center;
justify-content: center;
}
.modal-registration-number span{
    font-size: 30px !important;
    margin-left: 5px;
    display: inline-block;
 
}

.note-modal .modal-header{
    padding: 5px 0 0 10px !important;
}

.declaration-table table th,
.declaration-table table td{
    padding:  5px !important;
}
.declaration-table table {
    margin-bottom: 5px;
}

.declaration-table figure{
    margin-bottom: 0;
}

.instructions-row{
    background: #efd89c;
    padding: 2px 10px;
}

.note-modal .selectLanguage {
  position: absolute;
  top: -36px;
  right: 5px;
  padding: 0;
}

.declaration-instructions p,
.declaration-instructions ul{
    font-size:13px;
    font-weight: 400;
    text-align: justify;
}
.declaration-instructions p{
    margin-bottom: 5px;
}

.declaration-instructions ul{
    list-style: none;
}

.note-modal .modal-form-btn {
    position: fixed;
    bottom: 50px;
    width: 57%;
    padding: 10px;
    background: #fff;
}

.note-modal  .modal-form-btn .btn-center-box{
     display: flex;
    justify-content: center;
    background:lightgray;
}

.personal-info-field.personal-info-field-left{
    justify-content: start !important;
}

.about-content .about-btn{
    margin-top: -25px !important;
}

.latest-update-list li a{
    color: #00214e;
}

 
.personal-info-wrapper.personal-info-field-left .personal-info-field {
    justify-content: start;
}

.personal-info-wrapper.personal-info-field-left .personal-info-field h6{
    margin-right: 30px;
}

.personal-info-wrapper.personal-info-field-left2 .personal-info-field {
    justify-content: start;
}

.personal-info-wrapper.personal-info-field-left2 .personal-info-field h6{
  width: 400px;
}

.personal-info-field.registration-number-filed{
    align-items: center;
}

.payment-heading{
    background: lightgray;
    border-bottom:1px solid lightgray;
}

.payment-table thead th{
    background: #ebebeb;
}
.qualification-table thead th{
    background: #ebebeb;
}

.address-field-box .address-field{
    display: flex;
    justify-content: space-between;
}

.form-default-btn {
  width: 100%;
  background-color: darkgreen;
  border:0;
  outline:0; 
  padding:10px;
  border-radius:20px;
  text-align: center;
  font-weight: 600;
  display: block;
  color: #fff !important;

}
.form-default-btn.blink{
      animation: blink 1.5s infinite;
}
.form-default-btn.otp-mgs{
    background: #062346;
}

.group-otp-container{
display: flex;
justify-content: center;
gap: 20px;
}

 .form-default-btn.send-otp-btn{
        margin-top:10px;
    }

@media(max-width:768px){
   
    .top-trip {
  line-height: 0.6;
  margin-top: -6px;
}
.top-trip-group{
	display:none;
}
.header-right-content img{
	margin-right:0px;
}
}

.btn.btn-primary.pkbtn{
     background-color: darkgreen !important;
}

.otp-section-container .form-group{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.otp-section-container .form-group label{
    font-weight: bold;
}

.user-details-container{
    margin: 30px 0;
}

.user-heading{
    margin-bottom: 10px;
}

    .details.data-center.your-information-table .d-flex {
  justify-content: center;
}

/*td:empty {*/
/*    display: none;*/
/*}*/

table.custom-table.remove-before-after{
    display:  masonry !important ;
}

.blink-btn{
    animation:blink 1.5s infinite ;
}
 @keyframes blink {
            0% {
                opacity: 1;
                background-color: green;
            }

            50% {
                opacity: 0.5;
                background-color: lightgreen;
            }

            100% {
                opacity: 1;
                background-color: green;
            }
        }
        
        
        
    .print-registration-number{
        font-weight: bold; font-size:65px; color:green; text-align:center; letter-spacing: 20px;
    }
    
    .personal-info-wrapper .personal-info-field p.advertisement-name{
        font-size: 20px;
    }
    
      .column-gap-field {
             margin-right: 100px;
         }
         
         .invoice-download {
    width: 219px;
    background: #e9ecef;
    padding: 20px 10px;
}