/**
* Last Mod: 2023-03-26 10:28:12
*/

.blockTop > img {
	float: left;
	margin-right: 1.25rem;
}

.blockMiddle .blockLeft {
	width: 90%;
}
.blockMiddle .blockLeft .imgWrapper {
	position: absolute;
	right: -3.125rem;
	top: -3.125rem;
	z-index: 2;
}
.blockMiddle .blockLeft .imgWrapper img {
	transition: all 0.6s ease;
}
.blockMiddle .blockLeft form {
	max-height: 900px;
	z-index: 2;
	overflow-y: hidden;
	transition: all 0.2s ease;
}
.blockMiddle #WrapperFromSet.blockLeftHideForm form {
	max-height: 0;
}
.blockMiddle #WrapperFromSet.blockLeftHideForm .imgWrapper {
	display: none;
}
.blockMiddle fieldset {
	margin: 0;
	padding: 1.5rem 1rem;
	border: solid 1px #c0c0c0;
	background-color: #efefef;
}
.blockMiddle fieldset input, 
.blockMiddle fieldset select,
.blockMiddle fieldset textarea {
	box-sizing: border-box;
}
.blockMiddle fieldset .ltdLine {
	max-width: 21.875rem;
	padding: 0;
	margin-bottom: 0.625rem;
}
.blockMiddle fieldset .ltdLine .cTitle {
	margin-bottom: 0.25rem;
	font-size: 0.813rem;
}
.blockMiddle .contactInput {
	padding: 0.375rem 0.625rem;
	border: solid 1px #c0c0c0;
	border-top: solid 2px #909090;
	border-bottom: solid 1px #d0d0d0;
	background-color: #e0e0e0;
	font-size: 0.875rem;
	box-shadow: inset 0 0.188rem 0.313rem rgba(150, 150, 150, 0.6);
	border-radius: 3pt;
	outline: none;
}
.blockMiddle .inputError {
	border: solid 1px #f33;
	background-color: #fcc;
}
.cName, 
.cEmail, 
.cBusiness, 
.cType {
	width: 100%;
	max-width: 21.875rem;
}
.cNumber {
	width: 100%;
	max-width: 15.25rem;
}
.cSubject {
	width: 100%;
	max-width: 21.8rem;
}
.cBestTime {
	float: right;
	width: 5rem;
}
.blockMiddle fieldset textarea {
	width: 95%;
	height: 6.25rem;
}
.cSubmit {
	margin-top: 1.875rem;
	margin-bottom: 0.625rem;
	padding-top: 1rem;
	text-align: center;
	border-top: solid 1px #c0c0c0;
}
#captcha {
	width: 9.375rem;
}
.captcha {
	height: 1.938rem;
	vertical-align: middle;
	border: solid 1px #c0c0c0;
}
.blockMiddle fieldset .captchaLine {
	max-width: unset;
}
.captchaLine b {
	font-size: 1.25rem;
}
.captchaRefreshSet {
	margin-left: 1rem;
	font-size: 0.813rem;
}
.captchaRefresh {
	margin-top: -2px;
	vertical-align: middle;
}
.captchaRefresh:hover {
	cursor: pointer;
}
.showFormSuccess {
	display: none;
	max-height: 0;
	padding: 1.5rem 1rem;
    border: solid 1px #c0c0c0;
    background-color: #efefef;
	transition: all 0.5s ease;
}
.showFormSuccessShow {
	display: block;
	max-height: 300px;
}
.erMsg {
	display: none;
	color: #f00;
}
.erMsgShow {
	display: block;
}

/* css loader */
.submitLoader {
	position: absolute;
	display: none;
	width: 100%;
	height: 82px;
	top: 0;
	left: 0;
	z-index: 3;
	background-color: rgba(239, 239, 239, 0.6);
}
.submitLoaderShow {
	display: block;
}
.lds-dual-ring {
	display: inline-block;
	width: 70px;
	height: 70px;
  }
  .lds-dual-ring:after {
	content: " ";
	display: block;
	width: 44px;
	height: 44px;
	margin: 8px;
	border-radius: 50%;
	border: 6px solid #f50;
	border-color: #f50 transparent #f50 transparent;
	animation: lds-dual-ring 1.2s linear infinite;
  }
  @keyframes lds-dual-ring {
	0% {
	  transform: rotate(0deg);
	}
	100% {
	  transform: rotate(360deg);
	}
  }

@media (max-width:680px) {
	.blockMiddle .blockLeft .imgWrapper img {
		width: 9.375rem;
		height: auto;
	}
}
@media (max-width:600px) {
	.blockMiddle .blockLeft .imgWrapper img {
		width: 6.25rem;
	}
}
@media (max-width:540px) {
	.cNumber {
		width: 72%;
	}
	.blockMiddle fieldset textarea {
		width: calc(100% - 1.25rem);
	}
	.captchaRefreshSet {
		display: block;
		margin-top: 0.5rem;
		margin-left: 0;
	}
}
@media (max-width:540px) {
	.cNumber {
		width: 60%;
	}
}
@media (max-width:350px) {
	.cNumber {
		width: 100%;
	}
	.cBestTime {
		float: unset;
		width: 100%;
		margin-top: 0.313rem;
	}
}