@import url('https://fonts.googleapis.com/css2?family=Inika:wght@400;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');
html {

  scroll-behavior: smooth;

}


body {

  margin: 0;

  padding: 0;

  font-family: "Montserrat", serif !important;

  font-size: 15px;

  font-weight: 400;

  line-height: 1.5em;

  overflow-x: hidden !important;

  border-top: none !important;
  color: #ABA8A8 !important;

}

body.model-open {

  padding: 0 !important;

}

.inika{
  font-family: "Inika", serif !important;
}


.checked {

  color: orange;

}


.hide-in-mob {

  display: block !important;

}

.view-in-mob {

  display: none !important;

}

/*FONT Families*/


input::-ms-clear {

  display: none;

}


select::-ms-expand {

  display: none;

}


input[type=number]::-webkit-inner-spin-button,

input[type=number]::-webkit-outer-spin-button {

  -webkit-appearance: none !important;

  -moz-appearance: none !important;

  appearance: none !important;

}


input[type=number] {

  -moz-appearance: textfield !important;

}


select {

  -webkit-appearance: none;

  -moz-appearance: none;

  appearance: none;

  outline: none;

  background: url(../img/down-arrow-3.png) no-repeat center right 6px/12px;

  border: none;

  padding-right: 24px;

}


input[type=number]::-webkit-inner-spin-button,

input[type=number]::-webkit-outer-spin-button {

  -webkit-appearance: none;

  -moz-appearance: none;

  appearance: none;

}


a,

a:hover {

  text-decoration: none;

  outline: none;

  color: #202020;
  transition: 0.3s all linear;

}

a:hover {
  color: #2bb567;
}


img {

  max-width: 100%;

}


.h4,

.h5,

.h6,

h4,

h5,

h6 {

  margin: 0;

  padding: 0;

}


.pd5 {

  padding: 5px;

}

.pd10 {

  padding: 10px;

}

.pd15 {

  padding: 15px;

}

.pd20 {

  padding: 20px;

}

.pt5 {

  padding-top: 5px;

}

.pt10 {

  padding-top: 10px;

}

.pt15 {

  padding-top: 15px;

}

.pt20 {

  padding-top: 20px;

}

.pt30 {

  padding-top: 30px;

}


.pt40 {

  padding-top: 40px;

}


.pt50 {

  padding-top: 50px;

}

.pt80 {

  padding-top: 80px;

}


.pb5 {

  padding-bottom: 5px;

}

.pb10 {

  padding-bottom: 10px;

}

.pb15 {

  padding-bottom: 15px;

}

.pb20 {

  padding-bottom: 20px;

}

.pb30 {

  padding-bottom: 30px;

}


.pb40 {

  padding-bottom: 40px;

}


.pb50 {

  padding-bottom: 50px;

}

.pb80 {

  padding-bottom: 80px;

}


.pl5 {

  padding-left: 5px;

}

.pl10 {

  padding-left: 10px;

}

.pl15 {

  padding-left: 15px;

}

.pl20 {

  padding-left: 20px;

}

.pr0 {

  padding-right: 0px;

}

.pr5 {

  padding-right: 5px;

}

.pr10 {

  padding-right: 10px;

}

.pr15 {

  padding-right: 15px;

}

.pr20 {

  padding-right: 20px;

}


/*----------Margin Styles----------*/

.mt0 {

  margin-top: 0px;

}

.mt5 {

  margin-top: 5px;

}

.mt10 {

  margin-top: 10px;

}

.mt15 {

  margin-top: 15px;

}

.mt20 {

  margin-top: 20px;

}


.mt25 {

  margin-top: 25px;

}

.mt30 {

  margin-top: 30px;

}

.mt50 {

  margin-top: 50px;

}

.mt80 {

  margin-top: 80px;

}


.mb5 {

  margin-bottom: 5px;

}

.mb10 {

  margin-bottom: 10px;

}

.mb15 {

  margin-bottom: 15px;

}

.mb20 {

  margin-bottom: 20px;

}


.mb25 {

  margin-bottom: 25px;

}

.mb30 {

  margin-bottom: 30px;

}


.mb40 {

  margin-bottom: 40px;

}

.mb50 {

  margin-bottom: 50px;

}

.mb80 {

  margin-bottom: 80px;

}

.mr5 {

  margin: 5px;

}

.mr10 {

  margin: 10px;

}

.mr15 {

  margin: 15px;

}

.mr20 {

  margin: 20px;

}


.mr25 {

  margin: 25px;

}


.wrapper {

  display: inline-block;

  width: 100%;

  clear: both;

  vertical-align: top;

}


/*----------Text Transform ----------*/


.txt-upr {

  text-transform: uppercase;

}


.txt-center {

  text-align: center;

}


.txt-left {

  text-align: left;

}


.txt-right {

  text-align: right;

}


/*----------WORD WRAPPING ----------*/

button, button:focus {

  outline: none !important;
  cursor: pointer;

}

button:focus {

  box-shadow: none !important;

}

.wordWrap {

  overflow: hidden;

  text-overflow: ellipsis;

  white-space: nowrap;

  display: block;

}


.mob {

  display: none;

}


/*-----------BACKGROUND COLOR--------------*/


.bg-pink {

  background-color: #FF407D;

}

.bg-green {

  background-color: #2bb567;

}

.bg-blackgreen {

  background-color: #041e00;

}

.bg-whitegrey {

  background: #E8E8E8;

}

.bg-grey {

  background: #e3e3e3;

}


.bg-white {

  background-color: #fff;

}

.bg-blue {

  background-color: #1D337F;

}

.bg-dark-blue{
  background-color: #070F32;
}

.bg-black {

  background-color: #03080c;

}

.bg-Lightgray {

  background: #f3f3f3;

}


/* fonts-weight */

.thin {

  font-weight: 300;

}


.light {

  font-weight: 300;

}

.reguler {

  font-weight: 400;

}

.medium {

  font-weight: 500;

}


.semiBold {

  font-weight: 600;

}

.bold {

  font-weight: 700;

}

.extrabold {

  font-weight: 800;

}

.bolder {

  font-weight: 900;

}


/* font-size */

.font9 {

  font-size: 9px;

}

.font12 {

  font-size: 12px;

}

.font13 {

  font-size: 13px;

}

.font14 {

  font-size: 14px;

}

.font15 {

  font-size: 15px;

}

.font16 {

  font-size: 16px;

}

.font17 {

  font-size: 17px;

}

.font18 {

  font-size: 18px;

}

.font19 {

  font-size: 19px;

}

.font20 {

  font-size: 20px;

}

.font22 {

  font-size: 22px;

}

.font23 {

  font-size: 23px;

}

.font24 {

  font-size: 24px;

}

.font25 {

  font-size: 25px;

}

.font26 {

  font-size: 26px;

}

.font27 {

  font-size: 27px;

}

.font30 {

  font-size: 30px;

}

.font35 {

  font-size: 35px;

}

.font40 {

  font-size: 40px;

}


.font45 {

  font-size: 45px;

}

.font50 {

  font-size: 50px;

}

.font60 {

  font-size: 60px;

}

.font75 {

  font-size: 75px;

}


/*----Text Color styles------ */


.clr-white {

  color: #fff;

}

.clr-green{

  color: #2bb567 !important;

}

.clr-black {

  color: #000;

}
.clr-blue {

  color:#233983;

}


.clr-whitegrey {

  color: #dfdfe0;

}

.clr-grey {

  color: #888888;

}


.clr-yellow {

  color: #FAAA3D;

}


.clr-red {

  color: #ec3237;

}


.input-focus {

  color: #342c29;

}


/* Button Style */


/* section-title */


.section-title {

  font-size: 35px;

  font-weight: bold;

  color: #000;

  text-align: center;

  position: relative;

  margin-bottom: 30px;

  line-height: 1.2em;
}


.section-title:after {

  content: '';

  position: absolute;

  width: 207px;

  height: 2px;

  background: #17A2B8;

  bottom: -20px;

  left: 50%;

  transform: translateX(-50%);

}


/* placeholder color change */


::-webkit-input-placeholder {

  /* Chrome/Opera/Safari */

  color: #bbb9b9;

}


::-moz-placeholder {

  /* Firefox 19+ */

  color: #bbb9b9;

}


:-ms-input-placeholder {

  /* IE 10+ */

  color: #bbb9b9;

}


:-moz-placeholder {

  /* Firefox 18- */

  color: #bbb9b9;

}


input[type=text] {

  outline: none;

}

/*------------------------Button Styles Starts---------------*/
.theme-btn {
  display: inline-block;
  text-align: center;
  font-size: 18px;
  font-weight: 400;
  padding: 10px 25px;
  border: solid 2px #40679E;
  color: #fff;
  text-decoration: none;
  background: #40679E;
  transition: 0.3s all ease;
  position: relative;
  overflow: hidden;
  z-index: 1;
  border-radius: 0 25px;
}


.theme-btn:before {

  position: absolute;

  content: '';

  left: 110%;

  top: 0px;

  width: 100%;

  height: 100%;

  z-index: 1;

  opacity: 1;

  background-color: #ff407d;

  -webkit-transition: all 0.4s;

  -moz-transition: all 0.4s;

  -o-transition: all 0.4s;

  transition: all 0.4s;

  transform: skewX(-25deg);

  z-index: -1;

}


.theme-btn:hover:before {

  left: 0%;

  -webkit-transform: scale(1, 1);

  transform: scale(1, 1);

}


.btn-radius {

  border-radius: 5px;

}

.theme-btn:hover {

  text-decoration: none;

  background: #ff407d;

  border-color: #ff407d;

  color: #fff;


}


/*------------------------Button Styles Ends---------------*/


/*------------------------Header Starts---------------*/

::-webkit-scrollbar {

  width: 5px;

  height: 8px;

  background-color: #aaa;
  /* or add it to the track */

}


/* Add a thumb */

::-webkit-scrollbar-thumb {

  background: #000;

}


/*header*/

.top-header .main-logo {
  width: 100%;
  height: 75px;
}

.top-header .main-logo img {
  height: 100%;
  object-fit: contain;
}

.top-header {
  padding: 10px 0px;
}

.top-header .enquriy-boxes {
  display: flex;
  justify-content: end;
  align-items: center;
}

.top-header .enquriy-boxes .bx a{
  border: solid 1px #2bb567;
  background-color: #2bb567;
  border-radius: 50px 0px 0px 50px;
  margin-left: 10px;
  position: relative;
  padding: 10px;
  padding-left: 50px;
  display: block;
  color: #fff;
  font-size: 14px;
  font-weight: 500;
}


.top-header .enquriy-boxes .bx .icon {
  position: absolute;
  left: 8px;
  top: 50%;
  transform: translateY(-50%);
  width: 35px;
  height: 35px;
  text-align: center;
  line-height: 35px;
  border: solid 1px #fff;
  border-radius: 50%;
  color: #fff;
  font-size: 16px;
}

.top-header .enquriy-boxes .bx.two a{
  border-radius: 0px 50px 50px 0px;
  padding-left: 10px;
  padding-right: 50px;
}

.top-header .enquriy-boxes .bx.two .icon {
  left: auto;
  right: 8px;
}

.top-header .enquriy-boxes .bx .txt p {
  margin-bottom: 0;
}

.top-header .enquriy-boxes .bx span {
  font-family: "Inika", serif;
  font-weight: 800;
  font-size: 18px;
}


.top-header .enquriy-boxes .bx a:hover {
  background: #1D337F;
  border-color: #1D337F;
}

.top-header .enquriy-boxes .bx a:hover .icon {
  color: #1D337F;
  background: #ffff;
  border-color: #fff;
}

.top-header .enquriy-boxes .bx a:hover {
  color: #fff;
}

.bottom-header .main-menu {
  background: #2bb567;
  position: relative;
}

.bottom-header .main-menu ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.bottom-header .main-menu ul li {
  display: inline-block;
}

.bottom-header .main-menu .lgn-btn {
  position: absolute;
  right: 14px;
  top: 50%;
  transform: translateY(-50%);
}

.bottom-header .main-menu ul li a {
  color: #fff;
  text-decoration: none;
  width: 100%;
  height: 100%;
  padding: 0 15px;
  min-height: 45px;
  line-height: 45px;
  display: block;
  border-bottom: 3px solid transparent;
  font-weight: 600;
}

.bottom-header .main-menu ul li a:hover {
  border-color: #ffffff;
}

.bottom-header .main-menu .lgn-btn a {
  padding: 5px 20px;
  background: #fff;
  border-radius: 50px;
  font-weight: 600;
  font-size: 16px;
}

.bottom-header .main-menu .lgn-btn a:hover {
  background: #1d337f;
  color: #fff;
}

header {
  position: relative;
  z-index: 1;
}

.bottom-header .nav-btn {
  position: absolute;
  width: 32px;
  height: 24px;
  right: 20px;
  top: -58px;
  cursor: pointer;
}

.bottom-header .nav-btn span.nav-icon {
  display: block;
  width: 32px;
  height: 2px;
  background: #000;
  position: absolute;
  top: 0;
  left: 0;
  transition: 0.3s all ease-in-out;
}

.bottom-header .nav-btn span.middle.nav-icon {
  top: 10px;
  width: 25px;
}

.bottom-header .nav-btn span.bottom.nav-icon {
  top: 20px;
  width: 18px;
}

/*top-banner*/
.top-banner{
  background: url(../img/banner-bg-2.jpeg) no-repeat top center/cover;
  padding: 60px 0px 20px 0px;
  margin-top: -26px;
  position: relative;
}

.top-banner:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #00000073;
  z-index: 0;
}

.top-banner .banner-txt {
  position: relative;
  z-index: 1;
}

.top-banner .impt-box {
  position: relative;
  z-index: 1;
  border: solid 1px #fff;
  border-radius: 10px;
}

.top-banner .impt-box h4 {
 position: absolute;
 top: -17px;
 left: 50%;
 transform: translateX(-50%);
 padding: 5px 15px;
 border-radius: 9px;
 font-size: 18px;
}

.top-banner .impt-box .dates-box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px;
  padding-top: 34px;
}

.top-banner .impt-box .dates-box .box {
  position: relative;
  background: #fff;
  box-shadow: 0 0 5px #000;
  flex: 0 0 48%;
  text-align: center;
  border-radius: 6px;
  padding: 20px 10px 6px 10px;
  color: #000;
}

.top-banner .impt-box .dates-box .box .icon-bx {
  position: absolute;
  top: -22px;
  left: 50%;
  width: 40px;
  height: 40px;
  background: #fff;
  text-align: center;
  line-height: 40px;
  font-size: 21px;
  color: #2bb567;
  transform: translateX(-50%);
  border: solid 2px #2bb567;
  border-radius: 50%;
}

.top-banner .impt-box .dates-box .box .txt h5 {
  font-family: 'Inika';
  font-weight: 600;
  font-size: 17px;
  margin-bottom: 5px;
}

.top-banner .impt-box .dates-box .box .txt p {
  margin-bottom: 0;
  font-weight: 500;
  font-size: 14px;
}

.top-banner .impt-box .application-btm{

  padding: 5px 5px;
  text-align: center;
  background: #fff;
  border-radius: 0px 0px 10px 10px;
}

.top-banner .impt-box .application-btm p{
  margin-bottom: 0;
  color: #1d337f;
  font-size: 16px;
  font-weight: 500;
}


/*advertisment table*/
.advertiment-box .ad-tbl, .application-form-detail .inner-details {
  background: #fff;
  box-shadow:0 0 5px #0000004f;
  padding: 15px;
  border-radius: 10px;
}


.title-heading {
  position: relative;
  padding-bottom: 10px;
  margin-bottom: 20px;
  text-transform: capitalize;
  font-size: 18px;
}

.title-heading:before, .title-heading:after {
  content: '';
  position: absolute;
  top: 100%;
  left: 0;
  width: 20px;
  height: 2px;
  background: #1D337F;
}

.title-heading.inner:after{
  display: none;
}

.title-heading.inner::before {
  width: 100%;
  background: #2bb567;
}

.title-heading.inner span {
  background: #2bb567;
  color: #fff;
  padding: 6px 15px;
  display: inline-block;
  border-radius: 10px 10px 0px 0px;
}

.title-heading.inner {
  padding-bottom: 0;
}

.title-heading:after {
  left: 25px;
  width: 35px;
  background: #2bb567;
}

.advertiment-box .ad-tbl .inner-tbl table tr th {
  vertical-align: middle;
  background: #67748E;
  color: #fff;
  font-size: 14px;
  font-weight: 600;
}

.advertiment-box .ad-tbl .inner-tbl table tr td:last-child {
  min-width: 190px;
}

.advertiment-box .ad-tbl .inner-tbl table tr th, .advertiment-box .ad-tbl .inner-tbl table tr td {
  text-align: center;
}

.advertiment-box .ad-tbl .inner-tbl table tr th:last-child, .advertiment-box .ad-tbl .inner-tbl table tr td:last-child {
  text-align: center;
}

.advertiment-box .ad-tbl .inner-tbl table tr td {
  vertical-align: middle;
  color: #000;
  font-size: 14px;
  font-weight: 500;
}

.advertiment-box .ad-tbl .inner-tbl table tr td .action-icon a {
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  margin: auto;
  background: #F3F3F5;
  border: solid 1px #cfcfcf5e;
  border-radius: 5px;
  display: block;
}

.advertiment-box .ad-tbl .inner-tbl table tr td .action-icon i {
  font-size: 19px;
  color: #1d337f;
  line-height: 40px;
}


/*application form*/
.application-form-detail .inner-details .inner ol li {
  color: #000;
  font-weight: 500;
  margin-bottom: 10px;
}

.application-form-detail .inner-details .inner  .inner-boxes {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 50px;
}

.application-form-detail .inner-details .inner .inner-boxes .box {
  flex: 0 0 15%;
  border: solid 1px #019293;
  text-align: center;
  position: relative;
  padding: 35px 10px 10px 10px;
  min-height: 110px;
  border-radius: 10px;
}

.application-form-detail .inner-details .inner .inner-boxes .box .icon {
  position: absolute;
  top: -30px;
  left: 50%;
  transform: translateX(-50%);
  background: #019293;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  padding: 15px;
}

.application-form-detail .inner-details .inner .inner-boxes .box .icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.application-form-detail .inner-details .inner .inner-boxes .box .txt {
  color: #019293;
  font-family: 'Inika';
  font-weight: 600;
  font-size: 16px;
}

.application-form-detail .inner-details .inner .inner-boxes .box.two {
  border-color: #D2675B;
}

.application-form-detail .inner-details .inner .inner-boxes .box.two .icon {
  background: #D2675B;
}

.application-form-detail .inner-details .inner .inner-boxes .box.two .txt {
  color: #d2675b;
}

.application-form-detail .inner-details .inner .inner-boxes .box.three {
  border-color: #52AADD;
}

.application-form-detail .inner-details .inner .inner-boxes .box.three .icon {
  background: #52AADD;
}

.application-form-detail .inner-details .inner .inner-boxes .box.three .txt {
  color: #52AADD;
}


.application-form-detail .inner-details .inner .inner-boxes .box.four {
  border-color: #BC8F01;
}

.application-form-detail .inner-details .inner .inner-boxes .box.four .icon {
  background: #BC8F01;
}

.application-form-detail .inner-details .inner .inner-boxes .box.four .txt {
  color: #BC8F01;
}

.application-form-detail .inner-details .inner .inner-boxes .box.five {
  border-color: #FF0051;
}

.application-form-detail .inner-details .inner .inner-boxes .box.five .icon {
  background: #FF0051;
}

.application-form-detail .inner-details .inner .inner-boxes .box.five .txt {
  color: #FF0051;
}

.application-form-detail .inner-details .inner .inner-boxes .box:after {
  content: '\f101';
  position: absolute;
  position: absolute;
  font-family: 'FontAwesome';
  top: 50%;;
  right: -56px;
  ;font-size: 29px;
  ;transform: translateY(-50%);
  color: #019293;
}

.application-form-detail .inner-details .inner .inner-boxes .box:last-child:after {
  display: none;
}

.application-form-detail .inner-details .inner .inner-boxes .box.two:after {
  color: #d2675b;
}

.application-form-detail .inner-details .inner .inner-boxes .box.three:after {
  color: #52aadd;
}

.application-form-detail .inner-details .inner .inner-boxes .box.four:after {
  color: #bc8f01;
}

.application-form-detail .inner-details .apply-btn a {
  border: solid 1px #2bb567;
  padding: 10px 15px;
  display: inline-block;
  border-radius: 8px;
  font-weight: 600;
  color: #fff;
  background-color: #2bb567;
  text-decoration: none;
}

.application-form-detail .inner-details .apply-btn a:hover {
  background: #1d337f;
  border-color: #1d337f;
  color: #fff;
}


/*exam page css*/
.top-banner.inner{
  min-height: 340px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.exam-form-box .sidebar, .exam-form-box .info-top {
  background: #fff;
  box-shadow: 0 0 4px #0000004d;
  padding: 10px;
  border-radius: 10px;
}

.exam-form-box .sidebar ul {
  list-style: none;
  padding: 0;
  margin: 0;
  position: relative;
  padding: 10px 0px;
}

.exam-form-box .sidebar ul:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 40px;
  height: 100%;
  background: #d9d9d96b;
  border-radius: 50px;
}

.exam-form-box .sidebar ul li {
  position: relative;
  padding-left: 48px;
  margin-bottom: 45px;
  color: #000;
  font-weight: 500;
  font-size: 16px;
}

.exam-form-box .sidebar ul li span {
  position: absolute;
  left: 5px;
  top: -4px;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: #fff;
  color: #000;
  text-align: center;
  line-height: 30px;
  font-weight: 600;
}

.exam-form-box .sidebar ul li span:after {
  content: '';
  width: 10px;
  height: 10px;
  position: absolute;
  bottom: -21px;
  left: 50%;
  background: transparent;
  border-radius: 50%;
  transform: translateX(-50%);
}

.exam-form-box .sidebar ul li.active span {
  background: #1D337F;
  color: #fff;
}

.exam-form-box .sidebar ul li.active span:after {
  background: #1D337F;
}

.exam-form-box .sidebar ul li:last-child {
  margin-bottom: 0;
}

.exam-form-box .sidebar ul li.active:last-child span:after, 
.exam-form-box .sidebar ul li:last-child.active.success span:after{
  display: none;
}

.exam-form-box .sidebar ul li.success span {
  background: #2bb567;
  color: #fff;
}

.exam-form-box .sidebar ul li.success span::after {
  background: #2bb567;
}

.exam-form-box .form-details .form-step {
  background: #fff;
  box-shadow: 0 0 4px #0000004d;
  padding: 10px;
  border-radius: 10px;
  margin-bottom: 20px;
}

/*.exam-form-box .form-details .form-step {
  display: none;
}

.exam-form-box .form-details .form-step.active {
  display: block;
}*/

.exam-form-box .form-details .form-step .form-group,
.dshborad-form .inner-box .form-group {
  margin-bottom: 10px;
}

.exam-form-box .form-details .form-step .form-group label,
.dshborad-form .inner-box .form-group label {
  color: #000;
  font-weight: 600;
}

.exam-form-box .form-details .form-step.eligiblity .form-group .options,
.dshborad-form .inner-box .form-group .options {
  margin-top: 5px;
}

.exam-form-box .form-details .form-step.eligiblity .form-group {
  margin-bottom: 15px;
}

.exam-form-box .form-details .form-step .form-group label span,
.dshborad-form .inner-box .form-group label span {
  color: red;
}

.exam-form-box .form-details .form-step .form-group input, .exam-form-box .form-details .form-step .form-group select,
.dshborad-form .inner-box .form-group input, .dshborad-form .inner-box .form-group select {
  padding: 10px 10px;
  outline: none;
  box-shadow: none;
  border: solid 1px #8888889e;
  font-weight:600;
}

.exam-form-box .form-details .form-step .rd-btns label,
.dshborad-form .inner-box .form-group .rd-btns label{
  position: relative;
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 0 0 10px rgba(0, 0, 0, .11);
  margin: 5px 0;
  padding: 5px 15px;
  padding-left: 29px;
  cursor: pointer;
}

.exam-form-box .form-details .form-step .rd-btns label span,
.dshborad-form .inner-box .form-group .rd-btns label span {
  color: #000;
  position: relative;
}

.exam-form-box .form-details .form-step .rd-btns input,
.dshborad-form .inner-box .form-group .rd-btns input {
  position: absolute;
  width: 0;
  height: 0;
  opacity: 0;
}

.exam-form-box .form-details .form-step .rd-btns label span:after, .exam-form-box .form-details .form-step .rd-btns label span:before,
.dshborad-form .inner-box .form-group .rd-btns label span:after, .dshborad-form .inner-box .form-group .rd-btns label span:before{
  content: '';
  position: absolute;
  width: 16px;
  height: 16px;
  top: 2px;
  left: -21px;
  border: solid 1px #000;
  border-radius: 50%;
}

.exam-form-box .form-details .form-step .rd-btns label span:after,
.dshborad-form .inner-box .form-group .rd-btns label span:after {
  width: 10px;
  height: 10px;
  background: #2bb567;
  top: 5px;
  border: none;
  left: -18px;
  opacity: 0;
}

.exam-form-box .form-details .form-step .rd-btns label input:checked ~ span:after,
.dshborad-form .inner-box .form-group .rd-btns label input:checked ~ span:after {
  opacity: 1;
}

.exam-form-box .form-details .form-step .form-group.sub-btn {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.exam-form-box .form-details .form-step .form-group.sub-btn button.next-btn, 
.exam-form-box .form-details .form-step .form-group.sub-btn button.prev-btn,
.exam-form-box .form-details .form-step .form-group.sub-btn button.submit-btn {
  background: #2bb567;
  color: #fff;
  border: solid 1px #2bb567;
  padding: 10px 15px;
  border-radius: 10px;
  font-weight: 600;
}

.exam-form-box .form-details .form-step .form-group.sub-btn button.prev-btn{
  background: transparent;
  color: #2bb567;
}


.exam-form-box .form-details .form-step .form-group.radio-btn .rd label{
  margin-bottom: 10px;
  vertical-align: top;
  display: block;
  width: fit-content;
}

.exam-form-box .form-details .form-step .form-group.radio-btn .rd input {
  display: inline-block;
  margin-right: 4px;
}

.exam-form-box .form-details .form-step .form-group.radio-btn .rd label:first-child {
  margin-right: 20px;
}

.exam-form-box .form-details .form-step .form-group p {
  margin-bottom: 0;
  margin-top: 10px;
  color: #888;
}

.exam-form-box .form-details .form-step .form-group p {
  margin-bottom: 0;
  margin-top: 10px;
  color: #888;
}

.exam-form-box .form-details .form-step .form-group .captcha, .exam-form-box .form-details .form-step .form-group .captcha-refresh {
  font-size: 18px;
  color: #000;
  font-weight: 600;
  margin-right: 8px;
}
.category-select-box, .inner-new-hdn-box{
  display: none;
}

.modal-inner-content .inner-box {
  margin-bottom: 15px;
  background: #fff;
  box-shadow: 0 0 5px #ccc;
  padding: 15px;
  border-radius: 5px;
}

.modal-inner-content .inner-box h3 {
  margin-bottom: 0;
}

.modal-inner-content .inner-box h4 {
  margin-bottom: 20px;
}

.modal-inner-content .bottom-check-content {
  color: #000;
  font-weight: 500;
}

.modal-inner-content .bottom-check-content .text-red {
  color: #f00;
}

.modal-footer.footer-btns button{
  background: #2bb567;
  border-color: #2bb567;
}

/*login page css*/
.login-page .inner-content {
  background: #fff;
  box-shadow: 0 0 5px #0000004f;
  border-radius: 10px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  overflow: hidden;
}

.login-page .inner-content .lft-side {
  background: rgb(1 103 58);
  background: linear-gradient(-113deg, rgb(1 103 58) 0%, rgb(84 137 113) 93%);
  padding: 80px;
  flex: 0 0 50%;
  min-height: 600px;
  position: relative;
}
.login-page .inner-content .lft-side:before{
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../img/texturebg.png) no-repeat center center/cover;
  opacity: 0.2;
  z-index: 0;
}

.login-page.main-login .inner-content {
  align-items: normal;
}

.login-page .inner-content .lft-side .img {
  width: 100%;
  height: 100%;
  position: relative;
}

.login-page .inner-content .lft-side .img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.login-page .inner-content .rgt-side {
  flex: 0 0 50%;
  padding: 15px;
}

.login-page .inner-content .rgt-side .form-group {
  margin-bottom: 20px;
}

.login-page .inner-content .rgt-side .form-group.pass{
  margin-bottom: 5px;
}

.login-page .inner-content .rgt-side .form-group label {
  color: #000;
  font-weight: 500;
  margin-bottom: 7px;
}

.login-page .inner-content .rgt-side .form-group input {
  height: 55px;
  line-height: 55px;
  padding: 10px;
  font-weight: 600;
  outline: none;
  border: solid 1px #8888889e;
  box-shadow: none;
}

.login-page .inner-content .rgt-side  .forgot-password {
  display: flex;
  justify-content: space-between;
  color: #000;
  font-weight: 500;
}

.login-page .inner-content .rgt-side .form-group.submit-btn {
  margin-top: 20px;
}

.login-page .inner-content .rgt-side .form-group.submit-btn button, 
.login-page .inner-content .rgt-side .form-group.submit-btn input[type=submit] {
  width: 100%;
  background: #2bb567;
  color: #fff;
  border: solid 1px #2bb567;
  padding: 10px 15px;
  border-radius: 10px;
  font-weight: 600;
  font-size: 18px;
  transition: 0.3s all linear;
  height: auto;
  line-height: normal;
}

.login-page .inner-content .rgt-side .form-group.submit-btn button:hover,
.login-page .inner-content .rgt-side .form-group.submit-btn input[type=submit]:hover {
  background: transparent;
  color: #2bb567;
}

.login-page .inner-content .rgt-side .back-btn {
  text-align: center;
  font-weight: 600;
  color: #888;
}

/*login info page*/
.login-page.info .inner-content {
  display: block;
  padding: 20px;
}

.login-page.info .inner-content p {
  color: #000;
  font-size: 16px;
  font-weight: 500;
}

.login-page.info .inner-content .login-btn {
  text-align: center;
  margin-top: 30px;
}

.login-page.info .inner-content .login-btn a {
  background: #2bb567;
  color: #fff;
  border: solid 1px #2bb567;
  padding: 10px 15px;
  border-radius: 10px;
  font-weight: 600;
  display: inline-block;
}

.login-page.info .inner-content .login-btn a:hover {
  background: transparent;
  color: #2bb567;
}

.login-page.info {
  min-height: calc(100vh - 311px);
  display: flex;
  justify-content: center;
  align-items: center;
}

/*dashboard page css*/

.bottom-header .main-menu .lgn-btn{
  display: flex;
  justify-content: center;
  align-items: center;
}
.bottom-header .main-menu .lgn-btn #timer {
  margin-right: 10px;
  font-weight: 600;
  color: #fff;
  font-size: 19px;
}

.dashboard-page .info-top {
  background: #fff;
  box-shadow: 0 0 4px #0000004d;
  padding: 10px;
  border-radius: 10px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 10px;
}

.dashboard-page {
  margin-top: 20px;
  margin-bottom: 20px;
}

.dashboard-page .info-top .status-box h3 {
  font-size: 19px;
  color: #000;
  font-weight: 600;
  font-family: 'Inika';
  margin: 0;
}

.dashboard-page .info-top .status-box h3 span {
  background: #ffd6d7;
  padding: 5px 8px;
  display: inline-block;
  border-radius: 5px;
  color: #ea4d67;
}

.dashboard-page .top-bar-cls ul {
  margin: 0;
  list-style: none;
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #f5f5f5;
  padding: 10px;
  border-radius: 10px;
}

.dashboard-page .top-bar-cls ul li {
  flex: 0 0 25%;
  text-align: center;
  color: #000;
  font-weight: 600;
  position: relative;
}

.dashboard-page .top-bar-cls ul li span {
  display: block;
  width: 30px;
  margin: 0px auto 10px;
  background: #d9d9d96b;
  color: #000;
  height: 30px;
  line-height: 30px;
  border-radius: 3px;
  font-weight: 600;
  position: relative;
  text-align: center;
}

.dashboard-page .top-bar-cls ul li:after {
  content: '\f101';
  position: absolute;
  top: 50%;
  left: 100%;
  transform: translateY(-50%);
  font-family: 'FontAwesome';
  font-size: 20px;
  color: #1D337F;
}

.dashboard-page .top-bar-cls ul li:last-child:after {
  display: none;
}

.dashboard-page .top-bar-cls ul li.active span, .dashboard-page .top-bar-cls ul li.current span {
  background: #2bb567;
  color: #fff;
}

.dashboard-page .top-bar-cls ul li span:after {
  content: '\f0d7';
  position: absolute;
  position: absolute;
  font-family: 'FontAwesome';
  bottom: -17px;
  left: 50%;
  transform: translateX(-50%);
  color: #e9e9e9;
  font-size: 18px;

}

.dashboard-page .top-bar-cls ul li.active span:after, .dashboard-page .top-bar-cls ul li.current span:after {
  color: #2bb567;
}

.dshborad-form .inner-box {
  margin-bottom: 20px;
  background: #fff;
  box-shadow: 0 0 5px #ccc;
  padding: 15px;
  border-radius: 5px;
}

.dshborad-form .inner-box .txt {
  margin-bottom: 20px;
}

.dshborad-form .inner-box .inner-form .form-group.update-btns button {
  background: #1d337f;
  border-color: #1d337f;
  border-radius: 10px;
  margin-left: 10px;
  font-size: 16px;
}

.dshborad-form .inner-box .inner-form .form-group.update-btns button::before {
  background: #2bb567;
}

.dshborad-form .inner-box .inner-form .form-group.update-btns button:hover {
  border-color: #2bb567;
}

.dshborad-form .inner-box .inner-form .form-group.update-btns button.theme-btn.outline {
  background: #fff;
  color: #1d337f;
}

.dshborad-form .inner-box .inner-form .form-group.update-btns button.theme-btn.outline:hover {
  color: #fff;
}

.dshborad-form .inner-box .tbl-graduation table{
  border: solid 1px #000;
  border-collapse: initial;
  border-spacing: 0;
}

.dshborad-form .inner-box .tbl-graduation table tr th, .dshborad-form .inner-box .tbl-graduation table tr td {
  padding: 5px;
  text-align: center;
  vertical-align: middle;
  font-size: 14px;
  background: #fff;
  border: solid 1px #000;
  word-break: break-word;
 
}

.dshborad-form .inner-box .tbl-graduation table tr th {
  background: #eaefff;
  font-weight: 600;
}

/* .dshborad-form .inner-box .tbl-graduation table tr th:first-child, .dshborad-form .inner-box .tbl-graduation table tr td:first-child {
  position: sticky;
  top: 0;
  left: 0;
  min-width: 160px;
  max-width: 160px;
}

.dshborad-form .inner-box .tbl-graduation table tr th:nth-child(2), .dshborad-form .inner-box .tbl-graduation table tr td:nth-child(2) {
  position: sticky;
  left: 159px;
  min-width: 160px;
  max-width: 160px;
} */

.dshborad-form .inner-box .tbl-graduation table tr td .btns-cls a {
  color: #2bb567;
  font-size: 16px;
  margin: 0px 5px;
  display: inline-block;
  cursor:pointer;
}

.dshborad-form .inner-box .tbl-graduation table tr td .btns-cls a:last-child {
  color: #b50000;
}

.dshborad-form .inner-box .form-group.content-dv {
  display: none;
}

.dshborad-form .nxt-btns a.outline{
  display: inline-block;
}

.dshborad-form .nxt-btns button, .form-group.education-other button, .dshborad-form .nxt-btns a.outline {
  background: #2bb567;
  color: #fff;
  border: solid 1px #2bb567;
  padding: 10px 15px;
  border-radius: 10px;
  font-weight: 600;
  transition: 0.3s all linear;
}

.dshborad-form .nxt-btns button.outline, .dshborad-form .nxt-btns a.outline {
  color: #2bb567;
  background: transparent;
}

.dshborad-form .nxt-btns button:hover, .form-group.education-other button:hover {
  color: #2bb567;
  background: transparent;
}

.dshborad-form .nxt-btns button.outline:hover, .dshborad-form .nxt-btns a.outline:hover {
  color: #fff;
  background: #2bb567;
}

/*upload photo & signature*/

.inner-box.image-boxes .upload-box p {
  color: #000;
  margin-bottom: 5px;
  font-weight: 500;
}

.inner-box.image-boxes .upload-box label {
  border: 2px dashed #1d337f !important;
  border-radius: 6px !important;
  min-height: 300px;
  text-transform: capitalize !important;
  width: 100%;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  background: #302f750f;
  cursor: pointer;
}

.inner-box.image-boxes .upload-box label input {
  position: absolute;
  width: 0;
  height: 0;
  opacity: 0;
}

.inner-box.image-boxes .upload-box label img.preview {
  visibility: hidden;
}

.inner-box.image-boxes .upload-box.verified label .upload-document-btn {
  display: none;
}

.inner-box.image-boxes .upload-box.verified label img.preview {
  visibility: visible;
}

.inner-box.image-boxes .upload-box label .upload-document-btn img {
  max-width: 40px;
  display: block;
  margin: auto;
}


.inner-box.image-boxes .upload-box label .upload-document-btn span.fl-txt {
  display: block;
  background: #233983;
  color: #fff;
  margin: 10px 0px 0px 0px;
  padding: 7px;
  border-radius: 5px;
  font-size: 14px;
}

.inner-box.image-boxes .upload-box label .upload-document-btn span.sml-txt {
  font-size: 10px;
  color: #000;
}


.up-popup-box {
  width: 100%;
  height: 100%;
  background: #00000059;
  justify-content: center;
  align-items: center;
}

.up-popup-box .modal-content {
  max-width: 500px;
  padding: 15px;
}

.up-popup-box .modal-content .pop-inner-img {
  width: 100%;
  height: 350px;
  padding: 15px;
}

.up-popup-box .modal-content .pop-inner-img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.dshborad-form.upload-page .upload-instrusctions ul li {
  color: #000;
  font-weight: 500;
}

.up-popup-box .modal-content .close.tp-btn {
  display: none;
}

.up-popup-box .modal-content p a {
  color: #f00;
  font-weight: 500;
  font-size: 13px;
}

.up-popup-box .modal-content .button-container {
  text-align: right;
}

.up-popup-box .modal-content .button-container button {
  border: solid 1px #2bb567;
  padding: 10px 15px;
  display: inline-block;
  border-radius: 8px;
  font-weight: 600;
  color: #2bb567;
  text-decoration: none;
  margin-left: 10px;
  background: transparent;
}

.up-popup-box .modal-content .button-container button.verify {
  background: #2bb567;
  color: #fff;
}

.up-popup-box .modal-content .button-container button.verify:disabled {
  opacity: 0.6;
  cursor: not-allowed;
}

.dshborad-form.upload-page .upload-instrusctions 
.upload-document-link {
  margin-bottom: 10px;
}

.dshborad-form.upload-page .upload-instrusctions .upload-document-link a {
  font-weight: 600;
  color: #2bb567;
}

.dshborad-form.upload-page .upload-instrusctions p {
  margin-bottom: 0;
  color: #000;
  font-weight: 500;
  font-size: 14px;
}

.declaration-page-pop {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #fff;
  box-shadow: 0 0 5px #ccc;
  padding: 15px;
  margin-bottom: 20px;
  border-radius: 5px;
}

.declaration-page-pop .img-box {
  flex: 0 0 50%;
  text-align: center;
  border-right: solid 1px #ccc;
}

.declaration-page-pop .img-box .img img {
  object-fit: contain;
  height: 100%;
  max-height: 210px;
}

.declaration-page-pop .img-box .img {
  width: 100%;
  height: 100%;
}

.declaration-page-pop .img-box.sign {
  border-right: none;
}

.declaration-confirmation label {
  color: #000;
  font-weight: 500;
  position: relative;
  padding-left: 21px;
}

.declaration-confirmation label input {
  position: absolute;
  left: 0;
  top: 4px;
}

.dec-box-main .modal-footer button {
  background: #2bb567;
  border-color: #2bb567;
  transition: 0.3s all linear;
}

.dec-box-main .modal-footer button.btn.btn-secondary:hover{
 background: #2bb567;
 color: #fff;
}

.dec-box-main .modal-footer button.btn.btn-secondary, .dec-box-main .modal-footer button:hover {
  background: transparent;
  color: #2bb567;
}

/*payment page css*/

.pay-details .pay-content-main {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}

.pay-details .pay-content-main .inner {
  flex: 0 0 31%;
  text-align: center;
  border: solid 1px #cef3e2;
  border-radius: 5px;
  overflow: hidden;
}

.pay-details .pay-content-main .inner h5 {
  padding: 6px 10px;
  font-size: 16px;
  background: #cef3e2;
  color: #000000;
  font-weight: 600;
}

.pay-details .pay-content-main .inner h6 {
  font-size: 18px;
  padding: 10px;
  font-weight: 700;
  color: #2bb567;
  margin-top: 6px;
}

.pay-details .inner-box .persnl-details {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: flex-start;
}

.pay-details .inner-box .persnl-details .lft-side {
  flex: 0 0 24%;
  background: #fff;
  border: solid 1px #2bb567;
  border-radius: 5px;
}

.pay-details .inner-box .persnl-details .lft-side .ph-img {
  width: 100%;
  height: 250px;
  border-bottom: solid 1px #2bb567;
  padding: 10px;
}

.pay-details .inner-box .persnl-details .lft-side .ph-img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.pay-details .inner-box .persnl-details .lft-side .sig-img {
  width: 100%;
  height: 85px;
  padding: 10px;
}

.pay-details .inner-box .persnl-details .lft-side .sig-img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.pay-details .inner-box .persnl-details .rgt-side {
  flex: 0 0 74%;
}

.pay-details .inner-box .persnl-details .rgt-side table tr td, .pay-details .inner-box .category-box table tr td {
  color: #000;
  padding-bottom: 10px;
  font-size: 15px;
  width: 50%;
}

.pay-details .inner-box .nationality-box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}

.pay-details .inner-box .nationality-box h5, .pay-details .inner-box .nationality-box h6 {
  font-size: 15px;
  color: #000;
  flex: 0 0 22%;
}

.pay-details .inner-box .nationality-box h6 {
  font-weight: 600;
  flex: 0 0 75%;
}

.pay-details .inner-box .education-tbl table tr th {
  background-color: #eaefff;
  font-weight: 600;
  font-size: 14px;
  vertical-align: middle;
  padding: 5px;
  line-height: 1.5em;
}

.pay-details .inner-box .education-tbl table tr td {
  vertical-align: middle;
  font-size: 14px;
  color: #000;
  border-color: #9bb4d7;
}

.pay-details .inner-box .education-tbl table tr {
  border-color: #9bb4d7;
}

.pay-details .inner-box.exp-box .category-box table tr td {
  vertical-align: baseline;
  padding-right: 30px;
}

.pay-details .inner-box.dec-box .dec-boxes label {
  color: #000;
  font-weight: 500;
  margin-bottom: 20px;
}

.pay-details .inner-box.dec-box .dec-boxes label input {
  position: absolute;
  width: 0;
  height: 0;
}

.pay-details .inner-box.dec-box .dec-boxes label span {
  position: relative;
  padding-left: 30px;
  display: block;
}

.pay-details .inner-box.dec-box .dec-boxes label span:before {
  content: '';
  position: absolute;
  top: 3px;
  left: 0;
  width: 20px;
  height: 20px;
  border: solid 2px #2bb567;
  border-radius: 4px;
  background: transparent;
}

.pay-details .inner-box.dec-box .dec-boxes label span:after {
  content: '\f00c';
  position: absolute;
  left: 5px;
  top: 3px;
  font-family: 'FontAwesome';
  font-size: 13px;
  line-height: 20px;
  color: #fff;
}

.pay-details .inner-box.dec-box .dec-boxes label input:checked ~ span:before {
  background: #2bb567;
}

.dshborad-form.pay-details .btm-signature {
  text-align: right;
  margin-bottom: 20px;
}

.dshborad-form.pay-details .btm-signature img {
  width: 100%;
  max-width: 120px;
  object-fit: contain;
}

.exam-form-box .form-details .form-step p {
  color: #000 !important;
}

.modal-inner-content .inner-box h4.font16 {
  font-family: 'Montserrat' !important;
  font-size: 14px;
  word-break: break-all;
}

.dshborad-form .inner-box .txt h4.inika.font16.medium {
  font-family: 'Montserrat' !important;
}

.upload-document-btn.uploaded img {
  max-width: 90px !important;
}

.exam-form-box .form-details .form-step p.text-danger {
    color: #dc3545!important;
}

/* confirmpage css */
.dshborad-form .top-new-btns .inner-btns{
  display: inline-block;
  background: #2bb567;
  color: #fff;
  border: solid 1px #2bb567;
  text-decoration: none;
  padding: 8px 15px;
  font-weight: 600;
  font-size: 16px;
  border-radius: 5px;
  margin-left: 5px;
  transition: 0.4s all linear;
}

.dshborad-form .top-new-btns .inner-btns:hover{
  color: #2bb567;
  background: transparent;
}

.dshborad-form .top-new-btns .inner-btns.cencel-btn{
  background: #ea4d67;
  border-color: #ea4d67;
}

.dshborad-form .top-new-btns .inner-btns.cencel-btn:hover{
  color: #ea4d67;
  background: transparent;
}

.dshborad-form.pay-details.last-pay .nxt-btns.pay-btns form {
  display: inline-block;
}

.dshborad-form.pay-details.last-pay .nxt-btns.pay-btns form input {
  background: #2bb567;
  color: #fff;
  border: solid 1px #2bb567;
  padding: 10px 15px;
  border-radius: 10px;
  font-weight: 600;
  transition: 0.3s all linear;
}

.dshborad-form.pay-details.last-pay .nxt-btns.pay-btns form input:hover {
  background: transparent;
  color: #2bb567;
}

.error-pop-cls h5.modal-title {
  color: #f90000;
  margin-left: 0px !important;
  font-weight: 600;
}

.error-pop-cls 
button.close.close-errors {
  background: #f90000;
  width: 30px;
  height: 30px;
  color: #fff;
  line-height: 30px;
  border-radius: 3px;
  font-weight: 600;
}

.error-pop-cls .modal-body {
  color: #000;
}

.app_close-box {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 50px;
  margin-bottom: 50px;
}

.app_close-box .application-close-box {
  background: #fff;
  box-shadow: 0 0 5px #0000004f;
  border-radius: 10px;
  padding: 15px;
  min-height: calc(100vh - 311px);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.app_close-box .application-close-box .back-btn {
  margin-bottom: 10px;
}

.app_close-box .application-close-box .back-btn a.btns {
  background: #2bb567;
  color: #fff;
  border: solid 1px #2bb567;
  padding: 10px 15px;
  border-radius: 10px;
  font-weight: 600;
  font-size: 18px;
  transition: 0.3s all linear;
  line-height: normal;
  display: inline-block;
}

/* 26-02-2025 */
.top-header.inner-new-header .main-logo.new-css {
  height: auto;
}
.top-header.inner-new-header .main-logo a {
  display: flex;
  flex-wrap: wrap;
  justify-content: start;
  align-items: center;
  color: #000;
}

.top-header.inner-new-header .main-logo.new-css a img {
  max-width: 150px;
}

.top-header.inner-new-header .main-logo.new-css a  .txt {
  width: calc(100% - 152px);
}

.top-header.inner-new-header .main-logo.new-css a .txt h3, .top-header .main-logo.new-css a .txt h4 {
  font-size: 19px;
  font-weight: 700;
  margin:0px;
}

.top-header.inner-new-header .main-logo.new-css a .txt h4{
  font-size: 12px;
}

.top-header.inner-new-header .main-logo.new-css .txt h4 {
  display: block;
}

.advertiment-box.main-pg, .application-form-detail.main-pg {
  padding-left: 15px;
  padding-right: 15px; 
}
.advertiment-box.main-pg .title-heading, .application-form-detail.main-pg .title-heading {
  background: #2bb567;
  padding: 5px;
  color: #fff !important;
  margin-bottom: 10px;
}

.advertiment-box.main-pg .title-heading:before,.advertiment-box.main-pg .title-heading:after, .application-form-detail.main-pg .title-heading:after,.application-form-detail.main-pg .title-heading:before {
  display: none;
}

.advertiment-box.main-pg .inner-tbl table {
  margin-bottom: 0; 
}

.advertiment-box.main-pg .ad-tbl, .application-form-detail.main-pg .inner-details {
  padding: 10px; 
}

.dshborad-form .inner-box.multi-posts .form-group label {
  display: block;
  width: 100%;
}

.dshborad-form .inner-box.multi-posts .form-group span {
  color: #000;
    position: relative;
    margin-left: 21px;
    font-size: 13px;
    display: block;
    width: 100%;
}

.dshborad-form .inner-box.multi-posts .form-group .sngl-depart{
  font-size: 13px;
  color: #222;
  padding-left: 23px;
}

.dshborad-form .inner-box.multi-posts .form-group span:before, .dshborad-form .inner-box.multi-posts .form-group span:after {
  content: '';
    position: absolute;
    width: 16px;
    height: 16px;
    top: 3px;
    left: -21px;
    border: solid 1px #000;
    border-radius: 2px;
    background: transparent;
}

.dshborad-form .inner-box.multi-posts .form-group span:after {
  content: '\f00c';
    font-family: 'FontAwesome';
    top: 0px;
    width: auto;
    height: auto;
    font-size: 11px;
    background: transparent;
    border: none;
    left: -18px;
    color: transparent;
}

.dshborad-form .inner-box.multi-posts .form-group  input {
  position: absolute;
  width: 0;
  height: 0;
}

.dshborad-form .inner-box.multi-posts .form-group input:checked ~ span:after {
  color: #fff;
}

.dshborad-form .inner-box.multi-posts .form-group input:checked ~ span:before {
  background: #2bb567;
  border-color: #2bb567;
}

.dshborad-form .inner-box.multi-posts .post-names {
  color: #04f;
  font-weight: 600 !important;
  margin-top: 12px;
  font-size: 12px;
}

.mult-pst-show li {
  font-size: 14px;
  color: #000;
  padding-bottom: 10px;
}

.confirmation-popup.custom-bx {
  z-index: 99;
}

.confirmation-popup.custom-bx p {
  color: #000;
  font-weight: 600;
}

.confirmation-popup.custom-bx button {
  border: none;
  background: #2bb567;
  color: #fff;
  padding: 7px 20px;
  border-radius: 5px;
}

.confirmation-popup.custom-bx button#confirmNo {
  background: #d63127;
}

.inner-tbl.eligibilty-box table td:first-child {
  width: 70% !important;
}

.inner-tbl.eligibilty-box table tr td:last-child {
  width: 30% !important;
  padding-left: 20px !important;
}

/* new admit card */

.login-page.admit-card-new .inner-content ul.nav li button {
    border: solid 1px #2bb567;
    font-size: 14px;
    padding: 8px 15px;
    margin-right: 5px;
    border-radius: 4px;
    color: #000;
    margin-bottom: 10px;
}

.login-page.admit-card-new .inner-content ul.nav li button.active, .login-page.admit-card-new .inner-content ul.nav li button:hover {
    background: #2bb567;
    color: #fff;
}

.login-page.admit-card-new .inner-content ul.nav {
    border: none;
}

.login-page.admit-card-new .inner-content .tab-content {
    padding: 12px;
}

.login-page.admit-card-new .inner-content .tab-content .form-group {
    margin-bottom: 10px;
}

.login-page.admit-card-new .inner-content .tab-content .form-group label {
    color: #000;
    font-weight: 500;
    margin-bottom: 7px;
}

.login-page.admit-card-new .inner-content .tab-content .form-group input {
    height: 35px;
    line-height: 35px;
    padding: 10px;
    font-weight: 600;
    outline: none;
    border: solid 1px #8888889e;
    box-shadow: none;
}

.login-page.admit-card-new .inner-content .tab-content .form-group.submit-btn {
    text-align: center;
}

.login-page.admit-card-new .inner-content .tab-content .form-group.submit-btn input {
    max-width: 360px;
    background: #2bb567;
    color: #fff;
    border: solid 1px #2bb567;
    padding: 10px 15px;
    border-radius: 10px;
    font-weight: 600;
    font-size: 18px;
    transition: 0.3s all linear;
    height: auto;
    line-height: normal;
    width: 100%;
    margin: 10px auto 0px;
}
/*responsive*/

@media (max-width: 1399px){
  .top-banner.inner {
    min-height: 250px;
  }

  .login-page .inner-content .lft-side {
    padding: 40px;
    min-height: 450px;
    display: flex;
    align-items: center;
  }

  .login-page .inner-content .lft-side .img {
    height: 330px;
  }

  .login-page {
    margin: 30px 0px;
}

.login-page .inner-content .rgt-side .form-group {
    margin-bottom: 15px;
}

.login-page .inner-content .rgt-side .form-group input {
    height: 35px;
    line-height: 35px;
}
.exam-form-box .form-details .form-step .form-group label, .dshborad-form .inner-box .form-group label {
  font-size: 14px;
}

}

@media (max-width: 1199px){
  .top-banner .impt-box .application-btm p {
    font-size: 14px;
  }

  .top-banner .impt-box .dates-box .box .txt h5 {
    font-size: 16px;
  }

  .top-banner .impt-box h4 {
    font-size: 16px;
  }

  .top-banner .impt-box .dates-box .box .txt p {
    font-size: 15px;
  }

  .application-form-detail .inner-details .inner .inner-boxes .box:after {
    right: -45px;
  }
  .top-header.inner-new-header .main-logo.new-css .txt h4{
    display: none;
  }
  .top-header.inner-new-header .enquriy-boxes .bx a{
    padding: 8px;
    padding-left: 49px;
  }

  .top-header.inner-new-header .enquriy-boxes .bx.two a {
    padding-left: 5px;
    padding-right: 49px;
  }

  .top-header.inner-new-header .enquriy-boxes .bx span {
    font-size: 15px;
  }

  .top-header.inner-new-header .enquriy-boxes .bx .txt p {
    font-size: 12px;
  }

  .top-header.inner-new-header .main-logo.new-css a .txt h3 {
    font-size: 17px;
  }
}

@media (max-width: 991px){

  header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
    background: #fff;
  }

  .top-header .enquriy-boxes{
    display: none;
  }

  .bottom-header .main-menu {
    position: fixed;
    z-index: 999;
    background: #ebfff5;
    left: -100%;
    top: 94px;
    width: 100%;
    padding: 10px;
    overflow: auto;
    height: 100vh;
    padding-bottom: 180px;
    transition: 0.4s all linear;
  }

  .bottom-header .main-menu ul li {
    display: block;
    text-align: left;
    border-bottom: solid 1px #ccc;
  }

  .bottom-header .main-menu ul li a{
    color: #000;
  }

  .bottom-header .main-menu .lgn-btn {
    position: relative;
    right: auto;
    top: auto;
    transform: none;
    margin-top: 19px;
  }

  .bottom-header .main-menu .lgn-btn a {
    display: inline-block;
  }

  .top-banner {
    margin-top: 94px;
    padding: 30px 0px;
  }

  .top-banner .banner-txt {
    text-align: center;
    margin-bottom: 30px;
  }

  .top-banner.inner .banner-txt {
    margin-bottom: 0;
  }

  .bottom-header {
    position: relative;
  }

  body.menu-open .main-menu {
    left: 0;
  }
  .menu-open .bottom-header .nav-btn span.middle.nav-icon {
    display: none;
  }

  .menu-open .bottom-header .nav-btn span.top.nav-icon {
    transform: rotate(45deg);
    top: 8px;
  }

  .menu-open .bottom-header .nav-btn span.bottom.nav-icon {
    transform: rotate(-45deg);
    width: 32px;
    top: 8px;
  }

  .top-header .container {
    max-width: 100%;
  }

  .application-form-detail .inner-details .inner .inner-boxes {
    flex-wrap: wrap;
  }

  .application-form-detail .inner-details .inner .inner-boxes .box {
    margin-bottom: 48px;
    flex: 0 0 48%;
  }

  .application-form-detail .inner-details .inner .inner-boxes .box:after {
    display: none;
  }

  .exam-form-box .container {
    max-width: 100%;
  }

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

  .login-page {
    margin-top: 120px !important;
  }

  .login-page .inner-content .lft-side, .login-page .inner-content .rgt-side {
    flex: 0 0 100%;
  }

  .login-page .inner-content .lft-side .img {
    height: 210px;
  }

  .login-page .inner-content .lft-side {
    padding: 15px;
    min-height: auto;
  }

  .dashboard-page, .exam-form-box {
    margin-top: 120px !important;
  }

  .dashboard-page .info-top {
    flex-direction: column;
    align-items: flex-start;
  }

  .dashboard-page .top-bar-cls ul li:after {
    display: none;
  }

  .dshborad-form .inner-box .row {
    align-items: flex-end;
  }
  .pay-details .inner-box .persnl-details .lft-side, .pay-details .inner-box .persnl-details .rgt-side {
    flex: 0 0 100%;
  }

  .pay-details .inner-box .persnl-details .lft-side {
    margin-bottom: 20px;
  }

  .app_close-box {
    margin-top: 100px;
}
.top-header.inner-new-header .main-logo.new-css .txt h4{
  display: none;
}

.top-header.inner-new-header .main-logo.new-css a .txt h3 {
  font-size: 14px;
}

.top-header.inner-new-header .main-logo.new-css a img {
  max-width: 80px;
}
}

@media (max-width: 767px){
  .advertiment-box .container, .application-form-detail .container {
    max-width: 100%;
  }

  .mb50, .mt50 {
    margin: 30px 0px;
  }
  .exam-form-box .sidebar {
    margin-bottom: 30px;
  }

  .exam-form-box .info-top h4 {
    font-size: 14px;
  }
  .exam-form-box .sidebar {
    display: none;
  }

  .dashboard-page .container, .dshborad-form .container {
    max-width: 100%;
  }

  .dashboard-page .top-bar-cls ul li {
    font-size: 12px;
    line-height: normal;
  }

  .dashboard-page .top-bar-cls ul {
    align-items: baseline;
  }

  .title-heading.inner {
    font-size: 14px;
    line-height: normal;
  }

  .dshborad-form .inner-box .inner-form .form-group.update-btns button {
    font-size: 14px;
    padding: 6px 17px;
  }

  .dshborad-form .inner-box .form-group.update-btns {
    text-align: center !important;
  }

  .dshborad-form .inner-box .tbl-graduation table tr th:first-child, .dshborad-form .inner-box .tbl-graduation table tr td:first-child {
    position: static;
  }

  .dshborad-form .inner-box .tbl-graduation table tr th:nth-child(2), .dshborad-form .inner-box .tbl-graduation table tr td:nth-child(2) {
    position: static;
  }

  .dashboard-page .info-top .status-box h3 {
    font-size: 14px;
    margin-top: 10px;
  }

  .inner-box.image-boxes .upload-box label {
    min-height: 220px;
  }

  .inner-box.image-boxes .upload-box {
    margin-bottom: 20px;
  }

  .inner-box.image-boxes .inst-btm-txt {
    margin-top: 0;
  }

  .upload-instrusctions h3 {
    font-size: 16px;
  }

  .up-popup-box .modal-content {
    margin: 0px 15px;
  }

  .pay-details .pay-content-main .inner {
    flex: 0 0 100%;
    margin-bottom: 15px;
  }

  .pay-details .inner-box .persnl-details .rgt-side table tr td, .pay-details .inner-box .category-box table tr td {
    width: 100%;
    display: block;
    padding-bottom: 0;
  }

  .pay-details .inner-box .persnl-details .rgt-side table tr, .pay-details .inner-box .category-box table tr {
    border-bottom: solid 1px #e9e9e9;
    display: block;
    padding-bottom: 10px;
    margin-bottom: 10px;
  }

  .pay-details .inner-box .persnl-details .rgt-side table tr:last-child, .pay-details .inner-box .category-box table tr:last-child {
    border-bottom: none;
  }

  .dshborad-form .inner-box .inner-form .form-group.update-btns button.theme-btn.outline {
    margin-bottom: 10px;
  }

  .login-page .inner-content .rgt-side .form-group.submit-btn button, 
  .login-page .inner-content .rgt-side .form-group.submit-btn input[type=submit]{
    font-size: 16px;
  }

  .dshborad-form .top-new-btns .inner-btns {
    display: block;
    margin-bottom: 10px;
    text-align: center;
    margin-left: 0;
  }

  .dshborad-form .top-new-btns {
    text-align: center;
  }

  .advertiment-box.main-pg, .application-form-detail.main-pg {
    padding-left: 0px;
    padding-right: 0px;
}

.login-page.admit-card-new .inner-content ul.nav li {
    width: 100%;
    display: block;
}

.login-page.admit-card-new .inner-content ul.nav li button {
    width: 100%;
    margin-right: 0;
}

}

@media (max-width: 576px){
  .top-banner .banner-txt h3 {
    font-size: 24px;
  }

  .application-form-detail .inner-details .inner .inner-boxes .box {
    flex: 0 0 100%;
  }

  .application-form-detail .inner-details ol {
    padding: 0;
    list-style: none;
  }

  .top-header .main-logo img {
    width: 100%;
    max-width: 270px;
  }

  .top-banner.inner {
    min-height: 160px;
  }
}