@media only screen and (max-width: 5000px) and (min-width: 991px) {
    .headerortaalan {
        float: left;
        margin-top: 36px;
        display: flex;
        flex-direction: column;
        margin-left: 78px;
    }
    .headercizgi {
        float: right;
        width: 35%;
        height: 1px;
        background: rgba(255, 255, 255, 0.22);
        margin: 54px 20px;
    }
    .sosyalmedya {
        float: right;
        display: flex;
        margin-top: 42px;
        align-items: center;
    }
    .sosyalmedya a {
        float: left;
        margin-left: 10px;
        fill: #fff;
    }
    .logo {
        float: left;
        transition: all 0ms !important;
        margin-top: 21px;
    }
    .logo::before {
        content: '';
        position: absolute;
        left: 0px;
        top: 0px;
        width: 364px;
        height: 158px;
        border-radius: 0px 0px 10px 0px;
        background: #fff;
        z-index: -1;
    }
    .logo img {
        float: left;
        width: 159px;
    }
    .ustmenu {
        float: left;
        display: flex;
        justify-content: space-between;
        align-items: center;
        position: relative;
        z-index: 9;
    }
    .menu li {
        float: left;
    }
    .ustmenu .menu .zq1 a {
        font-weight: bold;
        font-size: 17px;
        text-align: left;
        color: #fff;
        padding: 10px;
        transition: all 0ms !important;
        float: left;
        text-align: left;
        text-transform: uppercase;
    }
    .zz1 {
        position: absolute;
        width: calc(50% + 23%);
        background: #151d60;
        padding: 20px 10px;
        margin-top: 36px;
    }
    .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%);
    }
    .pcdegizle {
        display: none !important;
    }
    .header {
        float: left;
        width: 100%;
        height: 109px;
        position: fixed;
        z-index: 1000;
        transition: all 0ms !important;
        background-color: #151d60;
        top: 0;
    }
    .header-two-area {
        float: left;
        width: 100%;
        height: 74px;
        background: #040c48;
        margin-top: 109px;
    }
    .header-two-title {
        float: left;
        font-weight: bold;
        font-size: 17px;
        text-align: left;
        color: #414b97;
        margin-left: 15.4%;
        margin-top: 27px;
    }
    .header-two-number {
        float: right;
        width: 189px;
        display: flex;
        justify-content: center;
        align-items: center;
        font-weight: 500;
        font-size: 17px;
        text-align: left;
        color: #fff;
        margin-top: 28px;
    }
    .header-two-number div {
        float: left;
        width: 1px;
        margin: 0px 10px;
        height: 9px;
        background-color: #fff;
    }
    .header-two-number svg {
        float: left;
    }
}

@media only screen and (max-width: 1599px) and (min-width: 1300px) {
    .headercizgi {
        display: none !important;
    }
    .ortalaheader {
        width: 100%;
        margin-left: 0px;
        padding: 0px 15px 0px 15px;
        justify-content: center;
    }
    .header-two-title {
        margin-left: 19.2% !important;
    }
    .logo::before {
        content: '';
        width: 195px;
    }
}

@media only screen and (max-width: 1299px) and (min-width: 991px) {
    .ortalaheader {
        width: 100%;
        margin-left: 0px;
        padding: 0px 10px;
    }
    .logo img {
        width: 145px;
    }
    .logo::before {
        content: '';
        width: 18%;
    }
    .headercizgi,
    .sosyalmedya {
        display: none !important;
    }
    .header-two-title {
        margin-left: 20.4%;
    }
    .headerortaalan {
        margin-left: 44px;
    }
}

@media only screen and (max-width: 990px) and (min-width: 0px) {
    .header {
        float: left;
        width: 100%;
        position: relative;
        z-index: 1000;
        transition: all 0ms !important;
        background: rgb(255, 255, 255);
        background: linear-gradient(90deg, rgba(255, 255, 255, 1) 50%, rgba(21, 29, 96, 1) 50%);
    }
    .mobildegizle {
        display: none !important;
    }
    .ortalaheader {
        float: left;
        width: 100%;
        padding-left: 15px;
        padding-right: 15px;
    }
    .logo {
        float: left;
        margin: 14px 0px;
    }
    .logo img {
        float: left;
        width: 110px;
    }
    .menu,
    .diller,
    .altmenu {
        display: none;
    }
    .menuButon {
        float: right;
        right: 0;
        z-index: 1000;
        margin-top: 44px;
    }
    .menuButon svg {
        fill: #fff;
    }
    .header-two-area {
        float: left;
        width: 100%;
        height: 74px;
        background: #040c48;
    }
    .header-two-title {
        float: left;
        font-weight: bold;
        font-size: 16px;
        text-align: center;
        color: #414b97;
        margin-top: 29px;
    }
}