body{
	background:#fff;
}
.addMore{
	position:absolute;
	margin-left:50%; 
	margin-top:-25px;
}
.form-style-6{
    font-family:'Open Sans', sans-serif;
    width: auto;
    margin: 10px auto;
    padding: 16px;
    background: #fff;
	width:70%;
}
.form-group{
	width:100%;
	display:block;
	margin-bottom: 6px;
}	
.form-style-6 legend{
	font-size:16px; 
	font-weight:bold;
	padding-bottom:5px;
}
.form-style-6 h1{
    background: #43D1AF;
    padding: 20px 0;
    font-size: 140%;
    font-weight: 300;
    text-align: center;
    color: #fff;
    margin: -16px -16px 16px -16px;
}
.form-style-6 td{
	padding:10px;
}
.form-style-6 input[type="text"],
.form-style-6 input[type="date"],
.form-style-6 input[type="datetime"],
.form-style-6 input[type="email"],
.form-style-6 input[type="number"],
.form-style-6 input[type="search"],
.form-style-6 input[type="time"],
.form-style-6 input[type="url"],
.form-style-6 textarea,
.form-style-6 select
{
    -webkit-transition: all 0.30s ease-in-out;
    -moz-transition: all 0.30s ease-in-out;
    -ms-transition: all 0.30s ease-in-out;
    -o-transition: all 0.30s ease-in-out;
    outline: none;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    width: 100%;
    background: #fff;
    margin-bottom: 4%;
    border: 1px solid #ccc;
    padding: 1%;
	border-radius:0px;
    color: #555;
    font-family:'Open Sans', sans-serif;
	font-size:15px; font-weight:400;
}
.form-style-6 label{
	font-weight:normal;
}
.chequeDD h4, .rtgs h4{
	border-bottom:1px solid #ccc;
	padding-bottom:5px;
	color:#666;
	font-size:16px; font-weight:bold;
}
.form-style-6 label span{
	color:red;
	font-weight:bold;
	width:10px;
	display:inline-block;
}
.form-style-6 input[type="text"]:focus,
.form-style-6 input[type="date"]:focus,
.form-style-6 input[type="datetime"]:focus,
.form-style-6 input[type="email"]:focus,
.form-style-6 input[type="number"]:focus,
.form-style-6 input[type="search"]:focus,
.form-style-6 input[type="time"]:focus,
.form-style-6 input[type="url"]:focus,
.form-style-6 textarea:focus,
.form-style-6 select:focus
{
    box-shadow: 0 0 5px #43D1AF;
    padding: 1%;
    border: 1px solid #43D1AF;
}

.form-style-6 input[type="submit"],
.form-style-6 input[type="button"]{
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    width: 100%;
    padding: 1%;
    background: #43D1AF;
    border-bottom: 2px solid #30C29E;
    border-top-style: none;
    border-right-style: none;
    border-left-style: none;   
    color: #fff;
	font-weight:600; font-size:20px;
	text-transform:uppercase;
    font-family:'Open Sans', sans-serif;
}
.form-style-6 input[type="submit"]:hover,
.form-style-6 input[type="button"]:hover{
    background: #2EBC99;
}

.visitorBox{
	font-size:15px; 
	padding:10px;
	background:#fccece;
	border:1px solid #c04848;
	color:#971313;
	display:none;
}
legend {
    width: 675px !important;
}
/* Make box model include padding in width calculations */
*, *::before, *::after {
    box-sizing: border-box;
  }
  
  /* Mobile styles: stack form fields on narrow screens */
  @media (max-width: 767px) {
    /* Ensure the form/container spans full width */
    form, .form-container {
      width: 100%;
      padding: 10px;
    }
    /* Stack each form row/field group */
    .form-group {
      display: block;
      width: 100%;
      margin-bottom: 1em;
    }
    /* Labels above inputs */
    .form-group label {
      display: block;
      float: none;
      width: 100%;
      text-align: left;
      margin-bottom: 0.5em;
    }
    /* Inputs, selects, textareas full-width */
    .form-group input,
    .form-group select,
    .form-group textarea {
      width: 100%;
      padding: 0.5em;
      margin-bottom: 1em;
    }
    /* Full-width buttons */
    .form-group button {
      width: 100%;
      padding: 0.75em;
      font-size: 1em;
    }
  }
  