@media only screen and (max-width: 5000px) and (min-width: 991px) {
    .headerortaalan {
        float: left;
        margin-top: 35px;
        width: 63%;
        display: flex;
        flex-direction: column;
    }
    .headersagalan {
        float: right;
        display: flex;
    }
    .sosyalmedya {
        float: left;
        display: flex;
        align-items: center;
    }
    .teklifal {
        float: left;
        width: 226px;
        height: 69px;
        border-radius: 5px;
        background: #ad033b;
        font-weight: bold;
        font-size: 17px;
        text-align: left;
        color: #fff;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .teklifal svg {
        float: left;
        margin-right: 10px;
    }
    .sosyalmedya a {
        float: left;
        margin-right: 10px;
        fill: #fff;
    }
    .logo {
        float: left;
        transition: all 0ms !important;
        position: relative;
        z-index: 10;
        margin-right: 64px;
    }
    .logo img {
        float: left;
        width: 203px;
    }
    .altmenu {
        float: left;
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin-top: 0px;
        position: relative;
        z-index: 9;
    }
    .ustmenu {
        float: left;
        display: flex;
        justify-content: space-between;
        align-items: center;
        position: relative;
        z-index: 9;
    }
    .altmenu .menu {
        float: left;
        display: flex;
        align-items: center;
        /* margin-left: 180px; */
    }
    .menu li {
        float: left;
    }
    .ustmenu .menu .zq1 a {
        font-weight: 500 !important;
        font-size: 16px !important;
        color: #fff;
        padding: 10px 20px;
        transition: all 0ms !important;
        float: left;
        text-align: left;
    }
    .altmenu .menu .zq1 .zzq1 {
        font-weight: bold !important;
        font-size: 20px !important;
        color: #fff;
        padding: 20px 20px 35px 20px;
        transition: all 0ms !important;
        float: left;
        text-align: left;
        border-bottom: 12px solid transparent;
    }
    .altmenu .menu .zq1 .zzq1:hover {
        border-bottom: 12px solid #ad033b;
        color: #ad033b;
    }
    .zz1 {
        position: absolute;
        width: calc(50% + 23%);
        background: #ad033b;
        padding: 20px 10px;
        /* border-radius: 0px 10px 10px 10px; */
        margin-top: 82px;
    }
    .zz2 li {
        float: left;
        width: 100%;
    }
    .zq2 {
        float: left;
        width: 100%;
    }
    .zq2 a {
        font-weight: bold !important;
        font-size: 16px !important;
        color: #fff;
        padding: 10px;
        transition: all 0ms !important;
        float: left;
        text-align: left;
    }
    .zq2 a:hover {
        color: #fff !important;
    }
    .zz2 {
        position: absolute;
        min-width: 200px;
        min-height: 200px;
        background: #ffcc5a;
        margin-left: 218px;
        padding: 0px 10px;
    }
    .menuButon {
        display: none !important;
    }
    .ortalaheader {
        float: left;
        width: 83.99%;
        margin-left: calc(50% - 41.995%);
        border-bottom: 1px solid rgb(255, 255, 255, 0.3);
        display: flex;
        align-items: center;
    }
    .pcdegizle {
        display: none !important;
    }
}

@media only screen and (max-width: 1599px) and (min-width: 1300px) {
    .ortalaheader {
        width: 100%;
        margin-left: 0px;
        padding: 0px 15px;
        justify-content: center;
    }
    .logo {
        margin-right: 5px;
    }
    .sosyalmedya {
        display: none;
    }
}

@media only screen and (max-width: 1299px) and (min-width: 991px) {
    .ortalaheader {
        width: 100%;
        margin-left: 0px;
        padding: 0px 10px;
    }
    .logo {
        margin-right: 5px;
    }
    .logo img {
        width: 145px;
    }
    .sosyalmedya {
        display: none;
    }
    .teklifal {
        display: none;
    }
}

@media only screen and (max-width: 990px) and (min-width: 0px) {
    .mobildegizle {
        display: none !important;
    }
    .ortalaheader {
        float: left;
        width: 100%;
        padding-left: 25px;
        padding-right: 25px;
    }
    .logo {
        float: left;
        margin: 23px 0px;
    }
    .logo img {
        float: left;
        width: 139px;
    }
    .menu,
    .diller,
    .altmenu {
        display: none;
    }
    .menuButon {
        float: right;
        right: 0;
        z-index: 1000;
        margin-top: 30px;
    }
    .menuButon svg {
        fill: #332f2f;
    }
}