#navbar .mobile-nav a{
  font-family: 'Milliard Light';
  /* color: #8B5F56; */
  color: #FFF;
  text-decoration: none;
}
#navbar.navbar-scrolled .mobile-nav a{
  color: #8B5F56;
}
#navbar .mobile-nav{
  position: relative;
  display: inline;
  font-size: 18px;
}
#navbar .main-nav ul li:last-child a{
  border: 2px solid #FFF;
  border-radius: 10px;
  color: #FFF;
}
#navbar.navbar-scrolled .main-nav ul li:last-child a,
#navbar.navbar-scrolled .mobile-nav a{
  border: 2px solid #8B5F56;
  color: #8B5F56;
  padding: 5px;
  border-radius: 10px;
}

@media screen and (min-width:1025px){
  #navbar .mobile-nav a{
    display: none;
  }
}

/* STEP */
.steps {
  padding-left: 0;
  list-style: none;
  /* font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; */
  font-size: 12px;
  line-height: 1;
  margin: 30px auto;
  border-radius: 3px;
  display: flex;
  justify-content: center;
  font-family:'Milliard Light';
}
.steps strong {
  font-size: 14px;
  display: block;
  line-height: 1.4;
}
.steps > li {
  position: relative;
  display: block;
  padding: 12px 50px 8px 50px;
  height: 58px;
}


  .steps > li {
    float: left;
  }
  .steps > li span {
    text-align: center;
  }
  .steps .item {
    color: #666;
    background: #ececec;
  }
  .steps .active {
    color: #fff;
    background: #8B5F56;
  }
  .steps .done {
    color: #666;
    background: #c3bcbb;
  }
  .steps li > span:after, .steps li > span:before {
    content: "";
    display: block;
    width: 0px;
    height: 0px;
    position: absolute;
    top: 0;
    left: 0;
    border: solid transparent;
    border-width: 29px;
  }
  .steps li > span:after {
    top: -5px;
    z-index: 1;
    border-left-color: white;
    border-width: 34px;
  }
  .steps li > span:before {
    z-index: 2;
  }
  .steps li.item + li > span:before {
    border-left-color: #ececec;
  }
  .steps li.active + li > span:before {
    border-left-color: #8B5F56;
  }
  .steps li.done + li > span:before {
    border-left-color: #c3bcbb;
  }
  .steps li:first-child > span:after, .steps li:first-child > span:before {
    display: none;
  }
  .steps li:first-child i {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    border: solid transparent;
    border-left-color: white;
    border-width: 29px;
  }
  .steps li:last-child i {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    border: solid transparent;
    border-left-color: white;
    border-width: 29px;
    left: auto;
    right: -30px;
    border-left-color: transparent;
    border-top-color: white;
    border-bottom-color: white;
  }

  /* Arrows at start and end */

.steps-tab{
  display: none;
}
.steps-tab.active{
  display: block;
}

#feature .title,
#biodata .title,
#confirm .title{
  font-family: 'Le Havre';
  letter-spacing: 4px;
  line-height: 1;
  font-size: 30px;
  font-weight: 600;
  color: #8B5F56;
}

#feature .card{
  width: 768px;
}
#feature .card .left{
  text-align: left;
}
#feature .card .right{
  text-align: right;
}
#feature .title-inner{
  font-family: 'Milliard Light';
  letter-spacing: 2px;
  line-height: 1;
  font-size: 20px;
  font-weight: 600;
  color: #8B5F56;
  padding-bottom: 10px;
}

#feature .title-inner span:last-child{
  position: relative;
}
#feature .title-inner span:last-child::after{
  content: '';
  height: 2px;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  background: #8B5F56;
}
#feature .row{
  font-family: 'Milliard Light';
}
#feature .premium .price,
#feature .subtotal .price{
  width: 40%;
}
#feature .subtotal .border-custom{
  height: 2px;
  width: 100%;
  background: #8B5F56;
}
#feature .premium .row:not(:last-child) .left,
#feature .premium .row:not(:last-child) .right{
  border-bottom: 1px solid #e6d5d1;
}

#biodata .card{
  width: 768px;
}
#biodata form{
  font-family: 'Milliard Light';
  font-size: 20px
}

#confirm .card{
  width: 768px;
}
#confirm form{
  font-family: 'Milliard Light';
  font-size: 20px
}
#confirm .title-inner{
  font-family: 'Milliard Light';
  letter-spacing: 2px;
  line-height: 1;
  font-size: 20px;
  font-weight: 600;
  color: #8B5F56;
  padding-bottom: 10px;
}
#confirm .title-inner span:last-child{
  position: relative;
}
#confirm .title-inner span:last-child::after{
  content: '';
  height: 2px;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  background: #8B5F56;
}
#confirm{
  font-family: 'Milliard Light';
}
#confirm .premium .price,
#confirm .subtotal .price{
  width: 50%;
}
#confirm .subtotal .border-custom{
  height: 2px;
  width: 100%;
  background: #8B5F56;
}
#confirm .premium .row:not(:last-child) .left,
#confirm .premium .row:not(:last-child) .right{
  border-bottom: 1px solid #e6d5d1;
}


label.error{
  display: none !important;
}
.form-control.error:not(.datepicker),.form-control-file.error{
  box-shadow: 0 0 0 2px rgba(255, 0, 0, 0.5);
  width: 100%;
  font-size: 0.8rem !important;
}

.form-control.error{
  box-shadow: 0 0 0 2px rgba(255, 0, 0, 0.5);
  font-size: 0.8rem !important;
}

.btn-next{
  font-family:'Milliard Medium';
  letter-spacing: 1.5px;
  margin-top: 30px;
  background-color: #8B5F56;
  padding: 10px 25px;
  border-radius: 10px;
  color: #FFF;
  text-decoration: none;
  font-size: 14px;
  box-shadow: 5px 5px 5px 0px rgba(0, 0, 0, 0.1);
}

/* LOADING */
.lds-heart {
  display: inline-block;
  position: relative;
  width: 80px;
  height: 35px;
  transform: rotate(45deg);
  transform-origin: 40px 40px;
}
.lds-heart div {
  top: 25px;
  left: 10px;
  position: absolute;
  width: 20px;
  height: 20px;
  background: #8B5F56;
  animation: lds-heart 1.2s infinite cubic-bezier(0.215, 0.61, 0.355, 1);
}
.lds-heart div:after,
.lds-heart div:before {
  content: " ";
  position: absolute;
  display: block;
  width: 20px;
  height: 20px;
  background: #8B5F56;
}
.lds-heart div:before {
  left: -15px;
  border-radius: 50% 0 0 50%;
}
.lds-heart div:after {
  top: -15px;
  border-radius: 50% 50% 0 0;
}
@keyframes lds-heart {
  0% {
    transform: scale(0.95);
  }
  5% {
    transform: scale(1.1);
  }
  39% {
    transform: scale(0.85);
  }
  45% {
    transform: scale(1);
  }
  60% {
    transform: scale(0.95);
  }
  100% {
    transform: scale(0.9);
  }
}
.blockUI .lds-heart div:after,
.blockUI .lds-heart div:before{
  background: red;
  width: 40px;
  height: 40px;
}
.blockUI .lds-heart div{
  background: red;
  width: 40px;
  height: 40px;
}
.blockUI .lds-heart div:before {
  left: -35px;
}
.blockUI .lds-heart div:after {
  top: -35px;
}

/* OVERLAY */
.overlay{
  position: absolute;
  top: 0;
  left: 50%;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.2);
  z-index: 9;
  max-width: 768px;
  transform: translateX(-50%);
}


@media screen and (max-width:500px){
  .steps > li {
    padding: 12px 25px 8px 40px;
  }
  #feature .premium .price,
  #feature .subtotal .price{
    width: 85%;
  }
  #confirm .premium .price,
  #confirm .subtotal .price{
    width: 85%;
  }
  #confirm .basic ,#confirm .premium,#confirm .subtotal,#confirm .coupon{
    font-size: 16px;
  }
}
