﻿
/*-------------------------------------------------------- 06.10.2021 %lik ve responce CSS-----------------------------------------*/



/*%100*/
@media only screen and (min-width: 1800px) {
}
/*%110*/
@media only screen and (min-width: 1729px) and (max-width: 1799px) {
}
/*%125*/
@media only screen and (min-width: 1500px) and (max-width: 1729px) {
    body {
        font-size: 11px !important;
        line-height: 1.70857;
    }

    #page-content-wrapper .title-area a img {
        max-width: 80px !important;
        margin-top: 12px !important;
    }

    .defaultform .form-control {
        height: 30px !important
    }

    .modal-lg {
        width: 500px !important;
    }

    .clearfix-text-white {
        font-size: 12px !important;
        padding-top: 15px !important;
        padding-bottom: 15px !important;
    }

    p {
        font-size: 9px !important;
    }

    #btnPanelLogin, #btnPanelRegister {
        height: 26px !important;
        padding: 6px 20px !important;
        font-size: 10px !important;
        font-weight: 600;
    }

    .clearfix-text-white a {
        padding: 5px 10px !important;
        font-size: 12px !important;
        padding-left: 11px !important;
        margin-left: 10px !important;
        margin-right: 60px !important;
    }

    .register-widget .clearfix-text-blue {
        font-size: 22px !important;
        margin-bottom: 15px !important;
        padding-bottom: 15px !important;
    }
    .section {
        padding: 25px 0 !important
    }
    .login-form-area {
        padding: 24px !important;
    }
    .widget-title hr {
        margin-top: 15px;
        margin-bottom: 15px;
        border-color: #e74c3c;
        margin-left: 0;
    }
    .defaultform button, #btnPanelRegister {
        margin-top: -0px !important;
    }
}

@media only screen and (min-width: 1440px) and (max-width: 1499px) {
}
/*%150*/
@media only screen and (min-width: 1200px) and (max-width: 1439px) {
    body {
        font-size: 11px !important;
        line-height: 1.70857;
    }

    #page-content-wrapper .title-area a img {
        max-width: 80px !important;
        margin-top: 12px !important;
    }

    .defaultform .form-control {
        height: 30px !important
    }

    .modal-lg {
        width: 500px !important;
    }

    .clearfix-text-white {
        font-size: 12px !important;
        padding-top: 15px !important;
        padding-bottom: 15px !important;
    }
    .section{
        padding:25px 0!important
    }
    .widget-title hr {
        margin-top: 15px;
        margin-bottom: 15px;
        border-color: #e74c3c;
        margin-left: 0;
    }
    p {
        font-size: 9px !important;
    }

    #btnPanelLogin, #btnPanelRegister {
        height: 26px !important;
        padding: 6px 20px !important;
        font-size: 10px !important;
        font-weight: 600;
    }

    .clearfix-text-white a {
        padding: 5px 10px !important;
        font-size: 12px !important;
        padding-left: 11px !important;
        margin-left: 10px !important;
        margin-right: 60px !important;
    }

    .register-widget .clearfix-text-blue {
        font-size: 22px !important;
        margin-bottom: 15px !important;
        padding-bottom: 15px !important;
    }

    .login-form-area {
        padding: 24px !important;
    }

    .defaultform button, #btnPanelRegister {
        margin-top: -0px !important;
    }
}

@media only screen and (min-width: 1024px) and (max-width: 1199px) {
}

/* ----------- iPad ----------- */
/* Portrait and Landscape */
@media all and (device-width: 768px) and (device-height: 1024px) and (orientation:portrait) {
}

@media all and (device-width: 1024px) and (device-height: 768px) and (orientation:landscape) {
}



/* ----------- iPhone 5, 5S, 5C and 5SE ----------- */

/* Portrait and Landscape */
@media only screen and (min-device-width: 320px) and (max-device-width: 568px) and (-webkit-min-device-pixel-ratio: 2) {
}

/* Portrait */
@media only screen and (min-device-width: 320px) and (max-device-width: 568px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait) {
}

/* Landscape */
@media only screen and (min-device-width: 320px) and (max-device-width: 568px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape) {
}

/* ----------- iPhone 6, 6S, 7 and 8 ----------- */

/* Portrait and Landscape */
@media only screen and (min-device-width: 375px) and (max-device-width: 667px) and (-webkit-min-device-pixel-ratio: 2) {
}

/* Portrait */
@media only screen and (min-device-width: 375px) and (max-device-width: 667px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait) {
}

/* Landscape */
@media only screen and (min-device-width: 375px) and (max-device-width: 667px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape) {
}

/* ----------- iPhone 6+, 7+ and 8+ ----------- */

/* Portrait and Landscape */
@media only screen and (min-device-width: 414px) and (max-device-width: 736px) and (-webkit-min-device-pixel-ratio: 3) {
}

/* Portrait */
@media only screen and (min-device-width: 414px) and (max-device-width: 736px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: portrait) {
}

/* Landscape */
@media only screen and (min-device-width: 414px) and (max-device-width: 736px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: landscape) {
}
