@media only screen and (max-width: 300px) {}

@media only screen and (max-width: 700px) {
    .menuTopRight {
        display: none !important;
    }
}

@media only screen and (max-width: 768px) {
    .footerInBottom p {
        text-align: center;
        margin-bottom: 1rem !important;
    }

    .formPopInp {
        width: 100%;
    }

    .formPopContent {
        width: 90% !important;
        height: fit-content !important;
    }

    #map {
        height: 375px !important;
        margin-bottom: 4rem;
    }

    .medyaBottomCol {
        margin-top: 2rem !important;
    }

    .medyaRightContent {
        width: 100%;
        height: auto !important;
    }

    .medyaContentImg {
        height: fit-content;
    }

    .faaliyetPrev::after {
        margin-right: 4rem;
    }

    .yatirimColImg {
        width: 100% !important;
    }

    .hidroLeftTag {
        width: 46% !important;
    }

    .santBottomVideoContent {
        width: 100% !important;
        height: fit-content !important;
    }

    .kariyerBottomBtn a {
        margin-bottom: 2rem;
    }

    .kariyerBottomBtn {
        flex-wrap: wrap;
    }

    .kurumsalFormInp {
        width: fit-content !important;
    }

    .bultenBottomPdf {
        margin-top: 2rem;
    }

    .bultenCol {
        margin-bottom: 1rem;
    }

    .bultenPos {
        position: relative;
    }

    .bultenBottomCol {
        flex-wrap: wrap;
    }

    .kurumsalBreadRow ul li {
        margin-right: 2rem;
    }

    .kurumsalBreadRow ul {
        display: -webkit-box;
        overflow-x: scroll;
    }

    .kurumsalEndContent h1 {
        width: 100%;
        font-size: 20px !important;
    }

    .kurumsalBreadRowActive:after {
        display: none;
    }

    .kurumsalBreadRowActive h5 a {
        color: var(--colorRed) !important;
    }

    form.searchPopBody {
        width: 90%;
    }

    .menuBottom {
        padding: 0;
    }

    .SliderContent {
        height: 55vh;
    }

    .footer {
        padding: 1rem !important;
    }

    .mobileCont {
        display: block;
    }

    .homeMapImg {
        display: none;
    }

    .homeMap {
        height: fit-content;
    }
}

@media only screen and (max-width: 1024px) {}

@media only screen and (max-width: 1199px) {
    .homeBasin {
        padding-top: 3rem;
    }

    .homeAboutCountContent {
        flex-wrap: wrap;
    }

    .homeAboutCount {
        margin-bottom: 1rem;
    }

    .footerCol {
        margin-bottom: 2rem;
    }

    .homeAboutColLeft:before {
        display: none !important;
    }

    .homeSurdurCol:before {
        display: none !important;
    }

    .homeSurdurCol img {
        position: relative !important;
        left: 0 !important;
        top: 13% !important;
    }

    .homeAboutCountContent {
        margin-bottom: 2rem;
    }

    .faaliyetCol {
        margin-bottom: 2rem;
    }
}

@media only screen and (max-width: 1536px) {}

@media only screen and (max-width: 1920px) {}

@media only screen and (min-width: 300px) and (max-width: 1299px) {

    .topMenus,
    .topMenus a {
        font-size: 13px;
    }
}

@media only screen and (min-width: 100px) and (max-width: 1199px) {

    .menu {
        display: none;
    }

    .mobileMenu {
        display: block !important;
    }
}

@media only screen and (min-width: 100px) and (max-width: 768px) {

    .logo {
        width: 100% !important;
    }
}

@media only screen and (min-width: 768px) and (max-width: 1199px) {

    .logo {
        width: 100% !important;
    }
}