@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;
        background-color: #e7edef;
    }
    .foterlogo {
        float: left;
        width: 121px;
        margin-right: 20px;
    }
    .foterlogo img {
        float: left;
        width: 100%;
    }
    .telifyazisi {
        float: left;
        font-family: "DM Sans";
        font-weight: 500;
        font-size: 16px;
        text-align: left;
        color: #3a3a3a;
    }
    .mailvetelefon {
        float: left;
        margin: 26px 0px;
    }
    .mailvetelefon a {
        float: left;
        height: 37px;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-right: 20px;
        font-weight: 500;
        font-size: 16px;
        text-align: left;
        color: #fff;
    }
    .footerilkalansol {
        float: left;
        display: flex;
        align-items: center;
    }
    .footerilkalansag {
        float: right;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
    .temelbilgi {
        float: right;
        font-weight: 700;
        font-size: 16px;
        text-align: center;
        color: #3a3a3a;
        line-height: normal;
        fill: #3a3a3a;
        width: 150px;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }
    .temelbilgi svg {
        float: left;
        width: 50px;
        margin-bottom: 10px;
    }
    .foterenalt {
        float: left;
        width: 100%;
        height: 90px;
        background: #151d60;
    }
    .foterenalt img {
        float: right;
        width: 97px;
        margin: 26px 0px;
    }
}

@media only screen and (max-width: 1199px) and (min-width: 0px) {
    .footerilkalansag {
        float: right;
        width: 100%;
    }
    .temelbilgi {
        float: right;
        font-weight: 700;
        font-size: 16px;
        text-align: center;
        color: #3a3a3a;
        line-height: normal;
        fill: #3a3a3a;
        width: 50%;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        height: 168px;
    }
    .temelbilgi svg {
        float: left;
        width: 50px;
        margin-bottom: 10px;
    }
    .footer {
        float: left;
        width: 100%;
        height: auto;
        margin-top: 50px;
    }
    .flex-alani {
        float: left;
        width: 100%;
    }
    .footerilkalan {
        float: left;
        width: 100%;
        padding: 44px 0px;
        background-color: #e7edef;
    }
    .foterlogo {
        float: left;
        width: 120px;
        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;
    }
    .mailvetelefon {
        float: left;
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: space-around;
    }
    .mailvetelefon a {
        float: left;
        height: 37px;
        display: flex;
        justify-content: center;
        align-items: center;
        font-weight: 500;
        font-size: 16px;
        text-align: left;
        color: #fff;
    }
    .footerilkalansol {
        float: left;
        width: 100%;
    }
    .foterenalt {
        float: left;
        width: 100%;
        /* height: 90px; */
        background: #151d60;
        padding-bottom: 20px;
    }
    .foterenalt b {
        float: left;
        font-family: "DM Sans";
        font-weight: 500;
        font-size: 16px;
        text-align: center;
        color: #fff;
        margin: 15px 0px;
        line-height: normal;
    }
    .foterenalt img {
        float: left;
        width: 100px;
        margin-left: calc(50% - 50px);
    }
}