/*
|----------------------------------------------------------------------------
	SmartForm - PHP Working Ajax Advanced Multipurpose Form Main CSS
	Author: MGScoder
	Author URL: https://codecanyon.net/user/mgscoder
|----------------------------------------------------------------------------
*/

/*
|----------------------------------------------------------------------------
| CONTACT FORM STYLE 1
|----------------------------------------------------------------------------
*/
#contact-form-section {
	margin: 0 auto;
}
/*CONTACT FORM*/
#contactForm {
    margin: 0;
    padding: 0;
	position: relative;
	color: #000000;
}
#contactForm input::placeholder, #contactForm select::placeholder, #contactForm textarea::placeholder {
  color: #000000;
}
#contactForm .form-group .input-group-icon {
    background-color: #00569D;
    height: 18px;
    padding: 10px 6px;
    transition: all 0.2s ease 0s;
    width: 32px;
}
#contactForm .form-group .select.input-group-icon {
    height: 18px;
}
#contactForm .form-group .textarea.input-group-icon {
    height: 102px;
}
#contactForm .form-control {
    background-color: transparent;
    border: 1px solid #00569D;
    padding: 10px;
	width: 100%;
}
#contactForm textarea.form-control {
    height: 120px;
    width: 100%;
}
#contactForm input#subject {
    width: 100%;
}
#contactForm select.form-control {
    width: 100%;
	height: 38px;
}
#contactForm .form-control:focus, #contactForm .has-error .form-control:focus {
	border-color: #00569D;
}
#contactForm .form-control:focus + .input-group-icon, #contactForm .has-error .form-control:focus + .input-group-icon{
    background-color: #00569D;
    color: #fff;
}
#contactForm .btn.dropdown-toggle.btn-default {
    background: transparent none repeat scroll 0 0;
    border: 0 none;
    border-radius: 0;
    box-shadow: none;
	font-size: 14px;
    color: #555;
    padding: 6px 0;
    text-shadow: none;
}
#contactForm span.sub-text {
    bottom: 0;
    color: #ce0606;
    font-size: 14px;
    position: absolute;
    left:0;
}
#contactForm .help-block {
    padding-left: 0;
    top: -23px;
	width:100%;
}
#contactForm .help-block ul li {
	max-height: 18px;
}
#contactForm .help-block ul li::after {
    top: 16px;
}
#contactForm .help-block ul.list-unstyled {
    list-style: none;
	margin: 0;
}
#msgContactSubmit.h3 {
    padding: 0 0 50px 2%;
	margin: 0;
}
#contactForm .btn.disabled {
    opacity: 0.7;
    cursor: not-allowed;
}
#contactForm .form-group .checkbox {
    margin: 0;
}
#contactForm input[type="checkbox"] {
    margin-top: 4px;
}
#humanCheckCaptchaInput.form-control {
    width: 45px;
	padding: 4px;
}

.radio-inline.mgsradio-circle-buttons {
    padding-left: 0;
}
.radio-inline.mgsradio-circle-buttons, .radio-inline.mgsradio-circle-buttons li {
    display: inline-block;
}
.mgsradio-circle-buttons .check {
    top: -11px;
}
.mgsstyle-checkbox.mgscheckbox-style {
    padding-left: 0;
}
.mgsstyle-checkbox.mgscheckbox-style label:before {
	top: 3px;
}
.mgsstyle-checkbox.mgscheckbox-style :checked + label:before {
	top: 3px;
}
.mgssmartform .has-feedback.has-error.has-danger::before, .mgssmartform .has-feedback.has-success::before {
	left: -2px;
}

#contactForm .btn.disabled {
    opacity: 1;
    cursor: not-allowed;
}
#submitButtonHolder .btn-custom {
    vertical-align: middle;
    border: 1px solid #00569D;
    border-radius: 0;
}
#submitButtonHolder .btn::after {
    top: 4px;
}
.sa-confirm-button-container button.confirm {
  background-color: #00569D!important;
  box-shadow: none!important;
}
@media screen and (max-width: 360px) {
	#contactForm {
		padding: 50px 30px 20px;
	}	
	#contactForm span.sub-text {
		right: 40px;
	}
}

/***************** START CUSTOM CSS FOR NON-EXIST BOOTSTRAP SITE ******************
.col-sm-6 {
    width: 46%;
}
.col-sm-6 {
    float: left;
}
.col-sm-12 {
    width: 96%;
    clear: both;
}
.col-md-6, .col-sm-12, .col-sm-6 {
    min-height: 1px;
    padding-left: 2%;
    padding-right: 2%;
    position: relative;
}
.form-control {
    background-image: none;
    border-radius: 4px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
    color: #555;
    display: block;
    font-size: 14px;
    height: 34px;
    line-height: 1.42857;
    transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
}
#contactForm .form-group .textarea.input-group-icon {
    height: 84%;
}


@media screen and (max-width: 767px) {
	.col-sm-6 {
		width: 96%;
	}
	#contactForm .form-control, #contactForm textarea.form-control, #contactForm input#subject {
		width: 90%;
	}
	#contactForm select.form-control {
		width: 99%;
	}
	#contactForm #humanCheckCaptchaInput.form-control {
		margin-left: 8px;
		padding: 5px 2px;
		width: 32px;
	}
}
@media screen and (max-width: 667px) {
	#contactForm .form-control, #contactForm textarea.form-control, #contactForm input#subject {
		width: 88%;
	}
}
@media screen and (max-width: 567px) {	
	#contactForm .form-control, #contactForm textarea.form-control, #contactForm input#subject {
		width: 86%;
	}
}
@media screen and (max-width: 479px) {	
	#contactForm .form-control, #contactForm textarea.form-control, #contactForm input#subject {
		width: 83%;
	}
}
@media screen and (max-width: 420px) {
	#contactForm .form-control, #contactForm textarea.form-control, #contactForm input#subject {
		width: 78%;
	}
}
@media screen and (max-width: 320px) {
	#contactForm .form-control, #contactForm textarea.form-control, #contactForm input#subject {
		width: 74%;
	}
}
*/