@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');

.feedbackform {
	width:auto;
	margin: auto;
}
.feedbackform hr{
	margin-top: 20px;
	margin-bottom: 20px;
	border-bottom-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: dotted;
	border-left-style: none;
	border-bottom-color: #CCC;
}
/****************************************************************/
/* Chrome, Safari, Edge (WebKit) */
::-webkit-input-placeholder {
    font-family: Montserrat;
    color: #66666690;
    font-size: 12px;
    font-weight: 600;
}

/* Firefox 4–18 */
:-moz-placeholder {
    font-family: Montserrat;
    color: #66666690;
    font-size: 12px;
    font-weight: 600;
}

/* Firefox 19+ */
::-moz-placeholder {
    font-family: Montserrat;
    color: #66666690;
    font-size: 12px;
    font-weight: 600;
}

/* Internet Explorer 10–11, Edge Legacy */
:-ms-input-placeholder {
    font-family: Montserrat;
    color: #66666690;
    font-size: 12px;
    font-weight: 600;
}
/****************************************************************/
/* WebKit (Chrome, Safari, Edge) */
input[name="User_name"]::placeholder,
input[name="Tel_no"]::placeholder,
input[name="User_email"]::placeholder,
textarea[name="Enquiry"]::placeholder {
    color: rgba(255, 0, 0, 0.50);
}

/* Firefox 19+ */
input[name="User_name"]::-moz-placeholder,
input[name="Tel_no"]::-moz-placeholder,
input[name="User_email"]::-moz-placeholder,
textarea[name="Enquiry"]::-moz-placeholder {
    color: rgba(255, 0, 0, 0.50);
}

/* Firefox 4–18 */
input[name="User_name"]:-moz-placeholder,
input[name="Tel_no"]:-moz-placeholder,
input[name="User_email"]:-moz-placeholder,
textarea[name="Enquiry"]:-moz-placeholder {
    color: rgba(255, 0, 0, 0.50);
}

/* IE10–11, Edge Legacy */
input[name="User_name"]:-ms-input-placeholder,
input[name="Tel_no"]:-ms-input-placeholder,
input[name="User_email"]:-ms-input-placeholder,
textarea[name="Enquiry"]:-ms-input-placeholder {
    color: rgba(255, 0, 0, 0.50);
}

/* #AntiSpam1,#AntiSpam2,#AntiSpam3,#AntiSpam4::placeholder {
    color: #66666690 !important;
}
#AntiSpam1,#AntiSpam2,#AntiSpam3,#AntiSpam4::-moz-placeholder {
    color: #66666690 !important;
}
#AntiSpam1,#AntiSpam2,#AntiSpam3,#AntiSpam4:-moz-placeholder {
    color: #66666690 !important;
}
#AntiSpam1,#AntiSpam2,#AntiSpam3,#AntiSpam4:-ms-input-placeholder {
    color: #66666690 !important;
} */

/****************************************************************/
.feedbackform input[type=text],
.feedbackform input[type=number],
.feedbackform input[type=tel],
.feedbackform input[type=email],
.feedbackform input[type=date],
.feedbackform input[type=file],
.feedbackform input[type=submit],
.feedbackform textarea,
.feedbackform select,
#captchaInput1,
#captchaInput2,
#captchaInput3,
#captchaInput4
{
	border: 2px solid #CCC;
	border-radius:5px;
	padding: 10px;
	margin-top:5px;
	margin-bottom:5px;
	outline:none;
	box-sizing : border-box;
	width: 100%;
	-webkit-appearance: none;
	}
.feedbackform .margin_right{
	margin-right:5px;
	}
.feedbackform .dua{width:50%;}

#AntiSpam1,
#AntiSpam2,
#AntiSpam3,
#AntiSpam4 {
	border: 2px solid #CCC;
	border-radius:5px;
	padding: 10px;
	margin-top:5px;
	margin-bottom:5px;
	outline:none;
	box-sizing : border-box;
	text-align: center;
	/* width: 100%; */
	-webkit-appearance: none;
}
	
/****************************************************************/
.feedbackform flex{
	display: -webkit-flex; /* Safari */
  display: flex;
	}

@media only screen and (max-width: 540px) {
.feedbackform flex{
  display: block;
	}
.feedbackform .margin_right{
	margin-right:0px;
	}	
	
}
/****************************************************************/
.feedbackform input[type=submit]{
	color: #FFF;
	background-color: #069;
	cursor:pointer;
	font-family:Montserrat;
	font-weight: 700;
}

/****************************************************************/ 
.feedbackform #captchaInput1,
.feedbackform #captchaInput2, 
.feedbackform #captchaInput3,
.feedbackform #captchaInput4 {
	background-image: url(feedback/captcha.gif);
	background-size: cover;
	color:#00000085;
	font-family:Montserrat;
	font-weight: 500;
	text-align: center;
	/* disable select */
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	font-size:18px;
}

/* uwu */
.uwu-form {
	text-align: center;
	margin-top: 5px;
    margin-bottom: 5px;
	border: 2px solid #CCC;
    border-radius: 5px;
}