@charset "utf-8";
/* CSS Document */


@media only screen and (max-width: 992px){
.services{
	display:block;
}
.contact-number{
	float:left;
	margin-top:30px;
	/* display:none; */
}

.icon span{
	float:right;
	margin-left:30px;
	margin-top:30px;
	/* display:none; */
}	
.line1{
	margin-top:5px;
	border:0px solid white;
	display:none;
	
}

.logo img{
	width:80%;
	margin-top:0px;
}	
}


@media only screen and (max-width: 768px) {

.services{
	display:block;
}
.contact-number{
	float:left;
	margin-top:30px;
	/* display:none; */
}

.icon span{
	float:right;
	margin-left:30px;
	margin-top:30px;
	/* display:none; */
}	

.line1{
	margin-top:5px;
	border:0px solid rgba(96,96,96,1.00);
	display:none;
}

.logo img{
	width:80%;
	margin-top:0px;
}
}
	@media screen and (max-width: 467px){
	.contact-number{
	float:left;
	margin-top:30px;
	/* display:none !important; */
}

.icon span{
	float:right;
	margin-left:30px;
	margin-top:30px;
	/* display:none !important; */
}	

.logo img{
	width:60%;
	margin-top:15px;
}
}