 

  .wizard-steps-panel .step-number{
    display: inline-block;
    text-align: center;
    font-size: 18px;
    position: relative;
    line-height: 1.2;
  }
.wizard-buttons {
    display: none;
}
  .wizard-steps-panel .step-number .number{
    width: 40px;
    height: 40px;
    background-color: #dedede;
    color: #5a5a5a;
    margin-left: calc(50% - 40px / 2 );
    border-radius: 50%;
    line-height: 37px !important;
  }

  .wizard-steps-panel .step-number.doing .number,
  .wizard-steps-panel .step-number.doing .number:after,
  .wizard-steps-panel .step-number.doing .number:before {
    background-color: #8c2443;
    border: 2px solid #dedede;
    color: white;
  }
  .wizard-step {
    background: #F8F8F8;
    padding: 0px 20px 20px 20px;
    margin-bottom: 10px;
}
  .wizard-steps-panel .step-number.done .number,
  .wizard-steps-panel .step-number.done .number:after,
  .wizard-steps-panel .step-number.done .number:before {
    background-color: #000f39;
    border: 2px solid #000f39;
    color: white;
  }

  .wizard-steps-panel .step-number .number:before {
    content: ' ';
    position: absolute;
    border: 2px solid #dedede;
    border-radius: 4px;
    left: -4px;
    right: calc( 50% + 1.4em/2 );
    top: calc( 2em / 2 );
    display: none;
  }

  .wizard-steps-panel .step-number .number:after  {
    content: ' ';
    position: absolute;
    border: 2px solid #dedede;
    border-radius: 4px;
    left: calc( 50% + 2em/2 );
    right: -4px;
    top: calc( 2em / 2 );
    width: 100%;
    z-index: 0;
  }

  .wizard-steps-panel.steps-quantity-1 .step-number {
    width: 99%;
  }

  .wizard-steps-panel.steps-quantity-2 .step-number {
    width: 49%;
  }

  .wizard-steps-panel.steps-quantity-3 .step-number {
    width: 32%;
  }

  .wizard-steps-panel.steps-quantity-4 .step-number {
    width: 24%;
  }

  .wizard-steps-panel.steps-quantity-5 .step-number {
    width: 19%;
  }

  .wizard-steps-panel.steps-quantity-6 .step-number {
    width: 15%;
  }
  .wizard-steps-panel.steps-quantity-7 .step-number {
    width: 14%;
  }
  .wizard-step .step-title {
    display: none;
}
span.step-title {
  font-size: 14px;
  color: #000;
}
 
 
.control-labels {
  color: #000;
  font-size: 1rem;
  font-weight: normal;
  margin-bottom: 15px;
}
label.radio-inline {
  color: #000;
  font-size: 1rem;
  font-weight: normal;
  /*text-wrap: nowrap;*/
}
.form-group .label {
  pointer-events: none;
  padding-left: 0.125rem;
  z-index: 1;
  color: #000;
  font-size: 1rem;
  font-weight: normal;
  -webkit-transition: all 0.28s ease;
  transition: all 0.28s ease;
}
 

.wizard-buttons {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.avatar-wrapper {
  position: relative;
  height: 157px;
  width: 158px;
  /*margin: 50px auto;
border-radius: 50%;*/
 
  /*box-shadow: 1px 1px 15px -5px black;
transition: all .3s ease;*/
  border: 1px solid #bcc7da;
}

  .avatar-wrapper:hover {
      cursor: pointer;
  }

      .avatar-wrapper:hover .profile-pic {
          opacity: .5;
      }

  .avatar-wrapper .profile-pic {
      height: 100%;
      width: 100%;
      transition: all .3s ease;
    
  }
  .wizard-buttons button {
    margin-left: 10px;
}
      .avatar-wrapper .profile-pic:after {
          font-family: FontAwesome;
          content: "\f007";
          top: 0;
          left: 0;
          width: 100%;
          height: 100%;
          position: absolute;
          /*font-size: 190px;
background: #ecf0f1;*/
          color: #34495e;
          text-align: center;             
      }

  .avatar-wrapper .upload-button {
      position: absolute;
      top: 0;
      left: 0;
      height: 100%;
      width: 100%;
  }

.Student-details-tab ul > li {
  width: 100%;
}

.avatar-wrapper .upload-button .fa-arrow-circle-up {
  position: absolute;
  text-align: center;
  opacity: 0;
  transition: all .3s ease;
  color: #34495e;
}

.avatar-wrapper .upload-button:hover .fa-arrow-circle-up {
  opacity: .9;
}
.img-upload {
  display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
.ugf-container-wrap {
   
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.ugf-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  border-radius: 10px;
  overflow: hidden;
  width: 100%;
  -webkit-box-shadow: 0px 2px 8px 0px rgb(0 0 0 / 5%);
  box-shadow: 0px 2px 8px 0px rgb(0 0 0 / 5%);
  background: #ffffff;
  /*padding: 15px;*/
}

.ugf-container-wrap .ugf-container .ugf-content, .ugf-container-wrap .ugf-container .ugf-bg {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  padding: 50px 50px;
}

.ugf-bg.bg-1 {
  /*background: url("../img/sp/ksp-aboutus.jpg") no-repeat center bottom;*/
  background: url("../img/sp/register-image.png") no-repeat center top;
  background-size: cover;
}
.ugf-bg {
  background-size: cover;
}
.ugf-container-wrap .ugf-container .ugf-content, .ugf-container-wrap .ugf-container .ugf-bg {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  padding: 30px 30px 0px 30px;
}
 
.ugf-content p {
  /*font-size: 1.5rem;*/
  /*color: #546274;*/
  /*font-weight: 400;*/
  font-family: "Roboto", sans-serif;
  margin-bottom: 20px;
}
.wizard-steps-panel {
  position: relative;
  margin-bottom: 50px;
}
.wizard-steps-panel .step-number.step-1 .number:before {
  display: none;
}
.quote-sectionx {
  /*position: absolute;*/
  font-size: 13px;
  /*top: -40px;*/
  color: #100c36;
}
 .wizard-steps-panel .step-number.step-6 .number:after { 
   display: none; 
 } 
.step-number.doing .step-title {
  color: #8c2443;
  font-weight: 600;
}
.section-titles {
  font-size: 16px;
  font-weight: 600;
  color: #000;
  border-bottom: 1px solid #ddd;
  padding: 20px;
  width: 100%;
  margin-bottom: 10px;
}
td .checkbox label.control-label {
  margin-bottom: 0px !important;
}
button.btn.btn-readmore.btn-primary.btn-submit.wizard-button-finish {
  float: right;
}
.checkbox label {
  display: flex;
  align-items: center;
  margin-bottom: 5px;
  opacity: 1;
}

.checkbox label input {
  margin-right: 10px;
}

/* mobile or only mobile */
@media (max-width: 767px) {

.ugf-bg.bg-1 {
    display: none;
}

.ugf-content {
    padding: 0px !important;
    width: 100% !important;
    flex: 0 0 100% !important;
}
}

.ins {
        text-align: left;
    letter-spacing: 0px;
    color: #000;
    font-size: 17px !important;
    line-height: 29px;
    margin: 15px 0px;
}
 
.custom-control-label::before, .custom-file-label, .custom-select {
    transition: background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.custom-file-label {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1;
    height: calc(1.5em + .75rem + 2px);
    padding: .375rem .75rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    border: 1px solid #ced4da;
    border-radius: .25rem;
}
.custom-file-input:lang(en)~.custom-file-label::after {
    content: "Browse";
}

.custom-file-label::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 3;
    display: block;
    height: calc(1.5em + .75rem);
    padding: .375rem .75rem;
    line-height: 1.5;
    color: #495057;
    content: "Browse";
    background-color: #e9ecef;
    border-left: inherit;
    border-radius: 0 .25rem .25rem 0;
}