body {
  
  font-size: 13px;
  margin: 0; }

:focus {
  outline: none; }

textarea {
  resize: none; }

input, textarea, select, button {
  
  font-size: 13px;
  color: #ccc; }

select {
  -moz-appearance: none;
  -webkit-appearance: none;
  cursor: pointer; }
  select option[value=""][disabled] {
    display: none; }

p, h1, h2, h3, h4, h5, h6, ul {
  margin: 0; }

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

a {
  text-decoration: none; }

textarea {
  resize: none; }

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

.wrapper {
  max-width: 1400px;
  display: flex;
  align-items: center;
  min-height: 60vh;
  margin: auto; }

.wizard {
  max-width: 878px;
  position: relative;
  margin: auto; }

.steps .current-info, .steps .number {
  display: none; }

.steps {
  display:none;
  position: absolute;
  bottom: 24px;
  right: 57px;
  z-index: 9; }
  .steps ul {
    position: relative; }
    .steps ul:before {
      content: "1";
      font-size: 40px;
      color: #666;
       }
    .steps ul:after {
      content: "/ 3";
      font-size: 15px;
      color: #666;
      
      position: absolute;
      left: 27px;
      top: 12px;
      width: 22px; }
    .steps ul.step-2:before {
      content: "2"; }
    .steps ul.step-3:before {
      content: "3"; }

.inner {
  display: flex;
  align-items: center;
  position: relative; }
  .inner .image-holder {
    width: 48.88%; }
  .inner .form-content {
    width: 51.12%;
    padding: 15px 16px;
    background: #ffffff;
    height: 562px;
    box-shadow: 0px 7px 18px 0px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0px 7px 18px 0px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 7px 18px 0px rgba(0, 0, 0, 0.2);
    -ms-box-shadow: 0px 7px 18px 0px rgba(0, 0, 0, 0.2);
    -o-box-shadow: 0px 7px 18px 0px rgba(0, 0, 0, 0.2); }
    .inner .form-content .form-inner {
      border: 1px solid #c29f6d;
      height: 100%;
      padding: 40px 37px; }
      .inner .form-content .form-inner.form-inner-last {
        padding: 0;
        display: flex;
        justify-content: center;
        align-items: center; }

.form-header {
  text-align: center;
  margin-bottom: 35px; }
  .form-header h3 {
    font-size: 19px;
    color: #223966;
    text-transform: uppercase;
    margin-bottom: 9px; }
  .form-header p {
    font-size: 18px;
    color: #cdaa7c; }
.form-holder {
  position: relative; }
  .form-holder i {
    position: absolute;
    top: 1px;
    right: 0;
    color: #223966; }
  .form-holder.select-holder {
    width: 67px;
    display: inline-block;
    margin-right: 14px; }
    .form-holder.select-holder:last-child {
      margin-right: 0; }
    .form-holder.select-holder i {
      right: 10px;
      top: 50%;
      transform: translateY(-50%); }

.form-row {
  margin-bottom: 28px; }
  .form-row label {
    color: #c29f6d;
    margin-bottom: 4px;
    display: block; }
    .form-row label i {
      margin-right: 3px; }

.form-control {
  height: 42px;
  border: none;
  border-bottom: 2px solid #666;
  width: 100%;
  color: #333;
  background: #f3f3f3 !important;
  font-size: 14px;
}
  .form-control:focus {
    border-color: #e9e0cf; }


select.form-control {
  height: 42px;
  border: none;
  border-bottom: 2px solid #666;
  width: 100%;
  color: #333;
  background: #f3f3f3 !important;
}
  select.form-control option {
    color: #666; }
  select.form-control:focus {
    border-color: #666; }

.select {
  position: relative; }
  .select .select-control {
    height: 26px;
    border-bottom: 2px solid #666;
    width: 100%;
    color: #333;
    
    cursor: pointer; }
  .select .dropdown {
    display: none;
    position: absolute;
    top: 100%;
    width: 100%;
    background: #fff;
    z-index: 9; }
    .select .dropdown li {
      padding: 5px 10px; }
      .select .dropdown li:hover {
        background: #81acee; }

.ready {
  text-align: center;
  margin-bottom: 56px; }
  .ready span {
    width: 38px;
    height: 38px;
    border-radius: 50%;
    background: #cdaa7c;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: auto; }
    .ready span i {
      font-size: 40px;
      margin-top: 3px;
      display: inline-block; }
  .ready .text-1 {
    
    color: #333;
    font-size: 25px;
    text-transform: uppercase;
    margin-top: 36px;
    margin-bottom: 9px; }
  .ready .text-2 {
    
    color: #cdaa7c;
    font-size: 18px; }

.actions ul {
  display: flex;
  justify-content: space-between;
  width: 253px;
  position: absolute;
  bottom: 79px;
  right: 52px; }
  .actions ul.step-last {
    justify-content: flex-end; }
.actions li a {
  padding: 0;
  border: none;
  display: inline-flex;
  height: 41px;
  width: 120px;
  align-items: center;
  justify-content: center;
  color: #fff;
  cursor: pointer;
  text-transform: uppercase;
  background: #223966;}
  .actions li a:hover {
    background: #cdaa7c;
    border-color: transparent; }
.actions li.step-2 a {
  width: 118px; }
.actions li:last-child {
  display: none !important; }
.actions li[aria-disabled="true"] a {
  opacity: 0;
  transition: all 1s; }

@media (max-width: 991px) {
  .actions li.step-2 a {
    width: 100px; }

  .actions ul {
    width: 224px;
    right: 44px; }

  .inner .form-content .form-inner {
    padding: 40px 29px; } }
@media (max-width: 767px) {
  .inner {
    display: block; }
    .inner .image-holder {
      width: 100%;
    display: none;}
    .inner .form-content {
      width: 100%; }

  .actions ul {
    width: auto;
    left: 44px;
    right: 44px; } }
.form-row {
  display: block;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: 0;
}
/*# sourceMappingURL=style.css.map */
