html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, code, del, dfn, em, img, q, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
    margin: 0;
    padding: 0;
}

.total_radio{
    float:none;
}

.left-side{
	float: left;
	margin-left: 15px;
}

.right-side{
	float: left;
	margin-left: 15px;
}

.rectangle{
    width: 250px;
    background: #f6f3f3;
    height: 100%;
    margin: 5px 0 0 0;
    font: 11px Arial;
    color: #4c4c4c;
    overflow: hidden;
}
.border_container{
	border: 0px solid #bfbebe;
	}

.fieldbox {
    width: 470px;
    padding: 0 0 10px 0;
    margin: 0 0 0 16px;
    background:;
}

.left_box {
    width: 184px;
    float: left;
}

.part{
    width: 50px;
    padding: 9px 1px 0 0;
    float: left;
    text-align: left;
    font: bold 11px Arial;
}

.part_ {
    width: 50px;
	height: 2px;
    float: left;
}

.clearall {
    clear: both;
}

.textbox_ {
    width: 40px;
    height: 5px;
    border: 1px solid #c8c8c8;
    font: 1px Arial, Helvetica, sans-serif;
    color: #4c4c4c;
}

.panel_check {
    width: 20px;
    height: 15px;
    float: left;
    margin: 1px 0 0 0;
    border: 0;
}

.check{
    margin-top: 20px;
}

.right_box {
    width: 150px;
    margin: 0 0px 0 0;
    float: left !important;
}

.right {
    width: 470px;
    float: left !important;
    text-align: left;
    margin: 0 0 0 15px;
}

.area_text {
    width: 100px;
    height: 35px;
    font: 12px Arial, Helvetica, sans-serif;
    color: #4c4c4c;
}



strong {
    font-weight: bold;
}

textarea {
    width: 150px;
    height: 55px;
    border: 1px solid #c8c8c8;
    font: 12px Arial, Helvetica, sans-serif;
    color: #4c4c4c;
    padding: 0 0 0 2px;
    -webkit-writing-mode: horizontal-tb !important;
    text-rendering: auto;
    color: initial;
    letter-spacing: normal;
    word-spacing: normal;
    text-transform: none;
    text-indent: 0px;
    text-shadow: none;
    display: inline-block;
    text-align: start;
    -webkit-appearance: textarea;
    background-color: white;
    -webkit-rtl-ordering: logical;
    flex-direction: column;
    resize: auto;
    cursor: text;
    white-space: pre-wrap;
    overflow-wrap: break-word;
    margin: 0em;
    font: 400 13.3333px Arial;
    border-width: 1px;
    border-style: solid;
    border-color: rgb(169, 169, 169);
    border-image: initial;
    padding: 2px;
}

/*.bul_check {
    width: 20px;
    height: 15px;
    float: left;
    border: 0;
}

.bulletbox {
    width: 90px;
    float: left;
}

.bult {
    width: 20px;
    height: 15px;
    float: left;
}

.bul_check {
    width: 20px;
    height: 15px;
    float: left;
    border: 0;
    margin: 5px 0 0 0;
}

.bult_ {
    width: 68px;
    float: left;
    padding: 6px 0px 0 2px;
}

/* The container */
.button {
  display: block;
  position: relative;
  padding-left: 35px;
  padding-right: 10px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 17px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  float:left;
}

/* Hide the browser's default radio button */
.button input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}

/* Create a custom radio button */
.color {
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: #eee;
  border-radius: 50%;
}

/* On mouse-over, add a grey background color */
.button:hover input ~ .color {
  background-color: #ccc;
}

/* When the radio button is checked, add a blue background */
.button input:checked ~ .color {
  background-color: #2196F3;
}

/* Create the indicator (the dot/circle - hidden when not checked) */
.color:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the indicator (dot/circle) when checked */
.button input:checked ~ .color:after {
  display: block;
}

/* Style the indicator (dot/circle) */
.button .color:after {
 	top: 9px;
	left: 9px;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: white;
}

#enquiry-a{
	background: #f5f5f5;
	padding: 10px;
}

#left{
	margin-top: 5px;
	margin-left: -10px;
}

#right{
	margin-left: 10px;
}


.capacity, .span, .hight, .purpose{
background:;
float:left;
margin-left:5px;
}
.input{float:left;
background:;
width:100px;
}
.textarea{
resize:none;
width:100px;
}
p{
  /* font-weight:bold; */
}

.head{
    margin-bottom: 15px;
}

#submit{
    margin-top: -20px;
}
