@media (max-width:1400px){

    .headerMain.fixed{
        width: auto;
    }
}
    @media (max-width:1200px){
    .headerLeft {
        width: auto;
        margin-right: unset;
    }
    .headerMain{
        width: 100%
    }
    .menu {
        width: auto;
        margin-right: auto;
    }
	.menu_icon {
        display: block !important;
        float: unset;
        width: unset;
        height: unset;
        padding-top: 18px;
    }
	.menuOff_b:before{
		top:0;
		right:0;
		bottom:0;
		left:0;
		background:rgb(46 7 7 / 87%);
	}
	.menu_main{
        display: none;
    }
	.menu_mobile {
        position: fixed;
        right: 18px;
        bottom: 2%;
        top: 119px;
        z-index: 102231;
        width: 200px;
        height: auto;
        overflow: auto;
        margin-right: -218px;
        border-radius: 20px;
        display: block;
        background: #fff;
        border-radius: 30px;
        padding: 10px;
    }
	.menu_logo{
		display:block;
        padding: 20px;
	}
	.menu_logo object{
		max-width: 100%;
        height: auto;
	}
	.menu_item{
		display:block;
		text-align:right;
		position:relative;
		transition:.2s;
	}
	.menu_item_mobile{
		display:block;
	}
	.menu_item SPAN.menu_arrow{
		display:block;
	}
	.menu_item A{
        line-height: 46px;
        padding: 4px 13px;
        height: auto;
	}
	.menu_item.menu_item_soon A{
		color:#858A9E;
	}
	.menu_item > A:before{
		display:none;
	}
	.menu_item.menu_item_soon > A:after{
		left:10px;
		top:10px;
	}
	
	.menu_sub{
		height:auto;
		position:relative;
		top:0;
		width:100%;
		background:#000;
		border-bottom:0;
		box-shadow:none;
		transition:0s;
		border-radius:20px;
		overflow:hidden;
		padding:10px 0;
	}
	.menu_sub:before{
		display:none;
	}
	.menu_item .menu_sub_item A, .menu_item:hover .menu_sub_item A{
        color: #222;
        line-height: 26px;
        font-weight: 200;
        white-space: pre;
    }
	.menu_item .menu_sub_item A, .menu_item:hover .menu_sub_item A{
		color:#fff;
	}
	.menu_sub_item, .menu_sub_item.active{
        position: relative;
        width: 91%;
        background: none;
        border-top: 0 solid #f0f0f0;
        border-bottom: 0 solid #f0f0f0;
        margin: 0 auto;
    }
	.menu_sub2{
        display: none;
        position: relative;
        right: 0;
        left: 0;
        padding: 0 0;
        padding-right: 15px;
        width: 100%;
        float: none;
        background: #c73c3c;
        border-radius: 10px;
        padding: 0;
        margin: 10px 0;
    }
	.menu_sub2_item{
		position:relative;
	}
	.menu_sub2_item a{
		font-size: 13px;
	}
	.menu_sub2 > UL{
		float:none;
		width:100%;
	}
	.menu_sub2 > UL UL{
		display:none;
		padding-right:20px;
		padding-bottom:10px;
	}
	.menu_sub2 > UL UL:after{
		content:"";
		display:block;
		margin-left:20px;
		border-bottom:1px solid #dfdfdf;
		padding-top:10px;
	}
    .menu_sub_30 {
        width: 100%;
        display: block;
        float: none;
    }
    .menu_sub SPAN.menu_arrow {
        color: #ffffff;
        top: -5px;
    }
    .menu_child{
        position: relative;
        top: 0;
        width: 100%;
        background: #c43538;
        transition: 0s;
        box-shadow: 0 0 0 rgba(0, 0, 0, 0.0);
        overflow: hidden;
        padding: 5px 5px 10px;
        border-radius: 0;
    }
    .menu_child a{
        padding: 13px;
        color: #fff;
        height: auto;
        line-height: 1;
    }
    .service{
        flex-wrap: wrap;
        overflow: hidden;
    }
    .service a {
        width: 32%;
        margin-bottom: 10px;
    }
    .owl-nav{
        display: none;
    }
    
}
@media (max-width:960px){
    slide .slideMask {
        height: auto;
    }
    slide .slideMask p {
        font-size: 15px;
    }
    slide .slideMask h2 {
        font-size: 25px;
    }
    slide .slideMask::before {
        width: 100%;
    }
    slide .owl-dots {
        bottom: -10%;
    }
    .orderMain {
        column-count: 1;
    }
    .footerMain {
        flex-wrap: wrap;
    }
    .footerR {
        width: 100%;
    }
    .footerL {
        width: 100%;
    }
    .whyMain {
        justify-content: center;
    }
    .whyL img {
        position: relative;
    }
    .whyL::before{
        position: absolute;
        content: "";
        z-index: 2;
        background: rgb(0,99,219);
        background: linear-gradient(180deg, rgba(0,99,219,0) 0%, rgba(0,99,219,1) 100%);
        width: 100%;
        height: 50%;
        bottom: 0;
        left: 0;
        right: 0;
    }
    .whyL a.more {
        width: 200px;
        height: 200px;
        left: 5%;
        z-index: 55;
        border-radius: 20px 87% 20px 30px;
    }
    .wPost {
        width: 100%;
    }
    .wPost:nth-child(4) {
        width: 100%;
    }
    .wPost:nth-child(5) {
        width: 100%;
    }
    .wPostR {
        width: 20%;
    }
    .consult {
        flex-wrap: wrap;
        padding: 60px 20px;
    }
    .consultR {
        width: 100%;
        text-align: center;
    }
    .consult .social {
        width: 100%;
    }
    .consultL {
        margin-right: unset;
        width: 100%;
        margin-bottom: -75px;
        margin-top: 30px;
    }
    .consultL img {
        height: auto;
        width: 100%;
    }
    .orderR h2 {
        font-size: 30px;
    }
    .orderL{
        width: 50%;
    }
    .orderL img{
        width: 100%;
        height: auto
    }
    .feature {
        flex-wrap: wrap;
    }
    .feature a {
        width: 47%;
        margin-bottom: 20px;
    }
    .feature a svg {
        width: 75px;
        height: 75px;
    }
    .why {
        flex-wrap: wrap;
    }
    .whyR {
        order: 2;
        width: 100%;
    }
    .whyL {
        order: 1;
        width: 100%;
    }
    .bigTitleL {
        width: 30%;
    }
    
}
@media (max-width:800px){
    .order {
        flex-wrap: wrap;
    }
    .orderR {
        order: 2;
        width: 100%;
    }
    .orderL {
        width: 50%;
        order: 1;
        margin: 0 auto 50px;
    }
    .social {
        flex-wrap: wrap;
        justify-content: center;
    }
    .social .call {
        margin-left: unset;
        width: 100%;
        justify-content: center;
    }
    .social .socialL {
        margin-right: unset;
    }
    .footerR p {
        font-size: 16px;
    }
    .footerR .cert {
        justify-content: center;
        margin-bottom: 20px;
    }
    .location {
        gap: 10px;
        flex-wrap: wrap;
    }
    .location div{
        width: 100%;
        text-align: center;
    }
    .copyright {
        flex-wrap: wrap;
        align-items: center;
        justify-content: center;
    }
    .copyright .design {
        margin-right: unset;
        margin-top: 20px;
    }
    .header_logo {
        width: 30%;
        margin-bottom: 0;
    }
    .header_logo  img{
        width: 100%;
        height: auto;
    }
    .owl-dots {
        bottom: -10%;
    }
}

@media (max-width:600px){
    .feature a {
        flex-wrap: wrap;
        justify-content: center;
        text-align: center;
    }
    .feature a strong {
        text-align: center;
    }
    .feature a span {
        text-align: center;
    }
    .sPost p {
        padding: 10px 20px;
    }
    .sPost .footer {
        flex-wrap: wrap;
        justify-content: center;
        padding: 0 10px 10px 10px;
    }
    .sPost .footer .more {
        width: 100%;
        text-align: center;
    }
    
}