@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: "Poppins-SemiBold";
  src: url("../fonts/poppins/Poppins-SemiBold.ttf"); }
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

body {
  font-family: 'Raleway', sans-serif;
  font-size: 14px;
  margin: 0;
  color: #999;
  /*background: url("../images/form-wizard-bg.jpg") no-repeat center center;*/
  /*height: 100vh;*/
  background-size: cover;
  display: flex;
  align-items: center; }

:focus {
  outline: none; }

textarea {
  resize: none; }

input, textarea, select, button {
  font-family: 'Raleway', sans-serif;
  font-size: 14px;
  color: #333; }

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 {
  width: 819px;
  margin: auto;
  padding: 7px;
  background: url("../images/form-bg.png") repeat; }

.wizard {
  position: relative;
  background: #fff;
  padding: 10px 58px 30px;
  min-height: 548px; }

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

.steps {
  position: absolute;
  right: 42px;
  top: 5px;
  z-index: 9; }
  .steps ul {
    position: relative; }
    .steps ul:before {
      content: "1";
      font-size: 40px;
      color: #FFF;
      font-family: 'Raleway', sans-serif;
      font-weight: 500; }
    .steps ul:after {
      content: "/ 5";
      font-size: 15px;
      color: #FFF;
      font-family: 'Raleway', sans-serif;
      font-weight: 500;
      position: absolute;
      left: 16px;
      top: 13px;
      width: 22px; }
    .steps ul.step-2:before {
      content: "2"; }
    .steps ul.step-2:after {
      left: 31px; }
    .steps ul.step-3:before {
      content: "3"; }
    .steps ul.step-3:after {
      left: 31px; }

h3 {
  font-family: 'Raleway', sans-serif;
  font-weight: 600;
  font-size: 35px;
  color: #3377c0;
  text-transform: uppercase;
  text-align: center;
  font-weight: 600;
  letter-spacing: 3px;
  margin-bottom: 32px; }

.form-row {
  display: flex;
  margin-bottom: 25px; }
  .form-row .form-col {
    width: 50%;
    margin-right: 40px; }
    .form-row .form-col:last-child {
      margin-right: 0; }

.form-col label {
  color: #333;
  margin-bottom: 7px;
  display: block; }

.form-holder {
  position: relative; }
  .form-holder i:not(.zmdi-chevron-down) {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 15px;
    font-size: 17px; }
  .form-holder i.zmdi-chevron-down {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 15px;
    font-size: 17px; }
  .form-holder.password i {
    cursor: pointer; }

.form-control {
  height: 42px;
  border: 1px solid #ccc;
  width: 100%;
  background: none;
  font-size: 15px;
  padding-left: 46px;
  color: #999;
  font-family: 'Raleway', sans-serif;
  font-weight: 500;
  /* &::-webkit-input-placeholder { 
  	color: #333;
  }
  &::-moz-placeholder { 
  	color: #333;
  }
  &:-ms-input-placeholder { 
  	color: #333;
  }
  &:-moz-placeholder { 
  	color: #333;
  } */ }
  .form-control:focus {
    border-color: #3377c0; }
.form-x {
  height: 152px;
  border: 1px solid #ccc;
  width: 100%;
  background: none;
  font-size: 15px;
  padding-left: 6px;
  color: #999;
  font-family: 'Raleway', sans-serif;
  font-weight: 500;
  /* &::-webkit-input-placeholder { 
  	color: #333;
  }
  &::-moz-placeholder { 
  	color: #333;
  }
  &:-ms-input-placeholder { 
  	color: #333;
  }
  &:-moz-placeholder { 
  	color: #333;
  } */ }
  .form-x:focus {
    border-color: #3377c0; }
.grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between; }

.grid-item {
  width: 31.25%;
  display: flex;
  margin-bottom: 21px;
  cursor: pointer; }
  .grid-item .thumb {
    width: 86.04%; }
  .grid-item .heading {
    width: 13.96%;
    text-transform: uppercase;
    font-size: 11px;
    background: #b3b3b3;
    color: #fff;
    font-family: 'Raleway', sans-serif;
    font-weight: 500;
    writing-mode: tb-rl;
    transform: rotate(-180deg);
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 500;
    letter-spacing: 1px; }
  .grid-item.active .heading {
    background: #3377c0; }
  .grid-item:hover img {
    opacity: 0.6; }

.actions ul {
  display: flex;
  justify-content: space-between;
  margin-top: 42px; }
  .actions ul.mt-7 {
    margin-top: 7px; }
.actions li a {
  border: none;
  display: inline-flex;
  height: 42px;
  width: 112px;
  align-items: center;
  color: #fff;
  cursor: pointer;
  background: #3377c0;
  text-transform: uppercase;
  justify-content: center;
  letter-spacing: 1px; }
  .actions li a:hover {
    background: #3b87d9; }
.actions li:first-child a {
  background: none;
  border: 1px solid #3377c0;
  color: #3377c0; }
  .actions li:first-child a:hover {
    border-color: transparent;
    color: #fff;
    background: #3b87d9; }
html[lang="tr"] .actions li[aria-disabled="true"]:before {
  content: "DEVAM ETMEK İÇİN EN AZ BİR SEÇENEĞİ İŞARETLEMELİSİN"; }
html[lang="en"] .actions li[aria-disabled="true"]:before {
  content: "YOU MUST FILL AT LEAST ONE FIELD, TO BE ABLE TO COUNTINUE"; }
.actions li[aria-disabled="true"] a {
  display: none; }



@media (max-width: 767px) {
  body {
    background: none;
    height: auto;
    display: block; }

  h3 {
    font-size: 30px; }

  .wrapper {
    width: auto;
    padding: 0; }

  .wizard {
    height: auto;
    padding: 60px 20px 20px; }

  .form-row {
    display: block; }
    .form-row .form-col {
      width: 100%;
      margin-right: 0;
      margin-bottom: 25px; }

  .actions ul {
    flex-direction: column;
    align-items: flex-end; }
    .actions ul li {
      margin-bottom: 20px; }

  .grid-item {
    width: 47%;
    display: block; }
    .grid-item .thumb {
      width: 100%; }
    .grid-item .heading {
      width: 100%;
      writing-mode: unset;
      transform: rotate(0);
      padding: 10px 0;
      font-size: 13px; } }

/*# sourceMappingURL=style.css.map */

.nedim-form-holder {
  width: 33% !important;
  float: left;
}

label {
	display: inline-block;
	color: #1790b5;
	cursor: pointer;
	position: relative;
}

label span {
  display: inline-block;
  position: relative;
  background-color: transparent;
  width: 25px;
  height: 25px;
  transform-origin: center;
  border: 2px solid #1790b5;
  border-radius: 50%;
  vertical-align: -6px;
  margin-right: 10px;
  transition: background-color 150ms 200ms, transform 350ms cubic-bezier(0.78, -1.22, 0.17, 1.89);
}

label span:before {
  content: "";
  width: 0px;
  height: 2px;
  border-radius: 2px;
  background: #1790b5;
  position: absolute;
  transform: rotate(45deg);
  top: 11px;
  left: 7px;
  transition: width 50ms ease 50ms;
  transform-origin: 0% 0%;
}

label span:after {
  content: "";
  width: 0;
  height: 2px;
  border-radius: 2px;
  background: #1790b5;
  position: absolute;
  transform: rotate(305deg);
  top: 15px;
  left: 8px;
  transition: width 50ms ease;
  transform-origin: 0% 0%;
}
label:hover span:before {
  width: 5px;
  transition: width 100ms ease;
}

label:hover span:after {
  width: 10px;
  transition: width 150ms ease 100ms;
}

input[type="checkbox"] {
  display: none;
}

input[type="checkbox"]:checked + label span {
  background-color: #1790b5;
  transform: scale(1.25);
}

input[type="checkbox"]:checked + label span:after {
  width: 10px;
  background: #FFF;
  transition: width 150ms ease 100ms;
}

input[type="checkbox"]:checked + label span:before {
  width: 5px;
  background: #FFF;
  transition: width 150ms ease 100ms;
}

input[type="checkbox"]:checked + label:hover span {
  background-color: #1790b5;
  transform: scale(1.25);
}

input[type="checkbox"]:checked + label:hover span:after {
  width: 10px;
  background: #FFF;
  transition: width 150ms ease 100ms;
}

input[type="checkbox"]:checked + label:hover span:before {
  width: 5px;
  background: #FFF;
  transition: width 150ms ease 100ms;
}

input[type="radio"] {
  display: none;
}

input[type="radio"]:checked + label span {
  background-color: #1790b5;
  transform: scale(1.25);
}

input[type="radio"]:checked + label span:after {
  width: 10px;
  background: #FFF;
  transition: width 150ms ease 100ms;
}

input[type="radio"]:checked + label span:before {
  width: 5px;
  background: #FFF;
  transition: width 150ms ease 100ms;
}

input[type="radio"]:checked + label:hover span {
  background-color: #1790b5;
  transform: scale(1.25);
}

input[type="radio"]:checked + label:hover span:after {
  width: 10px;
  background: #FFF;
  transition: width 150ms ease 100ms;
}

input[type="radio"]:checked + label:hover span:before {
  width: 5px;
  background: #FFF;
  transition: width 150ms ease 100ms;
}

.form-check {
  margin-bottom: 12px;
}

.checked-span {
  padding: 25px; 
  background-color: #F0F0F0;
}

.center {
  margin: 0 auto;
  width: 80%;
}

.center input[type="radio"] {
  position: relative;
  display: inline-block;
  min-height: 170px;
  width: 100%;
  background: #ebebeb;
  -webkit-appearance: none;
  -moz-appearance: none;
  -o-appearance: none;
  appearance: none;
  cursor: pointer;
}

.center input[type="radio"]:after { 
  content: ''; 
  font-size: 2em;
  text-align: center;
  line-height: 90px;
  color: #555555;
  position: absolute;
  margin: auto auto;
  left: 0; right: 0; bottom: 0; top: 0;
  display: block;
  height: 90px;
  width: 90px;
  border-radius: 50%;
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-color: #ffffff;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
 }

.center input[type="radio"]:before { 
  position: absolute;
  margin: auto auto;
  left: 0; right: 0; bottom: 0; top: 0;
  content: '';
  display: block; 
  height: 110px;
  width: 110px;
  border: 2px solid #fff;
  border-radius: 50%;
  -webkit-transition: all 0.1s ease-in;
  -moz-transition: all 0.1s ease-in;
  -ms-transition: all 0.1s ease-in;
  -o-transition: all 0.1s ease-in;
  transition: all 0.1s ease-in;
}

.center input[type="radio"]:hover:before {
  height: 60px;
  width: 60px;
}

.center input[type="radio"]:checked:before {
  height: 100%;
  width: 100%;
  background: #3478C0;
  border: none;
  border-radius: 0;
}

.center input[type="radio"]:focus {
  outline: none;
}

.center label {
  padding: 15px;
}

html[lang="tr"] .center input[type="radio"].a:after { content: 'EVET'; } 
html[lang="tr"] .center input[type="radio"].b:after { content: 'HAYIR'; }

html[lang="en"] .center input[type="radio"].a:after { content: 'YES'; } 
html[lang="en"] .center input[type="radio"].b:after { content: 'NO'; }

html[lang="tr"] .center input[type="radio"]:checked:after { content: '✓'; }
html[lang="en"] .center input[type="radio"]:checked:after { content: '✓'; } 

.color-red {
  color: red !important;
}
.border-red {
  border: 1px solid red !important;
}

.landing-message {
  color: #3377c0;
  width: 1100px;
  margin: 0px auto;
  font-size: 30px
}