body{
    background: #35387A; 
} 
.copyright-text p{
    color: #fff;
}

.margin-vertical{
    margin-top: 20px;
    margin-bottom: 20px;
}

.loading-menu-option{
    min-width: 35px;
}

.hide-icon {
    opacity: 0;
    transition: none;
    pointer-events: none;
}
/* Validation error styling */
.compression-loading, .validation-error {
    font-size: 11px;
    font-weight: 700;
    display: block;
}

.validation-error{
    color: #ff0000;
}

.compression-loading{
    color: green;
}

table th{
    background: #35387A !important;
    background-color: #35387A !important;
    color: #fff;
    font-weight: 400;
} 

@keyframes fadein {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

@-moz-keyframes fadein {
    /* Firefox */
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

@-webkit-keyframes fadein {
    /* Safari and Chrome */
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

@-o-keyframes fadein {
    /* Opera */
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}
 

a,
.nav-tabs>li>a {
    text-decoration: none;
}

a:hover,
.nav-tabs>li>a:hover {
    text-decoration: none;
}

a:hover,
.nav-tabs>li>a:hover,
.btn {
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

a:focus {
    outline: none;
}

h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 10px 0px;
}

li {
    line-height: 20px;
}

p {
    font-size: 14px;
    font-weight: normal;
    line-height: 30px;
    margin-bottom: 10px;
}

ul,
ol {
    margin: 0px;
    padding: 0px;
    list-style: none;
}

h1,
h2 {
    line-height: 35px;
}

h1 {
    font-size: 32px;
    line-height: 40px;
}

h2 {
    font-size: 42px;
}

h3 {
    font-size: 22px;
}

h4 {
    font-size: 16px;
}

h5 {
    font-size: 14px;
}

h6 {
    font-size: 11.9px;
}

.clear {
    clear: both;
}

.center,
.center-responsive img,
.center img,
.center-responsive img img,
.center-responsive {
    text-align: center;
}

.center-responsive img {
    margin: 0px auto;
}



.position-absolute {
    position: absolute;
}

.overflow-hidden {
    overflow: hidden;
}

.cn_item i {
    display: inline-block;
    margin-right: 0px;
    margin-top: 0px;
    padding: 0px;
    position: relative;
    text-align: center;
    top: 0;
    vertical-align: middle;
}

.text-primary {
    color: #ff3549;
}

.text-secondary {
    color: #4b4b4b;
}




/* pick css from here*/
/* form all*/


.admission-ban.banner-img {
	background-image: url(../images/admission-banner.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-size: auto;
	height:221px
}
.heading-title-admi {
    padding: 40px 0px 20px 0px;
}
.heading-title-admi h1 {
    margin-bottom: 0;
	font-family: 'Dosis';
    font-weight: 500;
	font-size: 4.2rem;
    line-height: 1.4;
    text-transform: uppercase;
    margin-top: 0;
	color:#fff;
}
.heading-title-admi:after {
    content: '';
    display: block;
    margin: 10px 0 0 0;
    width: 75px;
    border-top: 5px solid #fff;
}
.scrollable-form {
    height: 580px;
    overflow: auto;
}
.form-steps-content {
   background: #e5eaed;
    padding: 0px 30px;
}
.form-steps-content, .user-subdh-form, .frm-outerwrap .form-noted {
    width: 100%;
    float: left;
}
.main-content {
    margin-top: 30px;
	margin-bottom: 50px;
}
.content-formde {
    padding: 25px 10px 10px 10px;
    border-radius: 5px;
    background: #fff;
	margin-bottom: 50px;
	    width: 80%;
}
.user-subdh-form .fg-float,
.user-subdh-form .fg-line {
    position: relative;
}

.user-subdh-form .form-control {
    height: 39px;
    padding: 6px 20px 6px 20px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #0040a9;
    font-weight: 400;
    background-color: #fff;
    border: 1px solid #e0e8f0;
    box-shadow: none;
    border-radius: 5px;
}

.user-subdh-form .form-control:focus {
    border: 1px solid #0040a9;
}

.user-subdh-form textarea.form-control {
    height: auto !important;
}

.user-subdh-form .form-group {
    margin-bottom: 20px;
}

.form-group.form-check-multiple {
    margin-bottom: 5px;
}

.user-subdh-form .form-control::-moz-placeholder {
    color: #9cafc0;
    opacity: 1;
}

.user-subdh-form .form-control::-ms-input-placeholder {
    color: #9cafc0;
}

.user-subdh-form .form-control::-webkit-input-placeholder {
    color: #9cafc0;
}


.select-form.fill-form {
    color: #fff !important;
}

.select-form {
    background-image: url(../images/select-arrow.png);
    background-repeat: no-repeat;
    background-position: 99% 50% !important;
    -webkit-appearance: none;
	appearance: none;
}

.select-form-min {
    background-image: url(../images/select-arrow.png);
    background-repeat: no-repeat;
    background-position: 86% 50% !important;
    -webkit-appearance: none;
}

.calander-icon {
    background-image: url(../images/calander-icon.png);
    background-repeat: no-repeat;
    background-position: 99% 50% !important;
}

.user-subdh-form .calander-icon:focus {
    background-image: url(../images/calander2-icon.png);
    background-repeat: no-repeat;
    background-position: 99% 50% !important;
}



.rule-define {
    font-size: 12px;
    text-transform: uppercase;
    color: #0986ff;
    font-weight: 600;
    border: 1px solid #0986ff;
    border-radius: 35px;
    display: inline-block;
    padding: 3px 10px;
    cursor: pointer;
}

.user-subdh-form .label-helper {
   color: #293748;
    font-size: 15px;
    font-weight: 600;
    margin-bottom: 6px;
}
.user-subdh-form .re-span {
   color: #eb1b06 !important;
    margin: 0px 2px;
}
.user-subdh-form .btn {
   padding: 10px 35px;
    font-size: 15px;
    border-radius: 5px;
    font-weight: 600;
}


.user-subdh-form .add-own-text {
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 18px;
}
.user-subdh-form .btn-primary {
   background-color: #0040a9 !important;
    border-color: #0040a9 !important;
    color: #ffffff;
}
.user-subdh-form .btn-primary:hover,
.user-subdh-form .btn-primary:focus {
   background-color: #023485 !important;
    border-color: #023485 !important;
    color: #ffffff;
}
.user-subdh-form .btn-default {
    background-color: #edf2f7 !important;
    border-color: #edf2f7 !important;
    color: #73879b;
}
.user-subdh-form .btn-default:hover,
.user-subdh-form .btn-default:focus {
    background-color: #d8dfe5 !important;
    border-color: #d8dfe5 !important;
}

.user-sub-formpopup .btn+.btn {
    margin-left: 12px;
}

.dropdownlable-select {
    margin-bottom: 11px !important;
}

.form-check-box {
    padding-top: 3px;
    padding-left: 0px;
    position: relative;
    display: block;
}

.form-check-box li {
    display: inline-block;
    margin-right: 24px;
    margin-bottom: 5px;
}

.btn-submit .btn-title {
    font-size: 14px;
    color: #fff;
    font-weight: 400;
    display: inline-block;
    margin-top: 0px;
    text-decoration: underline;
}

.user-subdh-form .getpin_btn {
    position: absolute;
    right: 4px;
    top: 4px;
    font-size: 12px;
    padding: 7px 20px;
}

.info-field {
    font-size: 12px;
    color: #fff;
    padding-top: 8px;
}

.user-subdh-form .pn-generate-mar {
    margin-bottom: 10px;
    margin-top: -10px;
}

.pn-generat-field-outer {
    margin: 0px 0px;
}

.pn-generat-field {
    width: 50px;
    display: inline-block;
    text-align: center;
    margin-right: 15px;
    margin-bottom: 10px;
}

.pn-generat-field.btn-vrf {
    width: 113px;
    margin-right: 0px;
}

.pn-generat-field.btn-vrf .btn {
    font-size: 16px;
    font-weight: 500;
    padding: 11px 0px;
    width: 113px;
}

.pn-generat-field .form-control {
    height: 50px;
    padding: 6px 0px 6px 0px;
    font-size: 14px;
    color: #4e4e4e;
    background-color: #0d0e10;
    border: 1px solid #686868;
    border-radius: 17px;
    box-shadow: none;
    position: relative;
    text-align: center;
}

.pn-generat-field .form-control:focus {
    border-color: #c72741;
    color: #c72741;
}

.alr-account2 {
    font-size: 14px;
    color: #fff;
}

.alr-account2 a {
    position: relative;
    color: #c72741;
    font-size: 14px;
    font-weight: 700;
    text-decoration: underline;
}

.bar {
    padding: 10px 15px;
    min-height: 53px;
}

.bar.block-header {
   margin-bottom: 10px;
    margin-top: 20px;
    padding-left: 0px;
}
.bar.form-footer {
	padding-bottom:20px;
}
.bar .title {
    color: #293748;
    display: inline-block;
    font-size: 20px;
    font-weight: 600;
    line-height: 21.05263158px;
    margin: 0;
    padding: 6px 0;
}

.content-formde .form-noted .form-notent-cn {
    margin: 0px -10px;
    border-top: 2px solid #f0f4f6;
    padding: 10px 10px 0px 10px;
}
.content-formde .form-noted span {
	color: #293748;
	font-size: 13px;
}
.form-check {
    position: relative;
    display: block;
    padding-left: 1.25rem;
}
.form-check {
    padding-top: 12px;
    padding-bottom: 0px;
    padding-left: 0px;
}
.form-check li {
    display: inline-block;
    margin-right: 35px;
}
.radio-sub, .check-sub {
    padding: 0px;
}
.radio-sub .float-left-left, .check-sub .float-left-left {
   float: left;
}
.radio-sub input[type="radio"], .check-sub input[type="checkbox"] {
  display: none;
}
.radio-sub .check-alighn, .check-sub .check-alighn {
  position: relative;
  top: 8px;
}
.radio-sub input[type="radio"]+label span {
  background: transparent url(../images/check_radio_sheet.png) no-repeat scroll right top;
  cursor: pointer;
  display: inline-block;
  height: 14px;
  margin: -18px 8px 0 0;
  vertical-align: middle;
  width: 14px;
}
.radio-sub input[type="radio"]:checked+label span {
  background: transparent url(../images/check_radio_sheet.png) no-repeat scroll left top;
}
.title-radio {
    color: #c7c7c7;
    font-size: 14px;
    font-weight: normal;
}
.radio-sub input[type="radio"]:checked+label .title-radio {
    color: #22252f;
    font-weight: normal;
}
.check-sub input[type="checkbox"]+label span {
  background: transparent url(../images/check_box_sheet.png) no-repeat scroll right top;
  cursor: pointer;
  display: inline-block;
  height: 14px;
  margin: -18px 8px 0 0;
  vertical-align: middle;
  width: 14px;
}
.check-sub input[type="checkbox"]:checked+label span {
  background: transparent url(../images/check_box_sheet.png) no-repeat scroll left top;
}
.check-sub input[type="checkbox"]:checked+label .title-radio {
    color: #22252f;
    font-weight: normal;
}

.success-lst-form {
	padding: 30px 20px;
}
.success-lst-form .success-tick {
	padding: 30px 0px;
}
.success-lst-form .success-tick {
    font-size: 20px !important;
    font-weight: 500;
    color: #02b875 !important;
    text-transform: uppercase;
}
.success-lst-form .nt-im {
    font-size: 18px;
    color: #073755;
    line-height: 32px;
}
.form-outer-career {
    height: 400px !important;
    overflow: auto !important;
}
.form-outer .container {
	
}
.form-steps {
    background-color: #fff;
    border-bottom: 1px solid #d9e7f7;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    height: 60px;
    list-style: none;
    margin: 0;
    overflow: hidden;
}
.form-steps .step {
    background-color: #fff;
    color: #2f3376;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
        font-size:19px;
    font-weight: 500;
    height: 60px;
    line-height: 20px;
    padding: 15px 15px 17px 20px;
    position: relative;
    -webkit-transform: skewX(-20deg);
    -ms-transform: skewX(-20deg);
    transform: skewX(-20deg);
    white-space: nowrap;
    width: auto;
}
.form-steps .step:not(.-title) {
    background-image: linear-gradient(78deg,rgba(51,109,205,0.15) 0,transparent 18px);
    margin-left: -1px;
}
.form-steps .step:not(.-title):not(.current):not(:last-of-type) {
    text-align: center;
    max-width: 90px;
    min-width: 90px;
}
.form-steps .step.-title {
    margin-left: -10px;
    min-width: 160px;
    padding: 15px 20px 17px 25px;
}
.form-steps .step.-title, .form-steps .step.-complete {
    background-color: #478cfe;
    color: #fff;
}
.form-steps .step.-title, .form-steps .step.-complete {
    background-color: #26953c;
}
.form-steps span.step-number {
    background: #eaeff2;
    border-radius: 100%;
    height: 30px;
    width: 30px;
    text-align: center;
}
.form-steps .step .link, .form-steps .step .text, .form-steps .step .step-number {
    display: inline-block;
    line-height: 28px;
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-transform: skewX(20deg);
    -ms-transform: skewX(20deg);
    transform: skewX(20deg);
}

.form-steps .step:not(.-title) {
    background-image: linear-gradient(78deg,rgba(236, 240, 243,1) 0,transparent 18px);
    margin-left: -1px;
}
.form-steps .step .link {
    z-index: 1;
}
.form-steps .step .link {
    color: #293041;
    text-decoration: none;
    position: relative;
    top: -2px;
	margin-left: 4px;
}
.form-steps .step:not(.-title):not(.current):not(:last-of-type) .link, .form-steps .step:not(.-title):not(.current):not(:last-of-type) .page-name {
    color: transparent;
    display: inline-block;
    left: 0;
    position: absolute;
    right: 0;
    top: 15px;
}
.form-steps .step.current {
    background-color: #35387a;
    color: #478cfe;
    margin-left: -15px;
    min-width: 200px;
    padding: 15px 20px 17px 25px;
    max-width: 310px;
}
.form-steps .step.current, .form-steps .step.current .link {
    color: #fff;
    font-size: 19px;
    font-weight: 600;
    text-transform: uppercase;
}
.form-steps .step.current .step-number {
    color: #293041;
     background-color: #fff;
}
.form-steps .step.disabled {
    cursor: not-allowed;
}
.form-steps .step:last-of-type {
    max-width: 120px;
    padding-right: 15px;
    width: 120px;
}
@media (max-width: 991px) {
.content-formde {
    
    width:100%;
}
	
.user-subdh-form {
    padding: 0px 15px;
    margin-top: -7px;
	border-radius: 15px;
}
.bar.block-header {
    margin-bottom: 0px;
    margin-top: 8px;
}
}
@media (max-width: 767px) {
	.form-steps-content {
      padding: 0px 0px;
}
    .fg-float .frm-second {
        margin-bottom: 15px;
    }
	.select-form {
    background-position: 97% 50% !important;
}
    .select-form-min {
        background-image: url(../images/select-arrow.png);
        background-repeat: no-repeat;
        background-position: 95% 50% !important;
        -webkit-appearance: none;
    }
	.calander-icon {
   
    background-position: 98% 50% !important;
}

.form-steps .step.current {
    
    margin-left: -10px;
    min-width: 150px;
    padding: 15px 12px 17px 18px;
}
.form-steps .step {
   
   font-size: 14px;
   }
   .form-steps .step.current, .form-steps .step.current .link {
    font-size: 14px;
    font-weight: 500;
}
.form-steps .step:not(.-title):not(.current):not(:last-of-type) {
    max-width: 60px;
    min-width: 60px;
}

}

@media (max-width: 414px) {
	.user-subdh-form .btn {
   
    width: 170px;
}
 .user-sub-formpopup .btn+.btn {
    margin-left: 0px;
    margin-top: 12px;
}

}

/* form all end*/