body {
	background: #fef8de;
}
.brown {
	color: #ac3100;
}
.black {
	color: #000000;
}
.no-padding {
	padding: 0;
}
.no-margin {
	margin: 0;
}
.no-left-padding {
	padding-left: 0;
}
.no-right-padding {
	padding-right: 0;
}
.error { color:rgba(208,0,3,1.00); font-weight:600;}
header {
	background: #ffbc78;
	-webkit-box-shadow: 0px 4px 5px 0px rgba(204,150,96,1);
	-moz-box-shadow: 0px 4px 5px 0px rgba(204,150,96,1);
	box-shadow: 0px 4px 5px 0px rgba(204,150,96,1);
}
footer {
	background: #fef8de;
	font-size: 14px;
	vertical-align: bottom;
	position: relative;
	margin: 25px auto;
}
footer p {
	margin-bottom: 2px;
}
.main-logo img {
	margin: 0 auto;
}
.header-text {
	font-size: 20px;
	color: #800000;
	vertical-align: middle;
}
.header-text p {
	margin-top: 6%;
	margin-bottom: 0;
	text-align: center;
}
.header-text p:last-child {
	margin-top: 0;
}
.header-line {
	border-bottom: 1px solid #800000;
	width: 100%;
	margin: 2px 0;
}
.lo-btn button, #changePassword {
    background: #f58b19;
    color: #000;
    border: none;
    outline: none;
    border-radius: 10px;
    background-color: rgb(245, 139, 25);
    box-shadow: 0px 3px 0px 0px rgb(0 0 0 / 20%);
    padding: 10px 30px;
    font-weight: 600;
}
.btn-section {
	float: right;
	margin-right: 15%;
	padding-bottom: 15px;
	margin-top: 7px;
}
.cp-btn {
	display: inline-block;
	margin-right: 20px;
}
.cp-btn button {
	background: #f58b19;
	color: #fff;
	border: none;
	outline: none;
	border-radius: 5px;
	-webkit-box-shadow: -2px 9px 5px 0px rgba(204,150,96,1);
	-moz-box-shadow: -2px 9px 5px 0px rgba(204,150,96,1);
	box-shadow: -2px 9px 5px 0px rgba(204,150,96,1);
	padding: 10px 15px;
}
.lo-btn {
	display: inline-block;
}
.containers{
	padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}
.breadcrumb li a.active {
    background: #f7bc06;
    color: #000;
}
.breadcrumb li:first-child a {
    padding-left: 10px;
}
.breadcrumb li a {
    color: white;
    text-decoration: none;
    padding: 10px 0 10px 65px;
    background: #9B9B9B;
    position: relative;
    display: block;
    float: left;
}
.breadcrumb {
    list-style: none;
    overflow: hidden;
    font: 18px Sans-Serif;
    padding: 0;
    margin: 2% 0 2% 60px;
    background-color: transparent;
}
.breadcrumb li a.active::after {
    border-left: 30px solid #f7bc06;
}
.breadcrumb li a::after {
    content: " ";
    display: block;
    width: 0;
    height: 0;
    border-top: 50px solid transparent;
    border-bottom: 50px solid transparent;
    border-left: 30px solid #9B9B9B;
    position: absolute;
    top: 50%;
    margin-top: -50px;
    left: 100%;
    z-index: 2;
}
.breadcrumb li a::before {
    content: " ";
    display: block;
    width: 0;
    height: 0;
    border-top: 50px solid transparent;
    border-bottom: 50px solid transparent;
    border-left: 30px solid white;
    position: absolute;
    top: 50%;
    margin-top: -50px;
    margin-left: 1px;
    left: 100%;
    z-index: 1;
}
.breadcrumb li {
    float: left;
}
.breadcrumb>li {
    display: inline-block;
}
.section_custom {
    padding: 15px;
    /* background: rgba(255, 255, 255, 0.79); */
    background: rgb(255 255 255 / 35%);
    box-shadow: 0 1px 6px 0px rgb(0 0 0 / 10%);
    border-radius: 3px;
    border-top: 3px solid #0f387a;
}
.lo-btn button, .btn-link {
	background: #f58b19;
	color: #000;
	border: none;
	outline: none;
	border-radius: 10px;
    background-color: rgb(245, 139, 25);
  	box-shadow: 0px 3px 0px 0px rgba(0, 0, 0, 0.2);
	padding: 10px 30px;
	font-weight:600;
}
#main-section {
	background: #fff;
	padding: 0 20px;
	box-shadow: 0px 3px 7px 0px rgba(0, 0, 0, 0.2);
}
.note-section {
	padding: 40px;
}
.read-below-text {
	font-size: 16px;
}
.noting {
	margin-left: 12px;
}
.noting li {
	font-size: 14px;
	line-height: 25px;
}
.per-details {
	width: 90%;
	padding: 0 20px;
	background: #ffbc78;
	margin: 0 auto;
	box-shadow: 0px 3px 2px 0px rgba(0, 0, 0, 0.27);
	margin-bottom: 20px;
}
.per-details p {
	padding: 15px 0;
}
.personal-left-text {
	font-size: 18px;
	color: #000;
	text-align: left;
}
.personal-numbering {
	color: #000;
	font-size: 16px;
	float: right;
}
.redStar {
	color: #ff3600;
	vertical-align: top;
}
.inputBox {
	margin-bottom: 15px;
}
.inputBox .form-control {
	border: 1px solid #b7b8b8;
}
.inputBox .form-control:focus {
	border: 1px solid #11c63c
}
.inputBox .lableN {
	text-align: right;
	vertical-align: bottom;
	height: 35px;
	line-height: 35px;
	color: #000;
}
.Wrap {
	width: 90%;
	display: block;
	position: relative;
	min-height: 400px;
	height: auto;
	margin: 0 auto; 
	margin-top: 30px;
}
.select-box {
	position: relative;
}
/*
select {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}
select::-ms-expand {
  display:none;
}
*/
.select-arrow {
    position: absolute;
    top: 9px;
	right: 25px;
    z-index: 0;
    color: #fff;
    pointer-events: none;
    border: 1px solid 
}
.inputBox button {
	width: 100%;
	background: none;
	border: 1px solid #b7b8b8;
	outline: medium none;
	border-radius: 5px;
	padding: 6px;
	color: #000;
}
.reset-section {
	padding-bottom: 15px;
	margin-top: 30px;
	display: block;
	text-align: right;
	margin-bottom: 60px;
}
.reset-btn {
	display: inline-block;
	margin-right: 0;
	margin-left: 40px;
}
.reset-btn input {
	background: #f58b19;
	color: #000;
	border: none;
	outline: none;
	border-radius: 5px;
	box-shadow: 0px 3px 0px 0px rgba(0, 0, 0, 0.2);
	width: 100%;
	padding: 10px 0px;
}
.continue-btn {
	display: inline-block;
	float: center;
	width: 100%;
}
.continue-btn input {
	background: #f58b19;
	color: #000;
	border: none;
	outline: none;
	border-radius: 5px;
	box-shadow: 0px 3px 0px 0px rgba(0, 0, 0, 0.2);
	width: 100%;
	padding: 10px 0px;
}
/*payment-page*/
.payment-page {
	margin-top: 40px;
}
.payment-wrap {
	width: 90%;
	display: block;
	position: relative;
	height: auto;
	margin: 0 auto; 
	
}
.verify-section {
	margin-left: 25px;
	font-size: 14px;
	color: #000
}
.name-fee-section {
	margin-left: 20px;
}
.name-fee-section1 {
	margin-bottom: 20px;
}
.name-fee-section1 div {
	display: inline-block;
	vertical-align: middle;
}
.name-fee-section1 div:first-child {
	width: 14%;
	text-align: right;
	margin-right: 50px;
}
.captha-section {
	width: 30%;
	margin: 6% auto;
}
.disclaimer-section {
	margin-left: 5%;
}
.disclaimer-section p {
	margin-bottom: 0;
	color: #000;
}
.disclaimer-line {
	width: 95%;
	background: #000;
	height: 1px;
	margin: 1px 0 0 0;
}
.hereby-text {
	margin: 4% 0 3% 0;
	padding: 0 43px 0 0
}
.agree-section{
	float: right;
	margin-right: 10%;
	margin-top: 2%;
	color: #000;
}
.submit-pay-btn {
	float: right;
	margin: 7% 3%;
}
.submit-pay-btn button {
	background: #f58b19;
	color: #000;
	border: none;
	outline: none;
	border-radius: 5px;
	box-shadow: 0px 3px 0px 0px rgba(0, 0, 0, 0.2);
	width: 100%;
	padding: 10px 50px;
}
/*payment-page-end*/
/*student-page*/
.review-section {
	padding-bottom: 15px;
	margin-top: 5%;
	display: block;
	text-align: right;
	margin-bottom: 10%;
	margin-right: 4.5%;
}
.review-btn {
	display: inline-block;
	margin-right: 0;
	margin-left: 60px;
}
.review-btn button {
	background: #f58b19;
	color: #000;
	border: none;
	outline: none;
	border-radius: 5px;
	box-shadow: 0px 3px 0px 0px rgba(0, 0, 0, 0.2);
	width: 100%;
	padding: 10px 0px;
	text-align: center;
	font-size: 14px;
	font-weight: 600;
}
.review-btn input {
	background: #f58b19;
	color: #000;
	border: none;
	outline: none;
	border-radius: 5px;
	box-shadow: 0px 3px 0px 0px rgba(0, 0, 0, 0.2);
	width: 100%;
	padding: 10px 0px;
}
.disclaimer-line1 {
	width: 10%;
	background: #000;
	height: 1px;
	margin: 1px 0 0 0;
}
/*student-page-end*/
/*education-page*/
.edubtn-section {
	padding-bottom: 15px;
	margin-top: 5%;
	display: block;
	text-align: right;
	margin-bottom: 10%;
	margin-right: 4.5%;
}
.edubtn-btn {
	display: inline-block;
	margin-right: 0;
	margin-left: 60px;
}
.edubtn-btn input {
	background: #f58b19;
	color: #000;
	border: none;
	outline: none;
	border-radius: 5px;
	box-shadow: 0px 3px 0px 0px rgba(0, 0, 0, 0.2);
	width: 100%;
	padding: 10px 0px;
}
.Wrap-edu {
	width: 90%;
	display: block;
	position: relative;
	min-height: 400px;
	height: auto;
	margin: 0 auto; 
}
.exam-text {
	margin-left: 20px;
	color: #000;
}
.Wrap-edu .btn-edu {
	text-align: left;
	padding-left: 18px;
	height: 40px;
}
.per-details1 {
	width: 100%;
	padding: 0 20px;
	background: #ffbc78;
	margin: 0 auto;
	box-shadow: 0px 3px 2px 0px rgba(0, 0, 0, 0.27);
	margin-bottom: 30px;
	margin-top: 5%;
}
.per-details1 p {
	padding: 15px 0;
}
.box-small {
	font-size: 14px;
	display: block;
	margin-top: 0;
	margin-bottom: 0px;
}
.box-small1 {
	font-size: 9px;
	display: block;
	margin-top: 0;
	margin-bottom: 0;
}
.Wrap-edu .form-control {
}
.inputBox .btn-edu {
    width: 100%;
    background: none;
    border: 1px solid #b7b8b8;
    outline: medium none;
    border-radius: 5px;
    padding: 8px 17px;
    color: #000;
}
.double-line {
	padding: 2px 17px !important;
}
.Wrap-edu .inputBox .form-control {
	height: 40px;
}
/*education-page-end*/
/*admit-card-page*/
.Wrap-admit {
	width: 90%;
	display: block;
	position: relative;
	min-height: 400px;
	height: auto;
	margin: 0 auto;
	margin-left: 8%; 
}
.Wrap-admit .inputBox .lableN {
    text-align: left;
}
.print-btn {
	display: inline-block;
	margin-right: 0;
	margin-left: 8px;
}
.print-btn button {
	background: #f58b19;
	color: #000;
	border: none;
	outline: none;
	border-radius: 5px;
	box-shadow: 0px 3px 0px 0px rgba(0, 0, 0, 0.2);
	width: 100%;
	padding: 10px 0px;
}
.print-section {
	padding-bottom: 15px;
	margin-top: 30px;
	display: block;
	text-align: right;
	margin-bottom: 60px;
}
/*admit-card-page-end*/
/* Student form page */
.student-details .error {
  background: rgba(250, 10, 10, 0.95);
  color: white;
  padding: 5px;
  width: 100%;
  font-size: 12px; }
  .student-details .error.form-control {
    background: inherit;
    color: inherit;
    padding: inherit;
    font-size: inherit;
    border-color: red;
    box-shadow: 0px 0px 3px 0px red;
    -webkit-box-shadow: 0px 0px 3px 0px red;
    -mox-box-shadow: 0px 0px 3px 0px red;
    -o-box-shadow: 0px 0px 3px 0px red;
    -ms-box-shadow: 0px 0px 3px 0px red; }
.student-details .complete-step {
  border-top: 1px solid #e5e5e5;
  padding-top: 15px;
  margin-top: 15px; }
 .student-details .upload-area {
 	width: 90%;
 	margin: 0 auto;
  }
.student-details .upload-area .image-area {
  padding: 15px;
  margin-bottom: 15px;
  border-radius: 10px;
  background: #dedbdb; 
   -webkit-box-shadow: 0px 3px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 3px 0px rgba(0, 0, 0, 0.2); 
  box-shadow: 0px 3px 0px rgba(0, 0, 0, 0.2); 
}
  .student-details .upload-area .image-area .image-wrapper {
    min-height: 350px; }
    .student-details .upload-area .image-area .image-wrapper img {
      width: 300px;
      border: 1px solid #8e8c8c;
      border-radius: 10px; 
      background: #c7bebe;}
      .student-details .upload-area .image-area .image-wrapper img.user-photo {
        min-width: 200px;
        min-height: 300px; }
      .student-details .upload-area .image-area .image-wrapper img.user-sign {
        width: 300px;
        height: 60px;
        transform: translateY(150px);
        -webkit-transform: translateY(150px);
        -moz-transform: translateY(150px);
        -o-transform: translateY(150px);
        -ms-transform: translateY(150px); }
.btnU {
	background: #f58b19;
	color: #000;
	border: none;
}  
/*registration-page*/      
.regis-section {
	padding-bottom: 15px;
	margin-top: 30px;
	display: block;
	text-align: center;
	margin-bottom: 60px;
	margin: 0 auto;
}
.regis-section .continue-btn {
	width: 100%;
	display: block;
	float: none;
	margin: 30px auto;
}
/*academic-page*/
.edu-quali-1 {
	font-size: 12px;
	text-align: left;
}
.edu-quali-1 .exam-text {
	margin: 0;
}
td, th {
	padding: 5px 5px;
	text-align: left;
	border: 1px solid #b7b8b8;
}
.btn-edu1 {
    width: 100%;
    background: none;
    border: 1px solid #b7b8b8;
    outline: medium none;
    border-radius: 2px;
    height: 34px;
	padding: 6px 12px;
    color: #000;
    font-size: 12px;
}
.education-table .form-control {
	border-radius: 2px;
}
/*.education-table {
	margin-bottom: 20px;
}*/
.teacher-table {
	margin-bottom: 20px;
}
.continue-btn button {
	background: #f58b19;
	color: #000;
	border: none;
	outline: none;
	border-radius: 5px;
	box-shadow: 0px 3px 0px 0px rgba(0, 0, 0, 0.2);
	width: 100%;
	padding: 10px 0px;
    max-width: 200px;
}
.back-btn{
	background: #f58b19;
    color: #000;
    border: none;
    outline: none;
    border-radius: 5px;
    box-shadow: 0px 3px 0px 0px rgba(0, 0, 0, 0.2);
    width: 100%;
    padding: 10px !important;
}
input:disabled , button:disabled , a:disabled  {
	background: #D3D3D3;
	border: 1px solid #A9A9A9;
	color: #fff;
	cursor: not-allowed;
}
/*pfd-page*/
/*.btn-section a {
	background: #f58b19;
	color: #000;
	border: none;
	outline: none;
	border-radius: 10px;
    background-color: rgb(245, 139, 25);
  	box-shadow: 0px 3px 0px 0px rgba(0, 0, 0, 0.2);
	padding: 10px 30px;
	font-weight:600;
}
.pdf-start {
	padding: 10px;
	background: #ffffff;
}
.pdf-section {
	padding: 5px;
}
.pdf-section1 {
	display: block;
	margin-bottom: 10px;
}
.pdf-section1 label, p {
	display: inline-block;
}
.pdf-table table {
	width: 100%;
	margin-bottom: 10px;
}*/
#complain .modal-body {
	padding: 0;
}
#complain .modal-body h3 {
	margin: 0 auto;
	padding: 10px 0;
	color: #232629;
	background: #f58b19;
	margin-bottom: 10px;
	font-size: 22px;
    font-weight: 600;
}
#complain .close {
	opacity: 1;
    color: #333;
    z-index: 100;
    position: absolute;
    right: 10px;
    top: 8px;
}
.complain-form {
	padding: 0 20px;
	margin-bottom: 20px;
}
.complain-form form input {
	margin-bottom: 10px;
}
.complain-form form textarea {
	width: 100%;
	height: 120px;
	resize: none;
	border-radius: 4px;
	color: #555;
	border: 1px solid #ccc;
	padding: 6px 12px;
	margin-bottom: 10px;
}
.complain-form form button {
	text-align: center;
/*    text-transform: uppercase;*/
    margin: 0 auto;
    width: auto;
    float: none;
    display: block;
}
.complain-form form button:hover {
	text-decoration: none;
	background: #f58b19;
	color: #000;
}
.strict {pointer-events: none; background-color: #eee; opacity: 1;}
.seprate-box {background: #ffbc78; padding: 10px; margin-bottom: 15px; font-weight: bold;}

.valid {
  color: #00a006;
}
.valid:before {
  position: relative;
  left: -15px;
  content: "✔";
}
.invalid {
 color: #e20f00;
}
.invalid:before {
  position: relative;
  left: -15px;
  content: "✖";
}