.hero-home{
	background-image: url('/assets/images/home/background-hero.jpg');
    height: 50%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 600px;
    border-bottom: 2px solid #d2ad67;
}

@media only screen and (max-width: 768px) {
  /* For mobile phones: */
  .hero-home{
    height: auto;
  }
}

.hero-text-holder{
	height: 100%;
	background-color: #1A1A1A;
	opacity: 0.9;
}

.hero-text{
	text-align:center;
	color: #e6bc6c;
	padding-top:140px;
	font-size: 55px;
	font-weight: 700;
	margin: 0px!Important;
	
}



@media only screen and (max-width: 768px) {
	.hero-text-holder{
		height: 100%;
		background-color: #1A1A1A;
		opacity: 0.8;
	}
  	.hero-text{
		text-align:center;
		color: #e6bc6c;
		padding-top:50px;
		padding-bottom:50px;
		font-size: 34px;
		font-weight: 700;
	}
  .search-holder {
		width: 100%;

	}

	.search-container{
		padding: 0px ;
		padding-bottom: 0px;
	}
}



.page-sections{
	padding-left: 15px;
	padding-right:15px;
	padding-top:0px;
	margin: auto;
  	width: 100%;
	
}

@media only screen and (max-width: 768px) {
  /* For mobile phones: */
  	.page-sections{
		padding-left: 0px;
		padding-right: 0px;
		
	}
}

.section-header{
	background-color:#1A1A1A;
	padding-top: 45px;
	padding-bottom: 45px;
	border-bottom: 2px solid #d2ad67;
}

.section-header-text{
	text-align: center;
	font-size:32px;
	color:#e6bc6c;
}


.home-map-holder{
	width: 100%;
	margin: auto;
	margin-bottom:25px;
}

.map{
	width:100%;
	height:450px;
}


#sell-your-car{
	background-color: #ffffff;
}

.form-header-holder{
	width: 100%;
	padding: 25px;
	background-color:#1A1A1A;
	border-bottom: 2px solid #d2ad67;
	margin-bottom: 15px;
}

.form-header-text{
	color:#d2ad67;
	font-weight: 600;
	text-align:center;
	font-size: 24px;
}

.form-input-holder{
	padding: 25px;
}


label {
    font-size:16px;
    font-weight: 600;
    color: #495057;
}

.form-control{
		height: 35px;
    background: #fff;
    color: #495057;
    font-size: 16px;
    border-radius: 0px;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 1px solid rgba(0, 0, 0, 0.1);
}

.input-group-text{
	height: 35px;
}


.image-upload-holder {
  position: relative;
  width: 100%;
}

.image-upload-preview {
  display: block;
  width: 100%;
  height: auto;
}

.add-image {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  transition: .3s ease;
  background-color: rgba(190, 191, 194, .7);
}

.remove-image {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  transition: .3s ease;
  background-color: rgba(190, 191, 194, .5);
}

.image-upload-holder:hover .add-image {
  opacity: 1;
}


.image-upload-holder:hover .remove-image {
  opacity: 1;
}

.image-icon-style {
  color: white;
  font-size: 100px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  text-align: center;
}

.image-icon-style:hover {
  color: #d2ad67;
}

.submit-form-btn{
	width: 100%;
	border-radius: 0px;
	background-color: #e6bc6c;
	color: #ffffff;
	border: 2px solid #e6bc6c;
}

.submit-form-btn:hover{
	background-color: #e6bc6c;
	border: 2px solid #1A1A1A;
	color: #ffffff;
}