@media screen and (min-width: 1px) and (max-width: 1200px) {
    .mobil-header{
        display: flex;
    }
    .d_header {
        display: none;
    }
    .home_slider .homeSwiper .swiper-slide {
        height: 100%;
    }
	.modal-lg {
    max-width: 100%;
}

    .home_slider .homeSwiper .swiper-slide .text_conteiner {
        width: 90%;
        left: 5%;
        /* background-color: rgb(192 192 192 / 26%); */
    }
    .product_slider {
        margin: 2rem 0;
    }
    .quick_form .left_column{
        padding: 1rem 0;
        text-align: center;
    }
    .quick_form .left_column .title{
        font-size: 32px;
    }
    footer .top{
        flex-direction: column;
    }
    footer .top h6{
        margin-bottom: 15px;
    }
}