/*-- Form Builder Themes Code
================================= --*/
.field-header {
	margin:0 7px 10px 13px;
	padding-bottom:7px;
	min-width:40%;
}

.form-theme1 h2.field-header,
.form-theme2 h2.field-header {
	font:normal 22px Georgia, "Times New Roman", Times, serif;
	border-bottom:1px solid #d2d2d2;
	margin-bottom:12px;
	padding-bottom:5px;
	color:#1f546f;
}

.form-theme2 h2.field-header {
	font-family:"Trebuchet MS", Arial;
	border-bottom:1px solid #cdd2de;
	color:#2b3d60;
}

.form-theme3 h2.field-header {
	font:normal 20px Arial, Helvetica, sans-serif;
	padding:7px 15px;
	color:#383838;
	border:1px solid #d2d2d2;
	-webkit-border-radius:3px;
	   -moz-border-radius:3px;
			border-radius:3px;
}

.form-theme4 h2.field-header {
    border-bottom:1px dotted #e2e2e2;
    color:#2679B5;
    font-size:24px;
    font-weight:lighter;
    margin:10px 0 30px;
    padding-bottom:9px;
}

.form-theme5 h2.field-header {
	font:normal 22px Arial, Helvetica, sans-serif;
	border-bottom:2px solid #ec8c3f;
	color:#000;
}

.form-theme1,
.form-theme2,
.form-theme3,
.form-theme4,
.form-theme5 {
	padding:40px;
	width:800px;
	margin:40px auto;
}

.form-theme1 label.col-lg-5,
.form-theme2 label.col-lg-5,
.form-theme3 label.col-lg-5,
.form-theme4 label.col-lg-5,
.form-theme5 label.col-lg-5 {
	width:25%;
	text-align:left;
}

.form-theme1 .col-lg-3,
.form-theme2 .col-lg-3,
.form-theme3 .col-lg-3,
.form-theme4 .col-lg-3,
.form-theme5 .col-lg-3 {
	width:55%;
}

.form-theme1,
.form-theme5 {
	background-color:#fff;
	border:2px solid #96aab5;
	-webkit-border-radius:3px;
	   -moz-border-radius:3px;
			border-radius:3px;
}

.form-theme1 .control-label {
	color:#1f546f;
	font-weight:normal;
}

.form-theme2 {
	background-color:#eceff5;
	border:1px solid #cdd2de;	
}

.form-theme2 .input-group textarea, 
.form-theme2 .input-group input {
	border:1px solid #cdd2de;
	-webkit-border-radius:3px !important;
	   -moz-border-radius:3px !important;
			border-radius:3px !important;
}

.btn.btn-success {
	padding:8px !important;
}

.form-theme2 .btn.btn-success,
.form-theme3 .btn.btn-success {
	background:#fff !important;
	border:1px solid #4c5e83;
	border-width:1px 3px 3px 1px;
	font-size:14px;
	font-weight:bold;
	color:#4c5e83 !important;
	padding:6px 9px;
}

.form-theme3 .btn.btn-success {
	background:#ededed !important;
	border:1px solid #999;
	border-radius:0;
	color:#383838 !important;
	width:85%;
}

.form-theme5 .btn.btn-success {
	background:#ef7b4e !important;
	border:2px solid #ef7b4e;
	color:#fff !important;
	font-weight:bold;
	width:85%;
}

.form-theme3 {
	background-color:none;
	border:none;	
}

.form-theme4 {
	background-color:#fff;
	border:1px solid #d2d2d2;	
}

.form-theme5 {
	background-color:#f9f6ed;
	border:1px solid #d7d3c7;	
}

.form-theme2 .control-label {
	color:#1a1a1a;
	font-weight:normal;
}

.form-theme3 .control-label {
	font-size:12px;
	font-weight:bold;
	color:#383838;
}

.form-theme3 .col-lg-6 label {
	font-size:12px;
	font-weight:bold;
	color:#8c8c8c;
}

.form-theme5 .control-label {
	color:#000;
	font-weight:normal;
}

.custom-chkrad {
	 line-height:18px; 
	 min-width:175px; 
	 display:inline-block !important; 
	 margin-top:0;
}

.extra-fileds {
	float:left;
	margin:0 7px 0 27%;
}

.extra-fileds img {
	max-width:80%;
}

.ml54-per {
	margin-left:49%;
	margin-bottom:0;
}

.datepicker-days {
	padding:7px 18px;
}

select option, select.form-control option {
	padding:3px 4px;
}

.subscrptn-btn .btn {
	height:34px;
}

.extrafield-text {
	margin-left:25%;
}

@media (min-width: 989px) and (max-width: 1150px) {
.form-theme1 label.col-lg-5,
.form-theme2 label.col-lg-5, 
.form-theme3 label.col-lg-5, 
.form-theme4 label.col-lg-5, 
.form-theme5 label.col-lg-5,
.form-theme1 .col-lg-3,
.form-theme2 .col-lg-3, 
.form-theme3 .col-lg-3, 
.form-theme4 .col-lg-3, 
.form-theme5 .col-lg-3  {
	float:left !important;
}
}

@media (max-width: 820px) {
.form-theme1 label.col-lg-5,
.form-theme2 label.col-lg-5, 
.form-theme3 label.col-lg-5, 
.form-theme4 label.col-lg-5, 
.form-theme5 label.col-lg-5 {
	display:block;
	width:25%;
}

.ml54-per,
.extrafield-text {
	margin-left:0;
}

.mobile-sbscrptnform {
	padding:0 20px;
}

.mobile-sbscrptnform .form-theme1,
.mobile-sbscrptnform .form-theme2,
.mobile-sbscrptnform .form-theme3,
.mobile-sbscrptnform .form-theme4,
.mobile-sbscrptnform .form-theme5 {
	width:100%;
	padding:20px;
}


.extra-fileds {
	margin-left:18px;
}

.form-theme2 .col-lg-3 {
	float:left;
	width:50%;
}
}

@media (max-width: 620px) {
.form-theme1 .col-lg-3,
.form-theme2 .col-lg-3, 
.form-theme3 .col-lg-3, 
.form-theme4 .col-lg-3, 
.form-theme5 .col-lg-3 {
	width:100%;
}
}