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

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

@media only screen and (min-width: 1360px) and (max-width: 1599px) {}

@media only screen and (min-width: 1025px) and (max-width: 1359px) {


}

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




}

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

}

@media only screen and (min-width: 399px) and (max-width: 767px) {}

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



    header .navbar {
        height: 100%;
        padding: 10px;
        z-index: 99;
    }

    .modern-footer {
        margin-top: 0;
    }

    .footer-top {
        padding: 50px 0 25px;
    }

    .footer-logo {
        max-width: 140px;
    }

    .footer-main {
        padding: 30px 0;
    }

    .widget-title {
        font-size: 16px;
    }

    .title-icon {
        width: 30px;
        height: 30px;
        font-size: 12px;
    }

    .contact-icon {
        width: 38px;
        height: 38px;
        min-width: 38px;
    }

    .userloginsection .login-form {
        width: 100%;
        padding: 15px;
    }

    .userloginsection .login-container {
        height: 100%;
    }

    .ortadunyasection{
        background-size: 100% 100%;
    }

}