@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"); }
  @font-face {
  font-family: "DGAgnadeen";
  src: url("../fonts/DGAgnadeen/DGAgnadeen-Regular.ttf"); 
  }
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

body {
  font-family: "DGAgnadeen";
  
  margin: 0; }

:focus {
  outline: 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 {
  background: #ccc;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  background-size: cover; 
  }

.inner {
  width: 100%;
  position:relative;
  }

.image-holder {
  position: relative; 
  height:100px;
  background:#fff url('../images/form-wizardd.jpg') center no-repeat;
  background-size: cover; 
  
  }
.image-holder h3 {
    position: absolute;
    top: 50%;
    left: 50%;
	font-size:35px;
    transform: translate(-50%, -50%); 
	text-shadow:1px 2px 5px #f5f6f8;
	}
	.image-holder .logo {
    position: absolute;
    top: 50%;
    right: 3px;
	font-size:35px;
    transform: translate(-50%, -50%); 
	text-shadow:1px 2px 5px #f5f6f8;
	}

h3 {
  font-family: "DGAgnadeen";
  font-size: 30px;
  color: #d1cc46;
  text-transform: uppercase;
  padding: 9px 23px;
  border: 0px solid rgba(255, 255, 255, 0.5);
  border-color:#012353;
  font-weight: 400;
  letter-spacing: 0.3px; 
  
  }

.wizard {
  background: url("../images/form-content-bg1.png") repeat;
  padding: 4px 4px 60px 40px;
  display: flex; 
  width: 100%;
  direction:rtl;
  }
  .wizard .steps {
	background-color:#eee;
    width:20%;
    margin-left: 40px; 
	right:0px;
	position:relative;
	right:0px;
	padding:5px;
	}
  .wizard .content {
    width: 80%; }

.steps ul {
  border-right: 3px solid rgba(242, 242, 242, 0.4); 
  text-align:right;
  
  }
.steps li {
  margin-bottom: 16px;
  display: flex;
  align-items: center;
  height: 31px;
  right:0px;
  position: relative; 
  
  }
  .steps li a {
    color: #b0b0b0;
    font-family: "DGAgnadeen";
    font-size: 14px;
    padding-right: 18px; 
	text-align:right;
	
	}
    .steps li a:before {
      content: "";
      width: 3px;
      height: 31px;
      position: absolute;
      right: 3px;
      top: 0; }
  .steps li.current a {
    color: #12407e; }
    .steps li.current a:before {
      background: #12407e; }

.content h4 {
  display: none; }

label {
  margin-bottom: 7px;
  display: block;
  font-size: 14px; }



.form-holder {
  position: relative; }
  .form-holder span.lnr-chevron-down {
    position: absolute;
    bottom: 10px;
    right: 0;
    font-size: 10px; }
  .form-holder span.lnr-calendar-full {
    position: absolute;
    bottom: 12px;
    right: 0;
    font-size: 12px; }
  .form-holder span.placeholder {
    position: absolute;
    bottom: 8px;
    left: 0;
    font-size: 14px; }

 

.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; }

input,textarea,select{
text-align:right;
font-size: 11pt;
color:#000;
font-family: "DGAgnadeen";
font-weight:100;
}

  button i {
    margin-left: 10px; }
  button:hover {
    background: #d4b43f; }


.checkmark {
  position: absolute;
  top: 3px;
  left: 0;
  height: 14px;
  width: 15px;
  border: 1px solid #fff;
  font-family: Material-Design-Iconic-Font;
  font-size: 13px; 
  }
  .checkmark:after {
    position: absolute;
    top: 0;
    left: 1px;
    display: none;
    content: '\f26b';
    color: #fff; }

.checkbox-circle {
  display: flex;
  justify-content: space-between;
  margin-bottom: 16px; }
  .checkbox-circle label {
    padding-left: 19px;
    cursor: pointer;
    font-size: 12px;
    display: inline-block;
    position: relative; }
  .checkbox-circle input {
    position: absolute;
    opacity: 0;
    cursor: pointer; }
  .checkbox-circle input:checked ~ .checkmark:after {
    display: block; }
  .checkbox-circle .checkmark {
    position: absolute;
    top: 3px;
    left: 0;
    height: 12px;
    width: 12px;
    border-radius: 50%;
    border: 1px solid #fff; }
    .checkbox-circle .checkmark: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: 1199px) {
  .wrapper {
    padding: 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%; }

  

  h3 {
    width: 90%;
    text-align: center; } }

/*# sourceMappingURL=style.css.map */
