@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
*{
	padding: 0px;
	margin: 0px;
	box-sizing: border-box;
	font-family: "Poppins", sans-serif;
}
.header-selection{
	background-color: #6D9C3F;
	width: 100%;
	height: auto;
	padding: 10px;
}
.contact{
	font-size: 14pt;
	font-weight: 800;
	color: #fff;
}
.contact-details{
	font-size: 12pt;
	font-weight: 400;
	color: #fff;
}
.img-box{
	position: relative;
}
.main-content{
	position: absolute;
	top: 180px;
	right: 30px;
	width: 300px;
	height: 240px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}
.main-content p{
	padding: 20px;
	font-size: 12pt;
}
.box-img{
	overflow: hidden !important;
	position: relative;
}
.box-img:hover img{
	transform: scale(1.5);
	cursor: pointer;;
}
.box-img img{
	object-fit: cover;
	transition: 0.9s;
	aspect-ratio: 1/1;;
	
}
.box-img p{
	position: absolute;
	top: 50%;
	left: 50px;
	color: #fff;
	font-size: 18pt;
	font-weight: 900;
	opacity: 0;
}
.box-img:hover p{
	opacity: 1;
	cursor: pointer;
}
.center-content{
	background-color: #6D9C3F;
	width: 100%;
	height: auto;
}
.footer-banner{
	background-image: url("../images/acer-service-center.jpg");
	background-repeat: no-repeat;
	background-size: cover;
	height: auto;
	background-position: center;
}
.footer-content-1 p{
	border-bottom: 2px dotted;#000;
	padding: 10px;
	font-size: 14pt;
}
.location h5{
	font-size: 12pt;
}
.btn a{
	text-decoration: none !important;
	color: #fff;
}
.btn:hover a{
	color: #fff;
}