#section-modal-get-quote{
	background-color: #209fde;
	color: #000;
	font-size: 16px;
	padding: 0 !important
}
#section-modal-get-quote .contact-title{
	text-align: center;
	padding: 50px 0;
}
#section-modal-get-quote .contact-title h1{
	font-family: 'LatoBlack';
	color: #f36f29;
	font-size: 34px;
}
#section-modal-get-quote .contact-title p{
	font-size: 16px;
}
#section-modal-get-quote.contact-form{
	background-color: #209fde;
	color: #000;
	font-size: 16px;
	padding: 80px 0;
}
#section-modal-get-quote.contact-form a, #section-modal-get-quote.contact-form a:link, #section-modal-get-quote.contact-form a:visited, #section-modal-get-quote.contact-form a:active{
	color: #000;
	text-decoration: underline !important;
}
#section-modal-get-quote.contact-form a:hover{
	color: #f36f29;
}
#section-modal-get-quote.contact-form .contact-address{
	padding-left: 35px;
	position: relative;
	margin-bottom: 15px;
}
#section-modal-get-quote.contact-form .contact-address img{
	position: absolute;
	top: 3px;
	left: 0;
}
#section-modal-get-quote.contact-form .form-control{
	background-color: transparent;
	border-radius: 0;
	border: none;
	border-bottom: 2px solid #3d6bb5;
	color: #000;
	box-shadow: none;
	padding: 15px 0 20px;
	margin-bottom: 25px;
}
#section-modal-get-quote.contact-form .form-group{
	margin-bottom: 20px;
}
#section-modal-get-quote.contact-form .form-control::placeholder {
	color: #000;
	opacity: 1;
}
#section-modal-get-quote.contact-form .form-control:-ms-input-placeholder {
	color: #000;
}
#section-modal-get-quote.contact-form .form-control::-ms-input-placeholder {
	color: #000;
}
#section-modal-get-quote.contact-form #send-message{
	border-radius: 20px;
	padding: 10px 40px;
	background-color: #209fde;
	font-family: 'LatoBold';
	border: none;
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
	color: #fff;
}
#section-modal-get-quote.contact-form #send-message:hover{
	background-color: #f36f29;
	color: #fff;
	background-image: url('../img/icon-mail-white.png');
}
#section-modal-get-quote.contact-form button img{
	border-radius: 3px;
}
#section-modal-get-quote #send-message {
    background-image: url('../img/icon-mail-white.png');
    background-repeat: no-repeat;
    background-position: 87% center;
    padding: 10px 40px 10px 20px !important;
}
#section-modal-get-quote.contact-form .screen-reader-response{
	display: none !important;
}
#section-modal-get-quote.contact-form .wpcf7-not-valid-tip{
	color: #ff8888;
	margin-bottom: 20px;
	margin-top: -20px;
	display: block;
}
#section-modal-get-quote .wpcf7-validation-errors{
	color: #ff8888;
}
#section-modal-get-quote .modal-dialog{
	max-width: 720px;
}
#section-modal-get-quote.contact-form button.close:hover{
	background: none;
	color: #000;
}
@media (max-width:767px){
	#section-modal-get-quote .contact-title h1{
		font-size: 26px;
	}
	#section-modal-get-quote.contact-form{
		padding: 40px 0 30px;
	}
	#section-modal-get-quote.contact-form .submit-button{
		text-align: center;
	}
	#section-modal-get-quote.contact-address-container{
		margin-bottom: 40px;
	}
}
