@media (min-width: 1200px) {
    .main_container {
        position: relative;
        top: 0px;
        left: 50%;
        transform: translate(-50%);
        width: 1200px;
        height: auto;
        padding: 10px;
        margin-bottom: 200px;
        background-color: #fff;
        box-shadow: 0px 3px 5px #ddd;
    }

    .maindiv {
        position: relative;
        top: 0px;
        left: 0px;
        width: 100%;
        height: auto;
        margin-bottom: 20px;
        margin-top: 20px;
        background-color: #fff;
        overflow: hidden;
        transition: .2s ease;
        padding: 0px 20px;
    }

    .maindiv .kuzeydiv {
        position: relative;
        top: 0px;
        left: 0px;
        width: 100%;
        height: 40px;
        padding: 10px;
        font-size: 16px;
        font-weight: bold;
        cursor: default;
    }

    .maindiv .kuzeydiv i {
        color: teal;
        cursor: pointer;
        padding: 5px 10px;
        margin-left: 0px;
        transition: .2s ease;
    }

    .maindiv .kuzeydiv i:hover {
        background-color: #eee;
        border-radius: 5px;
    }

    .maindiv .sehirdiv {
        position: relative;
        top: 0px;
        left: 0px;
        width: 100%;
        height: 0px;
        transition: .5s ease;
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: left;
        overflow: hidden;
        padding: 0px;
    }

    .maindiv .sehirdiv button {
        padding: 5px 20px;
        border: none;
        border-bottom: 3px solid #fff;
        font-size: 14px;
        cursor: pointer;
        background-color: #fff;
        color: #333;
        transition: .2s ease;
    }

    .maindiv .sehirdiv button:hover {
        border-bottom: 3px solid teal;
    }

    .maindiv .bolgedivler {
        position: relative;
        top: 0px;
        left: 0px;
        width: 100%;
        height: 0px;
        transition: .5s ease;
        overflow: hidden;
        padding: 0px;
        box-shadow: inset 0px 0px 10px #ddd;
    }

    .maindiv .bolgedivler button {
        padding: 5px 10px;
        border: none;
        font-size: 13px;
        cursor: pointer;
        background-color: #fff;
        color: #333;
        transition: .2s ease;
        border: 1px solid #f7f7f7;
    }

    .maindiv .bolgedivler button:hover {
        background-color: rgb(0, 128, 128);
        color: #fff;
    }

    .maindiv .camilerdiv {
        position: relative;
        top: 0px;
        left: 0px;
        width: 100%;
        height: 0px;
        transition: .5s ease;
        overflow: hidden;
        padding: 0px;
        display: flex;
        flex-direction: column;
        align-items: center;
        transition: 1s ease;
    }

    .maindiv .camilerdiv h5 {
        font-size: 28px;
        font-weight: bold;
        letter-spacing: 1px;
        color: #333;
        margin-top: 50px;
    }

    .maindiv .camilerdiv img {
        width: 100%;
        height: auto;
        margin-top: 30px;
        border-radius: 10px;
    }

    .maindiv .camilerdiv iframe {
        width: 100%;
        height: 600px;
        margin-top: 20px;
        overflow: hidden;
        border-radius: 10px;
    }

    .maindiv .camilerdiv .icerik {
        padding: 20px;
        color: #333;
        border: 1px solid #eee;
        margin-top: 30px;
        text-indent: 20px;
        font-size: 16px;
        font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
        text-align: left;
        line-height: 25px;
    }



}





@media (max-width: 700px) {
    .main_container {
        position: relative;
        top: 0px;
        left: 50%;
        transform: translate(-50%);
        width: 100%;
        height: auto;
        padding: 10px;
        margin-bottom: 200px;
        background-color: #fff;
        box-shadow: 0px 3px 5px #ddd;
    }

    .maindiv {
        position: relative;
        top: 0px;
        left: 0px;
        width: 100%;
        height: auto;
        margin-bottom: 20px;
        margin-top: 20px;
        background-color: #fff;
        overflow: hidden;
        transition: .2s ease;
        padding: 0px 0px;
    }

    .maindiv .kuzeydiv {
        position: relative;
        top: 0px;
        left: 0px;
        width: 100%;
        height: 40px;
        padding: 10px;
        font-size: 16px;
        font-weight: bold;
        cursor: default;
    }

    .maindiv .kuzeydiv i {
        color: teal;
        cursor: pointer;
        padding: 5px 10px;
        margin-left: 0px;
        transition: .2s ease;
    }

    .maindiv .kuzeydiv i:hover {
        background-color: #eee;
        border-radius: 5px;
    }

    .maindiv .sehirdiv {
        position: relative;
        top: 0px;
        left: 0px;
        width: 100%;
        height: 0px;
        transition: .5s ease;
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: left;
        overflow: hidden;
        padding: 0px;
    }

    .maindiv .sehirdiv button {
        padding: 3px 5px;
        border: none;
        border-bottom: 3px solid #fff;
        font-size: 13px;
        cursor: pointer;
        background-color: #fff;
        color: #333;
        transition: .2s ease;
    }

    .maindiv .sehirdiv button:hover {
        border-bottom: 3px solid teal;
    }

    .maindiv .bolgedivler {
        position: relative;
        top: 0px;
        left: 0px;
        width: 100%;
        height: 0px;
        transition: .5s ease;
        overflow: hidden;
        padding: 0px;
        box-shadow: inset 0px 0px 10px #ddd;
    }

    .maindiv .bolgedivler button {
        padding: 2px 6px;
        border: none;
        font-size: 11px;
        cursor: pointer;
        background-color: #fff;
        color: #333;
        transition: .2s ease;
        border: 1px solid #f7f7f7;
    }

    .maindiv .bolgedivler button:hover {
        background-color: rgb(0, 128, 128);
        color: #fff;
    }

    .maindiv .camilerdiv {
        position: relative;
        top: 0px;
        left: 0px;
        width: 100%;
        height: 0px;
        transition: .5s ease;
        overflow: hidden;
        padding: 0px;
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .maindiv .camilerdiv h5 {
        font-size: 20px;
        font-weight: bold;
        letter-spacing: 1px;
        color: #333;
        margin-top: 50px;
    }

    .maindiv .camilerdiv img {
        width: 100%;
        height: auto;
        margin-top: 30px;
        border-radius: 10px;
    }

    .maindiv .camilerdiv iframe {
        width: 100%;
        height: 200px;
        margin-top: 20px;
        overflow: hidden;
        border-radius: 10px;
    }

    .maindiv .camilerdiv span {
        font-size: 12px;
        font-weight: lighter;
        color: #aaa;
        margin-top: 0px;
    }

    .maindiv .camilerdiv .icerik {
        padding: 20px;
        color: #333;
        border: 1px solid #eee;
        margin-top: 30px;
        text-indent: 20px;
        font-size: 16px;
        font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
        text-align: left;
        line-height: 25px;
    }



}