/* --------------------------- Enquiry form --------------------*/
#randomnumber {
    font-size: 24pt;
	width:180px;
}
.secrity-01, .secrity-02 {
}
.secrity {
    float: left;
    width: 220px;
}
.secrity-02 input {
    margin-top: 5px;
    padding: 5px;
}

#enquiry_middle { width:970px; margin:50px auto 80px auto; border:1px solid #c7c7c7; padding:30px 40px;  }
.enquiry-blk { clear:both; float:none; padding-bottom:10px; height:auto }
.form-label { width:122px; float:left; text-align:center }
.col { width:12px; text-align:center; float:left }
.enquiry-field { float:left; width:220px; border:1px solid #c1c1c1; padding:2px 10px; background-color:transparant  }
.inuptText, .inuptTextArea { width:100%; height:22px; background-color:transparent; border:none }
#randomnumber {  background-color:transparent !important; }
.inuptTextArea { height:45px; }
.SBT-BTN {     background-color: rgb(34, 75, 37);    border: medium none;    float: right;     margin-left: 10px;    padding: 8px 10px;
    text-transform: uppercase; color:#fff }	
.enq-left { float:left; width:443px; padding:2%; }	
@media all and (max-width: 1060px) { 	
	#enquiry_middle { width:auto; padding:30px; }
	.enq-left { width:50%; padding:2%; }
	.enquiry-field { width:67%; padding:1% }
	.inuptText, .inuptTextArea {  } 
	.form-label{ width:25%; padding-top:5px; text-align:left }
	.col { width:5%; padding:3px 0 0 0 }	
}
@media all and (max-width: 990px) { 	
.form-label{ width:100%; padding-top:5px; text-align:left }
.col { display:none }
.enquiry-field { width:98%; }
}

@media all and (max-width: 580px) { 
.enq-left { width:96%; padding:2%; }	
 #enquiry_middle { padding:0; border:none; margin:20px 0 }
 .enq-left { padding:0; width:100%; }
}


.inuptText, .inuptTextArea {  }