#topslider{
    position: relative;
    text-align: center;
}
.bottom-left {
    position: absolute;
    bottom: 8px;
    left: 16px;
}

/* Top left text */
.top-left {
    position: absolute;
    top: 8px;
    left: 16px;
}

/* Top right text */
.top-right {
    position: absolute;
    top: 8px;
    right: 16px;
}

/* Bottom right text */
.bottom-right {
    position: absolute;
    bottom: 8px;
    right: 16px;
}

/* Centered text */
.centered {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.slide-buttons{
    text-align: center;
    display: inline-flex;
    position: relative;
    margin-top:20px;
}
.pdf-links{
    text-align: center;
    display: inline-flex;
}
.pdf-links a{
    margin-right: 8px;
}
.slide-pc{padding: 20px;}
.blubg{background: transparent}
.blubg .modal-content{background: transparent !important; border:0px !important;}
.blubg .modal-header{
    /*background: #eef5f8 ;*/
    background: #fff ;
    border:0px;
    border-radius: 0px;
    border-top-left-radius : 40px;
}
.blubg .modal-body{
    /*background: #eef5f8 ;*/
    background: #fff ;
    border:0px;
    border-radius: 0px;
    border-bottom-right-radius : 40px;
}
.blubg .close{z-index: 1000}
.bggif img{width:170px; text-align: right;margin-top: 27px;float: right;margin-right: 77px;
    position: absolute;top:0; left:60%}
.popup-header{
    text-align: center;
    font-weight: bold;
    font-size: 20px;
    color:#0b6bb4;
}
.justifytext{
    text-align: justify;
}
.hakkindaimg{
    margin: 0px; position: relative; top:-120px;
    height: 190px; display: block;
}
.kvkgirisimg{
    margin: 0px; position: relative; top:-112px;
    height: 190px; display: block;
}
.contact-details{
    background: #e8e8e8;
    padding: 15px;
    text-align: left;
    min-height: 285px;
}
.contact-details p{
    margin-bottom:2px;
}
.danismanbgimg{
    margin: 0px; position: absolute; top:0px;right: 0px;
    height: 606px; display: block;
}
.dntext{
    text-align: justify;
    margin-bottom: 0px;
    padding: 30px 100px 0 75px;
    position: absolute;
    color: #fff;
    top: 100px;
    line-height: 18px;
}
.dnad{text-align: center;font-size: 30px; font-weight: bold; }
.dnunvan{color:#b32f3d;text-align: center;font-size: 16px; font-weight: bold;}

.chk-container input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

/* Create a custom checkbox */
.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 25px;
    width: 25px;
    background-color: #eee;
}

/* On mouse-over, add a grey background color */
.chk-container:hover input ~ .checkmark {
    background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.chk-container input:checked ~ .checkmark {
    background-color: #2196F3;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the checkmark when checked */
.chk-container input:checked ~ .checkmark:after {
    display: block;
}

/* Style the checkmark/indicator */
.chk-container .checkmark:after {
    left: 9px;
    top: 5px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

@media (max-width: 991px) {
    .bggif img{width:70px; text-align: right;margin-top: 27px;float: right;margin-right: 77px;
        position: absolute;top:0; left:69%}

    .top-left {
        position: absolute;
        top: 8px;
        left: 8px;
    }

    /* Top right text */
    .top-right {
        position: absolute;
        top: 8px;
        right: 8px;
    }
    .hakkindaimg{
        margin: 0px; position: relative; top:-77px;
        height: 42px; display: block;
    }
    .kvkgirisimg{
        margin: 0px; position: relative; top:-72px;
        height: 42px; display: block;
    }
    .danismanbgimg{
        display: none;
    }
    .dntext{
        text-align: justify;
        margin-bottom: 0px;
        padding: 5px;
        position: unset;
        color: #000;
    }
    .dnad{text-align: left;font-size: 24px; font-weight: bold; padding-left: 5px;}
    .dnunvan{color:#0095d5;text-align: left;font-size: 14px; font-weight: bold; padding-left: 5px;}

}
.onayp{
    line-height: 14px !important;
    margin: 0 0 20px;
    font-size: 12px !important;
}