font-face {
	font-family: 'Gotham';
	src: url('../fonts/Gotham-Bold.eot?#iefix') format('embedded-opentype'),
		url('../fonts/Gotham-Bold.woff') format('woff'),
		url('../fonts/Gotham-Bold.ttf') format('truetype'),
		url('../fonts/Gotham-Bold.svg#Gotham-Bold') format('svg');
	font-weight: 700;
	font-style: normal;
}

@font-face {
	font-family: 'Gotham-Book';
	src: url('../fonts/Gotham-Book.eot?#iefix') format('embedded-opentype'), url('../fonts/Gotham-Book.otf') format('opentype'),
		url('../fonts/Gotham-Book.woff') format('woff'), url('../fonts/Gotham-Book.ttf') format('truetype'), url('../fonts/Gotham-Book.svg#Gotham-Book') format('svg');
	font-weight: 400;
	font-style: normal;
}

@font-face {
	font-family: 'Gotham';
	src: url('../fonts/Gotham-Light.eot?#iefix') format('embedded-opentype'), url('../fonts/Gotham-Light.otf') format('opentype'),
		url('../fonts/Gotham-Light.woff') format('woff'), url('../fonts/Gotham-Light.ttf') format('truetype'), url('../fonts/Gotham-Light.svg#Gotham-Light') format('svg');
	font-weight: 300;
	font-style: normal;
}

@font-face {
	font-family: 'Gotham';
	src: url('../fonts/Gotham-Medium.eot?#iefix') format('embedded-opentype'),
		url('../fonts/Gotham-Medium.otf') format('opentype'),
		url('../fonts/Gotham-Medium.woff') format('woff'),
		url('../fonts/Gotham-Medium.ttf') format('truetype'),
		url('../fonts/Gotham-Medium.svg#Gotham-Medium') format('svg');
	font-weight: 500;
	font-style: normal;
}

@font-face {
	font-family: 'Miso-Bold';
	src: url('../fonts/Miso-Bold.eot?#iefix') format('embedded-opentype'), url('../fonts/Miso-Bold.otf') format('opentype'),
		url('../fonts/Miso-Bold.woff') format('woff'), url('../fonts/Miso-Bold.ttf') format('truetype'), url('../fonts/Miso-Bold.svg#Miso-Bold') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'Miso';
	src: url('../fonts/Miso.eot?#iefix') format('embedded-opentype'), url('../fonts/Miso.otf') format('opentype'),
		url('../fonts/Miso.woff') format('woff'), url('../fonts/Miso.ttf') format('truetype'), url('../fonts/Miso.svg#Miso') format('svg');
	font-weight: normal;
	font-style: normal;
}

:root {
	--fontFamily: 'Lato', 'Gotham', Arial, Helvetica, sans-serif;
	--font-bold: 700;
}

body {
	margin: 0;
	font-size: 12px;
	font-family: var(--fontFamily);
	color: #000000;
	overflow-x: hidden;
}

* {
	box-sizing: border-box;
}

a {
	transition: all .4s;
	text-decoration: none;
}

h1 {
	font-size: 3.0em;
	line-height: 1.2;
	font-weight: 700;
	margin-bottom: 26px;
	margin: 0 0 .3em 0;
}

h2 {
	font-size: 3.0em;
	font-weight: 700;
	line-height: 1;
	margin: 0 0 .8em 0;
	letter-spacing: 1px;
}

h3 {
	font-size: 2.6em;
	font-weight: 700;
	line-height: 1.2em;
	margin: 0 0 .5em 0;
	color: #86b4b4;
	letter-spacing: 1px;
}

h4 {
	font-size: 1.563em;
	line-height: 1.2;
	margin: 10px 0 10px 0;
}

p {
	margin: 0 0 1.6em 0;
	font-size: 1.692em;
	color: #000000;
	font-weight: 300;
	line-height: 1.6;
	letter-spacing: .5px;
	line-height: 1.49;
}

section {
	width: 100%;
	float: left;
}

.clearfix:after {
	content: '';
	display: table;
	clear: both;

}

.btn {
	padding: 0;
	display: inline-block;
	padding: 14px 38px;
	background: #86b4b4;
	color: #ffffff;
	font-size: 1.6em;
	text-transform: uppercase;
	text-align: center;
	border: 2px solid #86b4b4;
	border-radius: 35px !important;
	line-height: 1.1;
	height: auto;
}

.btn:hover {
	background: #ffffff;
	color: #86b4b4;
	border-color: #86b4b4;
}

.squar_btn {
	display: inline-block;
	padding: 11px 31px;
	color: #86b4b4;
	font-weight: 500;
	font-size: 1.4em;
	text-transform: uppercase;
	border: 2px solid #86b4b4;
	line-height: 1.2;
	letter-spacing: 2px;
	border-radius: 35px;
}

.squar_btn:hover {
	color: #ffffff;
	background: #86b4b4;
}

.container {
	width: 100%;
	padding-right: 15px;
	padding-left: 15px;
	margin-right: auto;
	margin-left: auto;
}

.container:after {
	content: '';
	display: table;
	width: 100%;
	float: left;
	clear: both;
}

header {
	width: 100%;
	float: left;
	padding: 21px 0 9px;
	z-index: 10;
	transition: all .3s;
	min-height: 80px;
	z-index: 999;
	position: relative;
	margin-top: 2%;
}

.header_left {
	width: auto;
	float: left;
	margin-left: 7px;
	z-index: 999;
	position: relative;
}

.header_right {
	display: flex;
    justify-content: flex-end;
    align-items: center;
	width: auto;
	margin-top: 7px;
}

.nav-menu > li {
	margin-right: 80px;
	padding: 12px 0px;
}

.nav-menu {
	display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: flex-end;
	padding: 0;
	margin: 0;
	list-style: none;
}

.nav-menu > li > a {
	color: #181818;
	font-size: 1.8em;
	font-weight: var(--font-bold);
	text-transform: uppercase;
	display: block !important;
}

.nav-menu > li.active > a {
	color: #86b4b4;
}

.nav-menu > li > a:hover {
	color: #86b4b4;
}

/* sub menu */
.nav-menu > li {
	position: relative;
}

ul.sub-menu {
	list-style: none;
	padding-left: 0;
	background-color: rgba(133, 179, 179, 0.75);
	position: absolute;
	bottom: auto;
	top: 100%;
	transition: all 0.5s ease;
	visibility: hidden;
	opacity: 0;
	display: none;
	padding: 4px 0px;
	width: 270px;
	left: -50%;
	padding-top: 30px;
	border-radius: 0px 0px 10px 10px
}

ul.sub-menu:before {
	content: "";
	width: 100%;
	height: 26px;
	background: #ffffff;
	display: inline-block;
	top: 0;
	position: absolute;
}

header.sticky ul.sub-menu:before {
	display: none;
}

header.sticky ul.sub-menu {
	padding-top: 20px;
}

ul.sub-menu li > a {
	color: #ffffff;
	font-size: 1.4em;
	text-transform: uppercase;
	text-align: center;
	width: 100%;
	display: block;
	padding: 10px 10px;
}

.nav-menu > li.dropdown:hover ul.sub-menu {
	opacity: 1;
	visibility: visible;
	display: block;
}

ul.sub-menu li > a:hover {
	background: rgba(255, 255, 255, 0.75);
	color: #181818;
}

ul.sub-menu li {
	padding: 4px 0px;
	position: relative;
}

ul.sub-menu li:first-child:after {
	opacity: 0;
}

ul.sub-menu li:after {
	content: "";
	width: 90%;
	height: 1px;
	background: rgb(255 255 255 / 75%);
	position: absolute;
	left: 0;
	right: 0;
	margin: 0 auto;
	top: 0px;
}

.header_btn a.btn {
	font-size: 1.4em;
	font-weight: 500;
	padding: 10px 28px;
}

.nav-menu > li:last-child {
	margin-right: 50px;
}

.sticky_logo {
	display: none;
}

header.sticky {
	position: fixed;
	background: #86b4b4;
	border-color: #ffffff;
	z-index: 101;
	border-bottom: none;
}

header .logo img {
	transition: all .3s;
	width: 115px;
	display: block;
	padding-top: 9px;
}

header.sticky .logo img {
	width: 66px;
}

header.sticky .default_logo {
	display: none;
}

header.sticky .sticky_logo {
	display: block;
}

header.sticky .nav-menu > li > a {
	color: #ffffff;
}

header.sticky .nav-menu > li.active > a {
	color: #000000;
}

header.sticky .nav-menu > li > a:hover {
	color: #000 !important;
}

/* Start:: Heder Update CSS Date: 17012025 */
header .header_outer .header_inner_main {
	display: flex;
	flex-wrap: wrap;
	padding: 13px 0;
}

header .header_outer .header_inner_main .header_left {
	margin-left: 0;
}

header .header_outer .header_inner_main .header_left .logo img {
	padding-top: 0;
}

header .header_outer .header_inner_main .header_right {
	margin-top: 0;
	margin-left: auto;
}

.home_icon_slider_section {
	margin-top: 0 !important;
}
/* End:: Heder Update CSS Date: 17012025 */

.sticky .header_right {
	margin-top: 14px;
}

header.sticky .header_btn .btn {
	background: #ffffff;
	color: #86b4b4;
}

header.sticky .header_btn .btn:hover{
	background: #151c1d;
	color: #ffffff;
	border-color: #151c1d;
}
header.sticky .header_outer .header_right .header_btn a.go_to_enquiry {
    border-color: #FFFFFF;
}
header.sticky .header_outer .header_right .header_btn a.go_to_enquiry:hover {
	background: #000000;
    color: #ffffff;
    border-color: #000000;
}

.header_outer .header_right .header_btn a.go_to_enquiry {
	display: none;
}

html,
body {
	height: 100%;
}

body .banner {
	height: calc(100vh - 340px);
}

.banner {
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	position: relative;
}

.banner .btn {
	font-size: 0.93em;
	padding: 10px 28px;
	line-height: 1.1;
	font-family: var(--fontFamily);
}

.banner .container .banner_inner {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 100%;
	padding: 0 20px;
	transform: translate(-50%, -50%);
	max-width: 780px;
}

.banner .container .banner_inner .banner_text_section {
	position: relative;
	width: 100%;
	float: left;
}

.banner .container .banner_inner .bannertext {
	display: none;
	position: absolute;
	top: 0;
	left: 0;
}

.banner .container .banner_inner .bannertext.current {
	display: block;
}

.banner_inner p {
	margin: 0;
	font-size: initial;
	letter-spacing: inherit;
}

#page-residents .banner_inner .bannertext,
#page-events .banner_inner .bannertext {
	margin-bottom: 0 auto;
	float: none;
	width: 100%;
	text-align: center;
}

.banner .container .banner_inner {
	visibility: hidden;
}

body.loaded .banner .container .banner_inner {
	visibility: visible;
}

#page-home .banner h1,
#page-home .banner h2,
#page-residents .bannertext h1,
#page-residents .bannertext h2,
#page-residents .bannertext *,
#page-events .bannertext h1,
#page-events .bannertext h2,
#page-events .bannertext * {
	font-size: 2em !important;
	color: #ffffff;
	font-weight: 400;
	font-family: 'Gotham-Book';
	line-height: 1.3;
	margin: 30px 0 35px;
	letter-spacing: .6px;
	text-transform: unset;
}

#page-home .banner .bannertext span {
	font-size: 1.5em !important;
	color: #ffffff;
	font-weight: 400;
	font-family: 'Gotham-Book';
	line-height: 1.3;
	margin: 30px 0 35px;
	letter-spacing: .6px;
	text-transform: unset;
}

.banner .container {
	height: 100%;
	display: flex;
	align-items: center;
	position: static;
	text-align: center;
	z-index: 1;
	position: relative;
}

.text-center {
	text-align: center;
}

section.home_about.common_cont {
	overflow: hidden;
	display: flex;
	align-items: center;
}

.common_cont {
	padding: 50px 0;
	text-align: center;
}
.membership-about {
	display: flex;
	align-items: center;
}
.common_cont p:last-child {
	margin-bottom: 0;
}

.home_membership {
	margin: 3% 0;
	padding: 5% 0 0;
	text-align: center;
	position: relative;
	z-index: 0;
	background-color: #c1dde0;
}

.home_membership+.image_sec {
	margin-top: 30px;
}

.coloured-bg-section--fullwidth {
	margin: 0 0 3% 0;
	padding: 4% 0;
}

.membership-slider {
	background-color: #ffffff;
	margin: 0 0 3% 0;
	padding: 0;
}

.membership-slider h2 {
	font-size: 2.5em;
	text-align: left;
	margin-left: 6%;
}

.membership-slider h3 {
	font-size: 1.8em;
	text-align: left;
	margin: 2% 7%;
	color: #000000;
}

.slide .single_slide img {
	display: inline-block;
	max-width: 50%;
}

.single_slide p {
	color: #181818;
	font-size: 1.609em;
	margin: 19px 0 85px;
}

.membership-slider p {
	margin: 1% 7%;
	font-size: 1.2em;
	text-align: left;
}

.home_membership .slick-prev.slick-arrow {
	background: url(../images/arrowBlack.webp)no-repeat center center/15px;
	transform: rotate(180deg);
	transform-origin: top;
}
.memberbrands .single_slide {
	margin-right: 40px;
	user-select: text;
}
.memberbrands .slick-prev.slick-arrow {
	top: 30px;
}

.home_membership .slick-next.slick-arrow {
	background: url(../images/arrowBlack.webp)no-repeat center center/15px;
}
.slide .slick-next.slick-arrow {
	top: 42%;
}

.home_membership .container {
	position: relative;
	z-index: 1;
}

.memberbrands .single_slide img {
	display: inline-block;
	max-width: 90%;
}

.membership_slider {
	position: relative;
	padding: 0 60px;
}
.membership_slider{
	padding-right: 0;
}

.membership_slider .slide {
	height: 350px;
}

.membership_slider .slide .single_slide {
	margin: 35px 0 0;
	flex-direction: column;
	align-items: center;
	user-select:text;
}

.slickSlideTitle {
	font-size: 1.8em;
	text-align: left;
	margin: 2% 7%;
	color: #000000;
}

.home_membership .btn {
	font-weight: 300;
	text-transform: uppercase;
	background: #86b4b4;
	border: 3px solid #86b4b4;
	color: #ffffff;
	padding: 11px 36px;
}

.home_membership .btn:hover {
	background: #ffffff;
	color: #ffffff;
}

.membership_slider .slide .single_slide:last-child p {
	margin-bottom: 50px !important;
}

.slick-prev {
	left: 0;
}

.slick-next {
	right: 0;
}

.slick-arrow {
	width: 60px;
	height: 60px;
	transition: all .3s;
	background-size: 25px;
	margin-top: -26px;
}

.slick-arrow:before {
	display: none;
}

.slick-prev.slick-arrow {
	background: url(../images/left-arrow.png)no-repeat center center;
}

.slick-next.slick-arrow {
	background: url(../images/right-arrow.png)no-repeat center center;
}

.slick-arrow:hover {
	background-color: #86b4b4;
}

.home_contact_sec {
	padding: 2% 0;
	position: relative;
}

.home_contact_sec h2 {
	text-align: center;
}

.home_contact_sec form fieldset select option {
	color: black;
}


.mapSection {
	width: 50%;
}

footer {
	width: 100%;
	float: left;
}

footer > div {
	width: 100%;
	float: left;
}

footer .container {
	max-width: 1140px;
}

.footer_upper {
	background: #000000;
	padding: 35px 0 10px;
	text-align: center;
}

.footer_upper .footer_col {
	width: 20%;
	float: left;
	margin-bottom: 22px;
}

.footer_upper .footer_col:last-child {
	width: calc(100% - 25px);
}

.footer_upper h5 {
	margin: 0 0px 41px 0;
	font-size: 1.65em;
	font-weight: 500;
	text-transform: uppercase;
	color: #ffffff;
	position: relative;
	font-family: 'Miso';
	line-height: 1;
}

.footer_upper h5:before {
	content: '';
	width: 76px;
	height: 6px;
	background: #d8d8d8;
	display: block;
	position: absolute;
	bottom: -20px;
	margin: 0 33%;
}

.footer_logos h5:before {
	margin: 0px;
}

.footer_logos img {
	margin-right: 2%;
}

.footer_col ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

footer ul li,
footer ul li a {
	color: #ffffff;
	font-weight: 400;
	font-size: 1.15em;
	font-family: 'Gotham-Book';
	letter-spacing: -.5px;
	line-height: 25px;
}

.footer_upper .footer_col:last-child h5:before {
	width: 100%;
}

.footer_col ul.footer_logos {
	padding: 0;
	width: auto;
	float: left;
}

.footer_col ul.footer_logos li {
	display: inline-block;
	margin-right: 29px;
}

.copyright_txt {
	float: right;
	width: auto;
}

.copyright_txt p {
	color: #7f8686;
	font-size: 1.2em;
	margin-bottom: 0;
	margin-top: 68px;
}

.footer_bottom {
	background: #c1dde0;
	padding: 38px 0 30px;
}

.footer_btm_copyright {
	float: left;
}

.footer_btm_copyright img {
	display: inline-block;
	vertical-align: middle;
	margin-right: 23px;
	max-width: 70%;
}

.footer_btm_copyright p {
	display: inline-block;
	margin: 0;
	vertical-align: middle;
	color: #ffffff;
	font-weight: 500;
	font-size: 1.042em;
}

ul.footer_social {
	float: right;
	margin: 2% 0 0 0;
	padding: 0;
	list-style: none;
}

ul.footer_social li {
	display: inline-block;
	margin-left: 10px;
}

.common_cont p {
	letter-spacing: 0.8px;
	font-size: 1.8em;
}

.footer_logos > p {
	margin: 0;
	padding: 0;
	width: auto;
	float: left;
	font-size: initial;
}

.footer_logos > p img {
	display: inline-block;
	margin-right: 25px;
	max-width: 93px;
	height: auto;
}

span.next_section {
	width: 53px;
	height: 29px;
	display: block;
	position: absolute;
	bottom: 32px;
	left: 50%;
	transform: translateX(-50%);
	background: url(../images/bannerarrow.png)no-repeat center;
	cursor: pointer;
	max-width: 43px;
}

/* memberbrand slider */
.member-brand-items .memberbrands,
.suplier-items .suplier {
	margin-top: 25px;
}

.member-brand-items h3,
.suplier-items h3 {
	text-align: center;
	font-weight: 500;
}

.suplier-items,
.member-brand-items {
	margin-top: 50px;
}

.member-brand-items .memberbrands,
.suplier-items .suplier {
	margin-top: 30px;
}

.member-brand-items .memberbrands .polite .slick-track,
.member-brand-items .memberbrands .polite .slick-track .heading-area,
.member-brand-items .memberbrands .polite .slick-track .slider-space {
	width: 100%;
}

.member-brand-items h3,
.suplier-items h3 {
	font-size: 26.4px;
	line-height: 26px;
}

/* Meeting Page css start*/
.page_banner {
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	display: flex;
	align-items: center;
	position: static;
	text-align: center;
	height: 490px;
	position: relative;
}

.page_banner:before {
	position: absolute;
	content: '';
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: rgba(0, 0, 0, .2);
	z-index: 0;
}

.page_banner .container {
	position: relative;
	z-index: 1;
}

.page_banner_inner h1 {
	width: 100%;
	margin: 0 0 20px 0;
	display: inline-block;
	color: #ffffff;
	padding: 30px 51px 32px;
	text-transform: uppercase;
	max-width: 805px;
	font-size: 4.6em;
	font-weight: normal;
}

.room_sec.catering-section {
	margin-bottom: 40px;
}

.room_sec .single_room {
	width: 31.333%;
	margin: 0 2%;
	float: left;
	text-align: left;
}

/* Member benifits And Partner Discount page CSS */
.membership-lite-package {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

.room_sec .single_room-two_col {
	width: 26.5%;
}

.room_sec .single_room .room_img img {
	width: 100%;
}

.membership_room_sec .room_sec .single_room:nth-child(3n),
.meeting_room_option .room_sec .single_room:nth-child(3n) {
	margin-right: 0;
}

.room_ttl {
	color: #181818;
	font-size: 2.2em;
	font-weight: 600;
	line-height: 1.3;
	margin: 7px 0;
	letter-spacing: -.5px;
}

.room_img {
	margin-bottom: 40px;
}

.room_meta {
	font-size: 1.6em;
	font-weight: 400;
	color: #181818;
	margin-bottom: 20px;
	letter-spacing: -.5px;
}

.room_meta span {
	display: block;
	font-weight: 300;
	margin: 8px 0;
}

.room_note {
	font-size: 1.6em;
	font-weight: 300;
	letter-spacing: -1.3px;
	line-height: 1.32;
	max-width: 384px;
}

.meeting_room_option .container p {
	margin-bottom: 48px;
}

.room_sec:after {
	content: '';
	width: 100%;
	display: table;
	clear: both;
}

.meeting_room_option {
	padding: 100px 0 0;
}

.membership_room_sec .room_sec .single_room:nth-child(3n+1),
.meeting_room_option .single_room:nth-child(3n+1) {
	clear: left;
}

/* Meeting Page css End*/

/* membership Page css start*/

.membership_room_sec .room_sec {
	margin: 0 !important;
}

.membership_room_sec {
	padding: 38px 0 108px;
}

.membership_room_sec .room_sec .single_room,
.event_page .room_sec .single_room {
	margin-bottom: 80px;
}

.membership_room_sec .room_sec.pro_package .single_room {
	width: 48%;
	margin-right: 4%;
	margin-bottom: 0;
}

.membership_room_sec .room_sec.pro_package .single_room:nth-child(even) {
	margin-right: 0;
}

.single_room ul {
	margin: 0;
	padding: 0;
	list-style: none;
	max-width: 400px;
}

.single_room ul li {
	font-size: 1.6em;
	font-weight: 400;
	letter-spacing: -0.5px;
	line-height: 1.32;
	font-family: 'Gotham-Book';
	color: #181818;
	padding-left: 37px;
	margin-bottom: 30px;
	background: url(../images/plus.png)no-repeat 7px 8px;
	background-size: 18px;
}

.single_room ul li:last-child {
	margin-bottom: 43px;
}

/* membership Page css End*/

/* resident Page css start*/
.resident_banner {
	background: url(../images/resident.jpg)no-repeat center center;
}

.resident-features {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	width: 100%;
}

.single_client {
	width: 375px;
	max-width: 100%;
	margin: 41px !important;
	text-align: center;
	align-items: center;
	position: relative;
	background-size: cover !important;
	background-position: center center !important;
	background-repeat: no-repeat !important;
}

.single_inner {
	padding-top: 100%;
	height: auto !important;
	min-height: 0 !important;
}

.client_content_inner {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
	height: 100%;
}

.client_sec .container {
	display: flex;
	flex-wrap: wrap;
}

#page-residents .client_sec .client_logo,
#page-residents .client_sec .client_content {
	position: absolute;
}

.client_sec .container .single_client:nth-child(3n) {
	margin-right: 0;
}

.client_sec .client_logo {
	position: absolute;
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	left: 0;
	top: 0;
	z-index: 1;
	padding: 45px;
}

.client_sec .client_content {
	padding: 43px 14px 50px;
	position: absolute;
	z-index: 1;
	background: #86b4b4;
	opacity: 0;
	transition: all .3s;
	height: 100%;
	top: 0%;
	width: 100%;
}

#page-residents .client_sec .client_content {
	position: absolute;
	left: 0;
	top: 0;
}

.single_client:after {
	content: '';
	position: absolute;
	display: block;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 0;
}

.client_sec .container .single_client:hover .client_content,
.client_sec .single_client:hover .client_content {
	opacity: 1;
}

.client_content_inner h3 {
	font-size: 2.2em;
	color: #ffffff;
	margin: 0;
	line-height: 1.3;
	margin-bottom: 35px;
}

.client_content_inner p {
	color: #ffffff;
	line-height: 1.15;
	font-size: 1.4em;
	letter-spacing: 1px;
	margin-top: 25px;
}

.client_content_inner a {
	font-size: 1.5em;
	font-weight: 700;
	letter-spacing: 1px;
	color: #ffffff;
	word-break: break-all;
}

.client_content_inner a:hover {
	color: black;
}

.client_sec .client_logo img {
	max-width: 100%;
}

.client_sec {
	margin-top: 15px;
}

.blog_sec {
	width: 100%;
	float: left;
	padding: 0 6%;
}

.latest_blog_sec .blog_sec .blog_single {
	width: 48.6%;
	float: left;
	margin: 0 2.8% 3% 0;
	text-align: left;
}

.latest_blog_sec .blog_sec .blog_single:nth-child(2n) {
	margin-right: 0;
}

#page-residents .blog_single img {
	max-width: 100%;
	margin-bottom: 50px;
	position: absolute;
}

h3.blog_ttl a {
	color: #000000;
}

h3.blog_ttl a:hover {
	color: #000000;
}

.blog_sub_ttl {
	font-size: 1.8em;
	font-weight: 300;
	font-style: italic;
	margin-bottom: 5px;
	line-height: 1.2;
}

.blog_con {
	height: 105px;
}

.blog_btn {
	text-align: center;
}

.latest_blog_sec {
	text-align: center;
	margin-top: 21px;
}

.latest_blog_sec H2 {
	margin-bottom: 70px;
}

.intrested_sec {
	text-align: center;
	margin-bottom: 70px;
}

.intrested_sec h2 {
	margin-bottom: 18px;
}

.intrested_sec p {
	font-size: 1.6em;
	line-height: 2.3;
	margin-bottom: 27px;
}

.intrested_sec .squar_btn {
	padding: 13px 26px;
	border-radius: 35px;
	background: #86b4b4;
	color: #ffffff;
}

.intrested_sec .squar_btn:hover {
	background: transparent;
	color: #86b4b4;
}

.intrested_sec_inner {
	border-bottom: 1px solid #d5d5d5;
	padding: 75px 0 70px;
}

/* resident Page css End*/

/* contact Page css start*/
.contact_form, .contact_reason_form {
	width: 100%;
	float: left;
	padding: 100px 81px 122px 117px;
	background: #86b4b4;
}

.contact_detail {
	float: left;
	text-align: center;
	position: relative;
}

.contact_detail a {
	color: #000000;
}

.phone {
	font-weight: bold;
}

h2.phone {
	position: relative;
	margin-bottom: 75px;
}

.contact_detail a:hover {
	color: #86b4b4;
}

h2.phone:before {
	content: '';
	width: 16px;
	height: 5px;
	background: black;
	display: block;
	bottom: -49px;
	left: calc(50% - 5px);
	position: absolute;
}

.contact_detail p {
	font-size: 1.8em;
	margin-bottom: 10px;
	letter-spacing: 0;
}

/* contact Page css End*/

.side_enquire_link {
	position: absolute;
	right: 290px;
	transform: rotate(-90deg);
}

.side_enquire a {
	font-size: 1.25em;
	padding: 14px;
	background: #86b4b4;
	font-weight: 400;
	color: #ffffff;
	line-height: 1.2;
	display: block;
	cursor: pointer;
	border: 2px solid #86b4b4;
	width: 200px;
	box-shadow: 0 0 28px rgba(0, 0, 0, .2);
	text-transform: uppercase;
	text-align: center;
}

.side_enquire {
	position: fixed;
	top: 50%;
	width: 365px;
	right: -365px;
	z-index: 99;
	transition: all .3s;
	transform: translateY(-50%);
}

.side_enquire_inner {
	position: relative !important;
	background: #86b4b4;
}

.side_enquire a span {
	width: 30px;
	height: 18px;
	display: inline-block;
	vertical-align: middle;
	margin-left: 10px;
	background: url(images/Down_arrow.png)no-repeat center;
	background-size: 25px;
	transform: rotate(90deg);
	margin-top: -3px;
}

form {
	max-width: 85%;
	margin: 0 auto;
	padding: 0 10px;
}

form fieldset {
	padding: 0px 0 0 0;
	margin: 0;
	border: none;
}

form fieldset > div:not(.clear) {
	width: 50%;
	float: left;
	padding: 0 12px;
	margin-bottom: 26px;
}

form fieldset div#Form_ContactForm_Notes_Holder,
form fieldset div#Form_FooterForm_Notes_Holder,
form fieldset div#Form_ContactForm_otherReason_Holder,
form fieldset div#Form_FooterForm_otherReason_Holder,
form fieldset .field.checkbox {
	width: 100%;
	float: left;
}

form fieldset label {
	font-size: 1.8em;
	font-weight: 300;
	margin-bottom: 14px;
	display: inline-block;
}

section.meeting_room_option.common_cont {
	padding-bottom: 0px;
}

form fieldset input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]),
form fieldset select,
form fieldset textarea {
	line-height: 1;
	padding: 12px 18px;
	border: 1px solid #ccc;
	font-size: 1.4em;
	color: #333;
	font-weight: 300 !important;
	border-radius: 6px;
	width: 100%;
	font-family: var(--fontFamily);
}

form fieldset textarea {
	border-radius: 6px;
	height: 99px;
	padding: 12px 18px;
}

.contact_form form fieldset textarea {
	border-radius: 3px;
	height: 115px;
}

input#MemberLoginForm_LoginForm_action_doLogin {
	border: solid 2px #86b4b4;
	color: #ffffff;
}

input#MemberLoginForm_LoginForm_action_doLogin:hover {
	background-color: #86b4b4;
	color: #ffffff;
}

form fieldset select {
	padding-right: 49px;
	appearance: none;
	width: 100%;
	background: transparent;
	border: 1px solid #ccc;
	color: #333;
}

form fieldset select options {
	font-weight: 300 !important;
	color: #555;
	background: red;
}

.action {
	cursor: pointer;
	display: inline-block;
	padding: 15px 57px;
	background: #86b4b4;
	color: #ffffff;
	font-size: 1.6em;
	text-transform: uppercase;
	text-align: center;
	min-width: 30%;
	border: 4px solid #ffffff;
	border-radius: 35px;
	font-family: var(--fontFamily);
}

form fieldset .field.checkbox .checkbox {
	width: 0 !important;
	margin: 0;
	height: 0;
	display: none;
}

form fieldset .field.checkbox label {
	margin: 0;
	position: relative;
	padding-left: 41px;
	font-style: italic;
	font-size: 1.4em;
}

form fieldset .field.checkbox label:before {
	content: '';
	display: block;
	width: 22px;
	height: 22px;
	position: absolute;
	top: 0px;
	left: 0;
	background: #ffffff;
	border-radius: 3px;
	box-shadow: 2px 2px 1px rgba(0, 0, 0, .4);
}

form fieldset .field.checkbox label:after {
	content: '';
	display: block;
	width: 13px;
	height: 13px;
	position: absolute;
	top: 5px;
	left: 5px;
	background: #000000;
	border-radius: 3px;
	display: none;
}

form fieldset .field.checkbox .checkbox:checked+label:after {
	display: block;
}

form fieldset input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file])::-webkit-input-placeholder,
form fieldset select::-webkit-input-placeholder,
form fieldset textarea::-webkit-input-placeholder {
	font-weight: 300 !important;
	color: #989898;
}

form fieldset input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file])::-moz-placeholder,
form fieldset select::-moz-placeholder,
form fieldset textarea::-moz-placeholder {
	font-weight: 300 !important;
	color: #989898;
}

form fieldset input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]):-ms-input-placeholder,
form fieldset select:-ms-input-placeholder,
form fieldset textarea:-ms-input-placeholder {
	font-weight: 300 !important;
	color: #989898;
}

form fieldset input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]):-moz-placeholder,
form fieldset select:-moz-placeholder,
form fieldset textarea:-moz-placeholder {
	font-weight: 300 !important;
	color: #989898;
}

form fieldset input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]):focus,
form fieldset select:focus,
form fieldset textarea:focus {
	outline: none !important;
}
#Form_FooterForm_TypeBusiness_Holder .middleColumn,
#Form_FooterForm_enquiry_reason_Holder .middleColumn {
	position: relative;
}
#Form_FooterForm_TypeBusiness_Holder .middleColumn::after,
#Form_FooterForm_enquiry_reason_Holder .middleColumn::after {
	content: '';
    position: absolute;
    height: 11px;
    width: 11px;
    background: url(../images/arrowBlack.webp) no-repeat center center / 11px;
    right: 16px;
    transform: rotate(90deg);
    top: 14px;
    opacity: 0.45;
}

.btn-toolbar {
	text-align: center;
}

input::-webkit-input-placeholder {
	font-weight: 100 !important;
}

.banner_inner p img {
	height: auto !important;
	width: 113px;
}

.page_content h1 {
	text-align: center;
	color: #86b4b4;
	text-transform: uppercase;
}

.page_content form fieldset {
	max-width: 800px;
	margin: 0 auto 26px auto;
	background: #86b4b4;
	padding: 80px 51px;
}

.page_content form fieldset > div {
	width: 100%;
}

.page_content form fieldset .field.checkbox {
	margin-bottom: 0;
}

.page_content #ForgotPassword a {
	color: #333;
}

.page_content #ForgotPassword {
	margin: 15px 0 0 0;
}

.page_content #ForgotPassword a:hover {
	color: #86b4b4;
}

.contact_form h2 {
	color: #ffffff;
	text-align: left;
	padding-left: 21px;
}

.contact_form fieldset > div {
	width: 100% !important;
	float: left !important;
}

.contact_form .btn-toolbar {
	text-align: center;
	padding-left: 17px;
}

.mb16{
	margin-bottom: 16px !important;
}
.mt44{
	margin-top: 44px !important;
}
.d-flex{
	display: flex;
}
.justify-content-between{
	justify-content: space-between;
}
.align-items-center{
	align-items: center;
}
.gap-15{
	gap: 15px;
}
.mb-0{
	margin-bottom: 0 !important;
}
.pr-3{
	padding-right: 3em;
}
.howTogetHereDetail .w100{
	width: 100%;
}
.howTogetHereDetail .howTogetHereSubDetail.AddressDiv{
	justify-content: center;
}
.howTogetHereDetail .howTogetHereSubDetail.AddressDiv div{
	width: 100%;
	justify-content: center;
}
.howTogetHereDetail .howTogetHereSubDetail div {
	width: calc(100% / 4);
}

.howTogetHereDetail .howTogetHereSubDetail div p{
	margin-bottom: 0;
}
.howTogetHereDetail .howTogetHereSubDetail{
	margin-top:50px ;
	margin-bottom:40px ;
	column-gap: 30px;
}
.text-left{
	text-align: left;
}

.getInTouchSection .home_cmn_sec.container--fullwidth{
	display: flex;
	flex-wrap: wrap;
}
.getInTouchSection .w50{
	width: 50%;
}
.getInTouchSection .w50.home_banner{
	display: flex;
}
.getInTouchSection .w50.home_banner img{
	width: 100%;
}

.coloured-bg-section--fullwidth.faqSection{
	padding-left: 2%;
	padding-right: 2%;
}

.accordion button:hover{
	background-color: #ffffff;
}
.accordion .accordion-item {
	border-bottom: 1px solid #e5e5e5;
	position: relative;
	margin-bottom: 20px;
	font-family: var(--fontFamily);
}

.accordion button {
	background: white;
	border: 0;
	padding: 20px 20px;
	width: 100%;
	text-align: start;

}

.accordion button:hover,
.accordion button:focus {
	cursor: pointer;

}

.accordion button:hover::after,
.accordion button:focus::after {
	cursor: pointer;

}

.accordion button .accordion-title {
	padding: 1em 1.5em 1em 0;
	font-size: 20px;
	letter-spacing: 1px;
	font-family: var(--fontFamily);
}

.accordion button .icon {
	display: inline-block;
	position: absolute;
	right: 25px;
}

  .accordion button .icon::before {
	display: block;
	position: absolute;
	content: '';
	top: 9px;
	left: 5px;
	width: 10px;
	height: 2px;
	right: 25px;
	border-bottom: 8px solid black;
	width: 0;
	height: 0;
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	border: 0;

}
.accordion button .icon::after {
	display: block;
	position: absolute;
	content: '';
	top: 8px;
	left: -5px;
	width: 2px;
	height: 10px;
	right: 25px;
	border-top: 8px solid black;
	width: 0;
	height: 0;
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
}

.accordion button[aria-expanded='true'] .icon::before{
	top: 9px;
	left: -4px;
	width: 10px;
	height: 2px;
	right: 25px;
	border-bottom: 8px solid #000000;
	width: 0;
	height: 0;
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
}
	.accordion button[aria-expanded='true'] .icon::after {
	border: 0;
	}
.accordion button[aria-expanded='true'] + .accordion-content {
	opacity: 1;
	max-height: 100%;
	transition: all 200ms linear;
	will-change: opacity, max-height;
	background: #ffffff;
	margin-top: 1px;
	padding: 20px 24px;
}
.accordion .accordion-content {
	opacity: 0;
	max-height: 0;
	overflow: hidden;
	transition: opacity 200ms linear;
	will-change: opacity, max-height;
}
.accordion .accordion-content p {
	text-align: left;
	margin-bottom: 20px;
	font-size: 16px;
	font-weight: 500;
}

.faqSection .accordionIconImg{
	display: flex;
    justify-content: center;
    align-items: center;
    transform: rotate(90deg);
}
.faqSection .accordion-title{
	padding: 0 !important;
	color: #000000 !important;
	padding-right: 20px !important;
}
.faqSection .accordionIconImg img{
	width: 10px;
	height: auto;
}

.faqSection button[aria-expanded='true'] .accordionIconImg{
	transform: rotate(270deg);
}
.getInTouchSection .customLocationWidth20{
	width: 20px;
}
/* contact us page css end */




/******************* blog ***********************/
.blog_page .blog_lists {
	display: flex;
	flex-wrap: wrap;
	margin: 30px -30px 0;
}

.blog_page .blog_lists .blog_single {
	width: 50%;
	float: left;
	padding: 0 30px 60px;
	text-align: center;
}

.blog_page .blog_lists .blog_single img {
	margin-bottom: 30px;
}

p.pagination,
.pagination {
	display: block;
	width: 100%;
}

.blog_page p.pagination {
	text-align: center;
}

p.pagination span,
p.pagination a,
.pagination a {
	display: inline-block;
	font-size: 1.8em;
	font-weight: 600;
	padding: 10px;
}

p.pagination span,
p.pagination span:hover,
p.pagination a:hover,
.pagination a:hover {
	color: #000000;
}

p.pagination a,
.pagination a {
	color: #86b4b4;
}

div.pagination a.next {
	float: right;
}

/*****************************************/

/*****************************ontact_us*************************************/
.contact_detail ul.contact_social {
	margin-left: 0px !important;
	padding: 0;
}

.contact_detail ul {
	text-align: center;
	float: left;
	display: block;
	width: 100%;
	list-style-type: none;
}

.contact_detail ul li {
	display: inline-block;
	padding: 0 12px 0 0;
}

.contact_detail iframe {
	width: 100%;
	float: left;
	height: 610px;
}

.slide_form form fieldset > div:not(.clear) {
	width: 100%;
	margin-bottom: 10px;
}

.slide_form form fieldset > div label {
	display: none;
}

.slide_form form fieldset input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]),
.slide_form form fieldset select,
.slide_form form fieldset textarea {
	padding: 11px 20px;
	font-size: 1.1em;
}

.slide_form form fieldset textarea {
	height: 90px;
	border-radius: 50px;
}

.slide_form form .btn-toolbar input[type="submit"] {
	padding: 9px 10px;
	border: 2px solid #ffffff;
	font-size: 1.2em !important;
	min-width: 160px;
	letter-spacing: 1px;
}

.slide_form form fieldset {
	padding: 0;
}

.slide_form {
	padding: 50px 0;
	display: block !important;
}

.contact_wrap {
	display: flex;
	z-index: 100;
}

.side_enquire.slide {
	right: 0;
}

.side_enquire.slide a.open .enquire_plus {
	background: url(../images/eminus.png)no-repeat center;
	background-size: 30px;
}

ul.footer_social li img {
	width: 45px;
}

.parallax-container {
	position: relative;
	overflow: hidden;
	height: 475px;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}

.parallax-container img {
	width: 100%;
	height: auto;
	visibility: hidden;
}

.parallax-container .parallax {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: -1;
}

.parallax-container .parallax img {
	opacity: 0;
	position: absolute;
	left: 50%;
	bottom: 0;
	min-width: 100%;
	min-height: 100%;
	transform: translate3d(0, 0, 0);
	transform: translateX(-50%);
}

.contact_detail ul.contact_social img {
	width: 30px;
}

ul.footer_social li img:hover,
.contact_detail ul.contact_social img:hover {
	opacity: .7;
}

.room_note p {
	font-size: 1.0em;
	line-height: inherit;
	letter-spacing: 0.3px;
	margin-bottom: 6px;
}

.banner_btn {
	display: block;
}

footer ul li a:hover {
	color: #ffffff;
}

footer ul li a:hover {
	color: #ffffff;
}

.action:hover {
	background: #86b4b4;
	color: #000000;
}

.event_page .room_sec {
	margin-bottom: 0;
}

.event_page .page_content {
	padding-bottom: 0;
}

.event_page .room_sec .single_room .room_note {
	font-size: 1.692em;
}

.event_page_banner .page_banner_inner h1 {
	padding: 0;
	border: none;
	text-align: left;
	max-width: 100%;
}

.event_page_banner .page_banner_inner p {
	color: #ffffff;
	text-align: left;
	max-width: 690px;
	margin-bottom: 0;
}

.event_page .search_form {
	width: 100%;
	float: left;
	margin-bottom: 55px;
}

.event_page .search_form form {
	width: 100%;
	float: left;
	max-width: 100%;
	padding: 0;
}

.event_page .search_form form input {
	padding: 8px 20px 9px 85px;
	width: 100%;
	font-size: 2.5em;
	font-family: 'Gotham-Book';
	color: #dadada;
	border: 1px solid #dadada;
	background: url(../images/searchicon.png)no-repeat;
	background-position: 34px 50%;
	background-size: 28px !important;
	max-width: 900px;
	margin: 0 auto;
	float: none;
	display: block;
}

.event_page h2 {
	text-align: center;
	margin-bottom: 40px;
}

.event_page .search_form form input::-webkit-input-placeholder {
	font-weight: 300 !important;
	color: #dadada;
}

.event_page .search_form form input::-moz-placeholder {
	font-weight: 300 !important;
	color: #dadada;
}

.event_page .search_form form input:-ms-input-placeholder {
	font-weight: 300 !important;
	color: #dadada;
}

.event_page .search_form form input:-moz-placeholder {
	font-weight: 300 !important;
	color: #dadada;
}

.event_sec {
	float: left;
	margin-left: -12.5px;
	margin-right: -12.5px;
	width: calc(100% + 25px);
}

.left3 .single_event:first-child {
	position: relative;
}

.left3 .single_event {
	float: left;
	position: relative;
}

.single_event {
	margin-bottom: 25px;
}

.left3 .single_event:nth-child(2) {
	margin-right: 25px;
}

.single_event a.room_img {
	display: block;
	margin-bottom: 0;
}

.single_event:first-child a.room_img span {
	display: block;
	background-size: cover;
	background-position: center;
	height: 382px;
}

.left3 .single_event:not(:first-child) a.room_img span,
.right3 .single_event a.room_img span,
.eventbottom .single_event a.room_img span {
	display: block;
	background-size: cover;
	background-position: center;
	padding-top: 100%;
	height: auto !important;
	min-height: 0 !important;
}

.single_event .room_ttl a {
	color: #86b4b4;
	display: block;
	width: 100%;
}

.single_event .room_ttl {
	margin: 0;
}

.single_event .room_ttl .room_meta {
	font-size: 1.8em;
}

.eventbottom {
	width: 100%;
	float: left;
	margin: 0 12.5px;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

/*-----event----------*/
.single_event {
	width: 100%;
	float: left;
	position: relative;
}

.room_content {
	width: 100%;
	bottom: 0;
	padding: 15px 60px 15px 15px;
	background-color: rgb(245, 245, 245);
}

.room_content a.btn {
	background: url(images/Right_arrow.png) no-repeat center center;
	right: 15px;
	border: none;
	width: 24px;
	height: 40px;
	padding: 0;
	min-width: 0;
}

.room_content a.btn:hover {
	right: 5px;
}

.eventbottom .single_event {
	width: calc(33.33% - 16.66px);
	float: left;
	margin-bottom: 25px;
	position: relative;
}

.eventbottom .single_event {
	margin: 2%;
	width: 26%;
	max-width: 100%;
}

.single_event .room_ttl a:hover {
	color: #181818;
}

.event_page .load_more {
	margin: 20px 0 0px;
	text-align: center;
	width: 100%;
	float: left;
	position: relative;
}

.event_page .load_more a {
	min-width: 269px;
	color: #ffffff;
	font-size: 1.833em;
	line-height: 2.5;
	text-align: center;
	z-index: 99;
	background-color: #86b4b4;
	text-transform: uppercase;
	display: inline-block;
	position: relative;
	border-radius: 35px;
}

.event_page .load_more a::before,
.event_page .load_more a::after {
	position: absolute;
	content: "";
	width: 20px;
	height: 100%;
	top: 0;
	left: -21px;
	background-color: #ffffff;
}

.event_page .load_more a::after {
	left: auto;
	right: -21px;
}

.event_page .load_more a:hover {
	border-color: #86b4b4;
	color: #ffffff;
}

.event_page .single_event.after_loadmore {
	display: none;
}

.event_page {
	margin-bottom: 50px;
}

.during_search .left3 .single_event:first-child,
.during_search .left3 .single_event {
	width: 33.33%;
}

.during_search {
	margin: 0 -15px;
}

.event_sec.during_search .single_event {
	width: 33.33%;
	padding: 0 15px;
}

.during_search .single_event {
	margin-right: 0px;
}

.event_sec.during_search .left3,
.event_sec.during_search .right3 {
	width: calc(100% - 25px);
	float: left;
	margin: 0 12.5px;
}

.event_sec.during_search .single_event a.room_img span {
	height: 350px !important;
}

.event_sec.during_search .left3 .single_event:nth-child(2) {
	margin-right: 0px;
}

/*---------*/
p.success_form {
	color: #ffffff;
	font-size: 2em;
	font-weight: 500;
	border: 4px solid #ffffff;
	padding: 10px 15px;
	text-align: center;
}

.social_share_blog_post {
	width: 100%;
	float: left;
	margin: 0 0 30px;
}

.social_share_blog_post span.heading {
	color: #86b4b4;
	display: inline-block;
	font-size: 1.5em;
	vertical-align: middle;
}

.social_share_blog_post ul {
	padding: 0;
	margin: 5px 0 0 15px;
	display: inline-block;
	vertical-align: middle;
}

.social_share_blog_post ul li {
	list-style: none;
	display: inline-block;
	margin: 0 5px;
}

.social_share_blog_post ul li a {
	display: inline-block;
}

.social_share_blog_post ul li a img {
	max-width: 35px;
	display: block;
}

.social_share_blog_post ul li a:hover img {
	filter: brightness(0);
}

.hidden_div {
	display: none;
}

span.loading {
	position: fixed;
	width: 100%;
	height: 100%;
	z-index: 9999;
	background-color: rgba(255, 255, 255, 0.8);
	top: 0;
	left: 0;
}

span.loading span {
	background: url(images/loader_img.gif) no-repeat center center;
	width: 100px;
	height: 100px;
	display: block;
	text-indent: -99999999px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	background-size: 100%;
}

p.nothing_found {
	border: 2px solid #000000;
	padding: 30px 30px;
	text-align: center;
	font-weight: 600;
	font-size: 2.5em;
	text-transform: uppercase;
}

#page-Security p.message.warning,
#page-Security .content > p {
	text-align: center;
}

#LostPasswordForm_lostPasswordForm .btn-toolbar input[type="submit"] {
	color: #86b4b4;
	border-color: #86b4b4;
	padding: 14px;
	max-width: 100%;
	min-width: 0;
	height: auto;
	line-height: 1.4;
	white-space: normal;
}

#LostPasswordForm_lostPasswordForm .btn-toolbar input[type="submit"]:hover {
	background-color: #86b4b4;
	color: #ffffff;
}

/*----------mac-os------------*/
body.mac-os .page_banner_inner h1 {
	padding: 35px 51px 25px;
}

body.mac-os .btn {
	padding: 14px 38px 10px;
}

.home_membership .btn {
	font-weight: 500;
}

body.mac-os .home_membership h2,
body.mac-os .blog_page h3.blog_ttl {
	font-weight: 500;
}

.blog_single {
	margin-top: 2%;
}

.blog_single h2 {
	margin-bottom: 10px;
}

.blog_single .date p {
	font-weight: 500;
}

.blog_single .social_share_blog_post ul li {
	line-height: 1;
}

.blog_single .social_share_blog_post ul li a img {
	margin: 0;
}

.blog_single .social_share_blog_post span.heading {
	color: #000000;
}

.blog_single .left {
	width: 70%;
	padding: 0 15px;
	float: left;
	padding-right: 100px;
}

.blog_single .right {
	width: 30%;
	float: left;
}

.blog_single .right h3 {
	color: #000000;
	margin-bottom: 22px;
}

.blog_single .right .blog_single {
	width: 100%;
	float: left;
	margin-bottom: 50px;
	position: relative;
}

.blog_single .right .blog_single .image {
	width: 100%;
	height: 280px;
	background-size: cover;
	background-position: center;
}

.blog_single .right .blog_single .blog_ttl {
	position: absolute;
	bottom: 0;
	width: 100%;
	height: 65px;
	text-align: center;
	display: flex;
	margin: 0;
}

.blog_single .right .blog_single .blog_ttl a {
	display: block;
	color: #ffffff;
	font-weight: 500;
	padding: 5px 10px;
	display: block;
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	background: rgb(134, 180, 180, .8);
}

.blog_single .right .blog_single:hover .blog_ttl a {
	background: #86b4b4;
}

.blog_single .social_share_blog_post {
	margin-bottom: 0;
	vertical-align: middle;
	float: left;
	width: auto;
}

.blog_single .pagination {
	float: right;
	width: auto;
}

.blog_single .below_post {
	display: block;
	width: 100%;
	float: left;
	margin-bottom: 5%;
}

.blog_single .left .content img {
	margin: 0;
	height: auto;
}

.blog_single .social_share_blog_post ul li a:hover img {
	filter: brightness(80%);
}

.blog_single .pagination a {
	padding: 10px;
	font-size: 1.5em;
	font-weight: 500;
	color: #1d1d1b;
}

.blog_single .pagination a:hover {
	color: #86b4b4;
}

/*-----------------*/
h5.note_packages {
	color: #86b4b4;
	font-size: 1.8em;
	font-weight: 300;
	font-style: italic;
	text-align: left;
	margin: 20px 0 0;
	float: left;
}

.angled-borders-container {
	padding: 4% 0;
}

.quoted-borders-container {
	padding: 2% 16% 3%;
	margin-top: 4%;
}

.angled-borders__inner {
	background: url(../images/greentop.webp), url(../images/greenbottom.webp);
	background-repeat: no-repeat, no-repeat;
	background-position: top right, bottom left;
	display: flex;
	flex-wrap: wrap;
	margin: 0 auto;
	padding: 4% 0;
}
.angled-borders-container .angled-borders__inner .cmn_cont_left {
	flex: 0 0 auto;
	width: 50%;
	padding: 0;
}
.angled-borders-container .angled-borders__inner .cmn_cont_left .btn {
	width: auto;
}
.angled-borders-container .angled-borders__inner .angled-borders__inner-right {
	flex: 0 0 auto;
	width: 47.3%;
}
.angled-borders-container .angled-borders__inner .angled-borders__inner-right img {
	width: 94.4%;
}

.quoted-borders__inner {
	background: url(../images/quote-left.webp), url(../images/quote-right.webp);
	background-repeat: no-repeat, no-repeat;
	background-position: top left, bottom right;
	display: table;
	margin: 0 auto;
	padding: 4%;
}

.home_cmn_sec {
	padding: 0 10%;
	width: 100%;
	padding-bottom: 0px;
	margin: 0 auto;
}

.container--fullwidth {
	padding: 0 5%;
}

.container--borderless {
	padding: 0px;
}

.cmn_ttl_sec {
	width: 100%;
	float: left;
	text-align: left;
	padding: 0 20px;
}

.cmn_cont_left {
	float: left;
	text-align: left;
	padding: 0 20px;
}

.cmn_cont_right {
	text-align: left;
	float: left;
	padding: 0 20px;
}

.cmn_btn_sec {
	width: 50%;
	float: left;
	text-align: left;
	padding: 0 20px;
	margin-top: 38px;
}

.common_cont .container:after {
	content: '';
	display: table;
	width: 100%;
	clear: both;
	float: left;
}

.cmn_ttl_sec h2 {
	display: inline-block;
	margin-bottom: 30px;
	padding-bottom: 13px;
	border-bottom: 5px solid #86b4b4;
}

.home_cmn_sec strong {
	letter-spacing: 0.8px;
	line-height: 1.49;
	margin-bottom: 1.6em;
}

.common_cont .btn {
	border-radius: 8px;
	color: #ffffff;
	width: 100%;
}

.angled-borders-container .btn, .quoted-borders-container .btn {
	width: 40%;
}

.coloured-bg-section {
	background-color: #c1dde0;
	height: calc(100vh - 340px);
}

.coloured-bg-section ul {
	font-size: 1.8em;
}

.coloured-bg-section li {
	margin-bottom: 10px;
}

.blue_section {
	background: #86b4b4;
}

.blue_section p,
.blue_section strong,
.blue_section,
.blue_section a:not(.btn) {
	color: #ffffff;
}

.blue_section h2 {
	color: #ffffff;
	border-color: #ffffff;
}

.blue_section .home_cmn_sec .btn {
	background: #ffffff;
	border-color: #ffffff;
	color: #86b4b4;
}

.blue_section .home_cmn_sec {
	background: url(../images/whitetop.png), url(../images/whitebottom.png);
	background-repeat: no-repeat, no-repeat;
	background-position: top right, bottom left;
}

.blue_section a:not(.btn):hover {
	color: black;
}

.blue_section .home_cmn_sec .btn:hover {
	background: transparent;
	color: #ffffff;
	border-color: #ffffff;
}

.cmn_btn_sec .btn:hover {
	color: #86b4b4;
}

.home_cmn_sec a:not(.btn) {
	color: #000000;
	display: inline-block;

}

.home_cmn_sec a:hover {
	color: #86b4b4;
}

h1.resident_page_ttl {
	text-transform: uppercase;
	font-size: 5em !important;
	border: 5px solid #ffffff;
	padding: 28px 51px 30px;
	line-height: normal;
	font-family: var(--fontFamily);
	color: #ffffff;
	font-weight: 500;
}

.home_banner .banner_inner img {
	padding: 30px;
}

.home_banner .container .banner_inner .banner_text_section {
	min-height: 130px !important;
}

.cmn_ttl_sec h1 {
	display: inline-block;
	margin-bottom: 30px;
	padding-bottom: 13px;
	border-bottom: 5px solid #86b4b4;
	font-size: 1.9em;
	text-transform: uppercase;
	color: #86b4b4;
	text-align: center;
}

.page_banner_inner h2 {
	width: 100%;
	margin: 0 0 20px 0;
	display: inline-block;
	border: 5px solid #ffffff;
	color: #ffffff;
	padding: 30px 51px 32px;
	text-transform: uppercase;
	max-width: 805px;
	font-size: 4.6em;
	font-weight: normal;
}

.membership h1,
.residents h1,
.meeting-rooms h1 {
	font-size: 2.9em;
	font-weight: 700;
	line-height: .8em;
	margin: 0 0 .8em 0;
	text-transform: uppercase;
	color: #86b4b4;
	letter-spacing: 1px;
}

.page_banner_inner span {
	width: 100%;
	margin: 0 0 20px 0;
	display: inline-block;
	border: 5px solid #ffffff;
	color: #ffffff;
	padding: 30px 51px 32px;
	text-transform: uppercase;
	max-width: 805px;
	font-size: 4.6em;
	font-weight: normal;
}

h2.resident_page_ttl {
	text-transform: uppercase;
	font-size: 5em !important;
	border: 5px solid #ffffff;
	padding: 28px 51px 30px;
	line-height: normal;
	font-family: var(--fontFamily);
	color: #ffffff;
	font-weight: 500;
}

.cmn_cont_left h2, .cmn_cont_right h2, .cmn_cont_left h1,
.home_membership h2, .coloured-bg-section--fullwidth h2,
.home_contact_sec h2  {
	letter-spacing: 0.8px;
	font-size: 3.0em;
	line-height: 1.25;
	margin-bottom: 0.8em;
	color: #000000;
	text-transform: none;
}

.home_about h2 {
	margin-bottom: 0px;
}

.home_about h5 {
	font-size: 1.6em;
	font-weight: 700;
	margin: 1.3em 0;
}

.coloured-bg-section h2 {
	margin-bottom: 0.8em;
}

#page-events .page_banner_inner .banner_text_section h1 {
	border: none;
}

/* Outer */
.popup {
	width: 100%;
	height: 100%;
	display: none;
	position: fixed;
	top: 0px;
	left: 0px;
	background: rgba(0, 0, 0, 0.75);
	z-index: 9999;
}

/* Inner */
.popup-inner {
	max-width: 700px;
	width: 90%;
	padding: 40px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	box-shadow: 0px 2px 6px rgba(0, 0, 0, 1);
	border-radius: 3px;
	background: #ffffff;
}

/* Close Button */
.popup-close {
	width: 30px;
	height: 30px;
	padding-top: 4px;
	display: inline-block;
	position: absolute;
	top: 0px;
	right: 0px;
	transition: ease 0.25s all;
	transform: translate(50%, -50%);
	border-radius: 1000px;
	background: rgba(0, 0, 0, 0.8);
	font-family: Arial, Sans-Serif;
	font-size: 20px;
	text-align: center;
	line-height: 100%;
	color: #ffffff;
}

.popup-close:hover {
	transform: translate(50%, -50%) rotate(180deg);
	background: rgba(0, 0, 0, 1);
	text-decoration: none;
}

#brochureForm input[type=text],
#brochureForm input[type=email] {
	line-height: 1;
	padding: 12px 20px;
	border: 1px solid #acacac;
	font-size: 1.4em;
	color: #333;
	font-weight: 300 !important;
	border-radius: 3px;
	width: 100%;
	font-family: var(--fontFamily);
	margin-top: 20px;
}

/* The container */
.check-container {
	display: block;
	position: relative;
	margin-top: 20px;
	margin-bottom: 20px;
	cursor: pointer;
	font-size: 16px;
	user-select: none;
}

/* Hide the browser's default checkbox */
.check-container input {
	position: absolute;
	opacity: 0;
	cursor: pointer;
	height: 0;
	width: 0;
}

/* Create a custom checkbox */
.checkmark {
	position: absolute;
	top: 0;
	left: 0;
	height: 25px;
	width: 25px;
	background-color: #eee;
}

/* On mouse-over, add a grey background color */
.check-container:hover input~.checkmark {
	background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.check-container input:checked~.checkmark {
	background-color: #2196F3;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
	content: "";
	position: absolute;
	display: none;
}

/* Show the checkmark when checked */
.check-container input:checked~.checkmark:after {
	display: block;
}

/* Style the checkmark/indicator */
.check-container .checkmark:after {
	left: 9px;
	top: 5px;
	width: 5px;
	height: 10px;
	border: solid white;
	border-width: 0 3px 3px 0;
	transform: rotate(45deg);
}

#lblMessage {
	font-size: 20px;
	color: #4d8888;
	line-height: 1.3;
	display: block;
	text-align: center;
}

.popup-head {
	font-size: 2.9em;
	font-weight: 700;
	line-height: .8em;
	text-transform: uppercase;
	color: #86b4b4;
	letter-spacing: 1px;
	margin-bottom: 30px;
}

#brochureForm .btn {
	margin-top: 20px;
	font-family: var(--fontFamily);
	min-height: 35px;
	cursor: pointer;
}

.brochure-error,
#BrochureEmail-error,
#BrochureUserName-error,
#BrochurePhone-error {
	font-size: 15px;
	color: red;
}

.brochure-mandate {
	font-size: 14px;
	display: block;
}

#lblErrMessage {
	font-size: 15px;
	color: red;
}

#Subscribe-error {
	font-size: 15px;
	color: red;
	margin-top: 10px;
	display: block;
}

.home_banner .bannertext {
	position: relative !important;
}

.popup-inner form {
	padding: 0;
}

.hide {
	display: none;
}

a.btn.btn-view-all-blogs {
	margin-bottom: 20px;
}

.featured-equal-ratio {
	background-color: #86b4b4;
	position: relative;
	width: 100%;
	padding-top: 56.25%;
	display: block;
	overflow: hidden;
	background-image: url(https://squareworksbristol.com/assets/Uploads/99121718f3/collaboration-company-desk-7092__ScaleWidthWzc5NV0.jpg);
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	margin-bottom: 50px;
}

.featured-img-tag {
	visibility: hidden;
}

.blog_single .author-list {
	font-size: 16px;
	padding: 10px;
	color: grey;
}

#page-blog .blog_single img {
	position: absolute;
	height: 0;
	width: 0;
	margin: 0;
	padding: 0;
}

.st0 {
	fill: none;
	stroke: #FFFFFF;
	stroke-width: 3;
	stroke-linecap: round;
	stroke-linejoin: round;
	stroke-miterlimit: 10;
}

.i circle {
	stroke: #FFFFFF;
	fill: #ffffff;
	background-color: #ffffff;
	border-color: #ffffff;
}

/*jssor slider loading skin spin css*/
.jssorl-009-spin img {
	animation-name: jssorl-009-spin;
	animation-duration: 1.6s;
	animation-iteration-count: infinite;
	animation-timing-function: linear;
}

@keyframes jssorl-009-spin {
	from {
		transform: rotate(0deg);
	}

	to {
		transform: rotate(360deg);
	}
}

/*jssor slider bullet skin 032 css*/
.jssorb032 {
	position: absolute;
}

.jssorb032 .i {
	position: absolute;
	cursor: pointer;
}

.jssorb032 .i .b {
	fill: none;
	fill-opacity: 0.7;
	stroke: #ffffff;
	stroke-width: 1200;
	stroke-miterlimit: 10;
	stroke-opacity: 0.5;
}

.jssorb032 .i:hover .b {
	fill: #ffffff;
	fill-opacity: .6;
	stroke: #ffffff;
	stroke-opacity: .5;
}

.jssorb032 .iav .b {
	fill: #ffffff;
	fill-opacity: 1;
	stroke: #ffffff;
	stroke-opacity: .5;
}

.jssorb032 .i.idn {
	opacity: .8;
}

/*jssor slider arrow skin 051 css*/
.jssora051 {
	display: block;
	position: absolute;
	cursor: pointer;
}

.jssora051 .a {
	fill: none;
	stroke: #ffffff;
	stroke-width: 360;
	stroke-miterlimit: 10;
}

.jssora051:hover {
	opacity: .8;
}

.jssora051.jssora051dn {
	opacity: .5;
}

.jssora051.jssora051ds {
	opacity: .3;
	pointer-events: none;
}

#page-home .jssor-sliders {
	position: relative;
	width: 1300px;
	height: 500px;
	overflow: hidden;
}

#page-home .gallery-slides,
#page-residents .gallery-slides {
	cursor: default;
	position: relative;
	width: 1300px;
	height: 500px;
	overflow: hidden;
}

#page-home .gallery-img-desc,
#page-residents .gallery-img-desc,
#page-the-club .gallery-img-desc {
	position: absolute;
	bottom: 0;
	width: 100%;
	padding: 42px 64px;
	box-sizing: border-box;
	background-color: rgba(133, 179, 179, 0.75);
	min-height: 168px;
	display: flex;
	align-items: center;
	font-size: 26px;
	line-height: 42px;
	margin: 0;
	color: #ffffff;
	font-weight: 500;
}

#page-home .gallery-img-desc p,
#page-residents .gallery-img-desc p,
#page-the-club .gallery-img-desc p {
	font-size: 26px;
	line-height: 42px;
	margin: 0;
	color: #ffffff;
	max-width: 30%;
	font-weight: 500;
}

#gallery-sliders,
#spotlight-gallery-sliders {
	width: 100%;
}

#gallery-sliders,
#spotlight-gallery-sliders,
#gallery-sliders.slick-slider .slick-track,
#spotlight-gallery-sliders.slick-slider .slick-track {
	overflow: hidden;
}

#gallery-sliders .gallery-slide-item,
#spotlight-gallery-sliders .gallery-slide-item {
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}

#gallery-sliders .gallery-slide-item > img,
#spotlight-gallery-sliders .gallery-slide-item > img {
	visibility: hidden;
	position: absolute;
	top: 0;
	left: 0;
	width: 0;
	height: 0;
}

#gallery-sliders .slick-dots,
#spotlight-gallery-sliders .slick-dots {
	position: absolute;
	bottom: 0;
	width: 483px;
	left: 0;
	right: 0;
	margin: 0 auto;
	z-index: 2;
	height: 60px;
	display: flex !important;
	align-items: center;
	justify-content: center;
	transition: all 0.3s ease;
}

#gallery-sliders .slick-dots li,
#spotlight-gallery-sliders .slick-dots li {
	margin: 0 8px;
}

#gallery-sliders .slick-dots li button,
#spotlight-gallery-sliders .slick-dots li button {
	padding: 0;
}

#gallery-sliders .slick-dots li button:before,
#spotlight-gallery-sliders .slick-dots li button:before {
	font-size: 73px;
	color: transparent;
	top: 1px;
	left: -3px;
}

#gallery-sliders .slick-dots li button:after,
#spotlight-gallery-sliders .slick-dots li button:after {
	content: "";
	line-height: 20px;
	position: absolute;
	top: 1px;
	left: 1px;
	width: 16px;
	height: 16px;
	text-align: center;
	opacity: 1;
	border: 2px solid #ffffff;
	border-radius: 100%;
}

@-moz-document url-prefix() {

	#gallery-sliders .slick-dots li button:before,
	#spotlight-gallery-sliders .slick-dots li button:before {
		left: -1px;
	}
}

#gallery-sliders .slick-dots li.slick-active button:before,
#spotlight-gallery-sliders .slick-dots li.slick-active button:before {
	opacity: 1;
	color: white;
}

.gallery-slide-wrap {
	position: relative;
}

.gallery-arrows {
	position: absolute;
	bottom: 0;
	right: 0;
	padding-right: 64px;
	display: flex;
	align-items: center;
}

.gallery-arrows .galleryNav {
	width: auto;
	height: auto;
	border: 0;
	background-size: unset !important;
	margin: 0;
}

.gallery-arrows .slick-arrow:hover {
	background: transparent;
}

.gallery-arrows .slick-arrow:focus,
#gallery-sliders .slick-dots li button:focus {
	outline: none;
}

/*Aspect Ratio*/
.embed-responsive {
	position: relative;
	display: block;
	width: 100%;
	padding: 0;
	overflow: hidden;
}

.embed-responsive::before {
	display: block;
	content: "";
}

/*Aspect Ratio*/
.embed-responsive-image::before {
	padding-top: calc(100vh - 76px);
}

.embed-responsive .embed-responsive-item,
.embed-responsive embed,
.embed-responsive iframe,
.embed-responsive object,
.embed-responsive video {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: 0;
}

/*Events Page*/
.event_sec .left3 {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
}

.event_sec .left3>* {
	margin: 0 12.5px;
}

.event_sec .left3>.single_event {
	max-width: calc(66.66% - 25px);
	flex-basis: calc(66.66% - 25px);
}

.event_sec .left3>.single_event>.room_img {
	height: 100%;
	display: flex;
}

.event_sec .left3>.single_event>.room_img span {
	width: 100%;
}

.event_sec .left3>.left3Small {
	display: flex;
	flex-direction: column;
	max-width: calc(33.33% - 25px);
	flex-basis: calc(33.33% - 25px);
}

.single_event:first-child a.room_img span {
	padding-top: 100%;
	height: auto !important;
	min-height: 0 !important;
}

.event_sec .left3>.single_event .room_content {
	position: absolute;
}

.left3 .single_event:nth-child(2) {
	margin-bottom: 0;
}

.event_sec .right3 {
	display: flex;
	flex-wrap: wrap;
	margin-top: 25px;
}

.event_sec .right3 .single_event {
	max-width: calc(33.33% - 25px);
	flex-basis: calc(33.33% - 25px);
	margin: 0 12.5px 25px;
}

.event_sec .room_meta {
	margin-bottom: 0;
}

.event_sec .right3 .room_content,
.event_sec .eventbottom .room_content {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	align-content: center;
}

.event_sec .right3 .room_content > div,
.event_sec .eventbottom .room_content > div {
	flex-basis: 100%;
}

.event_sec .left3+.eventbottom {
	margin-top: 25px;
}

.sticky-top {
	background-color: #ffffff !important;
}

.sticky-top .sqw-header--topbar--text span {
	color: #000000;
}

.sqw-header--topbar.sticky-top a {
	color: #000000;
	padding: 11px 0.5rem;
}

.sqw-header--topbar {
	background: #f167a9;
	text-transform: uppercase;
	margin-bottom: 1em;
	display: block;
	font-size: 14px;
	z-index: 1;
	color: #ffffff;
	text-align: center;
	padding: 1%;
	line-height: 1;
	margin-bottom: 0;
	position: fixed;
	z-index: 9999;
	width: 100%;
}

.sqw-header--topbar a {
	color: #ffffff;
	font-weight: var(--font-bold);
}

.sqw-header--topbar p {
	margin: 0 0 0 0;
	font-size: 1.0em;
	color: #ffffff;
}

.sqw-header--topbar .sqw-header--topbar--text a.go_to_enquiry p {
	font-size: 14px;
	line-height: 14px;
}

/*Cookies css start here*/
.chgCookies {
	padding: 20px;
	background: #f4f4f4;
	border-top: 1px solid rgba(255, 255, 255, 0.51);
	position: fixed;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 999;
}

.chgCookies .container .d-flex {
	width: 100%;
}

.chgCookies .cookieContent p {
	margin-bottom: 0;
	font-size: 15px;
	line-height: 24px;
}

.chgCookies .cookieContent a {
	color: #86b4b4;
}

.chgCookies .cookiesButton .buttOnCookie {
	font-size: 16px;
	line-height: 24px;
	padding: 10px 20px;
	display: inline-block;
	overflow: hidden;
	border: 1px solid #86b4b4;
	font-weight: bold;
	box-shadow: 0px 0 0px 0 transparent inset;
	transition: all 0.4s ease-in-out;
	font-family: Arial, sans-serif;
}

.chgCookies .cookiesButton .buttOnCookie:hover {
	cursor: pointer;
	box-shadow: 100px 0 0px 0 #86b4b4 inset;
	color: #ffffff;
}

.d-flex {
			display: flex;
}

.align-items-center {
	align-items: center;
}

.flex-wrap {
	flex-wrap: wrap;
}

.justify-space-between {
	justify-content: space-between;
}

/*Cookies css End here*/
.membership-apply-btn,
.apply-btn {
	margin-bottom: 40px;
}

.membership-lite-package .single_room {
	margin-bottom: 40px;
}

.gallery-slide-wrap .slick-dotted.slick-slider {
	margin-bottom: 0px;
}

.apply-btn {
	width: 100%;
	display: inline-block;
}

#page-membership .room_sec .single_room .room_img img {
	width: auto;
	max-width: 100%;
}

.package-ctas {
	display: none;
}

/* Header icon changes*/
.header_outer .header_right .header_btn {
	display: flex;
	align-items: center;
}

.header_outer .header_right .header_btn a:not(.btn) {
	padding-right: 15px;
}
.header_outer .header_right .header_btn a.go_to_enquiry {
	margin-right: 10px;
}
.header_outer .header_right .header_btn a.go_to_enquiry:hover {
	border-color: #86b4b4;
	background: #ffffff;
	color: #86b4b4;
}


header .header_btn .stickyBlock {
	display: none;
}

header.sticky .header_btn .stickyBlock {
	display: block;
}

header.sticky .header_btn img.stickyNone {
	display: none;
}

/* Meeting Rooms  ENQUIRE Form */
.footer_contact_form #Form_MeetingRoomForm fieldset .field.time {
	width: 25%;
}
.footer_contact_form #Form_MeetingRoomForm #Form_MeetingRoomForm_MeetingEndTime_Holder {
	width: 25%;
}

.footer_contact_form #Form_MeetingRoomForm fieldset .field.time~div {
	width: 100%;
}

.footer_contact_form #Form_MeetingRoomForm fieldset textarea {
	overflow: hidden;
}

.footer_contact_form #Form_MeetingRoomForm fieldset input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]),
.footer_contact_form #Form_MeetingRoomForm fieldset select {
	padding: 15px 15px;
	height: 51px;
}

.footer_contact_form #Form_MeetingRoomForm fieldset textarea {
	padding: 15px 15px;
}

/***squareworks***/
.row {
	display: flex;
	flex-wrap: wrap;
	margin-right: -15px;
	margin-left: -15px;
}

.col-6 {
	flex: 0 0 50%;
	max-width: 50%;
	position: relative;
	width: 100%;
	padding-right: 15px;
	padding-left: 15px;
}

.your-community-block {
	background-color: #86b4b4;
	text-align: center;
	padding-top: 45px;
	padding-bottom: 10px;
	margin-bottom: 60px;
}

.your-community-block h2,
.your-community-block p {
	color: #ffffff;
}

.resident-spotlight {
	text-align: center;
	margin-top: 110px;
}

.image_text .residents h1,
.resident-spotlight h2 {
	line-height: 40px;
}

img.landscape-image {
	max-width: 100%;
}

.resident-spotlight-caption {
	background-color: #86b4b4;
	text-align: left;
	padding: 20px 15px;
	margin-top: -4px;
}

.resident-spotlight-caption a {
	font-size: 22px;
	line-height: 28px;
	color: #ffffff;
}

.latest_blog_sec H2 {
	margin-bottom: 32px;
	margin-top: 30px;
}

.landscape-casestudy-section .landscape-casestudy-image {
	background-repeat: no-repeat;
	background-size: cover;
	display: flex;
	flex-wrap: wrap;
	height: 100%;
}

.landscape-casestudy {
	position: relative;
}

.landscape-casestudy-section div img {
	max-width: 100%;
	visibility: hidden;
}

#page-residents .single_client {
	width: 360px;
}

.resident-spotlight h2 {
	padding-top: 50px;
}

.community-content p {
	padding: 0 50px 0 50px;
}

html.i-amphtml-fie > body,
html.i-amphtml-singledoc > body {
	overflow: hidden !important;
}

.case-study-content p {
	color: #000000;
	padding-top: 10px;
}

.view-all-blogs {
	display: block;
	overflow: hidden;
	width: 100%;
}

.popup h2 {
	color: #000000;
	display: inline-block;
	position: relative;
	font-size: 50px;
	line-height: 56px;
	font-weight: normal;
}

.popup h2:after {
	position: absolute;
	background-color: #000000;
	bottom: -10px;
	left: 0;
	width: 50%;
	height: 1px;
	content: "";
}

.popup .right-side a {
	background-color: #a2c4b3;
	color: #ffffff;
	text-transform: uppercase;
	padding: 22px 15px;
	letter-spacing: 1px;
	font-size: 18px;
	line-height: 23px;
	font-weight: normal;
	min-width: 260px;
	display: inline-block;
	text-align: center;
}

.covid-popup {
	max-width: 1210px;
	padding: 0;
}

.covid-popup .right-side {
	padding: 30px 30px 20px 70px;
}

.career--btn-text {
	text-align: center;
}

.career--btn-text a {
	padding: 15px 30px;
	display: inline-block;
	background: #82bab3;
	color: white;
	margin: 20px 0;
	font-weight: 700;
	font-size: initial;
}

/* Membership include slider css */
.membership_slider .slick-prev {
	left: -60px;
}
.membership_slider .slick-next {
	right: -40px;
}
.memberbrands .slick-next {
	right: 9%;
}

.memberbrands  .slick-next, .memberbrands  .slick-prev {
	top: 0;
}

.memberbrands .slick-prev {
	left: 80%;
}

/* Tailor Office css */
.tailor--office-content-section {
	text-align: center;
	padding-bottom: 30px;
}

.tailor--office-content {
	text-align: left;
	padding: 40px;
}

/* Secret page css */
.secret--page-content {
	padding-right: 6%;
	padding-left: 6%;
}

.secret--page-video {
	text-align: center;
	margin-bottom: 5%;
}

.secret--page-video video {
	width: 100%;
	height: auto;
	padding-right: 4%;
	padding-left: 4%;
}

#myVideo::-webkit-media-controls {
	display: none !important;
}

#myVideo::-webkit-media-controls-mute-button  {
	display: none !important;
}

.custom-controls {
	position: relative;
	width: 100%;
	float: left;
}

#muteUnmute , #playPause,#fullscreen {
	border: none;
	color: rgba(255, 255, 255, 0.774);
	cursor: pointer;
	position: absolute;
	padding: 5px 10px;
	transition: background 0.3s;
	transition: opacity 0.2s ease-in-out 0.2s;
	opacity: 0;
	z-index: 10;
}

#playPause {
	font-size: 4rem;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
 }

#muteUnmute {
	font-size: 1.5rem;
	bottom: 1%;
	right: 90px;
}

#fullscreen {
	font-size: 1.5rem;
	bottom: 1%;
	right: 20px;
}

  /* Button hover effect */
.custom-controls:hover .progress-bar,
.custom-controls:hover .progress,
.custom-controls:hover #playPause,
.custom-controls:hover #fullscreen,
.custom-controls:hover #muteUnmute {
	opacity: 1;
}

.progress-bar {
	position: absolute;
	bottom: 0.5%;
	left: 0;
	width: 100%;
	height: 7px;
	opacity: 0;
	background-color: #00000073;
	transition: opacity 0.2s ease-in-out 0.2s;
}

.progress {
	height: 100%;
	background-color: rgba(255, 255, 255, 0.685);
	width: 0;
	opacity: 0;
	transition: opacity 0.2s ease-in-out 0.2s;
}

button:hover {
	background: rgba(0, 0, 0, 0.7);
}

.video-background {
	width: 100%;
}

.page-title {
	padding: 2% 0 0 6%;
}

.gallery-row {
	display: flex;
	flex-wrap: wrap;
	padding: 0 4px;
}

.top-section-container {
	display: flex;
	flex-wrap: wrap;
	padding: 0px 5px;
	padding-right: 0;
}

/* Create four equal columns that sits next to each other */
.gallery-column {
	flex: 25%;
	padding: 0 10px;
}

.home_container {
	display: flex;
	flex-direction: column; /* Ensures items are stacked vertically */
  }

.gallery-column--large {
	flex: 50%;
}

.gallery-column img {
	padding: 10px 0;
	vertical-align: middle;
	width: 100%;
}
.error {
	color: red;
	font-weight: 400;
}
#Form_submitContactReasonForm_enquiry_reason {
	list-style: none;
	padding-left: 0px;
}
#Form_submitContactReasonForm_enquiry_reason_Holder {
	width: 100%;
}

.find_us_radio_button input[type=radio] {
	appearance: none;
	background-color: #fff;
	width: 15px;
	height: 15px;
	border: 2px solid #ccc;
	border-radius: 2px;
	display: inline-grid;
	place-content: center;
}

.find_us_radio_button input[type=radio]::before {
	content: "";
	width: 10px;
	height: 10px;
	transform: scale(0);
	transform-origin: bottom left;
	background-color: #fff;
	clip-path: polygon(13% 50%, 34% 66%, 81% 2%, 100% 18%, 39% 100%, 0 71%);
}

.find_us_radio_button input[type=radio]:checked::before {
	transform: scale(1);
}
.find_us_radio_button input[type=radio]:checked{
	background-color:   #0075FF;
	border: 2px solid #0075FF;
}
.UserFeedback_section.home_membership {padding: 5% 0;}
.UserFeedback_section .membership_slider .slide {height: auto;}
.UserFeedback_section .membership_slider .slide .single_slide {margin: 0 15px;}
.UserFeedback_section .membership_slider .slide .slick-arrow {margin-top: 0;}
.UserFeedback_section .membership_slider .slide .slick-prev {left: -60px;top: calc(50% - 30px);transform-origin: center;}
.UserFeedback_section .membership_slider .slide .slick-next {right: -60px;top: 50%;}
.UserFeedback_section .membership_slider .slide .single_slide img {max-width: 90%;}
/* End:: UserFeedback_section slider css */

/* Start:: Slider left and right padding */
.membership_include_section .membership_slider,
.UserFeedback_section .membership_slider {
	padding: 0 60px;
}
/* End:: Slider left and right padding */

.hidden-item-companies,
.hidden-item-clubFacilities {
	display: none;
}

#Form_FooterForm_enquiry_reason {
	 list-style: none;
}
.cmn_cont_left{
	padding-top: 40px;
}
.single_room img {
	width: 300px;
}
.club-facilities-container ~ .cmn_btn_sec {
	margin: 0 auto;
	width: 100%;
	text-align: center;
}
.club-container .home_cmn_sec p {
	margin-bottom: 1rem;
}

.room_sec .single_room div:first-child {
	max-width: 384px;
	text-align: center;
}

/*Start :: Homepage top Icon-slider */

.home_icon_slider_section {
	padding: 1% 0 1%;
}

.icon_slider_top {
	position: relative;
	padding: 0px;
	max-width: 95%;
	margin: 0 auto;
}
.icon_slider_top{
	padding-right: 0;
}


.icon_slider_top .slide .single_slide {
	margin: 35px 0 0;
	flex-direction: column;
	align-items: center;
	user-select:text;
}

.icon_slider_top .slide .single_slide p {
	margin: 5px 0 0;
}

.home_membership .icon_slider_top .slick-prev {
	left: -60px;
}
.home_membership .icon_slider_top .slick-next {
	right: -40px;
}

.membership_include_section1{
	margin-bottom:1%;
}

.membership_include_section1 .home_membership {padding: 5% 0;}
.membership_include_section1 .icon_slider_top .slide {height: auto;}
.membership_include_section1 .icon_slider_top .slide .single_slide {margin: 0 15px;}
.membership_include_section1 .icon_slider_top .slide .slick-arrow {transform: translateY(-50%); top: 50%; margin: 0;}
.membership_include_section1 .icon_slider_top .slide .slick-prev {left: -45px; transform: rotate(180deg) translateY(50%); transform-origin: center;}
.membership_include_section1 .icon_slider_top .slide .slick-next {right: -46px;}
.membership_include_section1 .icon_slider_top .slide .single_slide img {max-width: 55%;}
.membership_include_section1 .icon_slider_top .slide .single_slide h4 {color: black;}

/* End :: Homepage top Icon-slider */

.home_cmn_sec p {
	margin: 0 0 1em 0;
}


/* Start :: Popup Babber */
.popup-banner {
	background: url(../images/popup-bg.webp) no-repeat center center;
	box-shadow: none;
	text-align: center;
	height: 100%;
	max-height: 500px;
	display: flex;
	justify-content: center;
	align-items: center;
	background-size: contain;
	padding: 0;
}
.popup-banner .popup-banner-content {
	max-width: 575px;
	padding: 1.25rem;
	margin: 0 auto;
}

.popup-banner .popup-banner-content h2 {
	font-family: 'Gotham';
	font-size: 2.625rem;
	line-height: 1.25;
	font-weight: 700;
	letter-spacing: 3px;
	margin-bottom: 0.75rem;
	color: #fff;
}
.popup-banner .popup-banner-content h2::after {
	content: unset;
}
.popup-banner .popup-banner-content p {
	font-family: 'Gotham';
	font-weight: 300;
	margin-bottom: 1.5rem;
	color: white;
}

.popup-banner .popup-banner-content a {
	background-color: #ffffff;
	color: #85b6b3;
	font-size: 1.125rem;
	cursor: pointer;
	transition: background-color 0.3s ease;
	padding: 0.75rem 2.5rem;
}

.popup-banner .popup-banner-content a:hover {
	background: #ffffff;
	color: #86b4b4;
}

.popupBannerForm form fieldset > div:not(.clear) {
	width: 100%;
}

.popupBannerForm form  {
	max-width: 100%;
}

.PopupFormSection {
	margin: 20px;
}
/* End :: Popup Babber */




