body {
	/* background: url(/common/img/zoo-new-img/mid.jpg) center 0 repeat-y; */
	font-family: SourceSansPro-Regular;
	font-size: 16px;
	width: 100%;
}

html {
	-webkit-tap-highlight-color: #74cef0;
}

/* .border {
  border: 1px solid red !important;
} */

.ipt-border {
	border: 3px solid #0071a8;
	padding: 0.5em;
}

.form-control {
	border-radius: 0;
	border: 2px solid #0071a8;
	border-radius: 5px;
	background: #74cef0;
	color: #0071a8;
	font-family: SourceSansPro-Bold;
	font-size: 16px;
	text-align: center;
}

.form-control:focus {
	border: 2px solid #0071a8;
	background: #74cef0;
	color: #0071a8;
}

::placeholder {
	color: #0071a8 !important;
	opacity: 1;
	text-align: center;
}

.checkbox {
	display: inline-flex;
	cursor: pointer;
	position: relative;
}

.checkbox > span {
	color: #000000;
	text-align: justify;
}

.checkbox > input {
	margin-top: 0.5rem;
	height: 1.6rem;
	width: 3rem;
	-webkit-appearance: none;
	-moz-appearance: none;
	-o-appearance: none;
	appearance: none;
	border: 2px solid #0071a8;
	outline: none;
	transition-duration: 0.3s;
	background-color: #74cef0;
	cursor: pointer;
	margin-right: 10px;
	position: relative;
}

.checkbox > input:checked:before {
	content: "\2713";
	text-align: center;
	color: #fff;
	position: absolute;
	top: 0;
	left: 0;
	font-size: 12px;
	background-color: #74cef0;
	width: 100%;
}

/* .btn-bg {
  background: url("/common/img/zoo-new-img/btn-submit.png") center 0 no-repeat;
  background-size: auto;
  height: 9rem;
  cursor: pointer;
  background-position-x: calc(50% + 1.7rem);
  background-position-y: bottom;
} */
.btn-submit {
	margin-top: -4rem;
	cursor: pointer;
}
.top-logo {
	margin-left: 4rem;
}

.bg-mid {
	background: url(/common/img/family-day-2024/bg.jpg) center center;
	background-size: cover;
}

.btm-logo {
	margin-bottom: 7rem;
}

.content-padding {
	padding-top: 1rem;
	padding-left: 11rem;
	padding-right: 11rem;
}

.dropdown {
	width: 100%;
	border: 2px solid #0071a8;
	border-radius: 5px;
	margin-bottom: 15px;
	background: #74cef0;
	padding: 0.5rem 0.7rem;
}

.dropdown .dropdown-toggle {
	display: flex !important;
	justify-content: space-between !important;
	align-items: center !important;
}

.dropdown-toggle::after {
	font-size: 20px !important;
	color: #0071a8 !important;
}

.dropdown .btn {
	padding: 0;
	/* border: 2px solid #f8ef6e; */
	width: 100%;
	color: #0071a8;
	justify-content: flex-start;
	font-size: 16px;
	font-family: SourceSansPro-Bold;
	/* padding: 0.25em 0 0.25em 1em; */
	border-radius: 0;
}

.dropdown .dropdown-menu {
	width: 95%;
	font-size: 16px;
	font-family: SourceSansPro-Bold;
}

.dropdown .dropdown-item {
	cursor: pointer;
}

.error {
	border: 2px solid #f00 !important;
}

.errorTxt {
	height: 1.5rem;
	overflow: hidden;
	color: #f00;
	font-style: italic;
	font-size: 16px;
}

.errorTxt > div {
	border: 0 !important;
}

.footer-date {
	font-size: 22px;
}

.thankyou-padding {
	padding-top: 1rem;
	padding-left: 5rem;
	padding-right: 5rem;
}

.ticket-container {
	padding-left: 0.5rem;
	padding-right: 0.5rem;
}

.text-primary {
	color: #0071a8 !important;
}

.text-instruction {
	color: #000000;
	text-align: center;
	line-height: 1.2rem;
}

.text-instruction h4 {
	color: #0071a8;
}

.text-instruction span {
	font-size: 14px;
}

@media only screen and (max-width: 1025px) {
	.content-padding {
		padding-top: 1rem;
		padding-left: 10rem;
		padding-right: 10rem;
	}
}

@media only screen and (max-width: 768px) {
	.top-logo {
		margin-left: 0rem;
		width: 30rem;
	}
	.bg-btm {
		height: 15rem;
	}

	.checkbox > input {
		width: 3rem;
	}
	.footer-date {
		font-size: 16px;
	}

	.content-padding {
		padding-top: 1rem;
		padding-left: 4rem;
		padding-right: 4rem;
	}

	.ticket-container {
		padding-left: 0rem;
		padding-right: 0rem;
	}
}
@media only screen and (max-width: 539px) {
	.top-logo {
		margin-left: 0rem;
		width: 28rem;
	}
	.bg-btm {
		height: 22rem;
	}

	.content-padding {
		padding-top: 1rem;
		padding-left: 0rem;
		padding-right: 0rem;
	}

	body,
	.form-control,
	.dropdown .btn {
		font-size: 14px !important;
	}
	h1 {
		font-size: 16px !important;
	}
}

@media only screen and (max-width: 280px) {
	body,
	.form-control,
	.dropdown .btn,
	.text-instruction span,
	.dropdown .btn {
		font-size: 12px;
	}
	.top-logo {
		margin-left: 0rem;
		width: 30rem;
	}
	.bg-btm {
		height: 18rem;
	}

	.text-instruction h4 {
		font-size: 14px;
	}
}

