@media (min-width: 1025px) {
    .main-content {
        order: 2;
    }
    .sidebar {
        order: 1;
    }
    .product-details .col-xl-3 {
        order: 1;
    }
    .product-details .col-xl-9 {
        order: 2;
    }

    .about-compnay-two .col-xl-3{
        order: 1;
    }
    .about-compnay-two .col-xl-9{
        order: 2;
    }

}

@media (min-width: 1024px){
    #sideMenu{
        display: none;
    }
}

@media (max-width: 1024px) {
    #cookieConsent .w-75.mx-auto{
        width: 100% !important;
    }
    #cookieConsent .cookieConsentRED{
        margin-top: 10px;
    }
    .consultation-form .form-wrapper{
        height: 600px;
    }
    .menu-collapser{
        display: none!important;
    }
    .main-content {
        order: 1;
    }
    .sidebar {
        order: 2;
    }
    .product-details .col-xl-3 {
        order: 2;
    }
    .product-details .col-xl-9 {
        order: 1;
    }
    .about-compnay-two .col-xl-3{
        order: 2;
    }
    .about-compnay-two .col-xl-9{
        order: 1;
    }

}

@media only screen and (max-width: 1199px) {
    .slick-list{
        height: 70vh!important;
    }

    .slider_img{
        height: 100vh!important;
        object-fit: cover;
    }

    .caption-overlay{
        left: 5%;
    }

    .caption_img{
        bottom: 40%;
    }
    .sozlesme {
        font-size: 14px;
    }
    .caption_img{
        display: none;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px){
    .footer-list{
        padding-top: 40px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1024px){
    .theme-sidebar-one .sidebar-brochures ul{
        padding: 15px 0;
    }
    .theme-sidebar-one .sidebar-brochures ul li a{
        font-size: 16px;
    }

    .footer-list_pad{
        padding-left: 70px;
    }

    #mega-menu-holder>ul> li> a {
        padding-right: 15px;
        padding-left: 15px;
    }
    .social-icon{
        display: none!important;
    }
    #mega-menu-holder>ul> li> a{
        font-size: 14px;
    }
    .caption_img{
        left: 50%;
    }
    body .theme-button-one{
        line-height: 40px;
    }
    .fnp_color{
        margin-top: 5px;
    }
    .product_wp{
        margin-left: 0!important;
        margin-top: 15px;
    }
}

@media only screen and (min-width: 496px) and (max-width: 1024px) {
    .slider_catalog {
        width: 150px;
    }
    .header-one .logo{
        margin-bottom: 0;
    }
}

@media only screen and (min-width: 496px){
    .our-blog .single-blog .image-box{
        float: left;
    }
}

@media only screen and (max-width: 992px) {
    .theme-sidebar-one .sidebar-box{
        margin-top: 0;
    }
    .theme-sidebar-one .sidebar-brochures ul{
        margin-top: 25px;
    }
    .contact-us-section .row.main-content.no-gutters .col-lg-5 {
        display: none;
    }
    .parallax_detail{
        width: 100%;
    }
    .theme-footer-one .bottom-footer p{
        text-align: center;
    }
    .footer_logos{
        justify-content: center;
    }
    .footer-list_pad{
        padding-left: 0;
    }
    .about-compnay h1{
        margin-top: 25px;
    }
    .kampanya_card-out{
        margin-bottom: 25px;
    }
    .footer_img{
        width: auto;
        max-width: max-content;
        margin: 0 auto;
    }
    .footer_text{
        text-align: center;
    }
    .footer_social{
        justify-content: center;
    }
    .topx-header .col-lg-6.text-right{
        display: none;
    }
    .feature-banner .opacity{
        padding: 75px 0!important;
    }
    .feature-banner .opacity h2{
        font-size: 28px;
        line-height: 34px;
    }
    .feature-banner .opacity h4{
        font-size: 18px;
    }
    .modal-content{
        width: 90%;
        overflow-y: scroll;
    }
    .theme-form-one textarea{
        height: 55px;
        margin-bottom: 20px;
    }
    .bottom-footer .col-lg-6:first-child{
        order: 2;
        text-align: center;
    }

    .bottom-footer .col-lg-6:last-child{
        order: 1;
        margin-bottom: 20px;
        justify-content: center;
    }
    #mega-menu-holder{
        display: none !important;
    }
    #mega-menu-holder > ul > li > a {
        color: black !important;
    }
    .about-compnay img{
        display: block;
    }
    #theme-main-banner .camera_pag{
        left: 50%;
        transform: translateX(-50%);
    }
    .img_content{
        height: auto;
    }
    .header_menu{
        display: none;
    }
    .header-one .logo{
        width: auto;
    }
    .header-one .top-header .address-wrapper{
        display: block;
    }
    .header-one .menu-wrapper{
        position: static;
    }
    .theme-menu-wrapper.fixed .menu-wrapper{
        position: absolute;
        left: 90%;
        top: 35px;
    }
    .consultation-form .form-wrapper{
        padding: 40px 20px!important;
    }
    .order-1 {
        order: 1;
    }
    .order-2 {
        order: 2;
    }

    .mobil_menus {
        position: relative;
        cursor: pointer;
        width: 30px;
        height: 20px;
    }

    .ham {
        display: block;
        background: #000;
        height: 3px;
        width: 100%;
        position: absolute;
        transition: all 0.3s ease;
    }

    /* Üst çubuk */
    .ham_top {
        top: 0;
    }

    /* Orta çubuk */
    .ham_center {
        top: 50%;
        transform: translateY(-50%);
    }

    /* Alt çubuk */
    .ham_bottom {
        bottom: 0;
    }

    /*!* Close butonuna dönüşüm *!*/
    /*.mobil_menus.open .ham_top {*/
    /*    transform: rotate(45deg);*/
    /*    top: 50%;*/
    /*}*/

    /*.mobil_menus.open .ham_center {*/
    /*    opacity: 0;*/
    /*}*/

    /*.mobil_menus.open .ham_bottom {*/
    /*    transform: rotate(-45deg);*/
    /*    top: 50%;*/
    /*}*/

    #sideMenu a{
        font-size: 16px;
    }
    #sideMenu i{
        font-size: 14px;
        margin-left: 10px;
    }

    .side-menu {
        opacity: 0;
        position: fixed;
        /*display: none;*/
        top: 0;
        right: -100%;
        width: 50%;
        height: 100%;
        background-color: #fff;
        color: #000;
        transition: all 0.5s ease-in-out;
        z-index: 1000;
        padding: 25px;
        box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
        overflow-y: auto;
        overflow-x: hidden;
    }

    .side-menu.open {
        /*display: block;*/
        right: 0;
        opacity: 1;
    }
    .close-btn {
        color: #000;
        position: absolute;
        top: 15px;
        right: 15px;
        background: none;
        border: none;
        font-size: 28px;
        cursor: pointer;
        z-index: 1001;
    }
    .sub-toggle {
        display: inline-block;
    }

    /*.sub-toggle.open {*/
    /*    transform: rotate(180deg);*/
    /*}*/

    .dropdown {
        display: none;
    }

    .dropdown.open {
        display: block;
        background-color: #fff;
        padding: 0 0 10px 15px;
    }
    .side-menu .row div:nth-child(2){
        margin-top: 30px;
    }
    .header-one .top-header{
        padding: 10px 0 0!important;
    }
    #mobileMenu{
        margin-top: 30px;
    }
    .theme-menu-wrapper.fixed #mobileMenu{
        margin-top:0;
    }
}

@media only screen and (max-width: 768px) {
    #mobile-fixed-btn{
        display: block;
    }
    .whatsapp-btn{
        display: none;
    }
    .parallax_detail{
        font-size: 18px;
    }
    .fnp_title_h2{
        font-size: 28px;
    }
    .banner_catalog{
        display: none;
    }
    .header_menu ul {
        flex-direction: column;
    }

    .header_menu li {
        width: 100%;
    }

    .header_menu .dropdown-menu {
        position: static;
        box-shadow: none;
    }

    .header_menu .dropdown-menu .dropdown-item {
        padding-left: 30px;
    }
    .header_menu li:hover > .dropdown-menu,
    .header_menu li:focus-within > .dropdown-menu {
        display: none;
    }
    .header_menu li.open > .dropdown-menu {
        display: block;
    }
    .caption-overlay .h1{
        font-size: 24px;
        font-weight: 700;
    }
    .caption-overlay{
        max-width: 400px;
    }
    .custom-button{
        line-height: 35px;
        padding: 0 30px;
        margin-top: 10px;
    }
    body .theme-button-one{
        line-height: 35px;
        padding: 0 30px;
    }
    .our-blog .single-blog .image-box .blog_img{
        height: 300px;
    }
    .breadcrumb-item a{
        display: inline;
    }
    .blog_detail{
        line-height: 27px;
    }
    .fnp_h1{
        line-height: 38px;
        font-size: 28px;
        margin-bottom: 10px;
        margin-top: 10px;
    }
    #theme-main-banner {
        height: 600px !important;
    }

    #theme-main-banner .container {
        padding-right: 50px;
        padding-left: 40px;
    }
    .section-spacing {
        margin: 40px 0;
    }
    .parallax_fluid:before{
        display: none;
    }
    .parallax_marker_spot{
        display: none;
    }
    .parallax_steps {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        align-items: center;
        margin-top: 0;
        padding: 0;
        flex-direction: column;
    }
    .parallax_steps > :last-child {
        grid-column: 1 / -1;
        justify-self: center;
    }
    .service-style-one .single-service{
        height: 140px;
        padding-left: 130px;
    }
    .service-style-one .single-service .img-box{
        width: 140px;
    }
    .service-style-one .row .col-xl-4 .single-service .text{
        height: 140px;
    }
    .service-style-one .single-service .text{
        padding: 20px;
    }
    .footer-list_pad{
        padding-left: 15px;
    }
    .theme-sidebar-one{
        margin-top: 0;
    }
    .shop-page{
        justify-content: center;
    }
    .shop-details .product-details .product-tab .product-preview{
        height: 380px;
    }
    .theme-inner-banner .overlay{
        padding: 50px 0!important;
    }
    .single-service .text h5{
        font-size: 20px;
    }
    .service-style-one .wrapper{
        margin-top: 25px;
    }
    .theme-title-one p{
        padding: 0!important;
    }
    .consultation-form .theme-title-one{
        margin-bottom: 25px;
    }
    .service-style-one.section-spacing .col-xl-4:last-child .single-service{
        margin-bottom: 0!important;
    }
    .product_wp{
        margin-left: 0!important;
    }
    .caption-overlay .h1{
        line-height: 35px;
    }
    .footer_img{
        width: 250px;
    }
    .contact-us-section h1{
        font-size: 32px;
        padding-top: 0!important;
    }
    .gallery h1{
        font-size: 32px;
    }
    .services h1{
        font-size: 32px;
    }
    .our-blog .blog_h1{
        font-size: 32px;
    }
    .google-map-two iframe{
        height: 100%;
    }
}

@media only screen and (max-width: 496px) {
    .theme-menu-wrapper.fixed{
        padding-top: 0;
        padding-left: 15px;
    }
    .feature-banner {
        background-repeat: no-repeat;
        background-position: center center;
        background-size: cover;
        background-attachment: scroll;
        background-color: #707d9e;
    }
    #cookieConsent a.text-white:first-child{
        margin-right: 0 !important;
    }
    #mobileMenu{
        margin-top: 15px;
    }
    .theme-menu-wrapper.fixed .menu-wrapper{
        top: 35px;
        left: 87%;
    }
    .header-one .top-header .address-wrapper{
        margin-top: 15px;
    }
    .theme-form-one textarea{
        margin-bottom:15px;
    }
    .theme-form-one input, .theme-form-one .form-control{
        margin-bottom: 15px;
    }

    .modal-content h5{
        margin-bottom: 15px;
    }
    .g-recaptcha{
        overflow: hidden;
    }
    .g-recaptcha .iframe{
        width:100%;
    }
    .side-menu{
        width: 75%;
    }
    .side-menu .row{
        flex-direction: column;
    }
    body {
        font-size: 14px;
    }
    .caption-overlay p{
        font-size: 14px;
        line-height: 19px;
    }
    .product_wp{
        margin-left: 0!important;
        margin-top: 15px;
    }
    .caption-overlay{
        max-width: 300px;
    }
    .header-one .theme-menu-wrapper {
        background-color: #1e3f5c;
    }

    .slider_catalog {
        width: 100px;
        top: 20%;
        right: -10%;
    }

    .slider_catalog_two {
        top: 35%;
        right: -10%;
    }

    .theme-title-one h2 {
        font-size: 28px !important;
        margin-bottom: 10px;
    }
    .parallax_header h2{
        font-size: 24px!important;
        text-align: center;
        padding: 0 20px 22px;
    }
    .parallax_img{
        width: 50px;
        height: 50px;
    }
    .parallax_steps-step .title{
        font-size: 18px!important;
    }
    .theme-counter h6{
        font-size: 14px!important;
    }
    .theme-counter h2{
        font-size: 24px!important;
    }
    .cunter-wrapper .col-6{
        flex: 0 0 50%;
        max-width: 50%;
    }
    .theme-counter .bg{
        background-size: 100%;
    }
    .single-counter-box .number .timer{
        font-size: 42px!important;
    }
    .single-counter-box{
        margin-bottom: 20px;
    }
    .sozlesme{
        font-size: 14px;
    }
    .theme-inner-banner .overlay .h2{
        font-size: 32px;
    }
    .product_info{
        margin-left: 0!important;
        margin-top: 15px;
    }
    .section-spacing iframe{
        height: 100%;
    }
    .contact-us-section{
        margin-top: 0!important;
    }
    .footer_logos{
        margin-top: 20px;
    }
    .header-one .logo{
        margin-left: 0;
        margin-bottom: 0;
    }
    .logo img{
        padding: 8px 0;
        max-width: 70px;
    }
    .service-style-one .single-service .text .read-more{
        font-size: 13px;
    }
    .f_bottom{
        margin-top: 20px;
    }
    .topx-header ul li{
        border-left: none;
        float: none!important;
        text-align: center;
    }
    .topx-header ul li a{
        text-align: center;
    }
    .service-style-one .row .col-xl-4 .single-service .text,.service-style-one .single-service{
        height: 160px;
    }
    .service-style-one .single-service .text{
        padding: 15px;
    }
    .service-style-one .row .col-xl-4 .single-service .text .h5{
        font-size: 19px;
    }
}
