ul, li, div, a, img, table,
tr, td, input, textarea, select, span { box-sizing: border-box; outline:none; }
a, a:link, a:hover              { cursor:pointer; }
::-webkit-input-placeholder     { color:#333; }
::-moz-placeholder              { color:#333; }
:-ms-input-placeholder          { color:#333; }
:-moz-placeholder               { color:#333; }
input[type="text"], textarea, select   { outline:none; background-color:#fff; }
input[type=radio] { background:#fff !important; }
input[type=checkbox] { background:#fff !important; }
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button { opacity: 1; }
select { padding: 10px; margin: 0; color:#000; border:#dfdfdf 1px solid; -webkit-appearance:none;  }
.col-lg-1_5     { width:20%; padding:0 15px; }
hr              { border:none; border-top:#dfdfdf 1px solid; }
a               { color:#666; font:normal 13px 'Gabarito', sans-serif; cursor:pointer; -webkit-transition: 0.3s ease-in-out; -moz-transition: 0.3s ease-in-out; -o-transition: 0.3s ease-in-out; transition: 0.3s ease-in-out; }
a:hover         { color:#333; text-decoration:underline; cursor:pointer; -webkit-transition: 0.3s ease-in-out; -moz-transition: 0.3s ease-in-out; -o-transition: 0.3s ease-in-out; transition: 0.3s ease-in-out; }
a:active { text-decoration:none; -webkit-transition: 0.3s ease-in-out; -moz-transition: 0.3s ease-in-out; -o-transition: 0.3s ease-in-out; transition: 0.3s ease-in-out; }
a:before { cursor:pointer; -webkit-transition: 0.3s ease-in-out; -moz-transition: 0.3s ease-in-out; -o-transition: 0.3s ease-in-out; transition: 0.3s ease-in-out; }


/* ANASAYFA */

.header {
    width:100%;
    display: flex;
    justify-content: center;
    border-bottom: 3px solid #00aebc;
}

.kisi-bilgi {
    position: relative;
    top: -60px;
}

.foto-box {
    display: flex;
    justify-content: center;
}
.foto {
    display: block;
    width: 100px;
    height: 100px;
    border: 3px solid #00aebc;
    border-radius: 50px;
}
.kisi-unvan {
    display: block;
    text-align: center;
    padding-top: 30px;
}
.kisi {
    color: #00aebc;
    font:700 25px 'Gabarito', sans-serif;
    letter-spacing:-1px;
}
.unvan {
    font-family: Gabarito,sans-serif;
    font-size: 14px;
}
.content-anasayfa{
    padding: 0 15px 120px 15px;
    width: 100%;
    max-width:700px;
    margin:0 auto;
    min-height: calc(60px);
}
.kisi-link {
    display: flex;
    justify-content: space-between;
}
.link1 {
    background-color: #eeeeee;
    width: 49%;
    height: 70px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-left: 15px;
    border-radius: 10px;
    text-decoration: none;
}
.link1:hover {
    text-decoration: none;
}
.link1-head {
    color: #00aebc;
    font-weight: bold;
    font-family: Gabarito;
    display: block;
}
.link1-head-as {
    color: #00aebc;
    font-weight: bold;
    font-family: Gabarito;
    display: block;
    font-size: 12px;
}
.link1-content {
    display: block;
    font-family: Roboto;
    color: black;
}
.rehber-btn {
    display: flex;
    justify-content: center;
    padding: 15px 0 0 0;
}
.buton-content-rehber {
    text-decoration: none;
    height: 50px;
    width: 100%;
    background-color: #ffffff;
    display: flex;
    justify-content: center;
    align-items: center;
    color: black;
    font-family: Gabarito;
    font-weight: bold;
    border-radius: 10px;
    border: 2px solid #eee;
}

.buton-content-rehber:hover {
     text-decoration: none;
}

.btn-grp {
    display: flex;
    justify-content: space-between;
    padding: 15px 0;
}
.buton-content {
    text-decoration: none;
    height: 50px;
    width: 49%;
    background-color: #ffffff;
    display: flex;
    justify-content: center;
    align-items: center;
    color: black;
    font-family: Gabarito;
    font-size: 11px;
    font-weight: bold;
    border-radius: 10px;
    border: 2px solid #eee;
}
.buton-content:hover {
    text-decoration: none;
}
.btn-grp span {
    margin: 0;
    padding: 0;
}
.rehber {
    padding-left: 5px;
}
.btn-grp span {
    padding-left: 5px;
}

.rdy-header-anasayfa {
    margin-top: 30px;
    background-color:#2c3e50;
    width: 100%;
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 10px;
    padding: 0;
    text-align: center;
}
.rdy-header-anasayfa span {
    color: white;
    font-family: Gabarito;
    font-size: 13px;
    font-weight: 600;
}

.rdy-header {
    margin-top: 30px;
    background-color:#2c3e50;
    width: 100%;
    height: 60px;
    display: flex;
    align-items: center;
    border-radius: 10px;
    padding: 0 0 0 15px;
}
.link-konum{
    background:#2c3e50;
}
.rdy-header span {
    color: white;
    font-family: Gabarito;
    font-size: 16px;
}
.kisi-link2 {
    display: flex;
    justify-content: space-between;
    padding: 15px 0 0 0 ;
}
.kisi-link3 {
    display: flex;
    justify-content: space-between;
    padding: 15px 0 0 0 ;
}
.link3 {
    background-color: #eeeeee;
    width: 100%;
    height: 70px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-left: 15px;
    border-radius: 10px;
    text-decoration: none;
}
.link3:hover {
    text-decoration: none;
}

/* FOOTER */

.footer {
    position: fixed;
    bottom: 0;
    background-color: #ffffff;
    width: 100%;
    height: 60px;
    left: 0;
    box-shadow: 0 -1px 13px 0 rgba(0,0,0,0.75);
}
.footerAnaContent   {

    width:100%; max-width: 700px; margin:0 auto; display: flex;

}

.footer-content1 {
    width: 25%;
    height: 60px;
    background-color: #ffffff;
    display: flex;
    justify-content: center;
    align-items: center;
}
.footer-content2 {
    width: 25%;
    height: 60px;
    background-color: #ffffff;
    display: flex;
    justify-content: center;
    align-items: center;
}
.footer-content3 {
     width: 25%;
     height: 60px;
     background-color: #ffffff;
    display: flex;
    justify-content: center;
    align-items: center;
 }
.footer-content4 {
    width: 25%;
    height: 60px;
    background-color: #ffffff;
    display: flex;
    justify-content: center;
    align-items: center;
}
.circle {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background-color: #ffffff;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    top: -25px;
    box-shadow: 0px -7px 15px -8px rgba(0,0,0,0.75);
}
.circle img {
    width: 30px;
    height: 30px;
}
.footer-span {
    display: block;
    padding: 0;
    margin: 0;
    position: absolute;
    top: 30px;
    font:normal 11px 'Gabarito', sans-serif;
    color: black;
}

/* FATURA */

.fatura-page {
    padding: 0 15px 120px 15px;
    width: 100%;
    max-width:700px;
    margin:0 auto;
    min-height: calc(60px);
}

/* KONUM */

.konum-page{
    padding: 0 15px 120px 15px;
    width: 100%;
    max-width:700px;
    margin:0 auto;
    min-height: calc(100vh - 60px);
}

.kisi-link4 {
    display: flex;
    justify-content: space-between;
    padding: 15px 0 0 0 ;
}
.link4 {
    background-color: #eeeeee;
    width: 100%;
    height: 70px;
    display: flex;
    padding-left: 15px;
    border-radius: 10px;
    text-decoration: none;
}
.link4:hover {
    text-decoration: none;
}
.konum-img{
    display: flex;
    align-items: center;
}
.link5 {
    background-color:#2c3e50;
    width: 100%;
    height: 70px;
    display: flex;
    padding-left: 15px;
    border-radius: 10px;
    text-decoration: none;
    &:hover {
    text-decoration: none;
     }
}


.link1-head-konum {
    color: black;
    font-weight: bold;
    font-family: Roboto;
    display: flex;
    align-items: center;
    font-size: 18px;
    padding-left: 5px;
}
.link5-head-konum {
    color: white;
    font-weight: bold;
    font-family: Roboto;
    display: flex;
    align-items: center;
    font-size: 18px;
    padding-left: 5px;
}
.link-konum{
    background-color: #ffa6a6;
    width: 49%;
    height: 70px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding: 0 15px;
    border-radius: 10px;
    text-decoration: none;
}
.link-konum:hover{
    text-decoration: none;
}
.link-konum img {
}
.link-content-konum {
    display: block;
    font-family: Roboto;
    color: black;
    padding-left: 5px;
    font-size: 12px;
}

/* BANKA */

.banka-page {
    padding: 0 15px 120px 15px;
    width: 100%;
    max-width:700px;
    margin:0 auto;
    min-height: calc(60px);
}

.activeLink span    { color:#00aebc !important; }
.activeLink img     { filter: invert(29%) sepia(76%) saturate(5843%) hue-rotate(346deg) brightness(91%) contrast(105%); }

.footerLinks:hover span { color:#00aebc !important; }
.footerLinks:hover img     { filter: invert(29%) sepia(76%) saturate(5843%) hue-rotate(346deg) brightness(91%) contrast(105%); }

.buttonRehber       { background:#00aebc; !important; border:#00aebc 2px solid !important; color:#fff !important; font-size:14px !important; }
.buttonWhatsapp     { background:#25d366 !important; border:#25d366 2px solid !important; color:#fff !important; font-size:14px !important; }
.buttonLinkedin     { background:#0f5bb6; !important; border:#0f5bb6 2px solid !important; color:#fff !important; font-size:14px !important; }

.popup {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    z-index: 9999;
}

.popup-content {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
}

.popup-image {
    max-width: 80%;
    max-height: 80%;
    border-radius: 5px;
}