* {
    padding: 0;
    margin: 0;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

html,
body {
    height: 100%
}

.ortala {
    width: 1200px;
    margin: 0 auto;
}

.ortala .ortala {
    width: 100%;
}

.tr {
    display: flex;
    gap: var(--gap, 30px);
}

.tr .td {
    vertical-align: top;
}

.td img {
    max-width: 100%;
    height: auto;
    display: inline-block
}

[class^=kutu-] {
    display: flex;
    flex-wrap: wrap;
}

.kutu {
    overflow: hidden;
    position: relative;
    transition: all .25s;
}

content .kutu {
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 6px;
    padding: 10px 20px;
}

content .kutu:hover {
    border: 1px solid var(--renk2);
}

.kutu h3 {
    text-align: center;
    padding: 5px 10px;
}

.flexdiv {
    display: flex;
    align-items: center;
}

content .flexdiv {
    gap: 30px
}

.space_between {
    justify-content: space-between;
}

.flex_end {
    justify-content: flex-end;
}

.dikflexdiv {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: column;
}

.fx1 {
    flex: 1
}

.tbl .tbl_detay {
    padding: 10px;
}

.vam {
    vertical-align: middle !important
}

.vab {
    vertical-align: bottom !important
}

.vat {
    vertical-align: top !important
}

.tac {
    text-align: center
}

.col-lg-1 {
    width: 8.33%
}

.col-lg-2 {
    width: 16.67%
}

.col-lg-3 {
    width: 25%
}

.col-lg-4 {
    width: 33.3334%;
}

.col-lg-5 {
    width: 41.65%;
}

.col-lg-6 {
    width: 50%
}

.col-lg-7 {
    width: 57.5%;
}

.col-lg-8 {
    width: 66.6666%;
}

.col-lg-9 {
    width: 75%;
}

.col-lg-10 {
    width: 83.33%
}

.col-lg-11 {
    width: 91.66%
}

.col-lg-12 {
    width: 100%;
    display: block !important;
}

.ta-lg-r,
.tar {
    text-align: right
}

.ta-lg-c {
    text-align: center
}

.ta-lg-l {
    text-align: left
}

#icerik ul {
    margin: 10px 0 10px 40px
}

[class^=kutux-],
#icerik ul[class^='kutu'] {
    margin-left: -25px;
    margin-right: -25px
}

.listetip_4,
.listetip_9 {
    margin-left: 0;
    margin-right: 0
}

.listetip_5 .flexdiv {
    gap: 10px
}

.listetip_5 .tbl_foto {
    width: 25%;
}

.listetip_5 .tbl_detay {
    width: 75%;
}

.listetip_6 .flexdiv {
    gap: 20px
}

.listetip_6 .tbl_foto {
    width: 40%;
}

.listetip_6 .tbl_detay {
    width: 60%;
}

.kutu img {
    width: 100%;
    object-fit: cover;
}

.kutular {
    display: grid;
}

content .kutular {
    grid-gap: var(--gap, 30px);
}

.kutu-lg-10 {
    grid-template-columns: repeat(10, 1fr);
}

.kutu-lg-8 {
    grid-template-columns: repeat(8, 1fr);
}

.kutu-lg-7 {
    grid-template-columns: repeat(7, 1fr);
}

.kutu-lg-6 {
    grid-template-columns: repeat(6, 1fr);
}

.kutu-lg-5 {
    grid-template-columns: repeat(5, 1fr);
}

.kutu-lg-4 {
    grid-template-columns: repeat(4, 1fr);
}

.kutu-lg-3 {
    grid-template-columns: repeat(3, 1fr);
}

.kutu-lg-2 {
    grid-template-columns: repeat(2, 1fr);
}

.kutu-lg-1 {
    grid-template-columns: 1fr;
}

.videoWrapper {
    position: relative;
    width: 100% !important;
    height: auto !important;
    padding-bottom: 99.25%;
    /* 16:9 */
    padding-top: 25px;
}

.videoWrapper iframe,
.videoWrapper video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.parent {
    position: relative;
}

.child {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.oval5 {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.dp-lg-no,
.dp-lg-0 {
    display: none !important
}

.dp-lg-ok,
.dp-lg-1 {
    display: block !important
}

.easing {
    transition: all .35s ease-in-out;
    -webkit-transition: all .35s ease-in-out;
    -moz-transition: all .35s ease-in-out;
    -o-transition: all .35s ease-in-out;
}

.blok {
    margin-bottom: 50px
}

.blok .form_grup:last-child {
    border-bottom: none;
}

.form_grup {
    margin: 5px;
    padding: 5px;
    border-bottom: 1px solid #ccc
}

.form_grup label {
    display: flex;
    align-items: center;
}

.form_grup label .sol {
    width: 20%
}

.form_grup label .sag {
    width: 80%
}

.form_grup label .sag textarea {
    width: 100%;
    height: 75px
}

.form {
    width: 100%
}

.form .formbaslik {
    text-align: center;
    padding: 10px 0
}

.form .td {
    vertical-align: top;
    padding: 5px 0
}

#mobil_menu {
    position: fixed;
    height: 100%;
    width: 100%;
    right: 100%;
    bottom: 0;
    display: flex;
    flex-direction: column;
    background: #eee;
    z-index: 9999 !important
}

#mobil_menu_icerik {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
}

#mobil_menu_icerik div {
    width: 100%
}

#mobil_menu.aktif {
    right: 0%;
}

#mobil_logo {
    text-align: center;
    background: #fff
}

#mobil_menu_ac_button {
    position: absolute;
    top: 28px;
    right: 10px;
    z-index: 990;
    text-shadow: 1px 1px 5px #fff, -1px -1px 5px #fff;
}

#mobil_menu_ac_button a,
#mobil_menu_ac_button a,
#mobil_menu_kapa_button a {
    font-size: 32px !important
}

#mobil_menu_kapa_button {
    position: absolute;
    top: 28px;
    right: 10px;
}

#mobilemenu {
    overflow-y: scroll;
}

#mobilemenu ul {
    margin-left: 30px;
}

#mobilemenu ul:nth-child(1) {
    margin-left: 0px;
}

#mobil_menu_icerik #mobilemenu ul li {
    list-style-type: none;
}

#mobil_menu_icerik #mobilemenu ul li a {
    display: block;
    font-weight: bold;
    padding: 10px 12px;
    font-size: 20px
}

#mobil_menu_icerik #mobilemenu ul li.secili>a,
#mobil_menu_icerik #mobilemenu ul li:hover>a {
    color: var(--renk1);
    background: rgba(27, 64, 231, .03);
    box-shadow: -3px 0 0 0 var(--renk1) inset;
}

#mobile_sosyal li {
    list-style-type: none;
    display: inline-block;
    margin: 10px
}

#mobile_sosyal li a {
    font-size: 20px;
    padding: 10px
}

.cell {
    text-align: inherit;
}

.yerlesim_2 {
    display: flex;
    flex-direction: row-reverse;
}

input.dugme[type="checkbox"] {
    position: relative;
    width: 40px;
    height: 20px;
    -webkit-appearance: none;
    background: #fff;
    background-position: 0 0;
    outline: none;
    border-radius: 10px;
    border: 1px solid #000;
    transition: .3s;
    /*box-shadow: 0 0 0 4px #353535, 0 0 0 5px #3e3e3e, inset 0 0 10px rgba(0,0,0,1), 0 5px 20px rgba(0,0,0,.5), inset 0 0 15px rgba(0,0,0,.2);*/
}

input.dugme[type="checkbox"]:before {
    content: '';
    position: absolute;
    top: -1px;
    left: 0;
    width: 20px;
    height: 20px;
    background: linear-gradient(0deg, #fff, #6b6b6b);
    border-radius: 10px;
    box-shadow: 0 0 0 1px #232323;
    transform: scale(.98, .97);
    transition: .3s;
}

input.dugme:checked[type="checkbox"] {
    background: green;
}

input.dugme:checked[type="checkbox"]:before {
    left: 20px;
}

.yansima {
    -webkit-box-reflect: below -20px linear-gradient(transparent, #0004);
}

.tableWrapper {
    overflow-x: auto;
}

.tablelist {
    border-collapse: collapse;
    width: 99%;
    border-top: 1px solid #DDDDDD;
    border-left: 1px solid #DDDDDD;
}

.tablelist thead td,
.tablelist thead th {
    background-color: #666;
    color: #fff;
    padding: 8px;
    font-weight: bold
}

.tablelist td {
    border-right: 1px solid #CCC;
    border-bottom: 1px solid #CCC;
    padding: 8px;
}

.tablelist th {
    border-right: 1px solid #CCC;
    border-bottom: 1px solid #CCC;
    padding: 8px;
}

.tablelist tbody tr:nth-child(even) td {
    background: #EFEFEF
}

.tablelist tbody tr:hover td {
    background: #CCC
}

.tablelist thead {
    position: relative;
}

.tablelist thead tr {
    position: sticky;
    top: 0px;
}

content .title {
    font-size: 30px;
    text-transform: uppercase;
}

.title {
    display: grid;
    grid-template-columns: 1fr auto 1fr;
    align-items: center;
    gap: 20px;
    margin-bottom: 20px;
}
footer .title { gap: 0;}
.title::after,
.title::before {
    content: '';
    height: 1px;
    flex: 1;
    background-image: linear-gradient(var(--position, to right), transparent, var(--color, #000));
}

.title::after {
    --position: to left;
}

.dar_td .tr {
    gap: 10px
}

.dar_td .form .tr {
    display: block;
}

.dar_td .form .col-lg-3,
.dar_td .form .col-lg-9 {
    width: 100%;
}

.pad0 {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

#mobil_ara_whatsapp {
    position: fixed;
    bottom: 0;
    width: 100%;
    z-index: 99999;
}

#mobil_ara_whatsapp a {
    display: block;
    width: 100%;
    text-align: center;
    font-weight: bold;
    padding: 20px 0;
    font-size: 16px;
}

#mobil_ara_whatsapp a:has( i.fa-phone) {
    background: red !important
}

#mobil_ara_whatsapp a:has( i.fa-whatsapp) {
    background: rgb(38, 194, 129) !important
}

#top {
    position: fixed;
    bottom: 80px;
    left: 40px;
    display: none;
    z-index: 9999;
}

#top i {
    background: var(--renk1);
    color: #fff;
    border-radius: 50%;
    font-size: 30px;
    padding: 3px 10px 8px 10px;
}

#pc_what {
    position: fixed;
    bottom: 60px;
    right: 40px;
    display: block;
    z-index: 9999;
}

#pc_what a {
    background: rgb(38, 194, 129);
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 4px;
    gap: 10px;
    padding: 12px !important;
}

#pc_what i {
    color: #fff;
    font-size: 30px;
}

@media (max-width: 1200px) {
    .ortala {
        width: 100%
    }
    content .kutular {
        grid-gap: 20px;
    }
    .tr {
        margin-left: 0px;
        margin-right: 0px;
    }
    .ortala .tr,
    [class^=kutu-] {
        margin-left: 0px;
        margin-right: 0px
    }
    .col-md-1 {
        width: 8.33%
    }
    .col-md-2 {
        width: 16.67%
    }
    .col-md-3 {
        width: 25%
    }
    .col-md-4 {
        width: 33.3333%;
    }
    .col-md-5 {
        width: 41.66%;
    }
    .col-md-6 {
        width: 50%
    }
    .col-md-7 {
        width: 57.5%;
    }
    .col-md-8 {
        width: 66.6666%;
    }
    .col-md-9 {
        width: 75%;
    }
    .col-md-10 {
        width: 83.33%
    }
    .col-md-11 {
        width: 91.66%
    }
    .col-md-12 {
        width: 100%;
        padding: 10px !important;
        display: block !important
    }
    .col-md-12 [class^=kutu-] {
        margin-left: -10px;
        margin-right: -10px
    }
    content .kutular {
        grid-gap: 20px;
    }
    .kutu-md-10 {
        grid-template-columns: repeat(10, 1fr);
    }
    .kutu-md-8 {
        grid-template-columns: repeat(8, 1fr);
    }
    .kutu-md-7 {
        grid-template-columns: repeat(7, 1fr);
    }
    .kutu-md-6 {
        grid-template-columns: repeat(6, 1fr);
    }
    .kutu-md-5 {
        grid-template-columns: repeat(5, 1fr);
    }
    .kutu-md-4 {
        grid-template-columns: repeat(4, 1fr);
    }
    .kutu-md-3 {
        grid-template-columns: repeat(3, 1fr);
    }
    .kutu-md-2 {
        grid-template-columns: repeat(2, 1fr);
    }
    .kutu-md-1 {
        grid-template-columns: 1fr;
    }
    .col-3-tar,
    .ta-md-r {
        text-align: right
    }
    .col-3-tac,
    .ta-md-c {
        text-align: center
    }
    .col-3-tal,
    .ta-md-l {
        text-align: left
    }
    .dp-md-no,
    .dp-md-0 {
        display: none !important
    }
    .dp-md-ok,
    .dp-md-1 {
        display: block !important
    }
}

@media (max-width: 720px) {
    .tr {        
        flex-wrap: wrap;
        gap: 0;
    }
    [class^=kutu-] {
        margin-left: -10px;
        margin-right: -10px
    }
    [class^=kutu-].listetip_4 {
        margin-left: 0px;
        margin-right: 0px
    }
    content .kutular {
        grid-gap: 10px;
    }
    .kutuic {
        margin: 10px;
    }
    #top {
        left: auto;
        right: 40px !important;
    }
    footer .iletisim {
        margin-bottom: 50px
    }
    .tr .td {
        padding-left: 10px;
        padding-right: 10px;
    }
    .col-sm-1 {
        width: 8.33%
    }
    .col-sm-2 {
        width: 16.67%
    }
    .col-sm-3 {
        width: 25%
    }
    .col-sm-4 {
        width: 33.3333%;
    }
    .col-sm-5 {
        width: 41.66%;
    }
    .col-sm-6 {
        width: 50%
    }
    .col-sm-7 {
        width: 57.5%;
    }
    .col-sm-8 {
        width: 66.6666%;
    }
    .col-sm-9 {
        width: 75%;
    }
    .col-sm-10 {
        width: 83.33%
    }
    .col-sm-11 {
        width: 91.66%
    }
    .col-sm-12 {
        width: 100%;
        padding: 10px !important;
        display: block !important
    }
    .col-sm-12 [class^=kutu-] {
        margin-left: -10px;
        margin-right: -10px
    }
    .kutular {
        grid-gap: 15px;
    }
    .kutu-sm-10 {
        grid-template-columns: repeat(10, 1fr);
    }
    .kutu-sm-8 {
        grid-template-columns: repeat(8, 1fr);
    }
    .kutu-sm-7 {
        grid-template-columns: repeat(7, 1fr);
    }
    .kutu-sm-6 {
        grid-template-columns: repeat(6, 1fr);
    }
    .kutu-sm-5 {
        grid-template-columns: repeat(5, 1fr);
    }
    .kutu-sm-4 {
        grid-template-columns: repeat(4, 1fr);
    }
    .kutu-sm-3 {
        grid-template-columns: repeat(3, 1fr);
    }
    .kutu-sm-2 {
        grid-template-columns: repeat(2, 1fr);
    }
    .kutu-sm-1 {
        grid-template-columns: 1fr;
    }
    .col-2-tar,
    .ta-sm-l {
        text-align: right
    }
    .col-2-tac,
    .ta-sm-c {
        text-align: center
    }
    .col-2-tal,
    .ta-sm-r {
        text-align: left
    }
    .dp-sm-no,
    .dp-sm-0 {
        display: none !important
    }
    .dp-sm-ok,
    .dp-sm-1 {
        display: block !important
    }
    #pc_what {
        display: none;
    }
    footer {
        padding-bottom: 60px;
    }
}

@media (max-width: 480px) {
    content .kutular {
        grid-gap: 10px;
    }
    .col-xs-1 {
        width: 8.33%
    }
    .col-xs-2 {
        width: 16.67%
    }
    .col-xs-3 {
        width: 25%
    }
    .col-xs-4 {
        width: 33.3333%;
    }
    .col-xs-5 {
        width: 41.66%;
    }
    .col-xs-6 {
        width: 50%
    }
    .col-xs-7 {
        width: 57.5%;
    }
    .col-xs-8 {
        width: 66.6666%;
    }
    .col-xs-9 {
        width: 75%;
    }
    .col-xs-10 {
        width: 83.33%
    }
    .col-xs-11 {
        width: 91.66%
    }
    .col-xs-12 {
        width: 100%;
        padding: 10px !important;
        display: block !important
    }
    .col-xs-12 [class^=kutu-] {
        margin-left: -10px;
        margin-right: -10px
    }
    .tr .col-xs-12 {
        padding: 5px
    }
    .kutu-xs-10 {
        grid-template-columns: repeat(10, 1fr);
    }
    .kutu-xs-8 {
        grid-template-columns: repeat(8, 1fr);
    }
    .kutu-xs-7 {
        grid-template-columns: repeat(7, 1fr);
    }
    .kutu-xs-6 {
        grid-template-columns: repeat(6, 1fr);
    }
    .kutu-xs-5 {
        grid-template-columns: repeat(5, 1fr);
    }
    .kutu-xs-4 {
        grid-template-columns: repeat(4, 1fr);
    }
    .kutu-xs-3 {
        grid-template-columns: repeat(3, 1fr);
    }
    .kutu-xs-2 {
        grid-template-columns: repeat(2, 1fr);
    }
    .kutu-xs-1 {
        grid-template-columns: 1fr;
    }
    .col-1-tar,
    .ta-xs-r {
        text-align: right
    }
    .col-1-tac,
    .ta-xs-c {
        text-align: center
    }
    .col-1-tal,
    .ta-xs-l {
        text-align: left
    }
    .dp-xs-no,
    .dp-xs-0 {
        display: none !important
    }
    .dp-xs-ok,
    .dp-xs-1 {
        display: block !important
    }
}