
.testbox form,
.testbox input,
.testbox textarea,
.testbox select,
.testbox p {
  padding: 0;
  margin: 0;
  outline: none;
  font-family: "Visby CF Bold", sans-serif;
  font-size: 12px;
  font-weight: bold;
  color: #4d4e4e;
  line-height: 14px;
}

.testbox form {
  padding: 40px;
  border-radius: 6px;
  background: transparent;
  box-shadow: 0px 3px 8px rgba(0, 0, 0, 0.24);
}

.testbox input,
.testbox select,
.testbox textarea {
  margin-bottom: 10px;
  border: none;
  border-bottom: 1px solid #cecece;
  background: transparent;
}
.testbox input {
  width: calc(100% - 10px);
  padding: 5px;
}
.testbox input[type="checkbox"] {
  display: none;
}
.testbox label.check {
  position: relative;
  display: inline-block;
  margin: 5px 20px 10px 0;
  cursor: pointer;
}
.testbox select {
  width: 100%;
  padding: 7px 0;
  background: transparent;
}
.testbox textarea {
  width: calc(100% - 12px);
  padding: 5px;
  border-radius: 0 !important;
}
.testbox .item:hover p,
.testbox .question:hover p,
.testbox .question label:hover,
.testbox input:hover::placeholder,
.testbox a {
  color: #1c87c9;
}
.testbox .item input:hover,
.testbox .item select:hover,
.testbox .item textarea:hover {
  border: 1px solid transparent;
  box-shadow: 0 0 6px 0 #1c87c9;
  color: #1c87c9;
}
.testbox .item {
  position: relative;
  margin: 6px 0;
}

.testbox label.check:before {
  content: "";
  position: absolute;
  top: 2px;
  left: 0;
  width: 16px;
  height: 16px;
  border-radius: 2px;
  border: 1px solid #095484;
}
.testbox input[type="checkbox"]:checked + .check:before {
  background: #095484;
}
label.check:after {
  content: "";
  position: absolute;
  top: 6px;
  left: 4px;
  width: 9px;
  height: 5px;
  border: 2px solid #fff;
  border-top: none;
  border-right: none;
  transform: rotate(-45deg);
  opacity: 0;
}
.testbox input[type="checkbox"]:checked + label:after {
  opacity: 1;
}

.testbox .question span {
  margin-left: 30px;
}
.testbox span.required {
  margin-left: 0;
  color: red;
}

.testbox .btn-block {
  margin-top: 30px;
  text-align: center;
}
.testbox button {
  width: auto;
  padding: 10px 25px;
  border: none;
  border-radius: 15px;
  background: #4471a4;
  font-size: 16px;
  font-weight: 700;
  color: #fff;
  cursor: pointer;
}
.testbox button:hover {
  background: #1e6fa0;
}
.destek-img {
  width: 100%;
  height: auto;
  object-fit: cover;
  position: absolute;
}
@media (max-width: 768px) {
  .testbox {
    margin-top: 5vh;
    margin-bottom: 20%;
  }
  .testbox form {
    width: 100%;
    padding: 20px;
    border-radius: 6px;
    background: transparent;
    box-shadow: 0px 3px 8px rgba(0, 0, 0, 0.24);
  }
  #destekText {
    height: 22vh;
  }
  .destek-baslik {
    font-size: 30px;
  }
}
@media (min-width: 568px) {
  .testbox .contact-item,
  .testbox .position-item {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
  }
  .testbox .contact-item .item,
  .testbox .position-item .item {
    width: calc(50% - 8px);
  }
  .testbox .contact-item input,
  .testbox .position-item input {
    width: calc(100% - 12px);
  }
  .testbox .position-item select {
    width: 100%;
  }
  .testbox {
    margin: 45px 20px;
  }
  #destekText {
    height: 27vh;
  }
}
/* CSS */


.destek-button {
  border: 1px solid #808080;
  padding: 3rem;
}

.destek-button:hover {
  box-shadow: 0px 0px 10px #808080;
    transition: 0.4s;
}
