:root
{
	--primary-blue:#8ac74b;
}
.menu_mobiles
{
	display: none;
}

.addThis_contact__icons .box-item .svgico
{
	background:var(--primary-blue)!important;
}
@media only screen and (min-width: 1px) and (max-width: 1199px)
{	
	
}
@media only screen and (min-width: 1px) and (max-width: 1025px)
{	

}

@media only screen and (min-width: 1px) and (max-width: 990px)
{
	
	.menu_mobiles
	{
		display: block!important;
	}
	.menu_mobile .icon_menu span
	{
		background:var(--primary-blue);
	}
	.menucon ul .active a,.menucon ul li .hotline_res
	{
		color: var(--primary-blue);
	}

}
@media only screen and (min-width: 1px) and (max-width: 768px)
{ 	
	
}
@media only screen and (min-width: 1px) and (max-width: 500px)
{	
	.vl-hero-area
	{
		padding-top: 157px;
	}
	.vl-project1-area
	{
		 padding: 20px 0;
	}
	.aboutus_hero_title h2
	{
		font-size: 25px;
	}
	.total_productss
	{
		grid-template-columns:1fr;
	}
	.captcha-box 
	{
    	flex-direction: column;
	}
	input#txtcapcha
	{
		width: 100%;
	}
	.homepage1-body .space16 {
    	display: none;
	}
	.aboutus_hero_title .space26
	{
		display: none;
	}
}
