.form_block {
	background-color: #f1f0f1;
	padding-bottom: 49px;
	border-bottom: 1px solid #fff;
}
.inq_form {
	position: relative;
	padding-top: 2px;
}
.inq_form * {
	z-index: 5;
}
.inq_form .form_spinner {
	position: absolute;
	left: 50%;
	top: 50%;
	overflow: hidden;
	width: 0;
	height: 0;
	z-index: 10;
	background: #f1f0f1;
	transition: 0.5s ease;
    -o-transition: 0.5s ease;
    -webkit-transition: 0.5s ease;
}
.inq_form.processing .form_spinner {
	width: 100%;
	left: 0;
	top: 0;
	height: 100%;
}
.form_spinner img {
	width: 30px;
	height: 30px;
	left: 50%;
	margin-left: -15px;
	top: 50%;
	margin-top: -15px;
	position: absolute;
	content: '';
}
.inq_form input, select {
	width: 100%;
	height: 47px;
	float:left;
	box-sizing: border-box;
	-webkit-appearance: none;
	-moz-box-sizing: border-box; /*Firefox 1-3*/
	-webkit-box-sizing: border-box; /* Safari */
	border: 1px solid #d3d0d1;
    color: #737272;
    background-color: #faf9fa;
    padding: 13px 28px 14px;
    font: 14px/20px 'Open Sans', sans-serif;
}
.inq_form textarea {
	width: 100%;
	height: 308px;
	background: #faf9fa;
	position: relative;
	resize:none;
	overflow: hidden;
	box-sizing: border-box;
	-webkit-appearance: none;
	-moz-box-sizing: border-box; /*Firefox 1-3*/
	-webkit-box-sizing: border-box; /* Safari */
	float:left;
	margin: 0;
	color: #737272;
    font: 14px/20px 'Open Sans', sans-serif;
	border: 1px solid #d3d0d1;
    padding: 22px 28px 14px;
}
.inq_form ._placeholder {
	transition: 0.5s ease;
	-o-transition: 0.5s ease;
	-webkit-transition: 0.5s ease;
	color: #737272;
    font: 14px/20px 'Open Sans', sans-serif;
	border: 1px solid transparent;
    padding: 13px 28px 14px;
	height: 47px !important;
	width: 100% !important;
	box-sizing: border-box;
	-moz-box-sizing: border-box; /*Firefox 1-3*/
	-webkit-box-sizing: border-box; /* Safari */
	position: absolute;
	right: 0;
	top: 0;
	left: 0;
	cursor: text !important;
	display: block;
}
.inq_form ._placeholder.hidden {
	display: none;
}
.inq_form ._placeholder.focused {
	opacity: 0.3;
}
.inq_form .message ._placeholder {
	height: 100% !important;
	padding-top: 22px;
}
.inq_form label {
	position:relative;
	display: block;
	min-height: 68px;
	float: left;
}
.prod_inqurey label{
		width: 380px;
}
.inq_form label+label {
	margin-left: 30px;
}
.inq_form label.message {
	width: 100%;
	position: relative;
	margin-left: 0;
	position: relative;
}
@media(max-width:1560px){
	.inq_form label {
		width: 270px;
	}
}
.inq_form .error-message, .inq_form .empty-message {
	color: #E02A05;
	font-size: 11px;
	line-height:14px;
	width:auto;
	position: absolute;
	z-index: 995;
	top: 10px;
	opacity: 0;
	right: 5px;
	float:left;
	transition: 0.5s ease;
	-o-transition: 0.5s ease;
	-webkit-transition: 0.5s ease;
}
/*.inq_form .message .error-message, .inq_form .message .empty-message {
	bottom: -16px;
}*/
.inq_form .invalid .error-message, .inq_form .empty .empty-message {
	opacity: 1;
}
.btns {
	font-size: 0;
	line-height: 0;
	padding-top: 27px;
	text-align: center;
}
.btns .btn {
	margin-top: 0;	
}
.btns .btn + .btn {
	margin-left: 16px;
}
.phone {
	position: relative;
}
.success_wrapper {
	position: relative;
}
.message br {
	height: 0;
	line-height: 0;
}
.file {
	margin-top: 9px;
	min-height: 0 !important;
}
.file ._placeholder {
	display: none !important;
}
.file input {
}
.file .wrapper {
	height: 44px;
	display: block;
	overflow: hidden;
	margin-left: 107px;
	position: relative;
	z-index: 999;
	border: 1px solid #d8d8d8;
}
.input-group-btn {
	display: block;
	float: left;
	position: absolute;
	left: 0;
	top: 6px;
}
.form-control  {
	float: right;
}
.bootstrap-filestyle  {
	overflow: hidden;
	padding-left: 107px;
}
.inq_form label.btn {
	min-height: 0;
	cursor: pointer;
	float: none;
	display: inline-block;
	width: auto;
	margin-top: 0;
}
span.lab {
	position: absolute;
	top: -25px;
	left: 0;
}
.file .lab {
	top: -26px;
}
@media only screen and (max-width: 1199px) {
.inq_form label {
	float: none !important;	
	width: 100%;
	margin-left: 0 !important;
}
.inq_form .success-message {
	width: 100% !important;
}
}
@media only screen and (max-width: 995px) {
.inq_form {
}
.inq_form .success-message {
	border-color: #000;
}
.inq_form input, .inq_form textarea {
	border-color: #000;
}
.inq_form .success-message {
	width: 100%;
}
.btns {
	padding-right: 0;
}
.map figure {
	float: left !important;
	margin-right: 0px !important;
}
.inq_form input, .inq_form textarea, .inq_form .success-message {
/*	border: 1px solid #3a5363;
*/}
}
@media only screen and (max-width: 767px) {
.inq_form {
	padding-top: 40px;
}
.map figure {
	width: 100% !important;
	float: none !important;
	display: block !important;
	margin-right: 0px !important;
}
  .btns {
		padding-bottom: 0;  
  }
  .inq_form textarea {
		height: 300px !important; 
  }
   .inq_form {
 }
 .inq_form {
 	margin-bottom: 40px;
 }
}
@media only screen and (max-width: 479px) {
  .inq_form textarea {
		height: 200px !important;  
  }
}
button.close {
  -webkit-appearance: none;
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
}
.modal-open {
  overflow: hidden;
}
.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050 !important;
  display: none;
  overflow: auto;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}
.modal.fade .modal-dialog {
  -webkit-transition: -webkit-transform .3s ease-out;
     -moz-transition:    -moz-transform .3s ease-out;
       -o-transition:      -o-transform .3s ease-out;
          transition:         transform .3s ease-out;
  -webkit-transform: translate(0, -25%);
      -ms-transform: translate(0, -25%);
          transform: translate(0, -25%);
}
.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
          transform: translate(0, 0);
}
.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}
.modal-content {
  position: relative;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, .2);
  border-radius: 6px;
  outline: none;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
          box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
}
.modal-content h4 {
	padding-top: 0;
	font-size: 30px;
	line-height: 30px;
}
.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040 !important;
  background-color: #000;
}
.modal-backdrop.fade {
  filter: alpha(opacity=0);
  opacity: 0;
}
.modal-backdrop.in {
  filter: alpha(opacity=50);
  opacity: .5;
}
.modal-header {
  min-height: 16.42857143px;
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
}
.modal-header .close {
  margin-top: -2px;
  float: right;
}
.modal-title {
  margin: 0;
  line-height: 1.42857143;
}
.modal-body {
  position: relative;
  padding: 20px;
}
.modal-footer {
  padding: 19px 20px 20px;
  margin-top: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}
.modal-footer .btn + .btn {
  margin-bottom: 0;
  margin-left: 5px;
}
.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}
.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}
@media (min-width: 768px) {
  .modal-dialog {
    width: 600px;
    margin: 30px auto;
  }
  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
            box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
  }
  .modal-sm {
    width: 300px;
  }
}
/*home form*/
.hm_form_area{
	background-color: #f8f8f8;
	display: flex;
  margin-right: auto;
  margin-left: auto;
  position: relative;
}
.hm_form_left{
	width: 40%;
}
.hm_form_area textarea{
	height: 258px !important;
}
.hm_form_img{
	width: 60%;
}
.hm_form_content{
	padding: 40px 60px 40px 60px;
}
.hm_form_left{
	width: 40%;
}
.Homepage label{
		width: 320px;	
}
.ContactUs label{
	width: 380px;
}
.img_ht{
width: 100%;
}
@media only screen and (max-width: 1780px) {
.ft_sin_h1{
  font-size: 1.5rem;
}
.ft_tt_linex{
  font-size: 14px;
  line-height: 2.2em;
}
 .hm_form_area .inq_form textarea {
	height: 158px !important;  
 }
 .hm_form_area .inq_form input{
	height: 32px !important;
 }
.hm_form_area .inq_form label {
  min-height: 40px;
  width: 100%;
}  
.hm_form_area .inq_form ._placeholder {
	height: 40px !important;
	padding: 8px 28px 14px;
}
.hm_form_area .btns {
	padding-top: 18px;
}
}
@media only screen and (max-width: 1200px) {
 .hm_form_area .inq_form textarea {
	height: 108px !important;  
 }
 .hm_form_area .inq_form input{
	height: 28px !important;
 }
.hm_form_area .inq_form label {
  min-height: 32px;
  width: 100%;
}  
.hm_form_area .hm_form_content {
  padding: 30px 20px 30px 20px;
}
.hm_form_area .inq_form ._placeholder {
	height: 28px !important;
	padding: 5px 28px 14px;
}
.hm_form_area .btns {
	padding-top: 12px;
}
}
@media only screen and (max-width: 979px) {
	.hm_form_area{
		flex-direction: column;
	}
	.hm_form_left{
		width: 100%;
		order: 2;
	}
	.hm_form_img{
		width: 100%;
		order: 1;
	}
	.ft_tt_linex{
  font-size: 16px;
  line-height: 2.2em;
}
}
/*oem form*/
.circle_box{
	border-style: solid;
	border-width: 1px 1px 1px 1px;
	border-color: #D6D6D6;
	transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
	background: #ffffff;
}
.bg_red{
	background: #ff0000;
	color: white;
}
.full_form{
	width: 72%;
	padding-bottom: 30px;
}
.div_center{
			display: flex;
		justify-content: center;
		align-items: center;
}
@media (max-width: 979px) {
	.full_form{
		width: 80%;
	}
}
/*new style*/
.inq_frm_container {
  display: flex;
  flex-direction: row;
}
.left-block, .right-block {
  flex: 1;
  padding: 20px;
  width: 50%;
}
@media (max-width: 980px) {
	.inq_frm_container {
	    flex-direction: column;
	}
	.right-block {
	    order: -1; 
	}
	.left-block, .right-block {
	  width: 90%;
	}
}
.inq_form input[data-constraints~="@Required"] ~ ._placeholder,
.inq_form textarea[data-constraints~="@Required"] ~ ._placeholder {
    color: #ff0000 !important;
}
.select-caret-down {
  position: absolute;
  top: 40%;
  transform: translateY(-50%);
  inset-inline-end: 10px;
  pointer-events: none;
  font-size: 14px;
}
.left_0{
	margin: 0 !important;
	float: left;
}
.right_0{
	margin: 0 !important;
	float: right !important;
}
.full_line{
	margin: 0 !important;
	width: 100% !important;
}
.inq_frm_container label{
	width: 320px;
}
.inq_frm_container .drawstring-style{
	width: 100% !important;
}
/*inquiry form tabs*/
.slideTxtBox{  border:1px solid #ddd;  }
.slideTxtBox .hd{ 
display: flex;
justify-content: center;
align-items: flex-end;
border: 1px dashed #ccc;
height:52px; line-height:45px; background:#E00024; padding:0 10px 0 20px;   border-bottom:1px solid #ddd;		
vertical-align: bottom; 
}
.slideTxtBox .hd ul{  
height:47px; 
margin: 0;
padding: 0;	
}
.slideTxtBox .hd ul li{ 
float:left; 
padding:0 15px; 
cursor:pointer; 
color:white !important; 
  background: #e00024;
margin: 0 5px;
padding: 3px 20px;
 border-radius: 8px 8px 0 0;
}
.slideTxtBox .hd h1{
  font-size: 24px;
font-weight: 400;
line-height: 1em;
text-align: center;
}
.slideTxtBox .hd ul li.on{color:#E00024 !important; height:40px;  background:#fff; border:1px solid #ddd; 
border-bottom:1px solid #ddd;		
}
.slideTxtBox .bd ul{ padding:15px;  zoom:1;  }
.slideTxtBox .bd li{ height:24px; line-height:24px;   }
.inq_frm_container{
width: 100%;
}
