
.enquiry-style h3{
	color:#fff;
font-size: 25px;
}
	

.enquiry-style .divider-deco{
	margin-bottom: 10px;
}
	

.container-enquiry {
	width:100%;
	position:relative;
	margin-top:10px;
}



#quote input[type="text"], #quote input[type="email"], #quote input[type="tel"], #quote input[type="date"], #quote input[type="url"], #quote textarea, #quote select option, #quote button[type="submit"] { font:400 12px/16px; width:100%;}

#quote {
margin-top: 30px;
}

#quote h3 {
	color: #fff;
	display: block;
	font-size: 30px;
	font-weight: 400;
}

#quote h4 {
	margin:5px 0 15px;
	display:block;
	font-size:13px;
}

fieldset {
	border: medium none !important;
	margin: 0 0 8px;
	min-width: 100%;
	padding: 0;
	width: 100%;
}

#quote option{
	width:100%;
	background:#FFF;
	margin:0 0 5px;
	color: #555;
	padding:10px;	
}

#quote input[type="text"], #quote input[type="email"], #quote input[type="tel"], #quote input[type="url"], #quote textarea, #quote select {
width: 100%;
border-radius: 0px;
background: rgba(51, 51, 51, 0);
margin: 0 0 16px;
padding: 7px 7px 7px 10px;
color: #fff;
border: 1px solid #fff;
font-size: 14px;
height: 49px;

}

#quote input[type="date"], #quote select, #quote input[type="email"], #quote input[type="tel"], #quote input[type="url"], #quote textarea {
width: 100%;
background: rgba(51, 51, 51, 0);
margin: 0 0 12px;
padding: 7px 7px 7px 10px;
color: #fff;
border: 1px solid #fff;
font-size: 15px;
height: 55px;
}

#quote input[type="text"]:hover, #quote input[type="email"]:hover, #quote input[type="tel"]:hover, #quote select, #quote input[type="url"]:hover, #quote textarea:hover {
	-webkit-transition:border-color 0.3s ease-in-out;
	-moz-transition:border-color 0.3s ease-in-out;
	transition:border-color 0.3s ease-in-out;
border: 1px solid #fff;
}

#quote textarea {
height: 124px;
max-width: 100%;
resize: none;
border-radius: 0px;
margin: 0 0 0px;
}

#quote select {
max-width: 100%;
width: 100%;
resize: none;
margin-bottom: 12px;
padding: 4px 7px 4px 10px;
font-size: 15px;
height: 49px;
}

#quote button[type="submit"] {
cursor: pointer;
border: 1px #FFF solid;
background: #fff;
color: #0e0e0e;
text-transform: lowercase;
padding: 8px;
font-size: 22px;
margin-top: 3px;
height: 60px;
}

#quote button[type="submit"]:hover {
	background:#303030;
	color:#fff;
	-webkit-transition:background 0.4s ease-in-out;
	-moz-transition:background 0.4s ease-in-out;
	transition:background-color 0.4s ease-in-out;
	text-shadow:none;
}

#quote button[type="submit"]:active { box-shadow:inset 0 1px 3px rgba(0, 0, 0, 0.5); }

#quote input:focus, #quote textarea:focus {
	outline:0;
	border: 1px solid #fff;
}

::-webkit-input-placeholder {
 color:#fff;
}
:-moz-placeholder {
 color:#fff;
}
::-moz-placeholder {
 color:#fff;
}
:-ms-input-placeholder {
 color:#fff;
}






#contact input[type="text"], #contact input[type="email"], #contact input[type="tel"], #contact input[type="date"], #contact input[type="url"], #contact textarea, #contact select option, #contact button[type="submit"] { font:400 12px/16px; width:100%;}

#contact {

margin-top: 16px;
}

#contact h3 {
	color: #F96;
	display: block;
	font-size: 30px;
	font-weight: 400;
}

#contact h4 {
	margin:5px 0 15px;
	display:block;
	font-size:13px;
}

fieldset {
	border: medium none !important;
	margin: 0 0 8px;
	min-width: 100%;
	padding: 0;
	width: 100%;
}

#contact option{
	width:100%;
	background:#FFF;
	margin:0 0 5px;
	padding:10px;	
}

#contact input[type="text"], #contact input[type="email"], #contact input[type="tel"], #contact input[type="url"], #contact textarea, #contact select {
width: 100%;
border-radius: 0px;
background: rgba(51, 51, 51, 0);
margin: 0 0 15px;
padding: 10px 7px 10px 10px;
color: #c8c6c6;
border: 1px solid #959595;
height: 51px;
font-size: 13px;
}

#contact input[type="date"], #contact select, #contact input[type="email"], #contact input[type="tel"], #contact input[type="url"], #contact textarea {
width: 100%;
background: rgba(51, 51, 51, 0);
margin: 0 0 15px;
padding: 10px 7px 10px 10px;
border-radius: 0px;
}

#contact input[type="text"]:hover, #contact input[type="email"]:hover, #contact input[type="tel"]:hover, #contact select, #contact input[type="url"]:hover, #contact textarea:hover {
	-webkit-transition:border-color 0.3s ease-in-out;
	-moz-transition:border-color 0.3s ease-in-out;
	transition:border-color 0.3s ease-in-out;
border: 1px solid #878787;
}

#contact textarea {
height: 115px;
max-width: 100%;
resize: none;
border-radius: 0px;
margin: 0 0 9px;
}

#contact select {
	height:40px;
	max-width:100%;
	width:355px;
  resize:none;
}

#contact button[type="submit"] {
cursor: pointer;
border: 1px #CCC solid;
background: #fff;
color: #0e0e0e;
text-transform: capitalize;
padding: 15px;
font-size: 17px;
margin-top: 5px;
font-weight: 600;
}

#contact button[type="submit"]:hover {
	background:#303030;
	color:#fff;
	-webkit-transition:background 0.4s ease-in-out;
	-moz-transition:background 0.4s ease-in-out;
	transition:background-color 0.4s ease-in-out;
	text-shadow:none;
}

#contact button[type="submit"]:active { box-shadow:inset 0 1px 3px rgba(0, 0, 0, 0.5); }

#contact input:focus, #contact textarea:focus {
	outline:0;
	border: 1px solid #f0f0f0;
}

::-webkit-input-placeholder {
 color:#fff;
}
:-moz-placeholder {
 color:#fff;
}
::-moz-placeholder {
 color:#fff;
}
:-ms-input-placeholder {
 color:#fff;
}








#contact-page input[type="text"], #contact-page input[type="email"], #contact-page input[type="tel"], #contact-page input[type="date"], #contact-page input[type="url"], #contact-page textarea, #contact-page select option, #contact-page button[type="submit"] { 
font:400 12px/16px; 
width:100%;
}

#contact-page {
margin-top: 30px;
}

#contact-page h3 {
	color: #F96;
	display: block;
	font-size: 30px;
	font-weight: 400;
}

#contact-page h4 {
	margin:5px 0 15px;
	display:block;
	font-size:13px;
}

#contact-page fieldset {
	border: medium none !important;
	margin: 0 0 8px;
	min-width: 100%;
	padding: 0;
	width: 100%;
}

#contact-page option{
	width:100%;
	background:#FFF;
	margin:0 0 5px;
	padding:10px;	
}

#contact-page input[type="text"], #contact-page input[type="email"], #contact-page input[type="tel"], #contact-page input[type="url"], #contact-page textarea, #contact-page select {
width: 100%;
border: 1px solid rgba(0, 0, 0, 0.28);
border-radius: 0px;
background: rgba(255, 255, 255, 0);
margin: 0 0 12px;
padding: 12px 7px 12px 10px;
	color:#484848;
}

#contact-page input[type="date"], #contact-page select, #contact-page input[type="email"], #contact-page input[type="tel"], #contact-page input[type="url"], #contact-page textarea {
width:100%;
background: rgba(0, 0, 0, 0);
margin: 0 0 12px;
padding: 12px 7px 12px 10px;
	border-radius:0px;
}

#contact-page input[type="text"]:hover, #contact-page input[type="email"]:hover, #contact-page input[type="tel"]:hover, #contact-page select, #contact-page input[type="url"]:hover, #contact-page textarea:hover {
	-webkit-transition:border-color 0.3s ease-in-out;
	-moz-transition:border-color 0.3s ease-in-out;
	transition:border-color 0.3s ease-in-out;
	border:1px solid #f4b317;
}

#contact-page textarea {
height: 140px;
max-width: 100%;
resize: none;
border-radius: 0px;
margin: 0 0 9px;
}

#contact-page select {
	height:40px;
	max-width:100%;
	width:355px;
  resize:none;
}

#contact-page button[type="submit"] {
cursor: pointer;
border: 1px #CCC solid;
background: #001a8a;
color: #fff;
text-transform: lowercase;
padding: 13px 10px;
font-size: 18px;
margin-top: 2px;
}

#contact-page button[type="submit"]:hover {
	background:#303030;
	color:#fff;
	-webkit-transition:background 0.4s ease-in-out;
	-moz-transition:background 0.4s ease-in-out;
	transition:background-color 0.4s ease-in-out;
	text-shadow:none;
}

#contact-page button[type="submit"]:active { box-shadow:inset 0 1px 3px rgba(0, 0, 0, 0.5); }

#contact-page input:focus, #contact-page textarea:focus {
	outline:0;
	border:1px solid #999;
}

#contact-page ::-webkit-input-placeholder {
 color:#333;
}
#contact-page ::-moz-placeholder {
 color:#333;
}
#contact-page ::-moz-placeholder {
 color:#333;
}
#contact-page ::-ms-input-placeholder {
 color:#333;
}
@media (min-width:1200px) and (max-width:1599px) {
	#quote input[type="text"], #quote input[type="email"], #quote input[type="tel"], #quote input[type="url"] {
    width: 100%;
    border-radius: 0px;
    background: rgba(51, 51, 51, 0);
    margin: 0 0 12px;
    padding: 7px 7px 7px 10px;
    color: #fff;
    border: 1px solid #fff;
    font-size: 14px;
    height: 42px;
}
#quote select {

    max-width: 100%;
    width: 355px;
    resize: none;
    margin-bottom: 8px;
    padding: 4px 7px 4px 10px;
    font-size: 15px;
    height: 46px;

}

#quote textarea {

    height: 118px;
    max-width: 100%;
    resize: none;
    border-radius: 0px;
    margin: 0 0 9px;

}

#quote button[type="submit"] {

    cursor: pointer;
    border: 1px #FFF solid;
    background: #fff;
    color: #0e0e0e;
    text-transform: lowercase;
    padding: 8px;
    font-size: 19px;
    margin-top: 3px;
    height: 51px;
    letter-spacing: 1px;

}
	
}