/*============================================================================================*/
/* Your custom styles below */
/*============================================================================================*/
#validationMessage,
#vmu1,
#vmc {
  padding: 15px;
  font-weight: 500;
  display: none;
  transition: all 0.5s;
  margin-bottom: 10px;
  color: red;
  background-color: #fed8d8;
}

.terr {
  padding: 15px;
  font-weight: bold;
  transition: all 0.5s;
  margin-bottom: 10px;
  color: red;
  background-color: #fed8d8;
}

button.backward1,
button.verify,
button.forward1 {
  border: none;
  color: #777;
  text-decoration: none;
  transition: background 0.5s ease;
  -moz-transition: background 0.5s ease;
  -webkit-transition: background 0.5s ease;
  -o-transition: background 0.5s ease;
  display: inline-block;
  cursor: pointer;
  outline: 0;
  text-align: center;
  background: #e8e8e8;

  position: relative;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 600;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
  line-height: 1;
  padding: 12px 30px;
}
.backward1:hover,
.verify:hover,
.forward1:hover {
  background: #d80075;
  color: #fff;
}

button.verify {
  background-color: #118fca;
  color: #fff;
}
button.forward1 {
  background-color: #1dbe72;
  color: #fff;
}
#step2,
#update_step1,
#step3,
#step4,
#step5,
#step6,
#step7
 {
  display: none;
}

#realprogress {
  width: 0%;
}
#top-wizard {
  padding-bottom: 5px !important;
}

h2.section_title {
  font-size: 20px;
}

.form-group {
  position: relative;
  margin-bottom: 0.5rem !important;
}

h3.main_question {
  margin: 0 0 10px 0 !important;

  color: #4ccb00 !important;

  font-weight: 900 !important;
}



#latss{
  display: none !important;
}

.content-left {
  background-color: #002837!important;
  padding: 0;
}

@media (max-width: 540px) {
  .content-left {
    display: none;
  }
  .content-right{
    margin-top: 30px;
  }
  #latss{
    display: block !important;
    margin-top: 20px;
  }
}