@media only screen and (max-width: 5000px) and (min-width: 1600px) {}

@media only screen and (max-width: 5000px) and (min-width: 1200px) {
    .footer {
        float: left;
        width: 100%;
        height: auto;
    }
    .flex-alani {
        float: left;
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
    .footerilkalan {
        float: left;
        width: 100%;
        padding: 44px 0px;
    }
    .foterlogo {
        float: left;
        width: 91px;
        margin-right: 20px;
    }
    .foterlogo img {
        float: left;
        width: 100%;
    }
    .telifyazisi {
        float: left;
        font-weight: 500;
        font-size: 16px;
        line-height: 38px;
        text-align: left;
        color: #332f2f;
    }
    .fotersosyal {
        float: right;
        display: flex;
        align-items: center;
        margin-right: 20px;
    }
    .fotersosyal a {
        margin-right: 10px;
    }
    .mailvetelefon {
        float: right;
    }
    .mailvetelefon a {
        float: left;
        height: 37px;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-right: 20px;
    }
    .mailvetelefon a svg {
        float: left;
        margin-right: 10px;
    }
    .footerilkalansol {
        float: left;
        display: flex;
        align-items: center;
    }
    .footerilkalansag {
        float: right;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
    .footerikincialan {
        float: left;
        width: 100%;
        padding: 50px 0px;
        border-top: 1px solid #d6d6d6;
    }
    .footersol {
        float: left;
        width: 25%;
    }
    .footersol:last-child {
        float: left;
        width: 40%;
    }
    .footurun {
        float: left;
        width: 100%;
    }
    .footersol:last-child .footurun ul {
        float: left;
        width: 100%;
        height: 290px;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -webkit-align-content: stretch;
        -ms-flex-line-pack: stretch;
        align-content: stretch;
        -webkit-align-items: flex-start;
        -ms-flex-align: start;
        align-items: flex-start;
    }
    .footersol2 {
        float: left;
        width: 25%;
        padding: 0px 15px;
    }
    .foterikincialansol {
        float: left;
        width: 100%;
    }
    .footurun b {
        float: left;
        width: 100%;
        font-weight: 500;
        font-size: 16px;
        line-height: 38px;
        text-align: left;
        color: #332f2f;
    }
    .footurun a {
        float: left;
        width: 100%;
        font-weight: normal;
        font-size: 16px;
        line-height: 38px;
        text-align: left;
        color: #332f2f;
    }
    .footurun a:hover {
        color: #332e2e;
    }
}

@media only screen and (max-width: 1199px) and (min-width: 0px) {
    .footer {
        float: left;
        width: 100%;
        height: auto;
        margin-top: 50px;
    }
    .flex-alani {
        float: left;
        width: 100%;
    }
    .footerilkalan {
        float: left;
        width: 100%;
        padding: 44px 0px;
    }
    .foterlogo {
        float: left;
        width: 160px;
        margin-right: 20px;
    }
    .foterlogo img {
        float: left;
        width: 100%;
    }
    .telifyazisi {
        float: left;
        width: 100%;
        font-weight: 500;
        font-size: 16px;
        line-height: 38px;
        text-align: left;
        color: #332f2f;
        margin-top: 20px;
    }
    .fotersosyal {
        float: left;
        display: flex;
        align-items: center;
    }
    .fotersosyal a {
        margin-right: 10px;
    }
    .mailvetelefon {
        float: left;
    }
    .mailvetelefon a {
        float: left;
        height: 37px;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-right: 20px;
    }
    .mailvetelefon a svg {
        float: left;
        margin-right: 10px;
    }
    .footerilkalansol {
        float: left;
        width: 100%;
    }
    .footerilkalansag {
        float: left;
        width: 100%;
        display: flex;
        align-items: center;
    }
    .footerikincialan {
        float: left;
        width: 100%;
        padding: 20px 0px;
        border-top: 1px solid #d6d6d6;
    }
    .footersol {
        float: left;
        width: 100%;
    }
    .footurun {
        float: left;
        width: 200px;
        text-align: left;
        margin-bottom: 15px;
        margin-right: 15px;
    }
    .flex-scrol {
        float: left;
        width: 100%;
        display: flex;
        overflow-x: scroll;
    }
    .flex-scrol::-webkit-scrollbar {
        width: 11px;
        height: 11px;
    }
    .flex-scrol::-webkit-scrollbar-button {
        width: 0px;
        height: 0px;
    }
    .flex-scrol::-webkit-scrollbar-thumb {
        background: #c8dae1;
        border: 0px none #ecfaff;
    }
    .flex-scrol::-webkit-scrollbar-thumb:hover {
        background: #c8dae1;
    }
    .flex-scrol::-webkit-scrollbar-thumb:active {
        background: #c8dae1;
    }
    .flex-scrol::-webkit-scrollbar-track {
        background: #f9faff;
        border: 0px none #ecfaff;
        border-radius: 50px;
    }
    .flex-scrol::-webkit-scrollbar-track:hover {
        background: #c8dae1;
    }
    .flex-scrol::-webkit-scrollbar-track:active {
        background: #f9faff;
    }
    .flex-scrol::-webkit-scrollbar-corner {
        background: transparent;
    }
    .footersol2 {
        float: left;
        width: 25%;
        padding: 0px 15px;
    }
    .foterikincialansol {
        float: left;
        width: 100%;
    }
    .footurun b {
        float: left;
        width: 100%;
        font-weight: 500;
        font-size: 16px;
        line-height: 26px;
        text-align: left;
        color: #332f2f;
        margin-bottom: 8px;
    }
    .footurun a {
        float: left;
        width: 100%;
        font-weight: 500;
        font-weight: normal;
        font-size: 16px;
        line-height: 26px;
        text-align: left;
        color: #332f2f;
    }
}