input:focus,
textarea:focus,
select:focus,
button:focus,
img:focus {
	outline: none;
}
.element-hide {
	display: none;
}
body {
	background-color: #f9f9f9;
}
.my-account-container {
	background-color: #fff;
	max-width: 1200px;
	margin: 0 auto;
	margin-top: 20px;
	padding: 120px 0 100px;
}
.title-bg {
	position: fixed;
	z-index: 90;
	top: 120px;
	margin-bottom: 0;
	color: #fff;
	width: 100%;
	margin: 0 auto;
	background: linear-gradient(90deg, #ff978a, #fd9184);
	text-align: right;
}
.title-bg > h1 {
	font-size: 26px;
	font-weight: bold;
	display: block;
	max-width: 1100px;
	margin: 0 auto;
	line-height: 60px;
}
h5 {
	width: 25%;
	float: left;
	font-size: 16px;
	padding-top: 8px;
	color: #353535;
}
.txt-info {
	width: 80%;
	float: left;
	font-size: 16px;
	text-align: left;
	font-weight: normal;
	line-height: 1.2;
	padding-top: 7px;
	color: #353535;
}
.booking-reminder {
	width: 25px;
	height: 25px;
	color: #fff;
	background-color: #74c2c6;
	position: absolute;
	top: 20px;
	margin-top: -30px;
	border-radius: 50%;
	line-height: 25px;
	z-index: 10;
	right: 5px;
	text-align: center;
}
::-webkit-input-placeholder {
	color: #9a9a9a;
}
::-moz-placeholder {
	color: #9a9a9a;
}
:-ms-input-placeholder {
	color: #9a9a9a;
}
:-moz-placeholder {
	color: #9a9a9a;
}
.must {
	color: #f00;
}
.gray {
	background-color: #f9f9f9;
}
.icon-area {
	width: 40px;
	display: inline-block;
}
input[type='text'],
input[type='email'],
input[type='tel'],
input[type='password'],
textarea {
	width: 75%;
	float: left;
	border: 1px solid #cfcfcf;
	border-radius: 5px;
	padding: 5px;
	font-size: 16px;
	-webkit-appearance: none;
	color: #353535;
}
select {
	float: left;
	border: 1px solid #cfcfcf;
	border-radius: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
	font-size: 16px;
	font-weight: normal;
	-webkit-appearance: none;
	padding-left: 5px;
	background-image: url(../image/select_bg.png);
	background-position: right center;
	background-repeat: no-repeat;
	color: #353535;
	background-color: #fff !important;
}
#select_serive_area {
	width: 100%;
	float: left;
	background-color: #f7ffff;
	padding-top: 30px;
	padding-bottom: 30px;
}
#select_serive_area > h1 {
	color: #6dbc9d;
	font-size: 25px;
	font-weight: bold;
	text-align: center;
	padding-bottom: 15px;
}
#select_serive {
	overflow: hidden;
	width: 90%;
	margin: 0 auto;
}
#select_serive > div {
	width: 33.3%;
	float: left;
}
#select_serive > div > strong {
	color: #389799;
	font-size: 18px;
	font-weight: normal;
	margin-bottom: 5px;
	display: inline-block;
}
#select_serive > div > span {
	color: #2a3030;
	font-size: 18px;
	font-weight: normal;
	margin-bottom: 5px;
	display: inline-block;
}
.p1 {
	width: 27%;
	margin-right: 3%;
	float: left;
}
.p2 {
	width: 50%;
	float: left;
}
.form {
	width: 520px;
	margin: 0 auto;
}
.form > div {
	width: 100%;
	margin: 0 auto;
	float: left;
	margin-bottom: 15px;
	overflow: hidden;
	position: relative;
}
.wb-show {
	display: block !important;
}
.mb-show {
	display: none !important;
}
h2 {
	font-size: 24px;
	font-weight: bold;
	color: #f26b58;
}
.orange {
	color: #f46157;
}
.main-area {
	width: 95%;
	margin: 0 auto;
}
.clear {
	clear: both;
}
#menu-title {
	color: #fff;
}
.table-title td {
	padding: 5px;
	border-right: 1px solid #fff;
	color: #fff;
	background: #63c19c;
}
.table-txt {
	color: #323232;
	background: #f9f9f9;
	border-right: 1px solid #fff;
	font-weight: normal;
	cursor: pointer;
}
.table-txt:nth-child(even) {
	background: #f9f9f9;
}
.table-txt:nth-child(odd) {
	background: #e6e6e6;
}
.table-txt:hover,
.table-txt.selected {
	background: #f26b58;
	color: #fff;
}
.table-txt td {
	padding: 5px;
	border-right: 1px solid #fff;
}
.edit-btn {
	display: inline-block;
	border: 0;
	border-radius: 18px;
	background: #57c4c7;
	color: #fff;
	margin-left: 10px;
	margin-right: 10px;
	padding: 8px 30px;
	line-height: 18px;
}
.edit-btn.red {
	background-color: #f46157;
}
.edit-btn.unselect {
	background-color: #bcbcbc;
}
.mb-list {
	margin-top: 70px;
}
.mb-table {
	overflow: hidden;
	padding-left: 3%;
	padding-right: 3%;
	padding-top: 20px;
	padding-bottom: 15px;
}
.mb-table:hover {
	background-color: #f26b58 !important;
	color: #fff;
}
.mb-table > strong {
	width: 30%;
	float: left;
	font-size: 16px;
	text-align: left;
	padding-bottom: 5px;
}
.mb-table > span {
	width: 70%;
	float: left;
	font-size: 16px;
	font-weight: normal;
	text-align: left;
	padding-bottom: 5px;
}
.mb-table:nth-child(even) {
	background: #e6e6e6;
}
.mb-table:nth-child(odd) {
	background: #f9f9f9;
}
.mb-table > hr {
	margin-top: 0px;
	margin-bottom: 0px;
	border: 0;
	border-top: 0px solid rgba(0, 0, 0, 0.1);
	width: 100%;
	float: left;
}
input[type='radio']:after {
	width: 20px;
	height: 20px;
	border-radius: 15px;
	top: -2px;
	left: -1px;
	position: relative;
	background-color: #fff;
	content: '';
	display: inline-block;
	visibility: visible;
	border: 1px solid #e2e2e2;
}
input[type='radio']:checked:after {
	width: 20px;
	height: 20px;
	border-radius: 15px;
	top: -2px;
	left: -1px;
	position: relative;
	background-image: url('/image/radio_point.png');
	background-repeat: no-repeat;
	background-position: center;
	background-size: 100%;
	content: '';
	display: inline-block;
	visibility: visible;
	border: 1px solid #e2e2e2;
}
@media screen and (max-width: 1200px) {
	h1 {
		padding-right: 20px;
		font-size: 20px;
		line-height: 40px;
	}
}
/******* Menu *******/
.topnav {
	position: fixed;
	z-index: 90;
	overflow: hidden;
	top: 180px;
	left: 0;
	width: 100%;
	border-bottom: 3px solid #fd9184;
	padding-top: 2px;
	background-color: #f9f9f9;
}
.topnav a {
	float: left;
	display: block;
	color: #fff;
	text-align: center;
	text-decoration: none;
	font-size: 16px;
	width: calc(100% / 5);
	border-bottom: 3px solid #fd9184;
	border-right: 1px solid #fff;
	background-color: #bcbcbc;
	padding-top: 8px;
	padding-bottom: 8px;
	position: relative;
}
.topnav a:hover {
	background-color: #ddd;
	color: black;
}
.topnav a.active {
	background-color: #fd9184;
	color: white;
}
.topnav .icon {
	display: none;
}
@media screen and (max-width: 1000px) {
	.topnav a {
		font-size: 14px;
	}
}
@media screen and (max-width: 767px) {
	h2 {
		font-size: 20px !important;
	}
	.topnav a:not(:first-child) {
		display: none;
	}
	.topnav::after {
		content: '';
		display: block;
		width: 14px;
		height: 11px;
		position: absolute;
		top: 15px;
		right: 20px;
		text-align: center;
		background: url(/image/menu_arrow_down.png);
	}
	.topnav.responsive::after {
		background: url(/image/menu_arrow_up.png);
	}
	.topnav {
		top: 110px;
		padding-top: 0px;
		border-top: 1px solid #fff;
		border-bottom: 0px solid #fd9184;
	}
	.topnav a {
		float: left;
		display: block;
		color: #fff;
		text-align: left;
		text-decoration: none;
		font-size: 16px;
		width: 100%;
		background-color: #fd9184;
		border-right: 0px solid #fff;
		border-bottom: 1px solid #fff;
		padding-left: 20px;
		padding-right: 20px;
	}
	.topnav a:hover {
		background-color: #fd9184;
		color: #fff;
	}
	.topnav.responsive .icon {
		position: absolute;
		right: 0;
		top: 0;
	}
	.topnav.responsive a {
		float: none;
		display: block;
		text-align: left;
	}
}
/******* Menu *******/
@media screen and (max-width: 767px) {
	#select_serive_area > h1 {
		padding-bottom: 0px;
	}
	.main-area > h1 {
		padding-bottom: 0px !important;
		padding-top: 15px !important;
	}
	#select_serive {
		width: 94%;
	}
	#select_serive > div {
		width: 100%;
		float: left;
	}
	.booking-reminder {
		top: 37px;
	}
	.wb-show {
		display: none !important;
	}
	.mb-show {
		display: block !important;
	}
	.title-bg > h1 {
		text-align: right;
		font-size: 20px;
		line-height: 50px;
	}
	.my-account-container {
		padding-right: 0% !important;
		padding-left: 0% !important;
		width: 100%;
		padding-top: 72px;
		padding-bottom: 0px !important;
	}
	.main-area {
		width: 100% !important;
		padding-top: 0px !important;
		padding-left: 0% !important;
		padding-right: 0% !important;
	}
	.topnav a.active {
		display: none !important;
	}
}
@media screen and (max-width: 767px) {
	.title-bg {
		top: 60px;
	}
}
@media screen and (max-width: 575px) {
	.form {
		width: 100%;
		padding-left: 3%;
		padding-right: 3%;
	}
}
