.testimonial{
    background-color: #86bc25;
}



.waste-text{
color:#ffffff; 
font-size: 24px; 
text-align: center; 
padding: 0 60px;
}



#primary-menu .current-menu-item a{
    color: #86bc25;
}

input,
textarea{
    border: 1px solid #FFFFFF;
	background-color: #000000;
	padding: 4px 0px;
	width: 100%;
}

label{
	color: #ffffff;
	width: 100%;
}

.wpcf7-file{
	margin-top: 22px;
	width: 100%;
	height: 227px;
}

.Request_a_Quote > div > p > input.wpcf7-submit{
	width: 100%;
	background-color: #86bc25;
}

.request_a_quote_title{
	color:#86bc25; 
}

.waste-collection-details{
	background-color: #86bc25;
	margin-top: 40px;
}

.waste-collection-details-img-container{
	text-align: center;
}

.waste-collection-details-img{
	position: relative; 
	top: -40px;
}



.waste-collection-details ul{

	list-style: none;
	margin: 0 auto;
    display: block;
    width: 250px;
}

.waste-collection-details ul li{
	font-size: 20px;
}

.waste-collection-details ul li i{
	margin-right: 10px;
}

h4,
label{
	color: #86bc25;
}

.wpcf7-submit {
	background-color: #86bc25;
}


@media (max-width: 768px) {

	.waste-text{
		padding: 0px;
	
	}
}



/* Added by Kristian - 2019-12-11 */
/* Metals Home Page */

.side-list h3{
	color: white;
	font-size: 20px;
	margin-bottom: 25px;
}

.side-list h3:first-child {
    border-bottom: 2px solid #c10a27;
}

@media (max-width: 1200px) {
	.side-list h3 {
		font-size: 20px;
		margin-bottom: 15px;
	}
}

@media (max-width: 768px) {

	.side-list h3 {
		font-size: 15px;
		margin-bottom: 10px;
	}
}


/* Added by Kristian - 2019-12-11 */

#waste-main p {
	text-align: justify;
}