.mobileMenu, .mobileHeader{
    display: none;
}

@media screen and (max-width:991px){

    header{
        display: none;
    }
    .mobileHeader{
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 30px 15px;
        z-index: 5;
        position: relative;
    }
    .mobileHeader .logo{
        margin: 0;
    }
    .mobileHeader .logo .img-responsive{
        max-height: 40px;
    }
    .menuButton {
        display: flex;
        width: 30px;
        height: 20px;
        flex-direction: column;
        justify-content: space-between;
        align-items: stretch;
        position: relative;
        margin-left: auto;
    }
    .menuButton span {
        width: 100%;
        height: 3px;
        background-color: #000;
        border-radius: 2px;
        transition: 0.3s ease all;
    }
    .menuButton span:nth-child(2) {
        position: absolute;
        left: 0;
        top: calc(50% - 1.5px);
        width: 100%;
    }
    .menuButton.active span:nth-child(1), .menuButton.active span:nth-child(4) {
        opacity: 0;
        transform: scale(0);
    }
    .menuButton.active span:nth-child(2) {
        transform: rotate(45deg);
    }
    .menuButton.active span:nth-child(3) {
        transform: rotate(-45deg);
    }

    .mobileMenu {
        position: fixed;
        left: 100vw;
        width: 100vw;
        height: 100vh;
        z-index: 4;
        top: 0;
        opacity: 0;
        background-color: white;
        display: block;
        transition: 0.4s ease all;
        padding-top: 100px;
    }
    .mobileMenu.active {
        left: 0;
        opacity: 1;
    }
    .mobileMenu .headermenu{
        flex-direction: column;
        align-items: flex-start !important;
    }
    .mobileMenu .headermenu li{
        padding: 15px 0 15px 30px;
    }
    .Bslider{
        height: auto;
        float: unset;
        margin-bottom: 30px;
    }
    .Bslider .banner{
        float: unset;
    }
    .container{
        width: auto;
    }
    .ortabanner{
        float: unset;
        display: block;
    }
    .ortabanner img{
        width: 100%;
    }
    .kurumsal{
        float: unset;
        width: 100%;
        height: auto;
        margin-bottom: 30px;
        background-image: unset;
        background-color: #254571;
    }
    .kurumsal h2{
        float: unset;
        width: auto;
        margin-bottom: 15px;
    }
    .kurumsal p{
        margin-top: 30px;
        float: unset;
    }
    .tanitim{
        width: 100%;
        float: unset;
    }
    .galeri .sosyal{
        width: 100%;
    }
    .galeri .sosyal img{
        width: 100%;
    }
    .kategoriler{
        float: unset;
        width: 100%;
        height: auto;
        display: flex;
        flex-wrap: wrap;
        background: black;
    }
    .kategoriler a{
        width: calc(33% - 5px);
    }
    .galeri{
        float: unset;
        width: 100%;
        margin-top: 25px;
    }
    .galeri .tanitim{
        float: unset;
        margin-bottom: 10px;
    }
    .haberler{
        width: 100%;
        float: unset;
    }
    .haberlerslayt{
        float: left;
    }
    .haber{
        float: unset;
        height: auto;
    }
    .haberlerslayt .haber a{
        display: flex;
        align-items: center;
        flex-direction: column;

    }
    .haberimg{
        float: unset;
        width: 100%;
    }
    .haberimg img{
        width: 100%;
        height: 100px;
        object-fit: cover;
        object-position: center;
    }
    .haber span{
        width: 100%;
        float: unset;
    }
    .haber h3{
        float: unset;
        width: 100%;
    }
    .footerlogo{
        float: unset;
        width: 100%;
    }
    .footerlogo :is(span, img){
        width: 100%;
        display: block;
        float: unset;
    }
    ul.footermenu{
        float: unset;
        width: 100%;
        margin-left: 0 !important;
        margin-right: 0 !important;
    }
    ul.footermenu :is(li,h2){
        float: unset;
        width: 100%;
    }
    .bulten{
        float: unset;
    }
    footer{
        padding-bottom: 30px;
    }
}

@media screen and (min-width: 992px) and (max-width: 1200px){
    .kurumsal{
        width: 380px;
    }
    .haberler{
        width: 380px;
    }
    .haber :is(span, h3){
        width: 265px;
    }
}