/* slider buton */
.swiper-button-next,
.swiper-button-prev {
  color: #15a49d;
}
/* slider nokta */
.swiper-pagination-bullet-active {
  background: #15a49d;
}

.position-relative {
  position: relative;
}

.buttons {
  position: absolute;
  bottom: 0;
  left: 20%;
  right: 20%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.neden-usk,
.simdi-basvur,
.egitim-ucr {
  width: 204px;
  height: 120px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.neden-usk {
  background-color: rgba(118, 136, 166, 0.85);
}
.simdi-basvur {
  background-color: rgba(221, 136, 89, 0.85);
}
.egitim-ucr {
  background-color: rgb(244, 67, 54, 0.85);
}
.buttons-text {
  color: #fff !important;
}
.fw-bold {
  font-weight: 700 !important;
}
.fw-500 {
  font-weight: 500 !important;
}
.form-css label {
  font-size: 22px;
  font-weight: 500;
  color: #495057;
}
.form-css input {
  height: 50px;
  background-color: #f2f3f5;
}
.form-title {
  margin-top: 2rem;
  margin-bottom: 2rem;
}
.form-title span {
  background-color: #ffd504;
  padding: 1rem;
  font-size: 40px;
}
.form-margin {
  margin-top: 4rem;
}
.form-check input {
  width: 20px;
  height: 20px;
}
.form-check-input {
  margin-top: 0.2rem;
  margin-left: -2.25rem;
}
.form-check label {
  font-size: 1rem;
  font-weight: 700;
  color: #495057;
}
.form-button {
  background-color: #09b3ad;
  color: #fff;
  font-size: 32px;
  font-weight: 400;
  padding: 0.4rem 1.5rem;
}
.form-button:hover {
  background-color: #09b3ad;
}
.wp {
  position: fixed;
  width: 60px;
  height: 60px;
  bottom: 86px;
  left: 10px;
  background-color: #25d366;
  color: #fff;
  border-radius: 50px;
  text-align: center;
  font-size: 30px;
  box-shadow: 2px 2px 3px #999;
  z-index: 100;
}
.wp i {
  margin-top: 15px;
}
.uskudarnumbers {
  width: 100%;
  text-align: center;
  color: #fff;
  background: url(../img/uskudarnumbers2.png) center center #3ac2bd;
  background-size: cover;
}
.gallery-top {
  height: 100% !important;
  width: 100%;
  background: #000;
}
.number-of-usk {
  font-size: 20px;
}
.fs-20 {
  font-size: 20px !important;
}
.fs-16 {
  font-size: 16px !important;
}
.border-uu {
  border-top: 6px solid #09b3ad;
  border-bottom: 6px solid #09b3ad;
}
.bg-white {
  background: #fff !important;
}
.bg-blue {
  background-color: #3a5f82;
}
.icon-hvr {
  margin-left: 3px;
  color: #fff;
  border: 2px solid #5b87b2;
  border-radius: 50%;
  display: inline-flex;
  align-items: flex-end;
  justify-content: center;
  width: 40px;
  height: 40px;
  padding-top: 1px;
  font-size: 21px;
  text-align: center;
  transition: 0.5s;
}

.icon-hvr:hover {
  background-color: #fff;
}
.facebook:hover {
  color: #3b5998;
}
.twitter:hover {
  color: #55acee;
}
.instagram:hover {
  color: #cd486b;
}
.youtube:hover {
  color: #f00;
}
.telegram:hover{
  color: #26A4E3;
}
.text-white {
  color: #fff !important;
}
li.has-caret > a::before {
  color: #fff !important;
}
.topbar-social {
  align-items: center;
  color: #15a49d;
}
.menu-apply-now-button {
  background-color: #dc3545;
  transition: 0.3s;
}
.menu-apply-now-button:hover {
  background-color: #ffd504;
}
.border-yesil{
  border-bottom: 1px solid #15a49d;
  text-align: left;
}

@media only screen and (max-width: 600px) {
  .form-margin {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }
  .iti--allow-dropdown {
    width: 100%;
  }
  .form-css label {
    font-size: 16px !important;
  }
  .form-title span {
    font-size: 20px !important;
  }
  .form-check label {
    font-size: 0.7rem !important;
  }
  .form-button {
    font-size: 20px !important;
  }
  .fs-12-m {
    font-size: 12px !important;
  }
  .neden-usk,
  .simdi-basvur,
  .egitim-ucr {
    width: 100px !important;
    height: 100px !important;
  }
  .neden-usk {
    font-size: 11px !important;
  }
  .simdi-basvur {
    font-size: 11px !important;
  }
  .egitim-ucr {
    font-size: 11px !important;
  }
  .buttons {
    left: 10%;
    right: 10%;
  }
}
