/* CSS Document */

.freecontactform {
width: 95%;
padding:0 5% 0 0;
margin:0;
border:none;
}

.freecontactform td {
	
}

.freecontactform label {
}
.freecontactform label {
}
.required {
font-weight:bold;
}
.required_star {
font-weight:bold;
color:#000;
}
.not-required {
font-weight:normal
}
.antispammessage {
padding:0px;
font-weight:bold 
}
.antispamquestion {
font-weight:normal;
}

.formcontainer{
	width:100%;
	padding:0%;
	float:left;
	background: none;
}

.applicationcontainer{
	float:left;
}

.form-style-5{
	width:96%;
    margin: 0 auto;
	padding:2%;
	background:#FFF;
    font-family: 'Volvo', sans-serif;
	border:3px solid #d2ae6d;
	border-radius:20px;

}

.form-style-5 fieldset{
    border: none;
}

.form-style-5 legend {
	
}
.form-style-5 label {
    display: block;
	
}
.form-style-5 input[type="text"],
.form-style-5 input[type="date"],
.form-style-5 input[type="datetime"],
.form-style-5 input[type="email"],
.form-style-5 input[type="number"],
.form-style-5 input[type="search"],
.form-style-5 input[type="time"],
.form-style-5 input[type="url"],
.form-style-5 textarea,
.form-style-5 select {
    font-family: 'Volvo', sans-serif;
    background:#FFF;
    border-top:none;
	border-bottom: 1px dashed #666;
	border-left:none;
	border-right:none;
    font-size: clamp(18px, 1.3vw, 22px);
    margin: 1% 0 0 0;
    outline: 0;
    width: 110%;
	padding:3%;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    color:#666;
  	}
	
	.form-style-5 textarea{
		margin-bottom:-4px;
	}
	
.form-style-5 input[type="text"]:focus,
.form-style-5 input[type="date"]:focus,
.form-style-5 input[type="datetime"]:focus,
.form-style-5 input[type="email"]:focus,
.form-style-5 input[type="number"]:focus,
.form-style-5 input[type="search"]:focus,
.form-style-5 input[type="time"]:focus,
.form-style-5 input[type="url"]:focus,
.form-style-5 textarea:focus,
.form-style-5 select:focus{
    background: url(../Images/moroccan-flower-dark.png);
	color:#666;
}

input::placeholder {
  color: #666;
  font-family: 'Volvo', sans-serif;
  font-weight:300;
}

textarea::placeholder{
  color:#666;
  font-family: 'Volvo', sans-serif;
  font-weight:300;
}

select::placeholder{
  color:#666;
  font-family: 'Volvo', sans-serif;
  font-weight:300;
}

.form-style-5 select{
    -webkit-appearance: menulist-button;
    height:auto;
	color:#009;
  font-family: 'Volvo', sans-serif;
  font-weight:300;
}
.form-style-5 .number {
    background: none;
    color: #999;
    height: 30px;
    width: 30px;
    display: inline-block;
    font-size: 0.8em;
    margin-right: 4px;
    line-height: 30px;
    text-align: center;
    border-radius:0px;
}

.form-style-5 input[type="submit"],
.form-style-5 input[type="button"]
{
    position: relative;
	font-family: 'CircularBook', sans-serif;
	font-weight:400;
    display: block;
    color: #FFF;
    font-size: clamp(14px, 2vw, 30px);
    text-align: left;
    font-style: normal;
    width: auto;
	border:1px solid #D2AE6D;
	margin:3% 0 0 0;
	padding:2% 4%;
	border-radius:10px;
	-webkit-appearance: none;
	background: #d2ae6d ;
	transition: 0.5s;
}

.form-style-5 input[type="submit"]:hover,
.form-style-5 input[type="button"]:hover
{
    background:#FFF;
	cursor:pointer;
	color:#d2ae6d;
	background:#FFF;
}

@media only screen and (max-width: 959px) {

.formcontainer{
}

.freecontactform {
width: 90%;
padding:0;
}

.applicationcontainer{
}
	
.form-style-5{

}

	.form-style-5 input[type="text"],
.form-style-5 input[type="date"],
.form-style-5 input[type="datetime"],
.form-style-5 input[type="email"],
.form-style-5 input[type="number"],
.form-style-5 input[type="search"],
.form-style-5 input[type="time"],
.form-style-5 input[type="url"],
.form-style-5 textarea,
.form-style-5 select {
	border-radius:0;
	width: 110%;
}

.form-style-5 textarea{
margin-bottom: -6px;
}

input::placeholder {
  
}

textarea::placeholder{
  
}

.form-style-5 input[type="submit"],
.form-style-5 input[type="button"]
{
    position: relative;
    display: block;
	border-radius:20px;
	margin-top:5%;
}

.form-style-5 input[type="submit"]:hover,
.form-style-5 input[type="button"]:hover
{
	cursor:pointer;
}