a.active {
	font-weight: bold;
	color: #990802 !important;
}

h1 {
	background: #e3c3c2;
	border-left: solid 2em #990802;
}

h1:before {
	font-family: "Font Awesome 5 Free";
	content: "\f06c";
}

h2 {
	background: #e3c3c2;
}

h3 {
	color: #3e3e3e !important;
	background: #e3c3c2;
	padding-left: 2.5em;
}

h3::before {
	content: "\f53c";

}

.common h3::before {
	content: "\f075";
}

h4 {
	position: relative;
	background: #e3c3c2;
	box-shadow: 0px 0px 0px 5px #e3c3c2;
	border: dashed 2px white;
	padding: 0.2em 0.5em;
	color: #454545;
}

h4:after {
	position: absolute;
	content: '';
	left: -7px;
	top: -7px;
	border-width: 0 0 15px 15px;
	border-style: solid;
	border-color: #fff #fff #990802;
	box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.15);
}

h5 {
	border-bottom: solid 3px skyblue;
	position: relative;
	font-size: 1.8rem !important;
	font-weight: bold !important;
}

h5:after {
	position: absolute;
	content: " ";
	display: block;
	border-bottom: solid 3px #ffc778;
	bottom: -3px;
	width: 30%;
}

button a {
	color: #ffffff;
	font-size: 1.6rem;
	text-decoration: none;
	font-weight: bold;
}


.phone {
	font-size: 2em;
	font-weight: bold;
	margin-left: 30px;
	margin-bottom: 10px;
}






.mphone,
.consent {
	font-size: 1.5em;
	font-weight: bold;
	margin-left: 30px;
}

.mphone_att {
	color: red;
	margin-left: 30px;
}

.consent {
	width: 500px;
	border-bottom: 3px double #333;
	text-align: center;
	margin: 0 auto;
}

.attention {
	border: 2px solid red;
	width: 90%;
	padding: 10px;
	margin: 0 auto 30px;
	font-size: 120%;
}

.attention h2 {
	border-left: 10px solid rgb(250, 115, 5);
	line-height: 2em;
	font-size: 150%;
}

.attention ul {
	width: 95%;
	margin: 0 auto;
}

.attention ul li h3 {
	border-left: 10px solid rgb(182, 84, 3);
	font-size: 120%;
}

.attention ul p {
	font-size: 120%;
	width: 90%;
	margin: 0 auto;
}

.attention ul li {
	margin-bottom: 50px;
}

.attention ul li dl {
	width: 90%;
	margin: 0 auto 30px;

}

.attention ul li dl dt {
	background-color: rgb(255, 189, 102);
	line-height: 2.5em;
	font-size: 120%;
}

.attention ul li dl dt {
	text-indent: 2em;
	font-weight: bold;

}

.attention ul li dl dd {
	font-weight: bold;
	line-height: 2em;
}

.attention li div.cashless {
	display: table;
	width: 90%;
	margin: 0 auto;
}

.attention li div.cashless p {
	display: table-cell;
	padding-left: 2em;
}

.attention li div.cashless p.image {
	width: 20%;

}

.attention li div.cashless p.image img {
	width: 100%;
}

.attention li div.cashless p.text {
	width: 80%;
	vertical-align: top;
}

#taxup {
	border: 3px double rgb(252, 35, 64);
	padding: 20px;
	margin-bottom: 5em;
}

.attention ul.InfectionControl {
	margin-top: 10px;
	margin-bottom: 10px;
	padding-left: 1em;
	;
}

.attention ul.InfectionControl li {
	margin-top: 5px;
	margin-bottom: 5px;
	list-style-type: disc;

}

.attention h2 div.img-title {
	display: table;
}

.attention h2 div.img-title div.logo {
	display: table-cell;
	margin-bottom: 0;
	vertical-align: middle;
}


.attention h2 div.img-title div.text {
	display: table-cell;
	vertical-align: middle;
	padding-left: 1em;
}
