#dealership {}
#dealership .title {
	font-weight: 700;
	font-size:18px;
	line-height: 18px;
}
#dealership article {
	color:var(--textColor);
}
#dealership > .container > .row > div:first-child article {
	width: 85%;
}
#dealership > .container > .row > div:first-child article b {
	font-size:18px;
	line-height: 18px;
}
#dealership > .container > .row > div:first-child article strong {
	display:block;
	margin-top:35px;
}

#dealership form {
	background-color:var(--footerBg);
	padding:10px 25px;
	padding-bottom:25px;
	border-radius: 15px;
	margin-top:35px;
	position: relative;
}
#dealership form:before {
	content:"";
	position: absolute;
	width: 100%;
	height: 100%;
	left:0;
	top:0;
	background-image:url(../../assets/img/marblePattern2.png);
	background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    opacity: .1;
}
#dealership form .inputBox {
	padding-top:10px;
	padding-bottom:10px;
	position: relative;
	z-index: 15;
}
#dealership form .inputBox span {
	display:block;
	font-size:13px;
	color:white;
	font-weight: 400;
	opacity: .8;
	letter-spacing: .5px;
	position: relative;
	bottom:-33px;
	transition: .3s;
}
#dealership form .inputBox:hover span {
	bottom:0px;
}
#dealership form .inputBox input {
	line-height: 40px;
	outline:none;
	transition: .3s;
	font-weight: 500;
}
#dealership form .inputBox textarea {
	outline:none;
	transition: .3s;
}
#dealership form .inputBox input:focus,
#dealership form .inputBox textarea:focus {
	border-color:var(--primaryColor);

}
#dealership form .inputBox input,
#dealership form .inputBox textarea {
	width: 100%;
	border:none;
	border-bottom:1px solid rgba(255,255,255,0.2);
	background-color:transparent;
	color:white;
}
#dealership form .inputBox.focus span,
#dealership form .inputBox.full span {
	bottom:0;
}
@media screen and (max-width:992px) {
	#dealership {
		padding-bottom:45px;
	}
	#dealership > .container > .row > div:first-child article {
		width: 100%;
	}
	#dealership > .container > .row > div:first-child article p:first-child strong {
		margin-top:0px;
	}
	#pageHead {
		height:370px;
		padding-top:20%;
	}
}

#dealership {}
#dealership {}
#dealership {}
#dealership {}
#dealership {}
#dealership {}
#dealership {}
#dealership {}