@media screen and (min-width: 1440px) and (max-width: 1600px) {
    .navbar .navbar-nav .nav-link{
        padding: 10px;
    }
}

@media screen and (min-width: 1440px) {
    #mobileNavbarNav {
        display: none!important;
    }
}

@media screen and (max-width: 1440px) {
    /*header .navbar [class*=col-] .navbar-nav .nav-item a {*/
    /*    display: inline-block;*/
    /*}*/
    .navbar .navbar-nav .nav-link {
        padding: 5px;
    }
    /*.navbar-collapse {*/
    /*    position: absolute;*/
    /*    top: 100%;*/
    /*    left: 0;*/
    /*    width: 100%;*/
    /*    background: var(--white);*/
    /*    overflow: hidden;*/
    /*    box-shadow: 0 20px 15px 0 rgba(23, 23, 23, 0.05);*/
    /*    max-height: calc(100vh - 72px);*/
    /*}*/
    /*[data-mobile-nav-style=classic] .navbar-nav{*/
    /*    display: block!important;*/
    /*}*/
    /*header .navbar [class*=col-] .navbar-nav .nav-item{*/
    /*    display: block!important;*/
    /*}*/
    /*header .navbar [class*=col-] .navbar-nav .nav-item.open{*/
    /*    display: block!important;*/
    /*}*/
    /*.nav-item.dropdown{*/
    /*    position: relative;*/
    /*}*/
    /*.nav-item.dropdown .dropd{*/
    /*    position: relative;*/
    /*    top: 50%;*/
    /*    transform: translateY(-50%);*/
    /*    left: 185px;*/
    /*}*/
    /*.navbar-expand-lg .navbar-collapse {*/
    /*    display: none !important;*/
    /*}*/
    /*.navbar-expand-lg .navbar-toggler, .navbar-expand-lg .offcanvas .offcanvas-header {*/
    /*    display: block !important;*/
    /*}*/

    /*.menu-order {*/
    /*    order: 5;*/
    /*}*/

    header .navbar [class*=col-] {
        align-items: center;
    }

    .product_section {
        overflow: hidden;
    }

    .slider_category {
        display: none;
    }

    .navbar .navbar-nav .nav-item > i {
        display: inline-block;
    }
    /*#navbarNav {*/
    /*    display: none !important;*/
    /*}*/
}

@media screen and (min-width: 1024px) and (max-width: 1440px){
    .banner_font{
        font-size: 125px;
    }
}

@media screen and (max-width: 1024px){
    .content_card{
        margin-top: auto!important;
    }
    .sm-top-125px{
        padding-top: 125px;
    }
    .banner_font{
        font-size: 125px;
    }

}

@media screen and (min-width: 992px) and (max-width: 1199px) {
    .p-contact-card ul li a{
        font-size: 13px;
    }
    .bg_img_section{
        height: 70vh;
    }
}

@media screen and (max-width: 992px) {
    .slider_title{
        font-size: 60px;
    }
    .navbar-collapse-show header .push-menu{
        display: block;
        right: 0;
        background-color:#204277;
    }
    .push-menu-wrapper{
        display: none;
    }
    .push-menu-mobil .nav-link, .push-menu-mobil .nav-item i{
        color:#fff;
    }
    .navbar-collapse-show .push-menu .close-menu{
        visibility: visible;
        opacity: 1;
    }
    .header-icon .icon>a{
        color:#fff;
    }
    #navbarNav{
        display: none!important;
    }
    #mobileNavbarNav{
        display: block;
    }
    .slider_subtitle p{
         font-size: 28px;
    }
    .footer_detail{
        width: 100% !important;
    }
    .header_right{
        display: none!important;
    }
    .catalog{
        display: none;
    }
    .product_detail_title{
        font-size: 38px;
    }
    .nlr_out .nlr:nth-child(10){
        border-bottom: none;
    }
    .fnp_h2 {
        font-size: 34px;
        width: 100% !important;
    }

    .h-10px {
        height: 5px !important;
    }

    .nlr_out .nlr:nth-child(2) {
        border-left: none;
    }

    .nlr_out .nlr:nth-child(7) {
        border-left: none;
        border-top: none;
    }

    .nlr_out .nlr:nth-child(8) {
        border-top: none;
    }

    .nlr_out .nlr:nth-child(9) {
        border-top: none;
    }

    .nlr_out .nlr:nth-child(10) {
        border-top: none;
    }

    .nlr_out .nlr:nth-child(11) {
        border-top: none;
        border-bottom: none;
    }

    header .header-top-bar {
        display: block;
        height: auto;
    }

    header .header-top-bar [class*=col-] {
        justify-content: space-between !important;
        padding-left: 0;
        padding-right: 0;
    }
    .extra-very-small-screen{
        height: auto!important;
    }
    .ls-minus-5px{
        letter-spacing: 0!important;
    }
    #map{
        height: 400px;
    }
    #map iframe{
        height: 400px;
    }
    .banner_animation{
        left: auto!important;
    }
    .bg_img_section{
        height: 50vh;
    }
    .about_section{
        padding-top: 50px;
    }
    .banner_font{
        font-size: 100px;
    }
    .map-point{
        width: 9px;
        height: 9px;
    }
    @keyframes pulse-ring {
        0% {
            box-shadow: 0 0 0 0 rgb(168, 199, 230);
        }
        50% {
            box-shadow: 0 0 0 7px rgba(250, 4, 14, 0);
        }
        100% {
            box-shadow: 0 0 0 0 rgba(250, 4, 14, 0);
        }
    }
    .copyright {
        text-align: center;
    }

    .FNP {
        text-align: center;
    }

}

@media screen and (max-width: 768px) {
    .slider_title{
        font-size: 54px;
    }
    .btn.btn-large {
        padding: 12px 32px;
    }
    .grid.grid-4col li {
        width: 50% !important;
    }

    .home_sub_title{
        font-size: 16px!important;
    }
    .cerez {
        text-align: center;
    }

    .banner_font {
        font-size: 50px;
    }
    .pr_mobile{
        margin-top: 50px;
    }
    .map-point{
        width: 5px;
        height: 5px;
    }
    .fnp_h2, .home_title{
        font-size: 28px!important;
    }
    p, .fnp_sub_title{
        font-size: 15px;
    }
    .product_figcaption{
        padding: 25px!important;
    }
    .footer_title{
        font-size: 22px;
    }
    .banner_title{
        font-size: 28px;
    }
    .breadcrumb-item a{
        font-size:14px;
    }
    .blog_detail_title{
        font-size: 28px;
    }
}


@media screen and (max-width: 496px) {
    .blog_detail_title{
        font-size: 26px;
    }
    .default-banner{
        height: 350px;
    }
    .nlr_out .nlr:nth-child(10){
        border-bottom: 1px solid ;
    }
    .product_detail_title{
        font-size: 32px;
    }
    .grid.grid-4col li {
        width: 100% !important;
    }

    .btn-whatsapp-pulse {
        display: none;
    }

    .mobil_fixed {
        display: block;
    }

    .footer_bottom {
        padding-bottom: 75px !important;
    }

    .about_section {
        padding-top: 50px;
        padding-bottom: 225px;
    }

    .about_section .about_right {
        padding-left: 0 !important;
        border-left: none !important;
    }

    .about_title {
        font-size: 34px !important;
        width: 100% !important;
    }
    .text-sm-center{
        text-align: center;
    }
    .bg_img_section{
        height: 30vh;
        background-size: cover;
    }

    .services_section{
        padding-bottom: 75px;
    }
    .product_contact{
        flex-direction: column;
    }
    .wp_btn{
        margin: 10px 0;
    }
    .about_mobile{
        padding-bottom: 10px !important;
    }
    footer{
        padding-top: 25px;
    }
    .porduct_title{
        font-size: 26px;
    }
    .pr_mobile{
        margin-top: 80px;
    }
    .certicate_btn{
        width: 100%;
    }
    .product_btn{
        width: 100%;
    }
    .product_btn .justify-content-between{
        justify-content: start!important;
    }
    .contact_title{
        font-size: 26px;
    }
    .sozlesme{
        font-size: 14px;
    }
    .contact-form-style-03{
        margin-top: 0!important;
    }
    header .navbar-brand .mobile-logo{
        max-height: 36px;
    }
}
@media screen and (max-width: 400px) {
    .push-menu{
        width: 300px;
    }
}
@media screen and (max-width: 350px) {
    .ipad-top-space-margin{
        margin-top: 76px!important;
    }
    header .navbar-brand img {
        max-height: 34px !important;
    }
    header .header-top-bar {
        display: none;
    }
    .sm-top-125px{
        padding-top: 80px;
    }
    .pr_mobile{
        margin-top: 50px;
    }
    .top-space-margin{
        margin-top: 76px!important;
    }
    header .navbar-brand .mobile-logo{
        max-height: 32px;
    }
}
@media screen and (min-width: 992px) {
    .navbar-expand-lg .navbar-toggler{
        display: none!important;
    }
    #mobileNavbarNav{
        display: none!important;
    }
}