* {
  margin: 0;
  padding: 0;
  text-decoration: none;
}

body {
  font-family: 'Nunito', sans-serif;
  overflow-x: hidden;
}

html {
  scroll-behavior: smooth;
}

ul {
  list-style: none;
  padding: 0;
}

.custom-input {
  width: 100%;
  height: 100%;
  border: 0;
  border-radius: 4px;
  padding: 4px 21px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 16px;
  letter-spacing: 1px;
  color: #125091;
  outline: none;
}

::-webkit-input-placeholder {
  color: #cecece;
  font-family: 'Nunito', sans-serif;
}

:-ms-input-placeholder {
  color: #cecece;
  font-family: 'Nunito', sans-serif;
}

::-ms-input-placeholder {
  color: #cecece;
  font-family: 'Nunito', sans-serif;
}

::placeholder {
  color: #cecece;
  font-family: 'Nunito', sans-serif;
}

.custom-a {
  position: relative;
}

.custom-a:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 2px;
  background-color: #fff;
  width: 0;
  height: 2px;
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
}

.custom-a:hover:before {
  width: 100%;
}

.lds-ripple {
  display: inline-block;
  position: relative;
  width: 30%;
  height: 515px;
  z-index: -1;
}

.lds-ripple div {
  position: absolute;
  border: 4px solid #fff;
  opacity: .5;
  border-radius: 50%;
  -webkit-animation: lds-ripple 5s cubic-bezier(0, 0.2, 0.8, 1) infinite;
          animation: lds-ripple 5s cubic-bezier(0, 0.2, 0.8, 1) infinite;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
}

.lds-ripple div:nth-child(2) {
  -webkit-animation-delay: -1s;
          animation-delay: -1s;
}

@-webkit-keyframes lds-ripple {
  0% {
    width: 0;
    height: 0;
    opacity: .5;
  }
  100% {
    width: 300%;
    height: 300%;
    opacity: 0;
  }
}

@keyframes lds-ripple {
  0% {
    width: 0;
    height: 0;
    opacity: .5;
  }
  100% {
    width: 300%;
    height: 300%;
    opacity: 0;
  }
}

.lds-ripple {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(18%) translateY(-50%);
          transform: translateX(18%) translateY(-50%);
}

.global-ust {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-transform: translateY(-28px);
          transform: translateY(-28px);
}

.global-ust h3 {
  font-size: 25px;
  color: #125091;
}

.global-ust a {
  color: #125091;
}

.duyuru-a {
  width: 150px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 15px;
  border: 1px solid #fff;
  color: #fff;
  height: 28px;
  position: relative;
  z-index: 1;
  overflow: hidden;
  -webkit-transition: .4s ease-in-out;
  transition: .4s ease-in-out;
  flex-shrink: 0;
}

.duyuru-a:after {
  content: "";
  -webkit-transition: .4s ease-in-out;
  transition: .4s ease-in-out;
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 0%;
  z-index: -1;
  background-color: white;
}

.duyuru-a:before {
  content: "";
  -webkit-transition: .4s ease-in-out;
  transition: .4s ease-in-out;
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  width: 0%;
  z-index: -1;
  background-color: white;
}

.duyuru-a:hover {
  color: #00bff3;
}

.duyuru-a:hover:after {
  width: 50%;
}

.duyuru-a:hover:before {
  width: 50%;
}

.active span {
  color: #e31e24 !important;
}

.active p {
  color: #e31e24 !important;
}

.activeKurumsal {
  background-color: #125091 !important;
  color: #f3f3f3 !important;
}

.activeBirim {
  background-color: #125091 !important;
  color: #f3f3f3 !important;
}

.sosyal-medya a {
  height: 27px;
  width: 27px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 50%;
  background-color: #5a5d67a8;
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
}

.sosyal-medya a:not(:last-child) {
  margin-right: 15px;
}

.sosyal-medya a i {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  color: #fff;
}

.randevu-button {
  text-decoration: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #000;
  font-weight: 600;
  padding: 0 22px;
  letter-spacing: 1px;
  background-color: #fff;
  border-radius: 4px;
  width: 85px;
  height: 42px;
  position: relative;
  z-index: 1;
  border: 1px solid #fff;
  overflow: hidden;
  -webkit-transition: .4s ease-in-out;
  transition: .4s ease-in-out;
}

.randevu-button:after {
  content: "";
  -webkit-transition: .4s ease-in-out;
  transition: .4s ease-in-out;
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 0%;
  z-index: -1;
  background-color: #e31e24;
}

.randevu-button:before {
  content: "";
  -webkit-transition: .4s ease-in-out;
  transition: .4s ease-in-out;
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  width: 0%;
  z-index: -1;
  background-color: #e31e24;
}

.randevu-button:hover {
  color: #fff;
}

.randevu-button:hover:after {
  width: 50%;
}

.randevu-button:hover:before {
  width: 50%;
}

.alt-wrapper {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 3.5fr 1fr;
      grid-template-columns: 1fr 3.5fr 1fr;
      grid-template-areas: "emptyL altContent emptyR";
  margin: 50px 0 100px 0;
}

.alt-wrapper .alt-content {
  -ms-grid-row: 1;
  -ms-grid-column: 2;
  grid-area: altContent;
}

.title-blue {
  color: #125091 !important;
  font-size: 28px;
  font-weight: 600 !important;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

select option:not(:first-child) {
  color: #125091;
}
/*# sourceMappingURL=global.css.map */