.navbar-brand {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
}

.star-red {
  color: red;
}

.navbar-brand h4 {
  font-size: 20px;
  /* color: #8b0000; */
  font-weight: 800;
  gap: 5;
}
.step1 {
  width: 100%;
  height: 6vh;
  background-color: #4682b4;
  margin-bottom: 4vh;
}

.step-index {
  width: 100%;
  height: 6vh;
  background-color: #427aa95c !important;
  margin-bottom: 4vh;
}
.step-index h4 {
  color: #000000 !important;
}

.btn-index {
  background-color: #427aa929 !important;
  border: 1px solid #4178a7 !important;
  margin-bottom: 2vh !important;
  color: #2b2a2a !important;
  width: 100%;
}

.btn-index:hover {
  background-color: #4682b4 !important;
  border: 1px solid #427aa929 !important;
  margin-bottom: 2vh !important;
  color: #fff !important;
  width: 100%;
}

.section-one {
  background-image: url(../images/achiv_bg.jpg);
  background-size: cover;
}

.step-title {
  color: #fff;
  /* display: flex;
    align-items: center;
    justify-content: space-evenly; */
  font-size: 17px;
  font-weight: 600;
  padding: 10px;
}

.section-one a:hover {
  text-decoration: none;
}

.step-form {
  background-color: #edf0f7;
  padding: 30px;
}

.avatar-upload {
  position: relative;
  max-width: 210px;
  margin: 0px auto;
}
.avatar-upload .avatar-preview {
  width: 185px;
  height: 196px;
  position: relative;
  border: 1px solid #000000;
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.1);
}

/* .avatar-upload .avatar-edit input + label {
    display: block;
    margin-bottom: 0;
    background: #4682b4;
    cursor: pointer;
    transition: all 0.2s ease-in-out;
    color: white;
    margin-top: 15px;
    padding: 14px 22px;
    font-weight: 500;
    border-radius: 37px;
} */
.form-btn-upload {
  background-color: #4682b4;
  text-decoration: none;
  color: #fff;
  padding: 7px 11px;
  border-radius: 50px !important;
  font-size: 1rem !important;
  /* margin-right: 11px; */
  /* margin-bottom: 1px; */
  border: none;
  font-weight: 500;
  display: flex;
  align-items: baseline;
  justify-content: center;
  margin-top: 17px;
}

.avatar-upload .avatar-preview > div {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: #d4d8e2;
  font-weight: 500;
}

.avatar-upload .avatar-edit input {
  display: none;
}

.form-btn {
  background-color: #4682b4;
  text-decoration: none;
  color: #fff;
  padding: 7px 47px;
  border-radius: 50px !important;
  font-size: 1rem !important;
  margin-right: 10px;
  margin-bottom: 10px;
  border: none;
  font-weight: 500;
}

.registration-form .upload-certificate {
  display: flex;
  display: -ms-flexbox;
  align-items: center;
  margin-bottom: 15px;
}

.registration-form .upload-certificate label {
  margin-bottom: 0;
  background: #8b0000;
  color: white;
  padding: 10px 23px;
  border-radius: 30px;
  cursor: pointer;
}

.registration-form .upload-certificate .file-name {
  color: #7f6918;
  font-style: italic;
  margin-left: 10px;
}

#dvqualificationtable {
  padding: 15px;
}

.marginleft {
  margin-left: 30px;
}

.marginleft10 {
  margin-left: 10px;
}

.form-control {
  font-size: 14px !important;
  height: auto !important;
}

label {
  font-size: 14px !important;
  margin-bottom: 0.2rem !important;
  padding-left: 10px;
}

.step-form h4 {
  font-size: 18px;
  color: #6a6868;
}

/* .step-form .step-title {
    color: #fff;
    font-size: 17px;
    font-weight: 600;
    padding: 10px;
} */

.hight20 {
  height: 20px !important;
}

/* tabs css */
.step-one-active {
  background-color: #4178a7;
  color: #fff;
  font-size: 21px;
  /* border: 1px solid #2b2a2a; */
  border-radius: 50px;
  width: 7vh;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 600;
  padding: 9px;
}
.step-one {
  background-color: #527da16b;
  color: #4178a7;
  font-size: 21px;
  /* border: 1px solid #2b2a2a; */
  border-radius: 50px;
  width: 7vh;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 600;
  padding: 9px;
}

.step-form .step-title {
  color: #195597;
  font-size: 20px;
  font-weight: 600;
}

.step-section {
  background-color: #edf0f7;
  padding: 50px;
}

.padd-left5 {
  padding-left: 3rem;
}
/* .row{
    flex-wrap: nowrap !important;
} */

.mhn-inner {
  width: 100%;
  height: 100%;
  border-top: 4px solid #4682b4;
  border-radius: 12px !important;
  background-color: #fff;
  box-shadow: -1px -1px 6px 2px #cccccc52;
  padding: 20px;
}

.whitespace-thankyou {
  height: calc(28vh - 100px);
}

.support-btn {
  position: fixed;
  bottom: 2%;
  width: 50px;
  height: 50px;
  background-color: #4682b4;
  display: flex;
  justify-content: center;
  align-items: center;
  right: 2%;
  border-radius: 50px;
  font-size: 18px;
  color: white;
  gap: 10px;

  cursor: pointer;
  transition: ease-in-out 0.5s;
}
.support-btn p {
  margin-bottom: 0px;
  transition: ease-in-out 0.5s;
  position: absolute;
  opacity: 0;
  right: 10%;
}

.support-btn:hover {
  width: 8%;
  justify-content: start;
}
.support-btn:hover p {
  opacity: 1;
  transition: ease-in-out 0.5s;
  
}

.support-btn:hover i{
    margin-left: 10px;
}