.cardbody{
	padding: 5px;
	background-color: white;
	width: 100%;
	height: 300px;
}
.TulisanPrintdokumen{
	margin-left: 15;
	font-size: 30;
	color: black;
}

.imgfoot{
	width: 1000px;
	height: 1000px;
	background-color: pink;

}

:focus {
  outline: none; }

textarea {
  resize: none; }

input, textarea, select, button {
  font-size: 15px; }

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%; }

.wrapper {
  height: 120vh;
  background-color: none;
  margin-top: 0px;
  width: 100%;
  padding: 20px;
}


.wizard {
  width: 920px;
 }

.wizard > .steps {
  position: absolute;
  top: 24%;
  right: 47%;
  transform: translateX(50%);
  z-index: 9; }

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

.wizard > .steps ul {
  display: flex;
  justify-content: center;
   }

.wizard > .steps li a {
  display: inline-block;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: rgb(108,99,255);
  margin-right: 78px;
  position: relative; }
  .wizard > .steps li a:before {
    content: "";
    width: 58px;
    height: 2px;
    background:  rgb(196,196,196);
    position: absolute;
    right: 22px;
    top: 5px; }
  .wizard > .steps li a:after {
    content: "";
    width: 0;
    height: 2px;
    background: black;
    position: absolute;
    left: -68px;
    top: 5px;
    transition: all 0.6s ease; }
.wizard > .steps li.first a {
  background: rgb(108,99,255); }
.wizard > .steps li.checked a {
  background: black; }
  .wizard > .steps li.checked a:after {
    width: 58px; }
.wizard > .steps li:last-child a {
  margin-right: 0; }
  .wizard > .steps li:first-child a {
   background: black; }
.wizard > .steps li:first-child a:before {
  display: none; }
.wizard > .steps li:first-child a:after {
  display: none; }

.wizard > .content {
  position: relative;
  height: 521px; }

.inner {
width: 1300px;
  /*box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.2);*/
  -webkit-box-shadow: 0px 0px 0px 0px ;
  -moz-box-shadow: 0px 0px 0px 0px ;
  -ms-box-shadow: 0px 0px 0px 0px ;
  -o-box-shadow: 0px 0px 0px 0px ; }


.form-content {
  width: 100%;
  margin-left: 20px;
   }

.form-header {
  text-align: center; }

/*h3 {
 font-weight: bold;	
  font-size: 22px;
  color: black;
  padding: 5px 15px;
  display: inline-block;
  border: 1px solid #dad8e4;
  margin-bottom: 75px; }*/

p {

  font-size: 20px;
  color: #6d7f52;
  text-align: center;
  margin-bottom: 26px; }

.form-row {
  display: flex;
  margin-bottom: 18px; }
  .form-row .form-holder {
    width: 50%;
    margin-right: 30px; }
    .form-row .form-holder:last-child {
      margin-right: 0; }
    .form-row .form-holder.w-100 {
      width: 100%;
      margin-right: 0; }
  .form-row .select {
    width: 50%;
    margin-right: 30px; }
    .form-row .select .form-holder {
      width: 100%;
      margin-right: 0; }

.select {
  position: relative; }
  .select .select-control {
    height: 37px;
    border-bottom: 2px solid #e6e6e6;
    width: 100%;
    color: #999;
    display: flex;
    align-items: center;
    cursor: pointer; }
  .select .dropdown {
    display: none;
    position: absolute;
    top: 100%;
    width: 100%;
    background: #fff;
    z-index: 9;
    border: 1px solid #81acee; }
    .select .dropdown li {
      padding: 5px 10px; }
      .select .dropdown li:hover {
        background: #81acee;
        color: #fff; }

.form-holder {
  position: relative; }
  .form-holder i {
    position: absolute;
    bottom: 7px;
    right: 0;
    font-size: 17px; }

.form-control {
  height: 37px;
  border: none;
  border-bottom: 2px solid #e6e6e6;
  width: 100%;
  color: #666; }
  .form-control:focus {
    border-color: #e9e0cf; }
  .form-control::-webkit-input-placeholder {
    color: #999; }
  .form-control::-moz-placeholder {
    color: #999; }
  .form-control:-ms-input-placeholder {
    color: #999; }
  .form-control:-moz-placeholder {
    color: #999; }

select.form-control {
  -moz-appearance: none;
  -webkit-appearance: none;
  cursor: pointer;
  color: #999; }
  select.form-control option[value=""][disabled] {
    display: none; }

textarea.form-control {
  padding: 8px 0;
  background: url("../images/textarea-bg.png") no-repeat right bottom 3px; }

.actions {

  bottom: 55px;
  right: 51px;
  margin-left:820px; 
  margin-top: -190px; 
}
  .actions ul {
    display: flex; }
  .actions li a {
    padding: 0;
    border: none;
    border-radius: 5%;
    display: inline-flex;
    height: 61px;
    width: 250px;
    align-items: center;
    background:rgb(255,165,60);
    color: white;
    cursor: pointer;

    padding-left: 88px; }
    .actions li a:before {
      content: '\f301';
      position: absolute;
      top: 14px;
      right: 28px;
       }
    .actions li a:hover {
      background: rgb(255,165,60); }
  .actions li:first-child a {
    width: 250px;
    margin-top: 80px;
    margin-right: -300px;
    margin-left: 20px;
   }
    .actions li:first-child a:before {
      content: '\f2ff';
      position: absolute;
      top: 14px;
      left: 26px;
       }
  .actions li:nth-child(2) a, .actions li:last-child a {
    margin-left: 20px; }
  .actions li:last-child a {
    width: 124px;
    background: #6d7f52;
    color: #fff; }
    .actions li:last-child a:hover {
      background: #849963; }
    .actions li:last-child a:before {
      content: '\f26b';
      position: absolute;
      top: 13px;
      right: 28px;
       }
  .actions li[aria-disabled="true"] a {
    opacity: 0;
    transition: all 1s; }
  .actions li[aria-disabled="true"] ~ li a {
    background: rgb(255,165,60);
    color: #fff; }
    .actions li[aria-disabled="true"] ~ li a:hover {
      background: #849963; }



@media (max-width: 1000px) {
  .wizard {
    max-width: 968px; }

  .image-holder img {
    height: 521px;
    object-fit: cover; } }
@media (max-width: 767px) {
  .inner {
    display: block;
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none; }

  .image-holder {
    width: 100%; }
    .image-holder img {
      width: 100%; }

  .form-content {
    width: 100%;
    padding: 50px 20px 30px; }

  .form-row {
    display: block; }
    .form-row .form-holder, .form-row .select {
      width: 100%;
      margin-right: 0;
      margin-bottom: 18px; }

  .wrapper {
    height: 1201px;
    background: none; }


  .wizard {
    height: 100%; }
    .wizard > .steps {
      right: 50%;
      top: 52%;
      transform: translateX(50%); }

  .actions {
    right: 50%;
    transform: translateX(50%);
    bottom: 3%; } }

/*# sourceMappingURL=style.css.map */
.file{
	box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.2);
	background-color:white; 
	width: 520px;
	height: 600px;
	margin-left: 280px;
	margin-top: 0px;
	border-radius: 3%;
	padding: 10px;
}

.harga{
	box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.2);
	background-color:white; 
	width: 260px;
	height: 200px;
	margin-left: 820px;
	margin-top: -600px;
	border-radius: 3%;
	padding: 10px;
}

.googlemaps{
	margin-top: 20px;
	margin-left: 20px;

}

.icondocument{
	font-size: 60;
	margin-left: 10px;
	color: rgb(67,133,245);
s

}

.cardberhasil{
margin-top: -10px;
width: 100%; 
height:500px;
background-image:url("berhasil.png");
}