@media all and (max-width: 1000px) and (min-width: 640px) { 
	#homeBlock5{
		height: 225px;
		background-image: url(/images/frontgirlfaded.png);
		

	}
	#mainBorder{
		width:100%;
	}
	#mainContent{
		width:98%;
	}
	#specialists{
		width:80%;
	}
	#homeBlock6{
		padding: 40px 25px 30px 0px;
	}
	#homeBlock6 form{
		margin-left: 23%;
		width: 98%;
	}
}

@media all and (max-width: 640px) and (min-width: 80px) { 
	
	#homeBlock3,#homeBlock4,#homeBlock6{
		padding-left: 20px;
	}	
	#homeBlock5{
		padding-left: 20px;
		background-image: url(/images/frontgirlfaded.png);
		background-size: cover;
    	background-position: left center;

	}
	#homeBlock3 ul{
	text-align: left;
    width: 99%;
    margin-left: 0%;
}
#homeBlock4 ul{
	text-align: left;
    width: 99%;
    margin-left: 0%;
}
	#centerContent li{
		width: 99%;
	}
	.godown{
		width: 90%;
	}
	#mainBorder{
		width:100%;
	}
	#mainContent{
		width:98%;
	}
	
	#logo img{
		width:80%!important;
	}
	#specialists{
		width:80%;
		text-align:left;
	}
	#partnerlist li{
		width:23%;
	}
	header{
		height:153px;
	}
	#homeBlock6 form{
		margin-left: 0%;
		width: 98%;
	}
	
	#contactform input{
		width: 98%;
	}

	#contactform button{
		width: 99%;
	}
	#footer p{
		padding: 6px 10%;
		margin-left: 0px;
	}
	.lineinput{
		width: 100%;
	}

}