/*===================================== 
YOU CAN WRIGHT CUSTOME CSS 
======================================*/


.falink .fa{
	width: auto !important;
	height: auto !important;
	font-size: 16px;
}
.testinp{
	width: 500px;
	max-width: 100%;
}
.testinp input{
	display: block;
	width: 100%;
	background: #f3f3f3;
	border: 0;
	box-shadow: inset 0px 4px 55px 1px rgb(0 0 0 / 7%);
	padding: 15px 25px;
}
.pricelists{
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 300px;
	text-align: center;
}
.pricelists__img{
	display: block;
	width: 100%;
}
.pricelists span{
	font-size: 15px;
	color: #2a93ed;
	border-bottom: 1px dashed #2a93ed;
}
.footersoc a{
	margin-left: 15px;
	margin-right: 15px;
}
.footersoc a i{
	color: #000;
}

@media (max-width:  768px){
	.pricelists{
		position: static;
		margin: 0 auto 30px;
		transform: none;
	}
	form.down-form{
		width: 100%;
	}
	img.stul{
		right: -135px;
	}
	.mobilemenu{
		text-align: center;
		margin-left: auto;
	    margin-right: auto;
	    width: 100%;
	}
	.lastli{
		display: block !important;
		width: 100%
	}
}






