.banner{
    background-image: url(../img/sayfa-banner-img.png);
    width: 100% !important;
    height: 320px !important;
    background-size: cover;
  }
  .title{
    display: flex;
    align-items: center;
    justify-content: center;
    height: 368px !important;
    color: #FFF;
    font-family: Poppins;
    font-size: 36px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
  }
.number{
    color: var(--black, #000);
font-family: Poppins;
font-size: 18px;
font-style: normal;
font-weight: 400;
text-align: center;
line-height: 127.5%; /* 22.95px */
}
.phone{
text-align: center;
    color: #666;
font-family: Poppins;
font-size: 20px;
font-style: normal;
font-weight: 500;
line-height: normal;
}
.icon{
    width: 74.1px;
height: 74.1px;
margin-bottom: 16px;
}
.bilgi-ortalama{
    display: flex;
    align-items: center;
    flex-direction: column;
}
.iletisim-kayit{
    margin-top: 136px !important;
}
.iletisim-img{
    object-fit: cover;
}
.iletisim-detail {
    margin-top: 10px;
    margin-bottom: 25px;
    color: #000;
    font-family: Poppins;
    font-size: 17px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
}
.iletisim-title {
    color: #000;
    font-family: Poppins;
    font-size: 32px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}
.mesaz{
    color: var(--Black-black-300, #6A6E74) !important;
    font-family: Poppins !important;
    font-size: 14px !important;
    font-style: normal !important;
    font-weight: 400 !important;
    line-height: normal !important;
}
.form-control{
    color: var(--Black-black-300, #6A6E74) !important;
font-family: Poppins !important;
font-size: 14px !important;
font-style: normal !important;
font-weight: 400 !important;
line-height: normal !important;
    border-radius: 9.87px;
border: 0.822px solid var(--Black-black-50, #E9E9EA);
}
input::placeholder {
    color: var(--Black-black-300, #6A6E74) !important;
    font-family: Poppins !important;
    font-size: 14px !important;
    font-style: normal !important;
    font-weight: 400 !important;
    line-height: normal !important;
  }
  input{
    padding: 15px !important;
  }
  .form-control:focus {
    color: var(--bs-body-color);
    background-color: unset !important;
    border-color: #E9E9EA !important;
    outline: 0;
    box-shadow:unset !important;
}
.mesaz{
    border-radius: 9.68px !important;
border: 0.822px solid var(--Black-black-50, #E9E9EA) !important;
}
.form-check-label {
    color: #000;
    font-family: Poppins;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.form-check-label span{
    text-decoration-line:underline ;
}
.form-check-input{
    margin-right: 16px;
}
.gndr-btn{
    border-radius: 9.87px !important;
background: var(--Blue-blue-600, #6CBDCE) !important;
color: var(--White, #FFF) !important;
font-family: Poppins !important;
font-size: 20px !important;
font-style: normal !important;
font-weight: 500 !important; 
line-height: normal !important;
padding: 18px 76px !important;
margin-top: 17px !important;
}
textarea{
    height: 10rem !important;
    resize: none !important;
}
.form-check-input:focus {
    border-color: white !important;
    outline: 0;
    box-shadow:unset !important;
}
.iletisim-card{
        background: #FFF;
        box-shadow: 0px 0px 9.936px 0px rgba(0, 0, 0, 0.25);
        padding: 2rem;
}
.bilgi-bosluk{
    margin-top: 97px !important;
}
.iletisim-kayit{
    margin-bottom: 60px;
}
@media only screen and (max-width: 991px) {
    .bilgi-bosluk{
        margin-top: 4rem !important;
        display: flex;
        align-items: center;
        row-gap: 40px;
        flex-direction: column;
    }
    .orta-navbar{
        position: relative !important;
      }
    .banner {
        height: 285px !important;
    }
    .title{
        height: 285px !important;
      }
    .degisme-2{
        order: 2;
    }
    .mobile-bosluk{
        margin-top: 4rem !important;
    }
    .degisme-1{
        order: 1;
        margin-top: 4rem !important;
    }
    .kimiz-sol {
        margin-top: 15px;
    }
    .sol-icon{
        margin-top: 2rem;
    }
    .bosluk {
     row-gap: 10px; 
    }
  }
  @media only screen and (max-width: 767px) {
    .iletisim-kayit {
        margin-bottom: 0;
    }
    .iletisim-card{
        padding: 0 !important;
        box-shadow: none !important;
    }
    .iletisim-kayit {
        margin-top: 75px !important;
    }
    .iletisim-title {
        font-size: 24px;
        margin-top: 15px;
        margin-bottom: 10px;
    }
    .iletisim-detail {
        font-size: 16px;
    }
    .kimiz-detail {
        font-size: 16px;
    }
    .kimiz-sol {
        font-size: 30px;
    }
    .sol-icon {
        width: 56.6px;
        height: 56px;
    }
    .banner {
        height: 235px !important;
    }
      .title {
        height: 235px !important;
        font-size: 35px !important;
    }
  }
  @media only screen and (max-width: 575px) {
    .iletisim-card{
        padding: 2rem !important;
    }
  }
  @media only screen and (max-width: 480px) {
    .iletisim-card{
        padding: 1rem !important;
    }
  }