form#contact-form {
    background: #ffffff;
    padding: 25px;
    border-radius: 30px;
}

ul.stepper .step.active:before {
    background: url(../images/shieldsmall.png) CENTER CENTER NO-REPEAT;
	background-color: white;
	border-radius: 0%;
    width: 30px;
    height: 35px;
	    content: " ";
}
.select-wrapper.mdb-select.md-form {
    margin-top: 2rem;
    left: 1px;
}
.navbar {box-shadow:none;}
.dropdown-toggle::after{content:none}
blockquote .fa-quote-right{
	color: black;
    padding: 10px;
    bottom: 10px;
    position: relative;
}
#cleanpage {padding:0px}
#cleanpage .shape-divider-reverse-x{z-index:0}
.step-title.waves-effect.waves-dark {
    font-size: 20px;
}
ul.stepper .step-title:after {
    content: attr(data-step-label);
    display: block;
    position: absolute;
    font-size: .8rem;
    color: #424242;
    font-weight: 700;
}


@media only screen and (max-width: 600px) {
	.custom-container-background:before {
		height: 150px;
	}
	.pad-l-2{padding-left:3px}
	.header-top{display:none}
}
