.body {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: transparent;
  font-family: Set, sans-serif;
}

.recep-tayyib-erdogan {
  position: absolute;
  left: auto;
  top: auto;
  right: 0%;
  bottom: 0%;
  z-index: 300;
  width: 48%;
}

.logo {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  z-index: 200;
  width: auto;
  margin-top: 1%;
  margin-left: 5%;
}

.yellow-arrow {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  z-index: 200;
  width: 1%;
  margin-top: 5%;
  margin-left: 2%;
}

  .yellow-arrow._1 {
    width: 3%;
    margin-left: 21%;
  }

  .yellow-arrow._1-copy {
    width: 1%;
    margin-top: 11%;
    margin-left: 35%;
  }

  .yellow-arrow._3 {
    z-index: 200;
    width: 2%;
    margin-top: 17%;
    margin-left: 2%;
  }

  .yellow-arrow._4 {
    z-index: -2;
    width: 4%;
    margin-top: 43%;
    margin-left: 59%;
  }

  .yellow-arrow._5 {
    width: 16%;
    margin-top: 6%;
    margin-left: 59%;
  }

  .yellow-arrow._6 {
    width: 8%;
    margin-top: 4%;
    margin-left: 55%;
  }

  .yellow-arrow._7 {
    position: fixed;
    width: 3%;
    margin-top: 5%;
    margin-left: 95%;
  }

  .yellow-arrow._8 {
    position: fixed;
    z-index: 300;
    width: 1%;
    margin-top: 3%;
    margin-left: 88%;
  }

  .yellow-arrow._9 {
    width: 6%;
    margin-top: 11%;
    margin-left: 88%;
  }

  .yellow-arrow._10 {
    position: fixed;
    z-index: 300;
    width: 7%;
    margin-top: 11%;
    margin-left: 68%;
  }

  .yellow-arrow._11 {
    position: fixed;
    z-index: 300;
    width: 4%;
    margin-top: 37%;
    margin-left: 66%;
  }

  .yellow-arrow._12 {
    position: fixed;
    z-index: 300;
    width: 3%;
    margin-top: 10%;
    margin-left: 67%;
  }

.info {/*2*/
  position: relative;
  z-index: 100;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 40%;
  height: 100vh;
  min-height: 1050px;
  margin-bottom: 0%;
  margin-left: 0%;
  padding-bottom: 2%;
  padding-left: 5%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.uye-on {
  margin-top:380px;
}
.heading {
  font-size: 48px;
  line-height: 52px;
  font-weight: 400;
}

.heading-2 {
  margin-top: 30px;
  margin-bottom: 0px;
  font-style: normal;
  font-weight: 400;
}

  .heading-2._2 {
    width: 70%;
  }

.bold-text {
  font-size: 55px;
  line-height: 60px;
}

.detail {
  margin-top: 30px;
  margin-bottom: 30px;
  font-size: 18px;
  line-height: 26px;
  font-weight: 300;
}

  .detail._2 {
    width: 50%;
    margin-top: 0px;
  }

.on-kayit-buton {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  min-height: 65px;
  margin-top: 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-top-right-radius: 10px;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  background-color: #f9b002;
  box-shadow: 0 19px 20px 3px hsla(0, 0%, 68%, 0.77);
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  font-size: 21px;
  font-weight: 400;
  text-align: center;
}

.uye-yapilan-button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 150px;
  min-height: 55px;
  margin-top: 5px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-top-right-radius: 10px;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  background-color: #286eb4;
  box-shadow: 0 0px 7px 3px hsla(0, 0%, 68%, 0.77);
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  font-size: 16px;
  font-weight: 400;
  text-align: center;
}

.logout-button {
  /*  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;*/
  width: 150px;
  min-height: 55px;
  margin-top: 5px;
  max-height: 60px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  /*  border-top-right-radius: 10px;*/
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  background-color: white;
  box-shadow: 0 0px 7px 3px hsla(0, 0%, 68%, 0.77);
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  font-size: 16px;
  font-weight: 400;
  text-align: left;
  color: #286eb4;
  margin-left: 5px;
}

.uye-yapilan-button:hover {
  background-color: #f9b002;
  box-shadow: 1px 13px 20px 0 hsla(0, 0%, 44.7%, 0.52);
  text-decoration: none;
  color: white;
}

.logout-button:hover {
  background-color: #f9b002;
  box-shadow: 1px 13px 20px 0 hsla(0, 0%, 44.7%, 0.52);
  text-decoration: none;
  color: white;
}

.on-kayit-buton:hover {
  background-color: #286eb4;
  box-shadow: 1px 13px 20px 0 hsla(0, 0%, 44.7%, 0.52);
}

.copyright {
  position: static;
  left: 0%;
  top: auto;
  right: auto;
  bottom: 0%;
  margin-top: 40px;
  margin-bottom: 60px;
  margin-left: 0%;
  font-size: 12px;
  font-weight: 300;
}

  .copyright._1 {
    position: absolute;
    left: 0%;
    top: auto;
    right: 0%;
    bottom: 0%;
    margin-bottom: 10px;
    margin-left: 5%;
  }

.blue-arrow {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  z-index: -1;
  width: 29%;
  margin-top: 14%;
  margin-left: 41%;
}

  .blue-arrow._2 {
    z-index: 301;
    width: 18%;
    margin-top: 10%;
    margin-left: 92%;
    opacity: 0.26;
  }

  .blue-arrow._3 {
    position: fixed;
    z-index: 300;
    width: 6%;
    margin-top: 17%;
    margin-left: 66%;
  }

  .blue-arrow._13 {
    position: fixed;
    z-index: 200;
    width: 4%;
    margin-top: 11%;
    margin-left: 89%;
    opacity: 1;
  }

.white-arrow {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  z-index: -1;
  width: 14%;
  margin-top: 28%;
  margin-left: 2%;
}

  .white-arrow._1 {
    width: 5%;
    margin-left: 26%;
  }

  .white-arrow._3 {
    width: 5%;
    margin-top: 42%;
    margin-left: 71%;
    opacity: 0.2;
  }

  .white-arrow._4 {
    margin-top: 32%;
    margin-left: 56%;
    opacity: 0.34;
  }

.container {
  position: fixed;
  z-index: -1;
  overflow: hidden;
  width: 100%;
  height: 100vh;
}

.icons {
  position: fixed;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 400;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 55%;
  min-height: 80px;
  padding-right: 5%;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.help {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 120px;
  min-height: 60px;
  padding-left: 50px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: url('../images/question.svg');
  background-position: 0% 50%;
  background-size: 30px;
  background-repeat: no-repeat;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #000;
  text-decoration: none;
}

  .help:hover {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
    color: #286db3;
  }

.phone {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 200px;
  min-height: 60px;
  padding-left: 50px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: url('../images/phone.svg');
  background-position: 0% 50%;
  background-size: 25px;
  background-repeat: no-repeat;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #000;
  text-decoration: none;
}

  .phone:hover {
    color: #000;
  }

.rte {
  position: fixed;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 300;
  width: 40%;
  margin-top: 6%;
}

.required {
  margin-top: 20px;
  margin-bottom: 30px;
  color: #f9b002;
  font-size: 17px;
  line-height: 26px;
  font-weight: 300;
}

.form-bg {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: -1;
  display: block;
  width: auto;
  height: auto;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(33%, #fff), to(#e0e4e8));
  background-image: linear-gradient(180deg, #fff 33%, #e0e4e8);
}

.form-block {
  width: 70%;
  margin-bottom: 0px;
}

.form {
  min-height: auto;
  margin-bottom: 100px;
}

.heading-form {
  margin-top:40px;
  font-size: 38px;
  line-height: 52px;
  font-weight: 400;
}

.text-field {
  width: 100%;
  min-height: 50px;
  margin-bottom: 20px;
  border-style: solid;
  border-width: 1px;
  border-color: #a7a7a7;
  border-radius: 3px;
  background-color: #fff;
  box-shadow: inset 1px 0 2px 0 rgba(0, 0, 0, 0.19);
  font-weight: 300;
}

  .text-field:hover {
    border-color: #f9b002;
  }

  .text-field:focus {
    border-color: #f9b002;
  }

  .text-field._1 {
    width: 100%;
    padding-left: 36%;
  }

.info-form {
  position: relative;
  z-index: 100;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 60%;
  height: 100vh;
  min-height: 1400px;
  margin-top: 0%;
  margin-bottom: 0%;
  margin-left: 0%;
  padding-bottom: 0px;
  padding-left: 5%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-image: url('../images/form-bg.svg');
  background-position: 100% 100%;
  background-size: cover;
  background-repeat: no-repeat;
}

  .info-form._2 {
    min-height: 800px;
    background-position: 100% 100%;
  }

  .info-form._3 {
    min-height: 2000px;
    background-position: 100% 100%;
    background-size: contain;
  }

  .info-form._4 {
    min-height: 1400px;
    background-position: 100% 100%;
    background-size: cover;
  }

.column {
  padding-right: 5px;
  padding-left: 0px;
}

.column-2 {
  padding-right: 0px;
  padding-left: 5px;
}

.logo-fixes {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  z-index: 200;
  width: auto;
  margin-top: 1%;
  margin-left: 5%;
  max-height:200px;
}

.captcha-img {
  min-height: auto;
}

.captcha {
  position: absolute;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 32%;
  min-height: 50px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.captcha-mask {
  position: absolute;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100%;
  height: 50px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: url('../images/captcha.png');
  background-position: 0px 0px;
  background-size: 125px;
  opacity: 0.56;
}

.link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 200px;
  min-height: 30px;
  padding-left: 30px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: url('../images/arrow.svg');
  background-position: 0% 50%;
  background-size: 20px;
  background-repeat: no-repeat;
  color: #f9b208;
  font-size: 17px;
  text-decoration: none;
}

  .link:hover {
    color: #000;
  }

  .link._2 {
    margin-bottom: 100px;
  }

.bg {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: -5;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#e0e4e8));
  background-image: linear-gradient(180deg, #fff, #e0e4e8);
}

.logo-link {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  z-index: 200;
  width: 8%;
  height: auto;
  margin-top: 1%;
  margin-left: 5%;
}

.detail-2 {
  width: 70%;
  margin-top: 30px;
  margin-bottom: 30px;
  font-size: 16px;
  line-height: 22px;
  font-weight: 300;
}

.bullet {
  width: 70%;
  margin-top: 0px;
  margin-bottom: 10px;
  padding-left: 30px;
  background-image: url('../images/line.svg');
  background-position: 0% 2px;
  background-size: 20px;
  background-repeat: no-repeat;
  font-size: 16px;
  line-height: 22px;
  font-weight: 300;
}

  .bullet._1 {
    margin-top: 30px;
  }

  .bullet._2 {
    margin-top: 30px;
    margin-bottom: 30px;
    background-image: url('../images/web-link.svg');
  }

.web-link {
  color: #f9b003;
  text-decoration: none;
}

  .web-link:hover {
    color: #286db3;
  }

.head-help {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  min-height: 215px;
  margin-top: 10%;
  padding-left: 220px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: url('../images/help.png');
  background-position: 0% 27px;
  background-size: 200px;
  background-repeat: no-repeat;
  font-size: 48px;
  line-height: 52px;
  font-weight: 400;
}

.head-thanks {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  min-height: 215px;
  margin-top: 10%;
  padding-left: 220px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: url('../images/check.png');
  background-position: 0% 27px;
  background-size: 200px;
  background-repeat: no-repeat;
  font-size: 48px;
  line-height: 52px;
  font-weight: 400;
}

.il-baskanimizdan {
  position: fixed;
  left: 40%;
  z-index: 1000;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 20%;
  height: 80px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: url('../images/il-baskanimizdan-bg.png');
  background-position: 50% 100%;
  background-size: contain;
  background-repeat: no-repeat;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #000;
  font-size: 16px;
  text-decoration: none !important;
}

  .il-baskanimizdan:hover {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
  }

.il-baskanimizdan-head {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  min-height: 100px;
  margin-top: 30%;
  padding-left: 0px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 48px;
  line-height: 52px;
  font-weight: 400;
}

.image {
  width: 340px;
  max-width: none;
}

.bold-text-2 {
  font-size: 19px;
}

@media screen and (max-width: 991px) {
  .body {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .uye-on {
    margin-top: 0px;
  }
  .recep-tayyib-erdogan {
    left: auto;
    top: 0%;
    right: 0%;
    bottom: auto;
    z-index: 300;
    width: 50%;
  }

  .logo {
    width: auto;
    margin-top: 4%;
  }

  .yellow-arrow._1 {
    margin-left: 24%;
  }

  .yellow-arrow._4 {
    margin-top: 37%;
  }

  .yellow-arrow._7 {
    position: absolute;
  }

  .yellow-arrow._8 {
    position: absolute;
  }

  .yellow-arrow._10 {
    position: absolute;
    width: 10%;
    margin-left: 54%;
  }

  .yellow-arrow._11 {
    position: absolute;
    margin-top: 37%;
    margin-left: 54%;
  }

  .yellow-arrow._12 {
    position: absolute;
    width: 5%;
    margin-left: 50%;
  }

  .info {/*3*/
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: auto;
    min-height: auto;
    margin-top: 50%;
    margin-left: 0%;
    padding-right: 0%;
    padding-bottom: 0%;
    padding-left: 0%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .heading {
    margin-top: 0%;
  }

  .heading-2 {
    width: 90%;
    font-size: 28px;
    line-height: 32px;
    text-align: center;
  }

  .bold-text {
    font-size: 45px;
    line-height: 50px;
  }

  .detail {
    width: 100%;
    text-align: justify;
  }

    .detail._2 {
      width: 80%;
    }

  .on-kayit-buton {
    margin-left: 25%;
  }

    .on-kayit-buton._1 {
      margin-left: 0%;
    }

  .copyright {
    width: 100%;
    min-height: 50px;
    margin-bottom: 0px;
    border-bottom: 1px solid #c9c9c9;
    text-align: center;
  }

    .copyright._1 {
      width: 100%;
      min-height: 50px;
      margin-bottom: 0px;
      margin-left: 0%;
      border-bottom: 1px solid #c9c9c9;
    }

  .blue-arrow {
    width: 21%;
    margin-top: 14%;
    margin-left: 45%;
  }

    .blue-arrow._3 {
      position: absolute;
      width: 13%;
      margin-left: 46%;
    }

    .blue-arrow._13 {
      position: absolute;
    }

  .white-arrow {
    width: 25%;
  }

    .white-arrow._1 {
      width: 10%;
      margin-top: 22%;
    }

    .white-arrow._3 {
      width: 10%;
      margin-top: 22%;
    }

  .container {
    position: absolute;
  }

  .icons {
    position: static;
    width: 100%;
    height: 10vh;
    min-height: 80px;
    padding-right: 0%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .help {
    width: 200px;
    padding-top: 30px;
    padding-left: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-right: 1px solid #c9c9c9;
    background-position: 50% 20%;
  }

  .phone {
    padding-top: 30px;
    padding-left: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-position: 50% 20%;
  }

  .rte {
    position: absolute;
    left: auto;
    top: 0%;
    right: 0%;
    bottom: auto;
    width: 50%;
    margin-top: 0%;
  }

  .required {
    text-align: center;
  }

  .form-block {
    width: 100%;
  }

  .form {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-left: 20px;
    padding-right: 20px;
  }

  .heading-form {
    margin-top: 0%;
  }

  .info-form {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 90vh;
    min-height: 1000px;
    margin-top: 50%;
    margin-left: 0%;
    padding-left: 0%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-image: none;
    background-size: auto;
    background-repeat: repeat;
  }

    .info-form._2 {
      min-height: 500px;
    }

    .info-form._3 {
      height: auto;
      min-height: auto;
      margin-bottom: 0%;
    }

    .info-form._4 {
      height: auto;
      min-height: auto;
      margin-bottom: 0%;
    }

  .logo-fixes {
    width: auto;
    margin-top: 4%;
  }

  .link {
    min-height: 50px;
    margin-bottom: 20px;
    padding-top: 20px;
    padding-left: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-position: 50% 0%;
  }

  .bg {
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(36%, #fff), to(#e0e4e8));
    background-image: linear-gradient(180deg, #fff 36%, #e0e4e8);
  }

  .logo-link {
    width: 18%;
    margin-top: 4%;
  }

  .detail-2 {
    width: 80%;
    text-align: center;
  }

  .bullet {
    width: 80%;
    text-align: left;
  }

  .head-help {
    margin-top: 0%;
    padding-top: 140px;
    padding-left: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-position: 50% 0%;
  }

  .head-thanks {
    margin-top: 0%;
    padding-top: 140px;
    padding-left: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-position: 50% 0%;
  }

  .il-baskanimizdan {
    left: 35%;
  /*  top: 32%;*/
    width: 30%;
    height: 60px;
  }

  .il-baskanimizdan-head {
    margin-top: 0%;
    padding-top: 10px;
    padding-left: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-image: none;
  }
}

@media screen and (max-width: 767px) {
  .form-edit {
    margin-top: 55% !important;
  }
  .recep-tayyib-erdogan {
    width: 50%;
  }
  .uye-on {
    margin-top: 300px;
  }
  .logo {
    margin-left: 30%;
  }

  .yellow-arrow._1 {
    display: none;
  }

  .info { /*4*/
    height: auto;
    min-height: auto;
  }

  .heading {
    margin-top: 0%;
  }

  .copyright {
    position: relative;
    margin-top: 40px;
  }

  .heading-form {
    margin-top: 5%;
  }

  .info-form {
    height: auto;
    min-height: 500px;
    margin-top: 0%;
  }

    .info-form._2 {
      min-height: 800px;
    }

    .info-form._3 {
      min-height: 800px;
    }

    .info-form._4 {
      min-height: 800px;
    }

  .column {
    padding-right: 0px;
  }

  .column-2 {
    padding-left: 0px;
  }

  .logo-fixes {
    margin-left: 30%;
  }

  .bg {
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(28%, #fff), to(#e0e4e8));
    background-image: linear-gradient(180deg, #fff 28%, #e0e4e8);
  }

  .head-help {
    margin-top: 50%;
  }

  .head-thanks {
    margin-top: 50%;
  }

  .il-baskanimizdan {
    left: 0%;
    margin-top: 30%;
    width: 40%;
    font-size: 14px;
    position: absolute;

  }

  .il-baskanimizdan-head {
    margin-top: 50%;

  }
}
@media screen and (max-width: 600px) {
  .il-baskanimizdan {
    margin-top: 33%;
  }

}

  @media screen and (max-width: 479px) {
    .recep-tayyib-erdogan {
      z-index: 2000;
      width: 67%;
    }
    .uye-on {
      margin-top: 35px;
    }
    .logo {
      width: auto;
      margin-top: -3%;
      margin-left: 17%;
    }

    .yellow-arrow._1 {
      display: none;
    }

    .yellow-arrow._1-copy {
      display: none;
    }

    .yellow-arrow._4 {
      margin-left: 33%;
    }

    .yellow-arrow._5 {
      width: 16%;
      margin-left: 71%;
    }

    .yellow-arrow._6 {
      display: none;
      margin-left: 49%;
    }

    .yellow-arrow._10 {
      display: none;
      width: 16%;
      margin-left: 39%;
    }

    .yellow-arrow._11 {
      display: none;
      margin-left: 33%;
    }

    .yellow-arrow._12 {
      margin-top: 8%;
      margin-left: 39%;
    }

    .info { /*1*/
      min-height: 40px;
      margin-top: 60%;
      padding: 15px;
    }

    .heading {
      margin-top: 10%;
      margin-bottom: 20px;
    }

    .heading-2 {
      margin-top: 0px;
      font-size: 20px;
      line-height: 26px;
    }

    .bold-text {
      font-size: 30px;
      line-height: 30px;
    }

    .detail {
      margin-top: 20px;
      margin-bottom: 20px;
      font-size: 16px;
      line-height: 22px;
    }

    .on-kayit-buton {
      width: 100%;
      margin-left: 0%;
    }

      .on-kayit-buton._1 {
        width: 90%;
      }

    .copyright._1 {
      width: 100%;
      margin-bottom: 0px;
    }

    .blue-arrow {
      display: block;
      width: 10%;
      margin-top: 17%;
      margin-left: 44%;
    }

      .blue-arrow._3 {
        display: block;
        width: 9%;
        margin-top: 16%;
        margin-left: 46%;
      }

    .white-arrow {
      width: 54%;
      margin-top: 42%;
    }

      .white-arrow._1 {
        margin-top: 20%;
      }

      .white-arrow._3 {
        margin-top: 20%;
      }

    .icons {
      min-height: 180px;
      margin-bottom: 20px;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
      -ms-flex-direction: column;
      flex-direction: column;
      -webkit-box-align: center;
      -webkit-align-items: center;
      -ms-flex-align: center;
      align-items: center;
    }

    .help {
      width: 100%;
      min-height: 70px;
      margin-top: 30px;
      padding-top: 30px;
      padding-left: 0px;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
      -ms-flex-pack: center;
      justify-content: center;
      border-bottom: 1px solid #c9c9c9;
      border-right-style: none;
      background-position: 50% 0%;
    }

    .phone {
      width: 100%;
      min-height: 70px;
      margin-top: 20px;
      margin-bottom: 0px;
      padding-top: 30px;
      padding-left: 0px;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
      -ms-flex-pack: center;
      justify-content: center;
      background-position: 50% 0%;
      background-size: 25px;
    }

    .rte {
      width: 67%;
      margin-top: 2%;
    }

    .required {
      margin-top: 20px;
      margin-bottom: 20px;
      font-size: 16px;
      line-height: 22px;
    }

    .heading-form {
      margin-top: 10%;
      margin-bottom: 20px;
    }

    .info-form {
      min-height: 40px;
      margin-top: 60%;
    }
    .form-edit {
      min-height: 40px;
      margin-top: 10% !important;
    }
      .info-form._2 {
        min-height: 600px;
      }

      .info-form._3 {
        min-height: 600px;
      }

      .info-form._4 {
        min-height: 600px;
      }

    .logo-fixes {
      z-index: 10000;
      width: auto;
      margin-top: -3%;
      margin-left: 17%;
    }

    .logo-link {
      z-index: 1000;
      width: 28%;
    }

    .detail-2 {
      margin-top: 20px;
      margin-bottom: 20px;
      font-size: 16px;
      line-height: 22px;
    }

    .bullet {
      margin-top: 20px;
      margin-bottom: 20px;
      font-size: 16px;
      line-height: 22px;
    }

    .head-help {
      min-height: 200px;
      margin-top: 17%;
      margin-bottom: 20px;
      padding-top: 100px;
      background-size: 150px;
    }

    .head-thanks {
      margin-top: 10%;
      margin-bottom: 20px;
    }

    .il-baskanimizdan {
      left: -9%;
      padding-left: 9%;
      margin-top: 44%;
      z-index: 500;
      width: 54%;
      height: 50px;
      padding-right: 33px;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      border-radius: 50px;
      background-image: url(../images/il-baskanimizdan-bg.png);
      background-position: 73% 100%;
      background-size: auto;
      font-size: 13px;
    }

    .il-baskanimizdan-head {
      margin-top: 10%;
      margin-bottom: 20px;
    }

    .image {
      width: 300px;
    }
  }

  @media screen and (max-width: 370px) {
    .il-baskanimizdan {
      margin-top: 46%;
    }
  }
@media screen and (max-height: 900px) {
  .recep-tayyib-erdogan{
    bottom:auto;
  }
}

  @font-face {
    font-family: 'Set';
    src: url('../fonts/Set-Thin-Regular.otf') format('opentype');
    font-weight: 100;
    font-style: normal;
  }

  @font-face {
    font-family: 'Set';
    src: url('../fonts/SET-light-Regular.otf') format('opentype');
    font-weight: 300;
    font-style: normal;
  }

  @font-face {
    font-family: 'Set';
    src: url('../fonts/Set-Medium-Regular.otf') format('opentype');
    font-weight: 400;
    font-style: normal;
  }
