#feedback {	position: fixed;	right: 0;	/*bottom: 0;	height: 250px;*/		z-index: 9;}

#feedback-form {	float: left;	width: 300px;	height: 100%;	z-index: 1000;	padding: 20px;	background-clip: 'padding-box';	border: 1px solid rgba(0,0,0,.2);
	-moz-border-radius: 0px;	-webkit-border-radius: 0px;	border-radius: 0px;	-webkit-box-shadow: 0 5px 10px rgba(0,0,0,.2);	-moz-box-shadow: 0 5px 10px rgba(0,0,0,.2);	box-shadow: 0 5px 10px rgba(0,0,0,.2);margin-right: -63px;margin-top: 38px;}
.contactform-home{width:100%;}
.contactform-home input[type="text"],
.contactform-home input[type="tel"]{border:none;border:1px solid #ddd;color:#555;margin-bottom:10px; height:35px; padding:5px; width:100%; border-radius:3px;}
.contactform-home textarea{border:none;border:1px solid #ddd;color:#555;margin-bottom:5px; padding:10px; height:70px; width:100%; border-radius:3px;}
.contactform-home input[type="text1"]{border:1px solid #ddd;color:#555;margin-bottom:10px; height:35px; padding:5px; text-align: center; width:66%;}
.contactform-home input.txtCaptcha1{text-align: center; width:66%;}
input.enqsubmit {border: 0; background: #c1020d; width: 100%; color: #fff; padding: 5px; border-radius: 5px; font-size: 18px;}
input.enqsubmit:hover {background: #505050;}

#feedback-tab {	float: right;color: #fff;font-size: 20px;cursor: pointer;text-align: center;width: 170px;height: 45px;background-color: rgb(175, 39, 39);margin-top: 100px;margin-right: -63px;padding-top: 10px;-moz-border-radius: 0;-webkit-border-radius: 0;border-radius: 0;  -webkit-transform: rotate(270deg);-moz-transform: rotate(270deg);-ms-transform: rotate(270deg);-o-transform: rotate(270deg);transform: rotate(270deg);}

#feedback-tab:before {    content: "\f044";    padding: 0 5px;    color: #fff;font-family:'FontAwesome';    margin: 0 5px 0 0;}
#feedback-tab:hover {	background-color: rgb(211, 52, 44);}

#feedback-form textarea {	resize: none;}

@media (max-width:1024px)
{
	#feedback-tab {margin-top: 30px;}
	#feedback-form {margin-top: 75px;}
	
}
@media (max-width:414px){
	#feedback-tab {margin-top: -238px;}
	#feedback-form {margin-top: -300px;}	
}
@media (max-width:384px){
	#feedback-tab {margin-top: -260px;font-size: 16px;width: 140px; height: 34px;margin-right: -55px;padding-top: 4px;}
	#feedback-form {margin-top: -313px;margin-right: -53px;}	
}
@media (max-width:360px){
	#feedback-tab {margin-top: -257px;}
	#feedback-form {margin-top: -310px;}
}
@media(max-width:335px)
{
	#feedback-tab{margin-right: -55px;}
	#feedback-form {width: 270px;}
}
@media(max-width:320px){
	#feedback-tab{margin-top: -257px;}
	#feedback-form {width: 270px;margin-top: -310px;}
.contactform-home input.txtCaptcha1 {width: 60%;}	
}

