admission.1.8.cssbody {
    font-family: 'Karla', sans-serif; 
}

select
{
    color: #919aa3 !important;
}

.navbar-light {
    border-bottom: solid 1px #e9ecf4; 
}

.navbar-light .navbar-brand img {
    height: 25px; 
}

.navbar-light .navbar-nav .nav-link {
    padding: 30px 15px;
    font-size: 16px;
    font-weight: bold;
    color: #030303; 
}

    main {
    min-height: calc(100vh - 102px); 
}

    /* Wizard */
.wizard .audible {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0; 
}

.wizard .steps {
    padding-top: 30px;
    padding-bottom: 30px; 
}

.wizard .steps > ul {
    list-style: none;
    padding-left: 0;
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#7b7f89), to(#7b7f89));
    background-image: linear-gradient(#7b7f89, #7b7f89);
    background-size: calc(100% - 50px) 4px;
    background-repeat: no-repeat;
    background-position: center; 
}

.wizard .steps > ul li a {
    display: inline-block; 
}

.wizard .steps > ul li span.number {
    display: inline-block;
    width: 50px;
    height: 50px;
    border: 2px solid #fff;
    border-radius: 50%;
    background-color: #7b7f89;
    text-align: center;
    line-height: 50px;
    color: #fff; 
}

.wizard .steps > ul li.current span.number, .wizard .steps > ul li.done span.number {
    background-color: #245738; 
}

.wizard .content {
    margin-bottom: 45px; 
}

.wizard .content .title {
    display: none; 
}

.wizard .content .bd-wizard-step-title {
    font-size: 20px;
    font-weight: bold;
    color: #7b7f89;
    margin-bottom: 45px; 
}

.wizard .content .section-heading {
    font-size: 35px;
    font-weight: bold;
    color: #030303;
    margin-bottom: 17px; 
}

.wizard .content p {
    font-size: 16px;
    color: #030303; 
}

.wizard .content .purpose-radio {
    position: relative;
    display: inline-block; 
}

.wizard .content .purpose-radio .purpose-radio-input {
    position: absolute;
    opacity: 0; 
}

.wizard .content .purpose-radio .purpose-radio-input:checked + .purpose-radio-label {
    border-color: #FF0017; 
}

.wizard .content .purpose-radio .purpose-radio-input:checked + .purpose-radio-label .label-icon {
    color: #FF0017;
}

.wizard .content .purpose-radio .purpose-radio-input:checked + .purpose-radio-label .label-icon .label-icon-default {
    /*display: none; */
}

.wizard .content .purpose-radio .purpose-radio-input:checked + .purpose-radio-label .label-icon .label-icon-active {
    display: inline-block; 
}

.wizard .content .purpose-radio .purpose-radio-input:checked + .purpose-radio-label .label-text {
    color: #245738;
    font-weight: bold; 
}

.wizard .content .purpose-radio .purpose-radio-label {
    display: -webkit-box;
    display: flex;
    width: 196px;
    /*height: 184px;*/
    max-width: 100%;
    border-radius: 4px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    cursor: pointer; 
}

@media (max-width: 575px) {
    .wizard .content .purpose-radio .purpose-radio-label {
        width: 100%; 
    } 
}

.wizard .content .purpose-radio .purpose-radio-label .label-icon {
    font-size: 21px;
        color: #000000;
    margin-bottom: 17px;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out; 
}

.wizard .content .purpose-radio .purpose-radio-label .label-icon .label-icon-active {
    display: none; 
}

.wizard .content .purpose-radio .purpose-radio-label .label-text {
    font-size: 16px;
    color: #030303;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out; 
}

.wizard .content .purpose-radios-wrapper {
        margin-top: 60px; 
}

.wizard .content .purpose-radios-wrapper .purpose-radio {
    margin-right: 18px;
    max-width: calc( 33% - 18px); 
}

@media (max-width: 575px) {
    .wizard .content .purpose-radios-wrapper .purpose-radio {
        margin-right: 0;
        margin-bottom: 18px;
        width: 100%;
        max-width: none; 
    } 
}

.wizard .content .purpose-radios-wrapper .purpose-radio:last-child {
    margin-right: 0; 
}

.wizard .content .form-control {
    padding: 26px 25px;
    min-height: 50px;
    max-width: 550px;
    border-radius: 4px;
    border: solid 1px #ddd; 
}

.wizard .content .form-control::-webkit-input-placeholder {
    color: #919aa3; 
}

.wizard .content .form-control::-moz-placeholder {
    color: #919aa3; 
}

.wizard .content .form-control:-ms-input-placeholder {
    color: #919aa3; 
}

.wizard .content .form-control::-ms-input-placeholder {
    color: #919aa3; 
}

.wizard .content .form-control::placeholder {
    color: #919aa3; 
}


.wizard .content .select-gender {
    padding: 15px 25px;
    min-height: 53px;
    max-width: 650px;
    border-radius: 4px;
    border: solid 1px #ddd; 
}

.wizard .content .select-gender::-webkit-input-placeholder {
    color: #919aa3; 
}

.wizard .content .select-gender::-moz-placeholder {
    color: #919aa3; 
}

.wizard .content .select-gender:-ms-input-placeholder {
    color: #919aa3; 
}

.wizard .content .select-gender::-ms-input-placeholder {
    color: #919aa3; 
}

.wizard .content .select-gender::placeholder {
    color: #919aa3; 
}

.wizard .content .select{
    padding: 15px 25px;
    min-height: 53px;
    max-width: 650px;
    border-radius: 4px;
    border: solid 1px #ddd; 
}

.wizard .content .select::-webkit-input-placeholder {
    color: #919aa3; 
}

.wizard .content .select::-moz-placeholder {
    color: #919aa3; 
}

.wizard .content .select:-ms-input-placeholder {
    color: #919aa3; 
}

.wizard .content .select::-ms-input-placeholder {
    color: #919aa3; 
}

.wizard .content .select::placeholder {
    color: #919aa3; 
}

.wizard .content .select-type{
    padding: 15px 25px;
    min-height: 53px;
     max-width: 650px; 
    border-radius: 4px;
    border: solid 1px #ddd; 
}


.wizard .content .select-type::-webkit-input-placeholder {
    color: #919aa3; 
}

.wizard .content .select-type::-moz-placeholder {
    color: #919aa3; 
}

.wizard .content .select-type:-ms-input-placeholder {
    color: #919aa3; 
}

.wizard .content .select-type::-ms-input-placeholder {
    color: #919aa3; 
}

.wizard .content .select-type::placeholder {
    color: #919aa3; 
}



.wizard .content .home-address {
    padding: 15px 25px;
    min-height: 50px;
    border-radius: 4px;
    border: solid 1px #ddd; 
}

.wizard .content .home-address::-webkit-input-placeholder {
    color: #919aa3; 
}

.wizard .content .home-address::-moz-placeholder {
    color: #919aa3; 
}

.wizard .content .home-address:-ms-input-placeholder {
    color: #919aa3; 
}

.wizard .content .home-address::-ms-input-placeholder {
    color: #919aa3; 
}

.wizard .content .home-address::placeholder {
    color: #919aa3; 
}

.wizard .actions > ul {
    list-style: none;
    padding-left: 0;
    display: -webkit-box;
    display: flex; 
}

.wizard .actions li a {
    display: inline-block;
    border-radius: 6px;
    background-color: #245738;
    padding: 16px 30px;
    color: #fff;
    font-style: 15px;
    font-weight: bold; 
}

.wizard .actions li.disabled {
    display: none; 
}

.wizard .actions li:not(.disabled) + li, .wizard .actions li:not(:first-child):last-child {
    margin-left: 15px; 
}

@media (min-width: 768px) 
{
    .wizard.vertical {
        padding-left: 80px;
        position: relative;
        min-height: 450px; 
    }

    .wizard.vertical .steps {
        padding-top: 0;
        padding-bottom: 0;
        min-height: 480px;
        position: absolute;
        left: 0;
        display: -webkit-box;
        display: flex; 
    }

    .wizard.vertical .steps > ul {
        width: 50px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        flex-direction: column;
        background-size: 4px calc(100% - 50px);
        margin-bottom: 0; 
    }

    .wizard.vertical .steps > ul li:not(:last-child) {
        margin-bottom: 24px; 
    } 
}


.error{
    color:red !important;
}

/* drad and drop file  */
@keyframes fadeIn {
    to {
      opacity: 1;
    }
  }

.fade-in {
opacity: 0;
animation: fadeIn .5s ease-in 1 forwards;
}

.is-paused {
animation-play-state: paused;
}

.file-upload {
    background-color: #ffffff;
    width: 600px;
    margin: 0 auto;
    padding: 20px;
}

.file-upload-btn {
    width: 100%;
    margin: 0;
    color: #fff;
    background: #FF0023;
    border: none;
    padding: 10px;
    border-radius: 4px;
    border-bottom: 4px solid #FF0023;
    transition: all .2s ease;
    outline: none;
    text-transform: uppercase;
    font-weight: 700;
}

.file-upload-btn:hover {
    background: #FF0023;
    color: #ffffff;
    transition: all .2s ease;
    cursor: pointer;
}

.file-upload-btn:active {
    border: 0;
    transition: all .2s ease;
}

.file-upload-content {
    display: none;
    text-align: center;
}

.file-upload-input {
    position: absolute;
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    outline: none;
    opacity: 0;
    cursor: pointer;
}

.image-upload-wrap {
/*margin-top: 20px;*/
border: 2px dashed #ddd;
position: relative;
}

.image-dropping,
.image-upload-wrap:hover {
    background-color: #f8f9fa;
    border: 2px dashed #ffffff;
}

.image-title-wrap {
    padding: 0 15px 15px 15px;
    color: #222;
}

.drag-text {
    text-align: center;
}

.drag-text h3 {
    font-weight: 100;
    color: #6c757d;
    padding: 60px 0;
}

.file-upload-image {
    max-height: 200px;
    max-width: 200px;
    margin: auto;
    padding: 20px;
}

.remove-image {
    width: 200px;
    margin: 0;
    color: #fff;
    background: #ddd;
    border: none;
    padding: 10px;
    border-radius: 4px;
    border-bottom: 4px solid #ddd;
    transition: all .2s ease;
    outline: none;
    text-transform: uppercase;
    font-weight: 700;
}

.remove-image:hover {
    background: #ddd;
    color: #ffffff;
    transition: all .2s ease;
    cursor: pointer;
}

.remove-image:active {
    border: 0;
    transition: all .2s ease;
}
/* end  */
.img
{
    height:200px !important;
}
a
{
    text-decoration:none !important;
}

table
{
  border-collapse: collapse;
  width: 100%;
}

th, td 
{
  text-align: left;
  padding: 5px;
}

.btn-outline-success {
    color: #245738 !important;
    border-color: #245738 !important;
}

.btn-outline-success:hover {
    background-color: #245738 !important;
    border-color: #245738 !important;
    color: white !important;
}
