@font-face {
  font-family: "Poppins-Regular";
  src: url("../fonts/poppins/Poppins-Regular.ttf"); }
@font-face {
  font-family: "Poppins-Medium";
  src: url("../fonts/poppins/Poppins-Medium.ttf"); }
@font-face {
  font-family: "Bitter-Regular";
  src: url("../fonts/bitter/Bitter-Regular.ttf"); }

.wrapper {
  height: 90vh;
  background: #f9f6f1;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
 }
 @media (max-width: 767px) {
.inner {
  width: 100%; }
}
@media (min-width: 767px) {
  .inner {
    width: 80%; }
  }

.image-holder {
  position: relative; }
  .image-holder h3 {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%); }


.wizard {
  background: url("/images/form-content-bg.png") repeat;
  padding: 62px 60px 58px 62px;
  display: flex; }
  .wizard .steps {
    margin-right: 68px; }
  .wizard .content {
    width: 73.95%; }

.steps ul {
  border-left: 5px solid rgba(242, 242, 242, 0.4); }
.steps li {
  margin-bottom: 30px;
  display: flex;
  align-items: center;
  height: 40px;
  position: relative; }
  .steps li a {
    color: #fff;
    font-family: "Poppins-Medium";
    font-size: 15px;
    padding-left: 18px; }
    .steps li a:before {
      content: "";
      width: 5px;
      height: 60px;
      position: absolute;
      left: -5px;
      top: 0; }
  .steps li.current a {
    color: #edc948; }
    .steps li.current a:before {
      background: #edc948; }

.content h4 {
  display: none; }

label {
  margin-bottom: 7px;
  display: block;
  font-size: 14px; }

/* .form-group .form-row1 {
  margin-bottom: 27px; } */

.form-row1 {
  display: flex;
  margin-bottom: 50px; }
  .form-row1.mb-21 {
    margin-bottom: 21px; }
  .form-row1 .form-holder1, .form-row1 .select {
    width: 50%;
    margin-right: 30px; }
    .form-row1 .form-holder1:last-child, .form-row1 .select:last-child {
      margin-right: 0; }
    .form-row1 .form-holder1.w-100, .form-row1 .select.w-100 {
      width: 100%;
      margin-right: 0; }
    .form-row1 .form-holder1.mr-20, .form-row1 .select.mr-20 {
      margin-right: 20px; }
  .form-row1 .select .form-holder1 {
    width: 100%;
    margin-right: 0; }

.form-holder1 {
  position: relative; }
  .form-holder1 span.lnr-chevron-down {
    position: absolute;
    bottom: 10px;
    right: 0;
    font-size: 10px; }
  .form-holder1 span.lnr-calendar-full {
    position: absolute;
    bottom: 12px;
    right: 0;
    font-size: 12px; }
  .form-holder1 span.placeholder {
    position: absolute;
    bottom: 8px;
    left: 0;
    font-size: 14px; }

.select {
  position: relative; }
  .select .select-control {
    height: 34px;
    border-bottom: 1px solid #5d718e;
    width: 100%;
    font-size: 14px;
    padding: 0;
    display: flex;
    align-items: center;
    cursor: pointer; }
  .select .dropdown {
    display: none;
    position: absolute;
    top: 100%;
    width: 100%;
    background: #fff;
    color: #999;
    z-index: 9;
    border: 1px solid #81acee; }
    .select .dropdown li {
      padding: 2px 10px; }
      .select .dropdown li:hover {
        background: #81acee;
        color: #fff; }

.form-control1 {
  background: none;
  height: 34px;
  border: none;
  border-bottom: 1px solid #5d718e;
  width: 100%;
  font-size: 14px;
  padding: 0; }
  .form-control1.pl-85 {
    padding-left: 85px; }
  .form-control1.pl-96 {
    padding-left: 96px; }
  .form-control1::-webkit-input-placeholder {
    color: #fff; }
  .form-control1::-moz-placeholder {
    color: #fff; }
  .form-control1:-ms-input-placeholder {
    color: #fff; }
  .form-control1:-moz-placeholder {
    color: #fff; }
  .form-control1:focus {
    border-bottom: 1px solid #e6e6e6; }

textarea.form-control1 {
  padding: 6px 0; }

.option {
  color: #999;
  padding-left: 20px; }

select.form-control1 {
  -moz-appearance: none;
  -webkit-appearance: none;
  cursor: pointer;
  color: #fff; }
  select.form-control1 option[value=""][disabled] {
    display: none; }

select option {
  padding: 0 15px; }

.section-style {
  display: flex; }
  .section-style .board-wrapper {
    width: 50%;
    margin-right: 30px; }
  .section-style .form-wrapper, .section-style .pay-wrapper {
    width: 100%; }

.board-inner {
  background: #fff;
  color: #012353;
  font-size: 14px;
  padding: 22px 33px 13px 21px; }
  .board-inner div {
    margin-bottom: 8px; }
    .board-inner div:last-child {
      margin-bottom: 0; }
  .board-inner .board-item span {
    margin-left: 13px; }
  .board-inner .board-line {
    display: flex;
    justify-content: space-between; }
    .board-inner .board-line div {
      margin-bottom: 0; }

.bill {
  width:100%;
  border: 1px solid #fff;
  padding: 18px 20px 11px 20px; }
  .bill .bill-item {
    display: flex;
    justify-content: space-between;
    margin-bottom: 7px; }
    .bill .bill-item .price {
      font-family: "Poppins-Medium";
      color: #edc948; }
    .bill .bill-item.people {
      justify-content: flex-start; }
      .bill .bill-item.people .bill-unit:first-child {
        margin-right: 28px; }
    .bill .bill-item.service {
      margin-top: 31px; }
    .bill .bill-item.vat {
      margin-bottom: 14px; }
    .bill .bill-item.total-price {
      margin-bottom: 21px; }
      .bill .bill-item.total-price .price {
        font-size: 17px; }
    .bill .bill-item.total {
      font-size: 12px;
      align-items: center; }
      .bill .bill-item.total span {
        display: block;
        margin-left: 0;
        font-size: 14px; }
      .bill .bill-item.total .price {
        font-size: 17px; }
  .bill .bill-unit span {
    margin-left: 2px; }
  .bill .bill-cell {
    padding-bottom: 7px;
    border-bottom: 1px solid #5d718e;
    margin-bottom: 15px; }
    .bill .bill-cell:last-child {
      margin-bottom: 0;
      padding-bottom: 0;
      border: none; }

button#btns {
  padding: 0;
  border: none;
  display: flex;
  height: 42px;
  width: 164px;
  justify-content: center;
  align-items: center;
  background: #edc948;
  font-family: "Poppins-Medium";
  text-transform: uppercase;
  font-size: 14px;
  color: #012353;
  cursor: pointer;
  bottom: 56px;
  border-radius: 21px;
  font-weight: 500;
  margin: auto;
  margin-top: 50px;
  font-weight: 500; }
  button#btns i {
    margin-left: 10px; }
  button#btns:hover {
    background: #d4b43f; }

.checkbox1 {
  position: relative;
  padding-left: 25px; }
  .checkbox1 label {
    cursor: pointer; }
    .checkbox1 label a {
      color: #edc948; }
      .checkbox1 label a:hover {
        color: #d4b43f; }
  .checkbox1 input {
    position: absolute;
    opacity: 0;
    cursor: pointer; }
  .checkbox1 input:checked ~ .checkmark1:after {
    display: block; }

.checkmark1 {
  position: absolute;
  top: 3px;
  left: 0;
  height: 14px;
  width: 15px;
  border: 1px solid #fff;
  font-family: Material-Design-Iconic-Font;
  font-size: 13px; }
  .checkmark1:after {
    position: absolute;
    top: 0;
    left: 1px;
    display: none;
    content: '\f26b';
    color: #fff; }

.checkbox1-circle {
  display: flex;
  justify-content: space-between;
  margin-bottom: 16px; }
  .checkbox1-circle label {
    padding-left: 19px;
    cursor: pointer;
    font-size: 12px;
    display: inline-block;
    position: relative; }
  .checkbox1-circle input {
    position: absolute;
    opacity: 0;
    cursor: pointer; }
  .checkbox1-circle input:checked ~ .checkmark1:after {
    display: block; }
  .checkbox1-circle .checkmark1 {
    position: absolute;
    top: 3px;
    left: 0;
    height: 12px;
    width: 12px;
    border-radius: 50%;
    border: 1px solid #fff; }
    .checkbox1-circle .checkmark1:after {
      content: "";
      top: 3px;
      left: 3px;
      width: 4px;
      height: 4px;
      border-radius: 50%;
      background: #fff;
      position: absolute;
      display: none; }

@media (max-width: 1500px) {
  .wrapper {
    height: auto;
    min-height: 100vh;
    padding: 80px 0; } }
@media (max-width: 991px) {
  .wizard {
    padding: 50px; } }
@media (max-width: 767px) {
  .wizard {
    padding: 50px 20px;
    flex-direction: column; }
    .wizard .steps {
      width: 100%;
      margin-right: 0;
      margin-bottom: 30px; }
    .wizard .content {
      width: 100%; }

  .section-style {
    flex-direction: column; }
    .section-style .board-wrapper {
      width: 100%;
      margin-right: 0;
      margin-bottom: 50px; }
    .section-style .form-wrapper, .section-style .pay-wrapper {
      width: 100%; }

  .form-row1 {
    display: block;
    margin-bottom: 0; }
    .form-row1 .form-holder1 {
      width: 100%;
      margin-right: 0; }
    .form-row1 .select {
      width: 100%;
      margin-right: 0; }

  .form-control1, .select-control {
    margin-bottom: 29px; }

  .form-holder1 span.placeholder {
    bottom: 36px; }
  .form-holder1 span.lnr-chevron-down, .form-holder1 span.lnr-calendar-full {
    bottom: 39px; }

  .select span.lnr-chevron-down {
    bottom: 10px; }
 }

/*# sourceMappingURL=style.css.map */
