.head {
	margin-top: 0px;
	height: 250px;
	background-image: url(../images/feedback.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	text-align: center;
	padding: 0px
}
.bg {
	width: 100%;
	height: 100%;
	background-color: rgba(36,32,92,0.5);
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center
}
h1 {
	color: #fff;
	font-size: 48pt;
	font-family: "font3";
	margin: 0px;
	padding: 0px;
}
p {
	color: #303030;
	font-size: 12pt;
	font-family: "font5";
	margin-bottom: 50px;
	padding-right: 100px;
	padding-left: 100px;
}
.guest-main {
	margin-top: 0px;
	background-color: #fff;
	padding-top: 50px;
	padding-bottom: 60px
}
.guest-padd {
	padding-right: 200px;
	padding-left: 200px
}
.information-form {
	padding-right: 40px;
	padding-left: 40px;
	padding-bottom: 40px;
	border: solid 1px #e1e1e1;
}
h2 {
	color: #2b2b2b;
	font-size: 22pt;
	font-family: "font1";
	margin: 0px;
	padding-bottom: 5px;
	border-bottom: solid 1px #e1e1e1;
	text-align: center
}
.form-padd {
	padding-top: 25px
}
.information-form label {
	text-align: left !important;
	color: #595959;
	font-family: "font5";
	font-size: 11pt;
	margin-bottom: 2px;
}
.information-form input {
	width: 100%;
	border: solid 1px #562e91;
	font-family: "font5";
	font-size: 12pt;
	height: 40px;
	line-height: 40px;
	padding-left: 10px;
	background-color: #fafafa
}
.information-form select {
	width: 100%;
	border: solid 1px #562e91;
	font-family: "font5";
	font-size: 12pt;
	height: 40px !important;
	line-height: 40px;
	padding-left: 10px;
	background-color: #fafafa;
	border-radius: 0px
}
.check {
	margin-bottom: 60px;
}
.check1 {
	display: inline-block
}
.check label {
	color: #171717;
	font-family: "font5";
	font-size: 12pt;
	vertical-align: middle;
}
.check2 {
	display: inline-block;
	margin-right: 10px;
}
.check2 input {
	display: inline-block;
	width: 15px;
	height: 15px;
	vertical-align: middle
}
.check3 input {
	display: inline-block;
	width: 16px;
	height: 16px;
	vertical-align: middle;
	margin-right: 5px;
}
.check3 label {
	color: #171717;
	font-family: "font5";
	font-size: 11pt;
	vertical-align: middle;
	display: inline-block;
}
.date {
	position: relative
}
.fa-calendar-alt {
	position: absolute;
	left: 10px;
	top: 12px
}
.date input {
	padding-left: 30px
}
.information-form textarea {
	width: 100% !important;
	font-family: "font5";
	font-size: 12pt;
	border: solid 1px #562e91;
	background-color: #fafafa
}
.form-btn {
	text-align: center;
	margin-top: 30px;
}
.top {
	margin-top: 30px
}
.information-form button {
	height: 50px;
	border-radius: 0px;
	border: none;
	color: #FFFFFF;
	font-family: "font1";
	font-size: 14pt;
	background-color: #ec0928;
	cursor: pointer;
	line-height: 50px;
	padding-right: 35px;
	padding-left: 35px;
}

@media (max-width:1199.98px) {
.guest-padd {
	padding-right: 100px;
	padding-left: 100px
}
}

@media (max-width:991.98px) {
p {
	font-size: 11pt;
	padding-right: 0px;
	padding-left: 0px
}
.guest-main {
	padding-top: 30px;
	padding-bottom: 30px
}
.guest-padd {
	padding-right: 25px;
	padding-left: 25px
}
h2 {
	font-size: 18pt;
}
}

@media (max-width:767.98px) {
.head {
	height: 180px;
}
h1 {
	font-size: 34pt;
}
p {
	font-size: 11pt;
	margin-bottom: 25px
}
.guest-padd {
	padding-right: 0px;
	padding-left: 0px
}
.form-padd {
	padding-top: 10px
}
.information-form {
	padding-top: 10px;
	padding-right: 20px;
	padding-left: 20px;
	padding-bottom: 20px;
}
.check {
	margin-bottom: 20px;
}
.top {
	margin-top: 10px
}
.information-form label {
	font-size: 10pt;
}
.information-form input {
	font-size: 10pt;
	height: 35px;
	line-height: 35px;
}
.information-form select {
	font-size: 10pt;
	height: 35px !important;
	line-height: 35px;
}
.form-btn {
	margin-top: 20px;
}
.check label {
	font-size: 10pt;
}
.check3 label {
	font-size: 10pt;
}
.information-form textarea {
	font-size: 10pt;
}
.information-form button {
	height: 40px;
	font-size: 12pt;
	line-height: 40px;
	padding-right: 20px;
	padding-left: 20px;
}
}

@media (max-width:575.98px) {
p {
	font-size: 10pt;
}
.guest-main{
	padding-left:5px;
	padding-right:5px
}
}

@media (max-width:480px) {
h1 {
	font-size: 32pt;
}
h2 {
	font-size: 14pt;
}
.information-form {
	padding-right: 10px;
	padding-left: 10px;
}
.check1 {
	display: block
}
.information-form button {
	width: 100%;
	font-size: 11pt
}
}

@media (max-width:420px) {
.head {
	height: 140px;
}
h1 {
	font-size: 24pt;
}
p {
	font-size: 9pt;
}
}

@media (max-width:375px) {
h1 {
	font-size: 20pt;
}
}
