* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

body {
  font-family: "Poppins-Regular";
  margin: 0;
  font-weight: 400;
}

:focus {
  outline: none;
}

.wizard textarea {
  resize: none;
}

.wizard input,
textarea,
select,
button {
  font-family: "Poppins-Regular";
  font-size: 14px;
  color: #333;
}

.wizard input {
  font-size: 14px !important;
}

label.error {
  color: #dc3545 !important;
}

.form-holder label.error {
  margin-bottom: 0;
}

.input-group label.error {
  display: none !important;
}

.remove-before {
  padding-left: 0 !important;
  justify-content: center;
}
.remove-before::before {
  content: none !important;
}

.wizard ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

.wizard textarea {
  resize: none;
}

.wizard select {
  cursor: pointer;
  border: none;
}
select option[value=""][disabled] {
  display: none;
}

.wizard img {
  max-width: 100%;
  vertical-align: middle;
}

.wizard {
  font-size: 13px;
  padding-top: 50px;
}
.wrapper {
  max-width: 1400px;
  margin: auto;
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
}

.wrapper a {
  text-decoration: none !important;
}
.steps .current-info,
.wizard > .steps .number {
  display: none;
}

#wizard {
  position: relative;
  background: #fff;
  height: auto;
  width: 735px;
  margin: 10px;
  padding: 50px;
  border-radius: 10px;
  box-shadow: 0px 2px 7px 0px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0px 2px 7px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 2px 7px 0px rgba(0, 0, 0, 0.1);
  -ms-box-shadow: 0px 2px 7px 0px rgba(0, 0, 0, 0.1);
  -o-box-shadow: 0px 2px 7px 0px rgba(0, 0, 0, 0.1);
}
#wizard.pt-86 {
  padding-top: 86px;
}

.wizard .actions a {
  text-decoration: none;
}

.wizard .content {
  min-height: auto;
  margin: 0;
}

.steps {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 20px;
}
.steps ul {
  display: flex;
}
.steps ul li a {
  display: inline-block;
  width: 10px;
  height: 10px;
  background: grey;
  border-radius: 50%;
  margin-right: 8px;
}
.steps ul li.current a {
  width: 30px;
  transition: all 0.5s ease;
  border-radius: 5.5px;
}

.avartar-picker {
  margin-top: 20px;
}
.avartar-picker .inputfile {
  display: none;
}
.avartar-picker label {
  display: block;
  cursor: pointer;
  display: inline-block;
  color: #333;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 800;
}
.avartar-picker label:hover {
  color: #666;
}
.avartar-picker label i {
  margin-right: 3px;
}

.form-header {
  display: flex;
}
.form-header .avartar {
  width: 33.75%;
  text-align: center;
  padding-top: 10%;
}
.form-header .avartar a {
  display: block;
}
.form-header .form-group {
  width: 66.25%;
}

.form-row {
  display: flex;
}
.form-row .form-holder {
  width: 50%;
  margin-right: 31px;
}
.form-row .form-holder:last-child {
  margin-right: 0;
}

.form-holder {
  position: relative;
  display: flex;
  margin-bottom: 20px;
}

#wizard .form-control,
.step-wizard .form-control {
  height: 46px;
  padding: 0 25px;
  border-radius: 23px;
  color: #333;
}
#wizard .input-group > .input-group-prepend > .input-group-text,
.step-wizard .input-group > .input-group-prepend > .input-group-text {
  border: none;
  border-radius: 23px;
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}

#wizard .input-group .form-control,
.step-wizard .input-group .form-control {
  border-radius: 23px !important;
  border-top-left-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
}

.form-control::-webkit-input-placeholder {
  color: #808080;
}
.form-control::-moz-placeholder {
  color: #808080;
}
.form-control::-ms-input-placeholder {
  color: #808080;
}
.form-control::-moz-placeholder {
  color: #808080;
}

.grid {
  margin-top: 15px;
}
.grid .row {
  display: flex;
  flex-wrap: wrap;
}
.grid .row:last-child .grid-item {
  margin-bottom: 25px;
}

.grid-item {
  display: block;
  height: 134px;
  width: 30%;
  margin-right: 27px;
  border-radius: 7px;
  margin-bottom: 27px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  background-size: cover;
}
.grid-item:last-child {
  margin-right: 0;
}
.grid-item span {
  text-transform: uppercase;
  color: #fff;
  font-family: "Poppins-Medium";
  font-weight: 500;
  display: block;
  margin-top: 11px;
}
.grid-item .inner {
  margin-top: 2px;
}
.grid-item:hover {
  box-shadow: 0px 2px 7px 0px rgba(0, 0, 0, 0.25);
  -webkit-box-shadow: 0px 2px 7px 0px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0px 2px 7px 0px rgba(0, 0, 0, 0.25);
  -ms-box-shadow: 0px 2px 7px 0px rgba(0, 0, 0, 0.25);
  -o-box-shadow: 0px 2px 7px 0px rgba(0, 0, 0, 0.25);
}

.map-wrapper {
  height: 177px;
  margin-bottom: 36px;
}

.map-holder {
  height: 177px;
}

.wizard .actions {
  margin-top: 15px;
}

.actions ul {
  display: flex;
  justify-content: space-between;
}
.actions ul.actions-next {
  justify-content: space-between;
}
.actions li a {
  padding: 0;
  border: none;
  display: inline-flex;
  height: 46px;
  width: 146px;
  align-items: center;
  background: #5c73a0;
  /* background: #aac1f0; */
  cursor: pointer;
  position: relative;
  padding-left: 33px;
  color: #fff;
  font-weight: 400;
  text-transform: uppercase;
  border-radius: 23px;
  margin-top: 10px;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.actions li a:before {
  content: "\f2ee";
  position: absolute;
  top: 13px;
  right: 32px;
  font-family: Material-Design-Iconic-Font;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  font-size: 13px;
}
.actions li a:hover {
  background: #5c73a0;
}
.actions li a:hover:before {
  -webkit-animation-name: hvr-icon-wobble-horizontal;
  animation-name: hvr-icon-wobble-horizontal;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}
.actions li[aria-disabled="true"] a {
  display: none;
}
.actions li:first-child a {
  background: #a25b95;
  /* background: #f6c2ec; */
  padding-left: 65px;
}
.actions li:first-child a:before {
  content: "\f2ea";
  left: 48px;
}
.actions li:first-child a:hover {
  background: #a25b95;
}
.actions li:last-child a {
  padding-left: 0;
  font-weight: 400;
  justify-content: center;
}
.actions li:last-child a:before {
  display: none;
}

@-webkit-keyframes hvr-icon-wobble-horizontal {
  16.65% {
    -webkit-transform: translateX(6px);
    transform: translateX(6px);
  }
  33.3% {
    -webkit-transform: translateX(-5px);
    transform: translateX(-5px);
  }
  49.95% {
    -webkit-transform: translateX(4px);
    transform: translateX(4px);
  }
  66.6% {
    -webkit-transform: translateX(-2px);
    transform: translateX(-2px);
  }
  83.25% {
    -webkit-transform: translateX(1px);
    transform: translateX(1px);
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes hvr-icon-wobble-horizontal {
  16.65% {
    -webkit-transform: translateX(6px);
    transform: translateX(6px);
  }
  33.3% {
    -webkit-transform: translateX(-5px);
    transform: translateX(-5px);
  }
  49.95% {
    -webkit-transform: translateX(4px);
    transform: translateX(4px);
  }
  66.6% {
    -webkit-transform: translateX(-2px);
    transform: translateX(-2px);
  }
  83.25% {
    -webkit-transform: translateX(1px);
    transform: translateX(1px);
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@media (max-width: 767px) {
  .wrapper {
    display: block;
  }

  #wizard {
    width: auto;
    height: auto;
    padding: 30px 20px;
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
  }

  .form-header {
    display: block;
  }
  .form-header .avartar {
    width: 100%;
    text-align: center;
    margin-bottom: 25px;
  }
  .form-header .form-group {
    width: 100%;
  }

  .grid .row {
    display: block;
  }

  .grid-item {
    width: 100%;
  }

  .form-row {
    display: block;
  }
  .form-row .form-holder {
    width: 100%;
    margin-right: 0;
  }

  .actions ul {
    /* flex-direction: column; */
    align-items: flex-end;
  }
}
