/*==================================================================*/
/*========== Location-Richmond ==========*/
/*==================================================================*/
.location-richmond-section {
	position: relative;
	z-index: 9;
	padding-bottom: 175px;
}

.location-richmond-section .location-richmond-main-image {
	position: relative;
	text-align: right;
	flex: 0 0 65%;
	max-width: 65%;
	width: 100%;
}

.location-richmond-section:before {
	position: absolute;
	content: "";
	left: 0;
	right: 0;
	top: 0;
	width: 100%;
	height: 510px;
	background: url('../images/location-richmond-gradient-overlay1.webp') no-repeat;
	background-size: 100% 100%;
	/* filter: blur(35px);
	-webkit-filter: blur(35px); */
}

.location-richmond-section:after {
	position: absolute;
	content: "";
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 670px;
	background: url('../images/location-richmond-gradient-overlay2.webp') no-repeat;
	background-size: 100% 100%;
	filter: blur(35px);
	-webkit-filter: blur(35px);
}

.location-richmond-section .location-richmond-main-image img {
	/* width: 65%; */
	width: 100%;
}

.location-richmond-section .leaf-shape1 {
	/* right: 100%; */
	left: 150px;
	top: 65px;
	width: 207px;
}

.location-richmond-section .leaf-shape1 img {
	width: 100%;
}

.location-richmond-section .leaf-shape2 {
	left: 250px;
	left: 50%;
	/* top: 100%; */
	bottom: 90px;
	width: 225px;
	margin-left: -400px;
	transform: translate(-50%, 0) rotate(90deg);
	-webkit-transform: translate(-50%, 0) rotate(90deg);
	-moz-transform: translate(-50%, 0) rotate(90deg);
	-ms-transform: translate(-50%, 0) rotate(90deg);
	-o-transform: translate(-50%, 0) rotate(90deg);
}

.location-richmond-section .leaf-shape2 img {
	width: 100%;
}

.location-richmond-section .location-richmond-description .location-richmond-content {
	display: flex;
	flex-wrap: wrap;
}

.location-richmond-section .section-main-title {
	margin-bottom: 70px;
}

.location-richmond-section .location-richmond-detail {
	position: relative;
	z-index: 9;
	right: -150px;
	flex: 0 0 35%;
	max-width: 35%;
	width: 100%;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	align-items: flex-end;
	height: 100vh;
	/* padding: 230px 0 50px; */
	padding: 230px 35px 50px;
}

.location-richmond-section .location-richmond-detail .richmond-main-detail {
	max-width: 580px;
	width: 100%;
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

.richmond-list-items ul {
	display: flex;
	flex-direction: column;
	margin: 0;
	padding: 0;
	list-style-type: none;
}

.richmond-list-items ul li {
	display: flex;
	align-items: flex-start;
	margin: 0 0 20px;
	padding: 0;
	list-style-type: none;
	position: relative;
}

.richmond-list-items ul li:before {
	position: relative;
	content: "\f105";
	font-family: 'fasolid900';
	margin-right: 10px;
	top: -3px;
}

.richmond-list-items ul li a {
	text-decoration: none;
	color: inherit;
}

.richmond-list-items ul li a:hover {
	color: #fbd36d;
}

.location-richmond-section .location-services-list {
	margin-top: 50px;
}

.location-richmond-section .location-services-list ul {
	display: flex;
	flex-wrap: wrap;
	padding: 0;
	margin: 0 -15px;
	list-style-type: none;
}

.location-richmond-section .location-services-list ul li {
	display: flex;
	align-items: flex-start;
	flex: 0 0 50%;
	max-width: 50%;
	width: 100%;
	padding: 0 15px;
	margin: 0 0 30px;
	list-style-type: none;
	font-size: 20px;
}

.location-richmond-section .location-services-list ul li .icon {
	position: relative;
	top: 1px;
	margin-right: 20px;
}

.richmond-list-accordion {
	color: #2c2c2c;
	background: transparent;
	max-width: 500px;
	width: 100%;
}

.richmond-list-accordion .accordion-item {
	color: #2c2c2c;
	background: transparent;
	border: none;
	margin-bottom: 20px;
	border-radius: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-ms-border-radius: 0;
	-o-border-radius: 0;
}

.richmond-list-accordion .accordion-item .accordion-button {
	position: relative;
	background: transparent;
	border: none;
	box-shadow: none !important;
	font-weight: 400;
	font-size: 24px;
	line-height: 24px;
	color: #2c2c2c;
	padding: 0 0 0 25px;
	border-radius: 0 !important;
	-webkit-border-radius: 0 !important;
	-moz-border-radius: 0 !important;
	-ms-border-radius: 0 !important;
	-o-border-radius: 0 !important;
	letter-spacing: 0.02em;
}

.richmond-list-accordion .accordion-item .accordion-button:after {
	position: absolute;
	content: "\f105";
	font-size: 18px;
	font-family: 'fasolid900';
	left: 0;
	top: -3px;
	width: auto;
	height: auto;
	background-image: none;
	transform: rotate(90deg);
	-webkit-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	-o-transform: rotate(90deg);
}

.richmond-list-accordion .accordion-item .accordion-button.collapsed:after {
	transform: none;
	-webkit-transform: none;
	-moz-transform: none;
	-ms-transform: none;
	-o-transform: none;
}

.richmond-list-accordion .accordion-item .accordion-body {
	font-weight: 400;
	font-size: 17px;
	line-height: 33px;
	color: #2c2c2c;
	padding: 30px 0 0;
}

@media (min-width: 1900px) and (max-width: 2133px){
.location-richmond-section .leaf-shape1 { left: -50px; }
.location-richmond-section .leaf-shape2 { bottom: 0; margin-left: -350px; }
}

@media (min-width: 1800px) and (max-width: 1899px){
.location-richmond-section .leaf-shape1 { left: -50px; }
.location-richmond-section .leaf-shape2 { bottom: -50px; margin-left: -350px; }
}

@media (min-width: 1700px) and (max-width: 1799px){
.location-richmond-section .leaf-shape1 { left: -50px; }
.location-richmond-section .leaf-shape2 { bottom: -100px; margin-left: -300px; }
}

@media (min-width: 1600px) and (max-width: 1699px){
.location-richmond-section .leaf-shape1 { left: -50px; }
.location-richmond-section .leaf-shape2 { bottom: -100px; margin-left: -200px; }
.location-richmond-section .location-richmond-detail { flex: 0 0 40%; max-width: 40%; padding: 100px 35px 50px; }
.location-richmond-section .location-richmond-main-image { flex: 0 0 60%; max-width: 60%; }
}

@media (min-width: 1500px) and (max-width: 1599px){
.location-richmond-section .leaf-shape1 { left: -50px; }
.location-richmond-section .leaf-shape2 { bottom: -100px; margin-left: -200px; }
.location-richmond-section .location-richmond-detail { flex: 0 0 40%; max-width: 40%; padding: 100px 35px 50px; }
.location-richmond-section .location-richmond-main-image { flex: 0 0 60%; max-width: 60%; }
}

@media (min-width: 1400px) and (max-width: 1499px){
.location-richmond-section .leaf-shape1 { left: -50px; }
.location-richmond-section .leaf-shape2 { bottom: -100px; margin-left: -200px; }
.location-richmond-section .section-main-title { margin-bottom: 35px; }
.location-richmond-section .location-richmond-detail { flex: 0 0 40%; max-width: 40%; padding: 100px 35px 50px; }
.location-richmond-section .location-richmond-main-image { flex: 0 0 60%; max-width: 60%; }
.richmond-list-accordion .accordion-item .accordion-button { font-size: 20px; line-height: 25px; margin-bottom: 20px; }
.location-richmond-section .location-services-list ul li { font-size: 18px; margin-bottom: 20px; }
}

@media (min-width: 1300px) and (max-width: 1399px){
.location-richmond-section .leaf-shape1 { left: -50px; }
.location-richmond-section .leaf-shape2 { bottom: -125px; margin-left: -150px; }
.location-richmond-section .section-main-title { margin-bottom: 35px; }
.location-richmond-section .location-richmond-detail { flex: 0 0 40%; max-width: 40%; padding: 75px 25px 50px; height: 100%; }
.location-richmond-section .location-richmond-main-image { flex: 0 0 60%; max-width: 60%; }
.richmond-list-accordion .accordion-item .accordion-button { font-size: 18px; line-height: 25px; margin-bottom: 15px; }
.richmond-list-accordion .accordion-item .accordion-body { font-size: 14px; line-height: 25px; }
.location-richmond-section .location-services-list ul li { font-size: 16px; margin-bottom: 15px; }
}

@media (min-width: 1200px) and (max-width: 1299px){
.location-richmond-section .leaf-shape1 { left: -50px; }
.location-richmond-section .leaf-shape2 { bottom: -125px; margin-left: -150px; }
.location-richmond-section .section-main-title { margin-bottom: 25px; }
.location-richmond-section .location-richmond-detail { flex: 0 0 45%; max-width: 45%; padding: 50px 25px; height: 100%;right: -80px; }
.location-richmond-section .location-richmond-main-image { flex: 0 0 55%; max-width: 55%; }
.richmond-list-accordion .accordion-item .accordion-button { font-size: 16px; line-height: 22px; margin-bottom: 10px; }
.richmond-list-accordion .accordion-item .accordion-body { font-size: 14px; line-height: 25px; }
.location-richmond-section .location-services-list ul li { font-size: 14px; margin-bottom: 10px; }
}

@media (min-width: 992px) and (max-width: 1199px){
.location-richmond-section { padding-bottom: 60px; }
.location-richmond-section .leaf-shape1 { left: -50px; }
.location-richmond-section .section-main-title { margin-bottom: 25px; }
.location-richmond-section .location-richmond-detail { flex: 0 0 35%; max-width: 100%; padding: 50px 25px 30px; height: 100%; right: 0;right: -80px; }
.location-richmond-section .location-richmond-detail .richmond-main-detail { max-width: 100%; }
.location-richmond-section .location-richmond-main-image { flex: 0 0 65%; max-width: 100%; }
.location-richmond-section .location-services-list { margin-top: 30px; }
.richmond-list-accordion .accordion-item .accordion-button { font-size: 16px; line-height: 22px; margin-bottom: 10px; }
.richmond-list-accordion .accordion-item .accordion-body { padding-top: 0; font-size: 14px; line-height: 25px; }
.location-richmond-section .location-services-list ul li { font-size: 14px; margin-bottom: 10px; }

.location-richmond-section .location-richmond-description .location-richmond-content { flex-wrap: nowrap; }
.location-richmond-section .location-services-list ul li {max-width: 100%;flex: 0 0 100%;}
.location-richmond-section .location-richmond-detail {    padding: 50px 20px 30px 30px;}
.location-richmond-section .location-services-list ul li .icon {max-width: 19px;}
.location-richmond-title .location-services-list ul li span { font-size: 13px !important; letter-spacing: 0.02em; line-height: 26px !important; }
.location-richmond-section .location-richmond-main-image img {height: 100%;object-fit: cover;}
}

@media (min-width: 768px) and (max-width: 991px){
.location-richmond-section { padding-bottom: 75px; }
.location-richmond-section .leaf-shape1 { left: -50px; }
.location-richmond-section .section-main-title { margin-bottom: 25px; }
.location-richmond-section .location-richmond-detail { flex: 0 0 100%; max-width: 100%; padding: 50px 25px 30px; height: 100%; right: 0; background-color: #C4DFF5; }
.location-richmond-section .location-richmond-detail .richmond-main-detail { max-width: 100%; }
.location-richmond-section .location-richmond-main-image { flex: 0 0 100%; max-width: 100%; }
.location-richmond-section .location-services-list { margin-top: 30px; }
.richmond-list-accordion .accordion-item .accordion-button { font-size: 16px; line-height: 22px; margin-bottom: 10px; }
.richmond-list-accordion .accordion-item .accordion-body { padding-top: 0; font-size: 14px; line-height: 25px; }
.location-richmond-section .location-services-list ul li { font-size: 14px; margin-bottom: 10px; }

.location-richmond-section .location-richmond-detail { padding: 20px; }
.location-richmond-section .location-services-list ul li .icon {max-width: 19px;}
.location-richmond-title .location-services-list ul li span { font-size: 13px !important; letter-spacing: 0.02em; line-height: 26px !important; }
.location-richmond-title {max-width: 60%;margin: 0 auto;}
}

@media (max-width: 767px){
.location-richmond-section { padding-bottom: 45px; }
.location-richmond-section .leaf-shape1 { left: -50px; width: 175px; }
.location-richmond-section .section-main-title { margin-bottom: 25px; }
.location-richmond-section .location-richmond-detail { flex: 0 0 100%; max-width: 100%; padding: 15px 45px; height: 100%; right: 0; background-color: #C4DFF5; }
.location-richmond-section .location-richmond-detail .richmond-main-detail { max-width: 100%; }
.location-richmond-section .location-richmond-main-image { flex: 0 0 100%; max-width: 100%; }
.location-richmond-section .location-services-list { margin-top: 30px; }
.richmond-list-accordion .accordion-item .accordion-button { font-size: 12px; line-height: 14px; margin-bottom: 10px; }
.richmond-list-accordion .accordion-item .accordion-body { padding-top: 0; font-size: 14px; line-height: 25px; }
.location-richmond-section .location-services-list ul li { font-size: 14px; margin-bottom: 10px; }
.location-richmond-section .location-services-list ul li .icon { margin-right: 15px; }

.location-richmond-title .subheading {font-style: normal;}
.location-richmond-title .location-services-list ul li span {font-size: 11px !important;line-height: 20px !important;}
.location-richmond-section .location-services-list ul li .icon {width: 19px;}
}

@media (max-width: 575px){
.location-richmond-section .location-services-list ul li { flex: 0 0 100%; max-width: 50%;padding: 0 8px; }
}
/*==================================================================*/
/*========== Location-Richmond ==========*/
/*==================================================================*/

/* 9/10/23 */
.location-richmond-main-content {
	background-color: #C4DFF5;
}

.location-richmond-title .location-services-list ul li {
	/* font-family: "Tensentype JiaLi Yuan GB18030"; */
	font-weight: normal;
	font-size: 17px;
	letter-spacing: 0.02em;
	line-height: 42px;
	text-align: left;
	color: #2c2c2c;
}

.location-richmond-title .location-services-list ul li span {
	font-size: 17px;
	letter-spacing: 0.02em;
	line-height: 30px;
}
/* 9/10/23 */