@charset "utf-8";
/* CSS Document */

/*---------- Google Fonts ----------*/
@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');
/* font-family: "Roboto", sans-serif; */



body{
	font-family: 'AcuminProBook';
	font-size: 18px;
	line-height: 155%;
	color: rgba(19,19,19,0.8);
	background: #ffffff;
}

a,
input,
button,
textarea { outline: none !important; }

a {
	text-decoration: none;
	color: #338ca2;
	transition: all ease-in-out 300ms;
	-webkit-transition: all ease-in-out 300ms;
	-ms-transition: all ease-in-out 300ms;
	-o-transition: all ease-in-out 300ms;
	-moz-transition: all ease-in-out 300ms;
}

a:hover {
	color: #fdb740;
}

.get-new-left a.active{
	color: #fdb740;
}

strong,
b {
	font-family: 'AcuminProBold';
	font-weight: 700;
}

figure {
	margin: 0;
}

.font-family-avenirlight {
	font-family: 'AVENIRLIGHT' !important;
}

.font-family-avenirheavy {
	font-family: 'AVENIRHEAVY' !important;
}

.font-family-cormorantsemibold {
	font-family: 'CormorantSemiBold' !important;
}

.font-family-cormorantsemibolditalic {
	font-family: 'CormorantSemiBoldItalic' !important;
}

.font-family-cormorantbold {
	font-family: 'CormorantBold' !important;
}

.font-family-cormorantbolditalic {
	font-family: 'CormorantBoldItalic' !important;
}

.font-family-acuminprobook {
	font-family: 'AcuminProBook' !important;
}

.font-family-acuminprobookitalic {
	font-family: 'AcuminProBookItalic' !important;
}

.font-family-acuminpromedium {
	font-family: 'AcuminProMedium' !important;
}

.font-family-acuminpromediumitalic {
	font-family: 'AcuminProMediumItalic' !important;
}

.font-family-acuminprosemibold {
	font-family: 'AcuminProSemibold' !important;
}

.font-family-acuminprosemibolditalic {
	font-family: 'AcuminProSemiboldItalic' !important;
}

.font-family-acuminprobold {
	font-family: 'AcuminProBold' !important;
}

.font-family-acuminprobolditalic {
	font-family: 'AcuminProBoldItalic' !important;
}


p {
	font-family: inherit;
	font-weight: inherit;
	font-size: inherit;
	line-height: inherit;
	color: inherit;
}

ol,
ul {
	margin-bottom: 20px;
}

ol ol,
ol ul,
ul ol,
ul ul {
	margin-top: 10px;
	margin-bottom: 10px;
}

ol li,
ul li {
	font-family: inherit;
	font-weight: inherit;
	font-size: inherit;
	line-height: inherit;
	color: inherit;
}

.container-fluid,
.container {
	padding-left: 15px;
	padding-right: 15px;
}

.row {
	margin-left: -15px;
	margin-right: -15px;
}

.row > * {
	padding-left: 15px;
	padding-right: 15px;
}

.alignnone {
	float: none;
	margin: 20px;
}

.alignleft {
	float: left;
	margin: 20px 20px 20px 0;
}

.alignright {
	float: right;
	margin: 20px 0 20px 20px;
}

.aligncenter {
	float: none;
	display: block;
	margin: 20px auto;
}

blockquote {
	padding-left: 30px;
	border-left: 5px solid #338ca2;
	margin-bottom: 20px;
}

blockquote * {
	font-size: 150%;
	line-height: 180%;
}

.paragraph-large {
	font-size: 30px;
	line-height: 127%;
}

h1 {
	font-family: 'CormorantBold';
	font-size: 72px;
	line-height: 125%;
	color: #191919;
	letter-spacing: -1.44px;
	margin-bottom: 25px;
}

h2 {
	font-family: 'CormorantBold';
	font-size: 60px;
	line-height: 120%;
	color: #191919;
	letter-spacing: -1.2px;
	margin-bottom: 25px;
}

h3 {
	font-family: 'CormorantBold';
	font-size: 48px;
	line-height: 125%;
	color: #191919;
	letter-spacing: -0.96px;
	margin-bottom: 25px;
}

h4 {
	font-family: 'CormorantBold';
	font-size: 42px;
	line-height: 125%;
	color: #191919;
	letter-spacing: -0.96px;
	margin-bottom: 25px;
}

h5 {
	font-family: 'CormorantBold';
	font-size: 35px;
	line-height: 125%;
	color: #191919;
	letter-spacing: -0.96px;
	margin-bottom: 20px;
}

h6 {
	font-family: 'CormorantBold';
	font-size: 28px;
	line-height: 125%;
	color: #191919;
	letter-spacing: -0.96px;
	margin-bottom: 20px;
}

.fix-width-330 {
	max-width: 330px;
	width: 100%;
}

.fix-width-500 {
	max-width: 500px;
	width: 100%;
}

.fix-width-530 {
	max-width: 530px;
	width: 100%;
}

.fix-width-680 {
	max-width: 680px;
	width: 100%;
}

.fix-width-730 {
	max-width: 730px;
	width: 100%;
}

.fix-width-845 {
	max-width: 845px;
	width: 100%;
}

.fix-width-890 {
	max-width: 890px;
	width: 100%;
}

.fix-width-920 {
	max-width: 920px;
	width: 100%;
}

.fix-width-1145 {
	max-width: 1145px;
	width: 100%;
}

.text-ffffff {
	color: #ffffff !important;
}

.bg-ffffff {
	background: #ffffff !important;
}

.text-000000 {
	color: #000000 !important;
}

.bg-000000 {
	background: #000000 !important;
}

.text-191919 {
	color: #191919 !important;
}

.bg-191919 {
	background: #191919 !important;
}

.text-1b5867 {
	color: #1b5867 !important;
}

.bg-1b5867 {
	background: #1b5867 !important;
}

.text-bcdedc {
	color: #bcdedc !important;
}

.bg-bcdedc {
	background: #bcdedc !important;
}

.text-338ca2 {
	color: #338ca2 !important;
}

.bg-338ca2 {
	background: #338ca2 !important;
}

.text-fdb740 {
	color: #fdb740 !important;
}

.bg-fdb740 {
	background: #fdb740 !important;
}

/* sub-main-title */
.sub-main-title {
	display: block !important;
	font-family: 'AcuminProMedium';
	font-size: 20px !important;
	line-height: 150% !important;
	text-transform: uppercase;
	color: #338ca2;
	margin-bottom: 5px;
}

.sub-main-title * {
	text-decoration: none;
	font-family: inherit;
	font-weight: inherit;
	font-size: inherit;
	line-height: inherit;
	color: inherit;
	letter-spacing: inherit;
	margin-top: 0;
	margin-bottom: 0;
}

.sub-main-title a:hover {
	color: #338ca2;
}
/* sub-main-title */

/* main-title */
.main-title {
	font-family: 'CormorantBold';
	font-size: 72px;
	line-height: 125%;
	color: #191919;
	letter-spacing: -1.44px;
	margin-bottom: 25px;
}

.main-title * {
	text-decoration: none;
	font-family: inherit;
	font-weight: inherit;
	font-size: inherit;
	line-height: inherit;
	color: inherit;
	letter-spacing: inherit;
	margin-top: 0;
	margin-bottom: 0;
}

.main-title a:hover {
	color: #338ca2;
}
/* main-title */

/* main-small-title */
.main-small-title {
	font-family: 'CormorantBold';
	font-size: 60px;
	line-height: 120%;
	color: #191919;
	letter-spacing: -1.2px;
	margin-bottom: 25px;
}

.main-small-title * {
	text-decoration: none;
	font-family: inherit !important;
	font-weight: inherit !important;
	font-size: inherit;
	line-height: inherit;
	color: inherit;
	letter-spacing: inherit;
	margin-top: 0;
	margin-bottom: 0;
}

.main-small-title a:hover {
	color: #338ca2;
}
/* main-small-title */

/* section-title */
.section-title {
	font-family: 'CormorantBold';
	font-size: 48px;
	line-height: 125%;
	color: #191919;
	letter-spacing: -0.96px;
	margin-bottom: 25px;
}

.section-title * {
	text-decoration: none;
	font-family: inherit !important;
	font-weight: inherit !important;
	font-size: inherit;
	line-height: inherit;
	color: inherit;
	letter-spacing: inherit;
	margin-top: 0;
	margin-bottom: 0;
}

.section-title a:hover {
	color: #338ca2;
}
/* section-title */

/* buttons */
.btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	font-family: 'AcuminProSemibold';
	font-size: 18px;
	line-height: 156%;
	padding: 13px 40px 15px;
	border: 1px solid transparent;
	box-shadow: none;
	border-radius: 100px;
	-webkit-border-radius: 100px;
	-moz-border-radius: 100px;
	-ms-border-radius: 100px;
	-o-border-radius: 100px;
}

/* html.android .btn, */
/* html.mac .btn,
html.iphone .btn {
	padding: 17px 40px 13px;
	padding: 11px 60px 7px 30px;
} */

.btn-simple-white {
	color: #ffffff !important;
	background: transparent !important;
	border-color: #ffffff !important;
}

.btn-simple-white:active,
.btn-simple-white:focus {
	color: #ffffff !important;
	background: transparent !important;
	border-color: #ffffff !important;
}

.btn-simple-white:active:focus,
.btn-simple-white:hover {
	color: #191919 !important;
	background: #ffffff !important;
	border-color: #ffffff !important;
}

.btn-white {
	color: #191919 !important;
	background: #ffffff !important;
	border-color: #ffffff !important;
}

.btn-white:active,
.btn-white:focus {
	color: #191919 !important;
	background: #ffffff !important;
	border-color: #ffffff !important;
}

.btn-white:active:focus,
.btn-white:hover {
	color: #ffffff !important;
	background: #191919 !important;
	border-color: #191919 !important;
}

.btn-simple-black {
	color: #191919 !important;
	background: transparent !important;
	border-color: #191919 !important;
}

.btn-simple-black:active,
.btn-simple-black:focus {
	color: #191919 !important;
	background: transparent !important;
	border-color: #191919 !important;
}

.btn-simple-black:active:focus,
.btn-simple-black:hover {
	color: #ffffff !important;
	background: #191919 !important;
	border-color: #191919 !important;
}

.btn-black {
	color: #ffffff !important;
	background: #191919 !important;
	border-color: #191919 !important;
}

.btn-black:active,
.btn-black:focus {
	color: #ffffff !important;
	background: #191919 !important;
	border-color: #191919 !important;
}

.btn-black:active:focus,
.btn-black:hover {
	color: #ffffff !important;
	background: #fdb740 !important;
	border-color: #fdb740 !important;
}

.btn-simple-yellow {
	color: #fdb740 !important;
	background: transparent !important;
	border-color: #fdb740 !important;
}

.btn-simple-yellow:active,
.btn-simple-yellow:focus {
	color: #fdb740 !important;
	background: transparent !important;
	border-color: #fdb740 !important;
}

.btn-simple-yellow:active:focus,
.btn-simple-yellow:hover {
	color: #191919 !important;
	background: #fdb740 !important;
	border-color: #fdb740 !important;
}

.btn-yellow {
	color: #191919 !important;
	background: #fdb740 !important;
	border-color: #fdb740 !important;
}

.btn-yellow:active,
.btn-yellow:focus {
	color: #191919 !important;
	background: #fdb740 !important;
	border-color: #fdb740 !important;
}

.btn-yellow:active:focus,
.btn-yellow:hover {
	color: #ffffff !important;
	/* background: #338ca2 !important;
	border-color: #338ca2 !important; */
	background: #FFA306 !important;
    border-color: #FFA306!important;
}

.btn-simple-green {
	color: #338ca2 !important;
	background: transparent !important;
	border-color: #338ca2 !important;
}

.btn-simple-green:active,
.btn-simple-green:focus {
	color: #338ca2 !important;
	background: transparent !important;
	border-color: #338ca2 !important;
}

.btn-simple-green:active:focus,
.btn-simple-green:hover {
	color: #ffffff !important;
	background: #338ca2 !important;
	border-color: #338ca2 !important;
}

.btn-green {
	color: #ffffff !important;
	background: #338ca2 !important;
	border-color: #338ca2 !important;
}

.btn-green:active,
.btn-green:focus {
	color: #ffffff !important;
	background: #338ca2 !important;
	border-color: #338ca2 !important;
}

.btn-green:active:focus,
.btn-green:hover {
	color: #191919 !important;
	background: #bcdedc !important;
	border-color: #bcdedc !important;
}

.btn-simple-light-green {
	color: #bcdedc !important;
	background: transparent !important;
	border-color: #bcdedc !important;
}

.btn-simple-light-green:active,
.btn-simple-light-green:focus {
	color: #bcdedc !important;
	background: transparent !important;
	border-color: #bcdedc !important;
}

.btn-simple-light-green:active:focus,
.btn-simple-light-green:hover {
	color: #000000 !important;
	background: #bcdedc !important;
	border-color: #bcdedc !important;
}

.btn-light-green {
	color: #000000 !important;
	background: #bcdedc !important;
	border-color: #bcdedc !important;
}

.btn-light-green:active,
.btn-light-green:focus {
	color: #000000 !important;
	background: #bcdedc !important;
	border-color: #bcdedc !important;
}

.btn-light-green:active:focus,
.btn-light-green:hover {
	color: #ffffff !important;
	background: #338ca2 !important;
	border-color: #338ca2 !important;
}
/* buttons */

/* slick slider */
.slick-slider .slick-slide {
	outline: none !important;
}

.slick-slider .slick-arrow {
	position: absolute;
	top: 50%;
	z-index: 9;
	width: 50px;
	height: 50px;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #ffffff;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	cursor: pointer;
	transform: translate(0, -50%);
	-webkit-transform: translate(0, -50%);
	-moz-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	-o-transform: translate(0, -50%);
}

.slick-slider .slick-arrow svg {
	width: 12px;
	height: 20px;
	fill: #ff5347;
}

.slick-slider .slick-arrow:hover {
	background: #ff5347;
}

.slick-slider .slick-arrow:hover svg {
	fill: #ffffff;
}

.slick-slider .slick-arrow.slick-prev {
	left: 0;
	transform: translate(0, -50%) rotate(180deg);
	-webkit-transform: translate(0, -50%) rotate(180deg);
	-moz-transform: translate(0, -50%) rotate(180deg);
	-ms-transform: translate(0, -50%) rotate(180deg);
	-o-transform: translate(0, -50%) rotate(180deg);
}

.slick-slider .slick-arrow.slick-next {
	right: 0;
}
/* slick slider */

/* common-social-icons */
.common-social-icons ul {
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0;
	padding: 0;
	list-style-type: none;
}

.common-social-icons ul li {
	display: inline-flex;
	margin: 0 5px 10px;
	padding: 0;
	list-style-type: none;
	font-size: 22px;
	line-height: 22px;
	color: #1b5867;
}

.common-social-icons ul li:first-child {
	margin-left: 0;
}

.common-social-icons ul li:last-child {
	margin-right: 0;
}

.common-social-icons ul li a {
	text-decoration: none;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 55px;
	height: 55px;
	color: inherit;
	background: #bcdedc;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
}

.common-social-icons ul li a:hover {
	color: #bcdedc;
	background: #338ca2;
}
/* common-social-icons */

/* common-star-rating-list */
.common-star-rating-list ul li {
	display: inline-flex;
	align-items: center;
	margin: 0 2px;
	padding: 0;
	list-style-type: none;
	font-size: 25px;
	line-height: 25px;
	color: #fdb740;
}

.common-star-rating-list ul li:first-child {
	margin-left: 0;
}

.common-star-rating-list ul li:last-child {
	margin-right: 0;
}
/* common-star-rating-list */

/* common-show-all-photos */
.common-show-all-photos {
	font-family: 'AcuminProSemibold';
	color: #191919;
	background: #ffffff;
	max-width: 272px;
	text-transform: uppercase;
	padding: 12px 25px 10px 25px;
	border-radius: 100px;
	-webkit-border-radius: 100px;
	-moz-border-radius: 100px;
	-ms-border-radius: 100px;
	-o-border-radius: 100px;
}

/* html.android .common-show-all-photos, */
html.mac .common-show-all-photos,
html.iphone .common-show-all-photos {
	padding: 16px 25px 10px;
}

.common-show-all-photos span {
	position: relative;
	display: inline-flex;
	align-items: center;
	justify-content: center;
}

.common-show-all-photos span:after {
	position: relative;
	content: "";
	width: 24px;
	height: 24px;
	margin-left: 7px;
	background: url("data:image/svg+xml,%3Csvg preserveAspectRatio='none' width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_288_346)'%3E%3Cpath d='M17.453 24C17.285 24 17.113 23.979 16.943 23.934L1.48002 19.793C0.420015 19.501 -0.211985 18.403 0.0660152 17.343L2.01702 10.071C2.08902 9.80402 2.36302 9.64902 2.62902 9.71702C2.89602 9.78802 3.05402 10.063 2.98302 10.329L1.03302 17.599C0.894015 18.129 1.21202 18.681 1.74302 18.828L17.2 22.967C17.731 23.107 18.279 22.791 18.417 22.263L19.198 19.369C19.27 19.102 19.544 18.943 19.811 19.016C20.078 19.088 20.235 19.363 20.164 19.629L19.384 22.519C19.149 23.409 18.339 24 17.453 24Z' fill='%23191919'/%3E%3Cpath d='M22 18H6C4.897 18 4 17.103 4 16V4C4 2.897 4.897 2 6 2H22C23.103 2 24 2.897 24 4V16C24 17.103 23.103 18 22 18ZM6 3C5.449 3 5 3.449 5 4V16C5 16.551 5.449 17 6 17H22C22.551 17 23 16.551 23 16V4C23 3.449 22.551 3 22 3H6Z' fill='%23191919'/%3E%3Cpath d='M9 9C7.897 9 7 8.103 7 7C7 5.897 7.897 5 9 5C10.103 5 11 5.897 11 7C11 8.103 10.103 9 9 9ZM9 6C8.449 6 8 6.449 8 7C8 7.551 8.449 8 9 8C9.551 8 10 7.551 10 7C10 6.449 9.551 6 9 6Z' fill='%23191919'/%3E%3Cpath d='M4.56995 16.93C4.44195 16.93 4.31395 16.881 4.21595 16.784C4.02095 16.589 4.02095 16.272 4.21595 16.077L8.93895 11.354C9.50495 10.788 10.494 10.788 11.06 11.354L12.466 12.76L16.358 8.08999C16.641 7.75099 17.057 7.55399 17.5 7.54999H17.511C17.949 7.54999 18.364 7.73999 18.65 8.07299L23.88 14.175C24.06 14.384 24.036 14.7 23.826 14.88C23.617 15.06 23.302 15.037 23.121 14.826L17.891 8.72399C17.794 8.61199 17.66 8.54999 17.511 8.54999C17.407 8.54099 17.224 8.61299 17.127 8.72999L12.884 13.821C12.794 13.929 12.663 13.994 12.522 14C12.38 14.01 12.245 13.954 12.146 13.854L10.353 12.061C10.164 11.873 9.83495 11.873 9.64595 12.061L4.92295 16.784C4.82595 16.881 4.69795 16.93 4.56995 16.93Z' fill='%23191919'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_288_346'%3E%3Crect width='24' height='24' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E") no-repeat;
	background-size: 100% 100%;
}

/* html.android .common-show-all-photos span:after, */
html.mac .common-show-all-photos span:after,
html.iphone .common-show-all-photos span:after {
	position: relative;
	top: -3px;
}

a.common-show-all-photos:hover {
	color: #191919;
	background: #fdb740;
}
/* common-show-all-photos */
/*==================================================================*/
/*========== Header Start ==========*/
/*==================================================================*/
.header {
	position: fixed;
	background: #ffffff;
	left: 0;
	right: 0;
	top: 0;
	z-index: 999;
}

.header.h-stick {
	box-shadow: 0 0 15px rgba(0, 0, 0, 0.15);
}

/* .header.h-stick .navbar {
	padding: 15px 0;
} */

.navbar {
	position: relative;
	padding: 25px 0;
	transition: 0.4s;
	-webkit-transition: 0.4s;
	-moz-transition: 0.4s;
	-ms-transition: 0.4s;
	-o-transition: 0.4s;
}

.navbar .navbar-brand {
	position: relative;
	z-index: 999;
	padding: 0;
}

.navbar .navbar-brand img {
	position: relative;
	width: 205px;
	transition: 0.4s;
	-webkit-transition: 0.4s;
	-moz-transition: 0.4s;
	-ms-transition: 0.4s;
	-o-transition: 0.4s;
}

/* .header.h-stick .navbar .navbar-brand img {
	width: 150px;
} */

.navbar-toggler {
	position: relative;
	z-index: 999;
	width: 30px;
	height: 25px;
	padding: 0;
	box-shadow: none !important;
	border: none;
}

.navbar-toggler .hamburger-toggle {
	width: 100%;
	height: 100%;
}

.navbar-toggler .hamburger {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	flex-direction: column;
	justify-content: space-between;
	width: 100%;
	height: 100%;
}

.navbar-toggler .hamburger span {
	width: 100%;
	height: 3px;
	background-color: #1b5867;
	position: relative;
	transition: 0.4s;
	-webkit-transition: 0.4s;
	-moz-transition: 0.4s;
	-ms-transition: 0.4s;
	-o-transition: 0.4s;
}

.navbar-toggler .hamburger span:first-child {
	top: 11px;
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
}

.navbar-toggler .hamburger span:nth-child(2) {
	opacity: 0;
}

.navbar-toggler .hamburger span:last-child {
	margin: 0;
	top: -11px;
	transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
}

.navbar-toggler.collapsed .hamburger span {
	opacity: 1 !important;
	top: auto !important;
	transform: none !important;
	-webkit-transform: none !important;
	-moz-transform: none !important;
	-ms-transform: none !important;
	-o-transform: none !important;
}

.navbar .navbar-collapse {
	justify-content: flex-end;
	position: relative;
}

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

.navbar-nav .nav-item {
	margin: 0 15px;
}

.navbar-nav .nav-item:first-child {
	margin-left: 0;
}

.navbar-nav .nav-item:last-child {
	margin-right: 0;
	margin-left: 20px;
}

.navbar-nav .nav-item .nav-link {
	font-family: 'AcuminProMedium';
	font-size: 16px;
	line-height: 24px;
	color: #191919;
	padding: 0;
	text-transform: uppercase;
	position: relative;
	border-bottom: 3px solid transparent;
}

.navbar-nav .nav-item.active .nav-link,
.navbar-nav .nav-item.current-menu-item .nav-link,
.navbar-nav .nav-item.current-menu-parent .nav-link,
.navbar-nav .nav-item .nav-link.active,
.navbar-nav .nav-item .nav-link.current-menu-item,
.navbar-nav .nav-item .nav-link.current-menu-parent,
.navbar-nav .nav-item .nav-link:hover {
/* .navbar-nav .nav-item.current_page_parent .nav-link { */
	/* color: #338ca2; */
	border-bottom-color: #fdb740;
}

.navbar-nav .nav-item .btn {
	/* text-transform: none; */
	padding: 8px 30px 7px;
}

/* html.android .navbar-nav .nav-item .btn, */
html.mac .navbar-nav .nav-item .btn,
html.iphone .navbar-nav .nav-item .btn {
	padding: 8px 30px 5px;
}

.header .navbar .container {
	align-items: flex-end;
}

.header-login ul {
	padding: 0;
	margin: 0 -15px;
	display: flex;
	align-items: center;
}

.header-login ul li {
	font-size: 14px;
	line-height: 18px;
	list-style-type: none;
	color: #191919;
	display: flex;
	align-items: center;
	padding: 0 15px;
	position: relative;
}

.header-login ul li:last-child::after {
	display: none;
}

.header-login ul li::after {
	content: "";
	background-color: #191919;
	width: 1px;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	opacity: 0.3;
}

.header-login ul li img {
	margin: 0 15px 0 0;
}

.header-login ul li a {
	color: #191919;
}

.header-login ul li a:hover {
	color: #fdb740;
}

.header-login {
	padding: 17px 24px 15px 29px;
	background-color: #EBF5F5;
	position: absolute;
	right: 0;
	bottom: 100%;
	margin: 0 0 19px 0;
	border-radius: 0px 0px 15px 15px;
	-webkit-border-radius: 0px 0px 15px 15px;
	-moz-border-radius: 0px 0px 15px 15px;
	-ms-border-radius: 0px 0px 15px 15px;
	-o-border-radius: 0px 0px 15px 15px;
}

.navbar-nav .nav-item.btn-simple-yellow {
	padding: 0;
	margin: 0 0 0 65px;
}

.navbar-nav .nav-item.btn-yellow {
	padding: 0;
    color: #191919;
    background: transparent !important;
    border-color: transparent !important;
}

.navbar-nav .nav-item.btn-yellow .nav-link {
	padding: 8px 29px 7px;
	border-radius: 100px;
	-webkit-border-radius: 100px;
	-moz-border-radius: 100px;
	-ms-border-radius: 100px;
	-o-border-radius: 100px;
}


/*==================================================================*/
/*========== Header End ==========*/
/*==================================================================*/



/*==================================================================*/
/*========== New Class Add Start ==========*/
/*==================================================================*/
/* banner */
.banner-section {
	position: relative;
}

.banner-section .banner-main-image {
	position: relative;
}

.banner-section .banner-main-image:before {
	position: absolute;
	content: "";
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background: rgba(0,0,0,0.3);
}

.banner-section .banner-main-image img {
	width: 100%;
	height: 500px;
	object-fit: cover;
	font-family: 'object-fit: cover';
}

.banner-section.home-banner-section .banner-main-image img {
	height: calc(100vh - 145px);
}

.banner-section .banner-description {
	position: absolute;
	left: 0;
	right: 0;
	top: 50%;
	text-align: center;
	transform: translate(0, -50%);
	-webkit-transform: translate(0, -50%);
	-moz-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	-o-transform: translate(0, -50%);
}

.banner-section .main-title {
	color: #ffffff;
}

.banner-section .main-small-title {
	color: #ffffff;
	text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}

.banner-section .main-title span {
	display: block;
	font-family: 'AcuminProSemibold';
	font-size: 30px;
	line-height: 127%;
	letter-spacing: 0.7px;
	margin-bottom: 5px;
}

.banner-section .banner-detail {
	margin-bottom: 40px;
}

.banner-section .banner-review-ratings {
	margin-top: 70px;
}

.banner-review-ratings {
	display: flex;
	flex-direction: column;
	align-items: center;
}

.banner-review-ratings .rating-list ul {
	display: flex;
	flex-wrap: wrap;
	margin: 0;
	padding: 0;
	list-style-type: none;
	justify-content: center;
}

.banner-review-ratings .rating-list ul li {
	display: inline-flex;
	margin: 0 2px;
	padding: 0;
	list-style-type: none;
	justify-content: center;
}

.banner-review-ratings .rating-list ul li:first-child {
	margin-left: 0;
}

.banner-review-ratings .rating-list ul li:last-child {
	margin-right: 0;
}

.banner-review-ratings .total-rating {
	font-family: 'CormorantSemiBold';
	font-size: 24px;
	line-height: 133%;
	letter-spacing: -0.48px;
	color: #ffffff;
	margin-top: 10px;
}

.total-rating a:hover {
    color: #fdb740;
}
/* banner */

/* travel-logo-ratings */
.travel-logo-ratings-section {
	padding: 42px 0;
}

.travel-logo-ratings-section .travel-logo-ratings-content {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	margin: 0 -15px;
}

.travel-logo-ratings-section .travel-logo-ratings-content > * {
	flex: 0 0 auto;
	max-width: 100%;
	padding: 0 15px;
}

.travel-logo-ratings-section .total-rating-stars {
	display: flex;
	align-items: center;
}

.travel-logo-ratings-section .total-rating-stars > * {
	flex: 0 0 auto;
	display: inline-flex;
}

.common-star-rating-list ul {
	display: inline-flex;
	align-items: center;
	margin: 0;
	padding: 0;
	list-style-type: none;
}

.travel-logo-ratings-section .total-rating-stars span {
	color: #338ca2;
	font-family: 'AcuminProSemibold';
	margin-left: 15px;
    text-decoration: underline;
}

.travel-logos-block .travel-logos-list {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	margin: 0 -23px;
}

.travel-logos-block .travel-logos-list > * {
	flex: 0 0 auto;
	max-width: 100%;
	padding: 0 23px;
}

.travel-logos-block .travel-logo {
	height: 75px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.travel-logos-block .travel-logo * {
	max-height: 75px;
}
/* travel-logo-ratings */

/* best-life */
.best-life-section {
	padding: 100px 0 80px;
	margin-bottom: 45px;
}

.best-life-section .best-life-main-title {
	margin-bottom: 45px;
}

.best-life-section .best-life-work-button {
	margin-top: 10px;
}

.best-life-section .best-life-work-button .btn {
	max-width: 430px;
	width: 100%;
}

.best-life-block {
	margin-bottom: 40px;
}

.best-life-block .best-life-image {
	height: 433px;
	margin-bottom: 55px;
}

.best-life-block .best-life-image * {
	width: 100%;
	height: 100%;
	object-fit: cover;
	font-family: 'object-fit: cover';
}

.best-life-block .sub-main-title {
	text-transform: none;
	font-family: 'AcuminProSemibold';
	font-size: 22px !important;
	color: #000000;
	margin-bottom: 10px;
}

.best-life-block .explore-link {
	margin-top: 30px;
}

.best-life-block .explore-link a {
	color: rgb(51,140,162,0.8);
}

.best-life-block .explore-link a:hover {
	color: #1b5867;
}
/* best-life */

/* your-membership */
.your-membership-section {
	padding: 45px 0 0;
}

.your-membership-section .your-membership-main-title {
	text-align: center;
	margin-bottom: 55px;
}

.your-membership-block {
	text-align: center;
	margin-bottom: 40px;
}

.your-membership-block .membership-image {
	height: 390px;
	margin-bottom: 40px;
}

.your-membership-block .membership-image * {
	width: 100%;
	height: 100%;
	object-fit: cover;
	font-family: 'object-fit: cover';
}

.your-membership-block .membership-detail {
	max-width: 240px;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
}

.your-membership-block .sub-main-title {
	text-transform: none;
	font-family: 'AcuminProSemibold';
	color: #000000;
	margin-bottom: 10px;
}
/* your-membership */

/* world-community */
.world-community-section {
	padding: 75px 0;
}

.world-community-section .world-community-image img {
	width: 100%;
}

.world-community-section .world-community-detail {
	padding: 35px 15px;
}
/* world-community */

/* life-vibrant */
.life-vibrant-section {
	position: relative;
	z-index: 9;
	padding: 147px 0;
	margin-top: 45px;
}

.life-vibrant-section .life-vibrant-overlay {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	z-index: -1;
}

.life-vibrant-section .life-vibrant-overlay:before {
	position: absolute;
	content: "";
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background: linear-gradient(180deg, rgba(0, 0, 0, 0.00) 33.33%, rgba(0, 0, 0, 0.20) 100%);
}

.life-vibrant-section .main-small-title {
	margin-bottom: 10px;
}
/* life-vibrant */

/* explore-location */
.explore-location-section {
	padding: 85px 0;
}

.explore-location-section .section-title {
	margin-bottom: 45px;
}

.explore-location-carousel {
	opacity: 0;
}

.explore-location-carousel.slick-initialized {
	opacity: 1;
}

.explore-location-carousel .slick-arrow {
	width: 28px;
	height: 50px;
	background: transparent;
	border-radius: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-ms-border-radius: 0;
	-o-border-radius: 0;
}

.explore-location-carousel .slick-arrow:hover {
	background: transparent;
}

.explore-location-carousel .slick-arrow svg {
	width: 100%;
	height: 100%;
	fill: #338ca2;
}

.explore-location-carousel .slick-arrow:hover svg {
	fill: #191919;
}

.explore-location-carousel .slick-arrow.slick-prev {
	left: auto;
	right: 100%;
	margin-right: 50px;
}

.explore-location-carousel .slick-arrow.slick-next {
	right: auto;
	left: 100%;
	margin-left: 50px;
}

.explore-location-carousel .slick-list {
	margin: 0 -15px;
}

.explore-location-carousel .slick-slide {
	padding: 0 15px;
}

.explore-location-block {
	position: relative;
	text-align: center;
	margin-bottom: 30px;
}

.explore-location-block .explore-location-image {
	position: relative;
	overflow: hidden;
}

.explore-location-block .explore-location-image:before {
	position: absolute;
	content: "";
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background: linear-gradient(180deg, rgba(0, 0, 0, 0.00) 33.33%, rgba(0, 0, 0, 0.50) 100%);
}

.explore-location-block .explore-location-image img {
	position: relative;
	width: 100%;
	height: 550px;
	object-fit: cover;
	font-family: 'object-fit: cover';
	overflow: hidden;
	transition: 3s;
	-webkit-transition: 3s;
	-moz-transition: 3s;
	-ms-transition: 3s;
	-o-transition: 3s;
}

.explore-location-block:hover .explore-location-image img {
	transform: scale(1.3);
	-webkit-transform: scale(1.3);
	-moz-transform: scale(1.3);
	-ms-transform: scale(1.3);
	-o-transform: scale(1.3);
}

.explore-location-block .explore-location-detail {
	position: absolute;
	left: 0;
	right: 0;
	top: 50%;
	text-align: center;
	padding: 0 15px;
	transform: translate(0, -50%);
	-webkit-transform: translate(0, -50%);
	-moz-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	-o-transform: translate(0, -50%);
}

.explore-location-block .main-small-title {
	color: #ffffff;
	margin: 0;
}

.explore-location-block .main-small-title span {
	display: block;
	text-transform: uppercase;
	font-family: 'AcuminProMedium';
	font-size: 20px;
	line-height: 150%;
}

.explore-location-block .explore-location-button {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 40px;
	padding: 0 15px;
	text-align: center;
}
/* explore-location */

/* follow-us */
.follow-us-section {
	padding: 70px 0 0;
}

.follow-us-section .follow-us-list {
	display: flex;
	flex-wrap: wrap;
}

.follow-us-section .follow-us-list > * {
	flex: 0 0 auto;
	max-width: 100%;
	width: 16.66666666666667%;
}

.follow-us-section .follow-us-list .follow-us-image img {
	width: 100%;
	height: 267px;
	object-fit: cover;
	font-family: 'object-fit: cover';
}
/* follow-us */

/* product-services */
.product-services-section {
	position: relative;
	z-index: 9;
	margin: -45px 0;
	overflow: hidden;
}

.product-services-section .product-services-content {
	border: 1px solid #bcdedc;
	padding: 0 30px;
	border-radius: 6px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	-ms-border-radius: 6px;
	-o-border-radius: 6px;
}

.product-services-section .product-services-list {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	margin: 0 -42px;
}

.product-services-section .product-services-list > * {
	flex: 0 0 auto;
	max-width: 100%;
	padding: 0 42px;
	position: relative;
}

.product-services-section .product-services-list > *:before {
	position: absolute;
	content: "";
	right: 0;
	top: 50%;
	width: 1px;
	height: 60000px;
	background: #bcdedc;
	transform: translate(0, -50%);
	-webkit-transform: translate(0, -50%);
	-moz-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	-o-transform: translate(0, -50%);
}

.product-services-section .product-services-list > *:last-child:before {
	display: none;
}

.product-services-section .product-services-block {
	padding: 27px 0;
	position: relative;
	display: flex;
	align-items: center;
}

.product-services-section .product-services-block > * {
	flex: 0 0 auto;
	max-width: 100%;
}

.product-services-section .product-services-block .service-icon {
	width: 35px;
	height: 35px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-right: 12px;
}

.product-services-section .product-services-block .service-icon * {
	max-height: 100%;
}

.product-services-section .product-services-block .service-detail {
	flex: 1 0 0;
}

.product-services-section .product-services-block .service-detail * {
	margin: 0;
}
/* product-services */

/* enjoy-activities */
.enjoy-activities-section {
	padding-top: 115px;
	padding-bottom: 25px;
}

.enjoy-activities-section .enjoy-activities-content {
	margin-bottom: 45px;
}

.enjoy-activities-slider {
	overflow: hidden;
}

.enjoy-activities-carousel {
	opacity: 0;
}

.enjoy-activities-carousel.slick-initialized {
	opacity: 1;
}

.enjoy-activities-carousel .slick-list {
	margin: 0 -7px;
	padding: 0 165px;
}

.enjoy-activities-carousel .slick-slide {
	padding: 0 7px;
}

.enjoy-activities-carousel .slick-arrow.slick-prev {
	left: 30px;
}

.enjoy-activities-carousel .slick-arrow.slick-next {
	right: 30px;
}

.enjoy-activities-block {
	text-decoration: none;
	display: block;
}

.enjoy-activities-block img {
	width: 100%;
	height: 270px;
	object-fit: cover;
	font-family: 'object-fit: cover';
}
/* enjoy-activities */

/* product-accommodations */
.product-accommodations-list .product-accommodations-block:nth-child(odd) {
	background: #faf7f1;
}

.product-accommodations-list .product-accommodations-block:nth-child(odd) .row {
	flex-direction: row-reverse;
}

.product-accommodations-block {
	padding: 120px 0;
}

.product-accommodations-block .row {
	margin: 0 -39px;
}

.product-accommodations-block .row > * {
	padding: 0 39px;
}

.product-accommodations-block .product-accommodations-image {
	position: relative;
}

.product-accommodations-block .product-accommodations-image:before {
	position: absolute;
	content: "";
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background: linear-gradient(180deg, rgba(0, 0, 0, 0.00) 33.33%, rgba(0, 0, 0, 0.20) 100%);
}

.product-accommodations-block .product-accommodations-image * {
	width: 100%;
}

.product-accommodations-block .product-accommodations-image .common-show-all-photos {
	position: absolute;
	left: 50%;
	bottom: 60px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	text-decoration: none;
	z-index: 9;
	transform: translate(-50%, 0);
	-webkit-transform: translate(-50%, 0);
	-moz-transform: translate(-50%, 0);
	-ms-transform: translate(-50%, 0);
	-o-transform: translate(-50%, 0);
}

.product-accommodations-block .section-title {
	margin-bottom: 30px;
}

.product-accommodations-block .product-accommodations-detail {
	max-width: 570px;
	width: 100%;
}

.product-accommodations-list-items {
	margin-top: 35px;
}

.product-accommodations-list-items .sub-main-title {
	font-family: 'AcuminProSemibold';
	font-size: 22px;
	color: #000000;
	letter-spacing: 0.44px;
	text-transform: none;
	margin-bottom: 15px;
}
/* product-accommodations */

/* community-manager */
.community-manager-section {
	padding-top: 0;
	padding-bottom: 85px;
}

.community-manager-section .section-title {
	font-size: 42px;
	line-height: 143%;
	margin-bottom: 20px;
}

.community-manager-block {
	display: flex;
	align-items: center;
	padding: 52px 85px;
	margin-bottom: 25px;
}

.community-manager-block:last-child {
	margin-bottom: 0;
}

.community-manager-block > * {
	flex: 0 0 auto;
	max-width: 100%;
}

.community-manager-block .manager-profile {
	width: 130px;
	height: 130px;
	overflow: hidden;
	margin-right: 45px;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
}

.community-manager-block .manager-profile * {
	width: 100%;
	height: 100%;
	object-fit: cover;
	font-family: 'object-fit: cover';
}

.community-manager-block .manager-detail {
	flex: 1 0 0;
}

.community-manager-block .sub-main-title {
	font-family: 'AcuminProSemibold';
	font-size: 24px !important;
	line-height: 133%;
	color: #000000;
	text-transform: none;
	margin-bottom: 10px;
}

.community-manager-block .manager-detail .detail {
	color: #000000;
}
/* community-manager */

/* how-members-work */
.how-members-work-section {
	padding: 100px 0 35px;
}

.how-members-work-block {
	margin-bottom: 30px;
}

.how-members-work-block:last-child {
	margin-bottom: 0;
}

.how-members-work-block .row {
	margin: 0 -33px;
}

.how-members-work-block .row > * {
	padding: 0 33px;
}

.how-members-work-block .how-members-work-image * {
	width: 100%;
	max-width: 600px;
}

.how-members-work-block .sub-main-title {
	margin: 0;
}

.how-members-work-block .section-title {
	margin-bottom: 10px;
}

.how-members-work-block .join-community-button {
	margin-top: 35px;
}
/* how-members-work */

/* community-benefits */
.community-benefits-section {
	padding: 35px 0 60px;
}

.community-benefits-section .section-title {
	margin-bottom: 70px;
}

.community-benefits-list .community-benefits-block {
	height: calc(100% - 30px);
}

.community-benefits-block {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	padding: 20px 45px;
	margin-bottom: 30px;
}

.community-benefits-block > * {
	flex: 0 0 auto;
	max-width: 100%;
}

.community-benefits-block .benefits-icon {
	width: 80px;
	height: 80px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-right: 30px;
}

.community-benefits-block .benefits-detail {
	flex: 1 0 0;
}

.community-benefits-block .sub-main-title {
	font-family: 'AVENIRHEAVY';
	color: #000000;
	margin-bottom: 0;
	text-transform: none;
}

.community-benefits-block .benefits-detail .detail {
	font-family: 'AVENIRLIGHT';
	font-size: 16px;
	line-height: 150%;
	color: #000000;
}

.community-benefits-block .benefits-detail .detail *:last-child {
	margin-bottom: 0;
}
/* community-benefits */

/* why-join-us */
.why-join-us-section {
	padding-bottom: 15px;
}

.why-join-us-block {
	padding-top: 80px;
	padding-bottom: 80px;
}

.why-join-us-block .row {
	margin: 0 -25px;
}

.why-join-us-block .row > * {
	padding: 0 25px;
}

.why-join-us-block .why-join-us-image * {
	width: 100%;
}

.why-join-us-block .why-join-us-detail {
	color: #000000;
}

.why-join-us-block .why-join-us-detail .detail {
	letter-spacing: -0.36px;
}

.why-join-us-block .why-join-us-detail .our-strength-list {
	margin-top: 40px;
	/* padding-left: 30px; */
	letter-spacing: -0.36px;
}

.why-join-us-block .why-join-us-detail .our-strength-list ul {
	display: block;
	margin: 0;
	padding: 0;
	list-style-type: none;
}

.why-join-us-block .why-join-us-detail .our-strength-list ul li {
	display: block;
	margin: 0 0 35px;
	padding: 0;
	list-style-type: none;
}

.why-join-us-block .why-join-us-detail .our-strength-list ul li .title {
	display: block;
}

.why-join-us-block .why-join-us-detail .our-strength-list ul li *:last-child {
	margin-bottom: 0;
}
/* why-join-us */

/* activitie-events */
.activitie-events-section {
	padding: 47px 0 35px;
}

.activitie-events-section .activitie-events-title {
	margin-bottom: 50px;
}

.activitie-events-section .activitie-events-title .section-title {
	margin-bottom: 15px;
}

.activitie-events-block {
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 30px;
}

.activitie-events-block > * {
	flex: 0 0 auto;
	max-width: 100%
}

.activitie-events-block .events-profile {
	width: 133px;
	height: 136px;
	margin-right: 30px;
}

.activitie-events-block .events-profile * {
	width: 100%;
	height: 100%;
}

.activitie-events-block .events-detail {
	flex: 1 0 0;
	color: #000000;
}

.activitie-events-block .events-detail .detail {
	max-width: 336px;
	width: 100%;
}

.activitie-events-block .events-detail span {
	display: block;
}

.activitie-events-block .events-detail *:last-child {
	margin-bottom: 0;
}
/* activitie-events */

/* our-community-say */
.our-community-say-section {
	padding-top: 50px;
	padding-bottom: 25px;
}

.our-community-say-section .section-title {
	margin-bottom: 75px;
}

.our-community-say-carousel {
	opacity: 0;
}

.our-community-say-carousel.slick-initialized {
	opacity: 1;
}

.our-community-say-carousel .slick-track {
	display: flex;
}

.our-community-say-carousel .slick-list {
	margin: 0 39px;
}

.our-community-say-carousel .slick-slide {
	padding: 0 39px;
	height: inherit;
}

.our-community-say-block {
	color: #000000;
	margin-bottom: 30px;
	height: calc(100% - 30px);
}

.our-community-say-block .our-community-say-image {
	height: 362px;
	overflow: hidden;
}

.our-community-say-block .our-community-say-image * {
	width: 100%;
	height: 100%;
	object-fit: cover;
	font-family: 'object-fit: cover';
}

.our-community-say-block .our-community-say-detail {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	height: calc(100% - 362px);
	text-align: center;
}

.our-community-say-block .our-community-say-detail .detail {
	letter-spacing: -0.36px;
	max-width: 328px;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
}

.our-community-say-block .our-community-say-detail .community-profile {
	display: block;
	width: 210px;
	height: 210px;
	background: #fdb740;
	overflow: hidden;
	margin: -170px auto 25px;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
}

.our-community-say-block .our-community-say-detail .community-profile * {
	width: 100%;
	height: 100%;
	object-fit: cover;
	font-family: 'object-fit: cover';
}

.our-community-say-block .client-rating-stars {
	margin-bottom: 40px;
}

.our-community-say-block .client-rating-stars ul {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	margin: 0;
	padding: 0;
	list-style-type: none;
}

.our-community-say-block .client-rating-stars ul li {
	display: inline-flex;
	align-items: center;
	margin: 0 2px;
	padding: 0;
	list-style-type: none;
}

.our-community-say-block .client-rating-stars ul li:first-child {
	margin-left: 0;
}

.our-community-say-block .client-rating-stars ul li:last-child {
	margin-right: 0;
}

.our-community-say-block .client-name {
	margin-top: 35px;
	letter-spacing: -0.36px;
}

.our-community-say-block .client-name span {
	display: block;
	margin-bottom: 7px;
}
/* our-community-say */

/* typography */
.typography-section {
	padding-top: 70px;
	padding-bottom: 70px;
}
/* typography */

/* upcomming-destination page */
.upcomming-destination-section {
	padding-top: 40px;
	padding-bottom: 25px;
}

.upcomming-destination-section .upcomming-destination-main-detail {
	margin-bottom: 45px;
}

.upcomming-destination-section .city-wise-destination-filter {
	margin-bottom: 45px;
}

.city-wise-destination-filter.review-filter {
	padding-top: 0;
}

.city-wise-destination-filter.review-filter .country-filter {
	flex-wrap: wrap;
	flex-direction: column;
	align-items: center;
}

.city-wise-destination-filter.review-filter .form-select {
	font-family: "AcuminProBook";
	font-weight: normal;
	max-width: 245px;
	width: 100%;
	height: 43px;
	font-size: 20px;
	line-height: 150%;
	color: #000000;
	padding-top: 5px;
	border: 1px solid #666666;
	--bs-form-select-bg-img: url("data:image/svg+xml,%3Csvg preserveAspectRatio='none' xmlns='http://www.w3.org/2000/svg' width='25' height='14' viewBox='0 0 25 14' fill='none'%3E%3Cline x1='0.353553' y1='0.646447' x2='12.3536' y2='12.6464' stroke='%23666666'/%3E%3Cline x1='24.3536' y1='1.35355' x2='12.3536' y2='13.3536' stroke='%23666666'/%3E%3C/svg%3E");
	background-size: 24px 12px;
}

.city-wise-destination-filter.review-filter #zi-loader {
	width: 35px;
	margin-top: 15px;
	margin-left: auto;
	margin-right: auto;
}

.destination-image-carousel {
	opacity: 0;
}

.destination-image-carousel.slick-initialized {
	opacity: 1;
}

.destination-image-carousel .slick-arrow {
	background: transparent !important;
	border-radius: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-ms-border-radius: 0;
	-o-border-radius: 0;
}

.destination-image-carousel .slick-arrow svg {
	width: 25px;
	height: 25px;
}

.destination-image-carousel .slick-arrow svg path {
	fill: #ffffff;
}

.destination-image-carousel .slick-arrow:hover svg path {
	fill: #dc3232;
}

.destination-image-carousel .slick-track {
	display: flex;
	justify-content: center;
}

.destination-image-carousel .slick-slide {
	height: inherit;
}

.destination-image-carousel .destination-image * {
	width: 100%;
}

.upcomming-destination-block {
	height: calc(100% - 45px);
	border: 1px solid #CCCCCC;
	margin-bottom: 45px;
}

.upcomming-destination-block .destination-image {
	height: 270px;
}

.upcomming-destination-block .destination-image * {
	width: 100%;
	height: 100%;
	object-fit: cover;
	font-family: 'object-fit: cover';
}

.upcomming-destination-block .destination-detail {
	padding: 15px;
	display: flex;
	flex-wrap: wrap;
	flex-direction: column;
	justify-content: space-between;
	height: calc(100% - 270px);
}

.upcomming-destination-block .section-title {
	text-align: center;
	margin-bottom: 15px;
}

.upcomming-destination-block .section-title span {
	display: block;
	font-family: "AcuminProMedium" !important;
	font-size: 18px;
	line-height: 155.556%;
	text-transform: uppercase;
}

.upcomming-destination-block .upcomming-date-cost-part {
	display: flex;
	flex-wrap: wrap;
	flex-direction: column;
	justify-content: flex-end;
}

.upcomming-destination-block .upcomming-detail-part .detail {
	color: #000000;
}

.upcomming-destination-block .date-wise-cost-block {
	display: flex;
	flex-wrap: wrap;
	align-items: flex-end;
}

.upcomming-destination-block .date-wise-cost-block > * {
	flex: 0 0 auto;
	max-width: 100%;
	width: 50%;
	border: 1px solid #CCCCCC;
	margin-bottom: 15px;
}

.upcomming-destination-block .date-cost-block {
	padding: 10px;
}

.upcomming-destination-block .date-cost-block .title {
	font-family: "AcuminProSemibold";
	font-size: 12px;
	line-height: 133.333%;
	color: #666666;
	text-transform: uppercase;
	margin-bottom: 10px;
}

.upcomming-destination-block .date-cost-block .title * {
	font-family: inherit;
	font-size: inherit;
	line-height: inherit;
	color: inherit;
	margin-top: 0;
	margin-bottom: 0;
}

.upcomming-destination-block .date-cost-block .title a {
	text-decoration: none;
}

.upcomming-destination-block .date-cost-block .title a:hover {
	color: #338ca2;
}

.upcomming-destination-block .date-cost-block .detail {
	font-size: 14px;
	line-height: 171.429%;
	color: #000000;
}

.upcomming-destination-block .date-cost-block .detail * {
	margin: 0;
}

.upcomming-destination-block .join-waitlist-button .btn {
	font-family: "AcuminProBook";
	width: 100%;
	font-size: 14px;
	line-height: 128.571%;
	padding: 10px;
	border-radius: 2px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	-ms-border-radius: 2px;
	-o-border-radius: 2px;
}
/* upcomming-destination page */
/*==================================================================*/
/*========== New Class Add End ==========*/
/*==================================================================*/



/*==================================================================*/
/*========== Footer Start ==========*/
/*==================================================================*/
.footer {
	background: #1b5867;
}

.footer .f-top {
	padding: 70px 0 45px;
}

.news-location-form {
	position: relative;
}

.news-location-form .form-control {
	width: calc(100% - 50px) !important;
	height: 40px;
	resize: none;
	background: transparent;
	padding: 6px 15px;
	font-size: 16px;
	line-height: 24px;
	color: #ffffff;
	box-shadow: none;
	border: 1px solid #ffffff;
	border-radius: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-ms-border-radius: 0;
	-o-border-radius: 0;
}

.news-location-form .form-control::-webkit-input-placeholder { color: rgba(255,255,255,0.5); }
.news-location-form .form-control::-moz-placeholder { color: rgba(255,255,255,0.5); }
.news-location-form .form-control:-ms-input-placeholder { color: rgba(255,255,255,0.5); }
.news-location-form .form-control:-o-placeholder { color: rgba(255,255,255,0.5); }

.news-location-form .btn-subscribe {
	position: absolute;
	right: 0;
	top: 0;
	width: 36px;
	height: 40px;
	font-size: 25px;
	line-height: 25px;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #ffffff;
	background: transparent;
	border: none;
	padding: 0;
	box-shadow: none;
}

.news-location-form .btn-subscribe:hover {
	color: #fdb740;
}

.f-news-location-block .sub-main-title {
	font-family: 'AcuminProMedium';
	font-size: 24px !important;
	line-height: 133%;
	color: #ffffff;
	text-transform: none;
	margin-bottom: 30px;
}

.f-block {
	margin-bottom: 30px;
}

.f-block .f-detail ul {
	display: flex;
	flex-direction: column;
	margin: 0;
	padding: 0;
	list-style-type: none;
}

.f-block .f-detail ul li {
	display: flex;
	margin: 0 0 5px;
	padding: 0;
	list-style-type: none;
	font-size: 16px;
	line-height: 150%;
	color: rgba(255,255,255,0.8);
}

.f-block .f-detail ul li:last-child {
	margin-bottom: 0;
}

.f-block .f-detail ul li a {
	color: inherit;
}

.f-block .f-detail ul li.active a,
.f-block .f-detail ul li a.active,
.f-block .f-detail ul li a:hover {
	color: #fdb740;
}

.f-navigation-block .f-detail {
	display: flex;
	flex-wrap: wrap;
	margin: 0 -25px;
	justify-content: center;
}

.f-navigation-block .f-detail > * {
	flex: 0 0 auto;
	max-width: 100%;
	padding: 0 25px;
}

.footer .f-bottom {
	border-top: 1px solid rgba(255,255,255,0.3);
	padding: 25px 0;
}

.footer .f-bottom ul {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	margin: 0;
	padding: 0;
	list-style-type: none;
}

.footer .f-social-icons ul {
	justify-content: flex-end;
}

.footer .f-bottom ul li {
	display: inline-flex;
	flex-wrap: wrap;
	align-items: center;
	text-align: center;
	margin: 0 0 5px;
	padding: 0 5px;
	list-style-type: none;
	font-size: 14px;
	line-height: 14px;
	color: rgba(255,255,255,0.8);
	border-right: 1px solid rgba(255,255,255,0.8);
}

.footer .f-bottom ul li:first-child {
	padding-left: 0;
}

.footer .f-bottom ul li:last-child {
	padding-right: 0;
	border: none;
}

.footer .f-bottom ul li a {
	text-decoration: none;
	color: inherit;
}

.footer .f-bottom ul li.active a,
.footer .f-bottom ul li a.active,
.footer .f-bottom ul li a:hover {
	color: #ffffff;
}
/*==================================================================*/
/*========== Footer End ==========*/
/*==================================================================*/

/* 3-11-2023 */

.membership-pdp-banner .main-small-title {
	margin-bottom: 0;
	letter-spacing: -1.44px;
	text-shadow: none;
}

.new-banner-sub-title {
	font-family: 'AcuminProSemibold';
	font-size: 30px;
	line-height: 38px;
	color: #FFFFFF;
	margin-bottom: 10px;
}

.new-banner-sub-title * {
	font-family: inherit;
	font-size: inherit;
	line-height: inherit;
	color: inherit;
	margin-bottom: 0;
}

.rating {
	display: inline-block;
	unicode-bidi: bidi-override;
	color: #FDB022;
	font-size: 33px;
	height: 33px;
	width: auto;
	margin: 0;
	position: relative;
	padding: 0;
}

.rating-upper {
color: #FDB022;
padding: 0;
position: absolute;
z-index: 1;
display: flex;
top: 0;
left: 0;
overflow: hidden;
}

.rating-lower {
padding: 0;
display: flex;
z-index: 0;
}

.rating span {
	margin-right: 3px;
}

.rating span:last-child {
	margin-right: 0;
}

.join-community-section {
	padding: 100px 0 70px 0;
}

.join-sub-title {
	font-family: 'AcuminProMedium';
    font-size: 20px;
    font-weight: 500;
    line-height: 30px;
    color: #338CA2;
}

.join-sub-title * {
	font-family: inherit;
    font-size: inherit;
    font-weight: inherit;
    line-height: inherit;
    color: inherit;
	margin-bottom: 0;
}

.join-title * {
	margin-bottom: 0;
}

.join-rating-div {
	display: flex;
	align-items: center;
	margin-top: 5px;
}

.join-rating {
	font-family: 'AcuminProMedium';
    color: #338CA2;
	margin-left: 17px;
}

.join-rating * {
	font-family: inherit;
    color: inherit;
	margin-bottom: 0;
}

.join-head-start {
	margin-bottom: 45px;
}

.join-middle-start * {
	letter-spacing: -0.36px;
	color: #191919;
}

.join-middle-start * strong {
	font-family: 'AcuminProBold';
}

.join-middle-start ul {
	margin-bottom: 40px;
}

.join-bottom-start {
	display: flex;
	align-items: center;
	padding: 20px 60px 30px 25px;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-ms-border-radius: 4px;
	-o-border-radius: 4px;
}

.join-bottom-start > * {
	flex: 0 0 auto;
	max-width: 100%;
}

.join-bottom-start .join-bottom-img {
	width: 95px;
	height: 95px;
	margin-right: 54px;
}

.join-bottom-start .join-bottom-img img {
	width: 100%;
	height: 100%;
	/* margin-right: 54px; */
	object-fit: cover;
	border-radius: 100px;
	-webkit-border-radius: 100px;
	-moz-border-radius: 100px;
	-ms-border-radius: 100px;
	-o-border-radius: 100px;
}

.join-bottom-start .join-bottom-message {
	flex: 1 0 0;
}

.join-community-right {
	padding: 52px 72px 67px 72px;
}
/* 
.join-form-sub-title * {
	font-family: inherit;
	font-size: inherit;
	line-height: inherit;
	color: inherit;
	margin-bottom: 0;
} */

.join-form-sub-title {
	font-family: 'AcuminProSemibold';
	/* font-size: 20px; */
	/* line-height: 30px; */
	font-size: 30px;
	line-height: 126.667%;
	color: #000000;
	margin-bottom: 5px;
}
.join-form-sub-title .gutentor-text-wrap {
	max-width: 60%;
	text-align: center;
	width: 100% !important;
	margin: auto;
}
.join-form-text {
	text-align: center;
}




.join-community-right .new-banner-sub-title {
	color: #000000;
}

.join-form-text {
	font-size: 16px;
	line-height: 24px;
	color: #000000;
	max-width: 280px;
	margin: 0 auto;
	margin-bottom: 24px;
}

.join-form-text * {
	font-size: inherit;
	line-height: inherit;
	color: inherit;
	margin-bottom: inherit;
}

.wpcf7-response-output {
	font-family: 'AcuminProBook';
	margin: 25px 0 0 !important;
}

.common-form form.invalid .wpcf7-response-output {
	color: #dc3232 !important;
	border-color: #dc3232 !important;
}

.common-form form.sent .wpcf7-response-output {
	color: #155724 !important;
	border-color: #155724 !important;
}

.common-form .wpcf7-form-control-wrap,
.common-form .form-group {
	margin-bottom: 20px;
}

.common-form form p {
	margin: 0;
}

.common-form form.submitting .form-submit > * {
	display: flex;
	align-items: center;
}

.common-form form .form-submit .wpcf7-spinner {
	display: none !important;
	margin-left: 5px;
}

.common-form form.submitting .form-submit .wpcf7-spinner {
	display: inline-flex !important;
}

.common-form .form-control {
	font-family: 'Roboto';
	font-size: 14px;
	line-height: 14px;
	color: #929699 !important;
	padding: 14px;
	line-height: 125%;
	border: 1px solid #338CA2 !important;
	box-shadow: none !important;
	-webkit-box-shadow: none !important;
	-moz-box-shadow: none !important;
	border-radius: 0 !important;
	-webkit-border-radius: 0 !important;
	-moz-border-radius: 0 !important;
	-ms-border-radius: 0 !important;
	-o-border-radius: 0 !important;
}

.common-form .form-control::-webkit-input-placeholder { color: #929699 !important; }
.common-form .form-control::-moz-placeholder { color: #929699 !important; }
.common-form .form-control:-ms-input-placeholder { color: #929699 !important; }
.common-form .form-control:-o-placeholder { color: #929699 !important; }

.join-community-right .btn-yellow {
	margin-top: 4px;
	width: 100%;
	display: inline-block;
	text-transform: uppercase;
}

.join-quote {
	margin-bottom: 15px;
}

/* .join-quote * {
	margin-bottom: 0;
} */

.join-write * {
	margin-bottom: 0;
}

/* .join-community-section > .row > [class*=col-] > * {
	height: 100%;
} */

.philosophy-detail * {
	color: #191919;
}

.philosophy-btn .btn-yellow {
	font-family: 'AcuminProBook';
}

.membership-join-us .why-join-us-block .why-join-us-detail .our-strength-list {
	padding-left: 0;
}

.membership-join-us .why-join-us-block .why-join-us-detail .our-strength-list ul li *:last-child {
	font-family: 'AcuminProBook';
}

.membership-join-us .why-join-us-block .why-join-us-detail .our-strength-list ul li p b {
	font-weight: 400;
}

.faq-section {
	padding: 120px 0 138px 0;
}

.faq-title {
	margin-bottom: 45px;
}

.faq-title * {
	margin-bottom: 0;
}

.accordion-item {
	border: none !important;
	margin-bottom: 13px;
}

.accordion-button.collapsed {
	border-radius: 6px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	-ms-border-radius: 6px;
	-o-border-radius: 6px;
}

.accordion-button {
	position: relative;
	font-family: 'AcuminProBold';
	font-size: 16px;
	line-height: 24px;
	color: #262626;
	padding: 22px 25px 22px 33px;
	box-shadow: none !important;
	-webkit-box-shadow: none !important;
	-moz-box-shadow: none !important;
	border-top-left-radius: 6px;
	border-top-right-radius: 6px;
}

.accordion-button:after {
	content: '\f107';
	font-family: "Font Awesome 6 Free";
	font-weight: 900;
	position: absolute;
	font-size: 24px;
	color: rgba(0, 0, 0, 0.54);
	top: 40%;
	right: 33px;
	background-image: none !important;
	transform: translate(0, -50%);
	-webkit-transform: translate(0, -50%);
	-moz-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	-o-transform: translate(0, -50%);
}

.accordion-button.collapsed:after {
	top: 50%;
}

.accordion-button:not(.collapsed) {
	color: #262626;
}

.accordion-body {
	padding: 0 25px 22px 33px;
	border-bottom-left-radius: 6px;
	border-bottom-right-radius: 6px;
}

.accordion-body * {
	font-size: 16px;
	line-height: 24px;
	margin-bottom: 0;
	max-width: 742px;
}

.goodlife-benefit-modal .btn-close {
	color: #ffffff;
	position: absolute;
	box-shadow: none;
	left: 100%;
	top: 27px;
	/* margin-left: 20px; */
	font-size: 35px;
	line-height: 35px;
	background: none;
	opacity: 1;
	padding: 0;
}

.goodlife-benefit-modal .btn-close:hover {
	color: #fdb740;
}

.goodlife-benefit-modal .modal-content {
	border-radius: 20px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	-ms-border-radius: 20px;
	-o-border-radius: 20px;
}
/* 3-11-2023 */

/* 7-11-2023 */

.goodlife-benefit-modal .modal-body {
	height: 550px;
    padding: 0;
    position: relative;
}

.goodlife-benefit-modal .modal-body > * > * {
	padding-left: 28px;
	padding-right: 32px;
}

.goodlife-benefit-modal .modal-body img {
	display: inline-block;
    width: 35%;
    height: 550px;
    object-fit: cover;
	border-top-left-radius: 20px;
	border-bottom-left-radius: 20px;
}

.goodlife-benefit-modal .modal-body .section-title:nth-child(3) {
	font-family: 'AcuminProSemibold';
	font-weight: 500;
	font-size: 24px;
	line-height: 32px;
	color: #191919;
	/* display: inline-block; */
    width: 65%;
    position: absolute;
    top: 42px;
	right: 0;
	text-align: center;
	margin-bottom: 9px;
}

.goodlife-benefit-modal .modal-body .section-title:nth-child(4) {
	font-family: 'AcuminProBook';
	font-weight: 400;
	font-size: 16px;
	line-height: 24px;
	display: inline-block;
    width: 65%;
    position: absolute;
    top: 115px;
	right: 0;
	text-align: center;
	margin-bottom: 25px;
}

.goodlife-benefit-modal .modal-body .common-form {
	display: inline-block;
    width: 65%;
    position: absolute;
    top: 188px;
	right: 0;
	text-align: center;
}

.goodlife-benefit-modal .modal-body .hs-form-field {
	position: relative;
	margin-bottom: 20px;
}

.goodlife-benefit-modal .modal-body .hs-form-field:focus label {
	visibility: hidden;
}

.goodlife-benefit-modal .modal-body .hs-form-field label {
	font-size: 14px;
	line-height: normal;
	color: #929699;
	position: absolute;
	top: 50%;
	left: 60px;
	transform: translate(0, -50%);
	-webkit-transform: translate(0, -50%);
	-moz-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	-o-transform: translate(0, -50%);
}

.goodlife-benefit-modal .modal-body .hs-form-field .input input {
	font-size: 14px;
	line-height: normal;
	color: #929699;
	width: 100%;
	border-radius: 8px;
	border: 1px solid #E0E3E5;
	height: 52px;
	padding: 10px 20px 10px 60px;
}

.goodlife-benefit-modal .modal-body .hs-form-field .input input::placeholder {
	font-size: 14px;
	line-height: normal;
	color: #929699;
}

.goodlife-benefit-modal .modal-body .hs-error-msgs {
	position: absolute;
	list-style-type: none;
	left: 0;
	bottom: -28px;
    width: 100%;
}

.goodlife-benefit-modal .modal-body .hs-error-msgs li::marker {
	content: none;
}

.goodlife-benefit-modal .modal-body .hs-error-msgs li label {
	font-size: 12px;
	line-height: normal;
	color: red;
}

.goodlife-benefit-modal .modal-body .legal-consent-container {
	max-width: 390px;
	margin: 0 auto;
    margin-bottom: 25px;
}

.goodlife-benefit-modal .modal-body .hs-richtext p {
	font-family: 'AcuminProBook';
	font-weight: 400;
	font-size: 12px;
	line-height: 18px;
	color: #191919;
}

.goodlife-benefit-modal .modal-body .hs-richtext p a {
	font-family: 'AcuminProBook';
	font-weight: 400;
	font-size: 12px;
	line-height: 18px;
	color: #191919;
	text-decoration: underline;
}

.goodlife-benefit-modal .modal-body .hs-richtext p a:hover {
	color: #FDB740;
}

.goodlife-benefit-modal .modal-body .hs-button {
	width: 100%;
	padding: 16px;
	background-color: #FDB740;
	color: #000000;
	/* font-weight: 500; */
	font-family: 'AcuminProSemibold';
	font-size: 16px;
	line-height: 16px;
	text-align: center;
	border: 1px solid #FDB740;
	border-radius: 8px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	-ms-border-radius: 8px;
	-o-border-radius: 8px;
}

.goodlife-benefit-modal .modal-body .hs-button:hover {
	background-color: transparent;
}

.goodlife-benefit-modal .modal-body .hs_error_rollup .hs-error-msgs {
	bottom: -45px;
    padding: 0;
}

.goodlife-benefit-modal .modal-body .hs-form-field.hs-email:after {
	content: '\f0e0';
	font-family: "Font Awesome 6 Free";
	font-weight: 900;
	position: absolute;
	font-size: 20px;
	line-height: normal;
	color: #E0E3E5;
	left: 10px;
	top: 50%;
	transform: translate(0, -50%);
	-webkit-transform: translate(0, -50%);
	-moz-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	-o-transform: translate(0, -50%);
}

.goodlife-benefit-modal .modal-body .hs-form-field.hs-firstname:after,
.goodlife-benefit-modal .modal-body .hs-form-field.hs-lastname:after {
	content: '\f007';
	font-family: "Font Awesome 6 Free";
	font-weight: 900;
	position: absolute;
	font-size: 20px;
	line-height: normal;
	color: #E0E3E5;
	left: 10px;
	top: 50%;
	transform: translate(0, -50%);
	-webkit-transform: translate(0, -50%);
	-moz-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	-o-transform: translate(0, -50%);
}

.goodlife-benefit-modal .modal-body .hs-form-field.hs-email:before,
.goodlife-benefit-modal .modal-body .hs-form-field.hs-firstname:before,
.goodlife-benefit-modal .modal-body .hs-form-field.hs-lastname:before {
	content: '';
	position: absolute;
	width: 1px;
	height: 100%;
	background-color: #E0E3E5;
	left: 40px;
}

.typography-new-section h1 {
	text-align: center;
}

.typography-new-section .activitie-events-content > ol > li,
.typography-new-section .activitie-events-content > ul > li {
	margin-bottom: 20px;
}

.typography-new-section .activitie-events-content > ol > li > strong,
.typography-new-section .activitie-events-content > ul > li > strong {
	font-size: 20px;
	line-height: normal;
}

.typography-new-section ol ul li,
.typography-new-section ul ol li,
.typography-new-section ol ol li,
.typography-new-section ul ul li {
	margin-bottom: 14px;
}

/* 7-11-2023 */

/* 8-11-2023 */

.new-join-form-disclaimer {
	text-align: center;
	max-width: 291px;
	margin: 0 auto;
	margin-top: 19px;
}

.new-join-form-disclaimer * {
	font-family: 'AcuminProBook';
	font-size: 13px;
	line-height: 150%;
	color: #000000;
	margin-bottom: 0;
}

.new-join-form-disclaimer * a {
	color: #338CA2;
	text-decoration: underline;
}

.new-join-form-disclaimer * a:hover {
	color: #FDB740;
}

.typography-new-section ol {
	/* counter-reset: item; */
	counter-reset: li;
}

.typography-new-section ol li {
	/* display: block; */
	counter-increment: li;
	padding-left: 8px;
}

.typography-new-section ol li::marker {
	/* content: none; */
	content: counters(li, ".") ".";
}

.typography-new-section .activitie-events-content > ol > li::marker {
	font-weight: 700;
    font-size: 20px;
    line-height: normal;
}

.typography-new-section .activitie-events-content > ol > li ol li::marker {
	font-family: 'AcuminProBold';
    font-weight: 700;
}

.typography-new-section .activitie-events-content > ol {
	padding-left: 1rem;
}

/* .typography-new-section ol li:before {
	content: counters(item, ".") " ";
	counter-increment: item;
} */

footer .news-location-form .hs-form-field {
	position: relative;
}

footer .news-location-form .hs-form-field input {
	width: 100% !important;
	padding: 8px 16px;
	border: 1px solid #FFFFFF;
	font-family: 'AcuminProBook';
	font-size: 16px;
	line-height: normal;
	color: rgba(255,255,255,0.5);
	background-color: transparent;
	margin-bottom: 10px;
}

footer .news-location-form .hs-form-field input::placeholder {
	font-family: 'AcuminProBook';
	font-size: 16px;
	line-height: normal;
	color: rgba(255,255,255,0.5);
}

footer .news-location-form .hs-form-field label {
	font-family: 'AcuminProBook';
	font-size: 16px;
	line-height: normal;
	color: rgba(255,255,255,0.5);
	position: absolute;
	left: 16px;
	top: 35%;
	transform: translate(0, -50%);
	-webkit-transform: translate(0, -50%);
	-moz-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	-o-transform: translate(0, -50%);
}

footer .news-location-form .hs-error-msgs {
	position: absolute;
	list-style-type: none;
	left: 0;
	bottom: -28px;
    width: 100%;
}

footer .news-location-form .hs-error-msgs li::marker {
	content: none;
}

footer .news-location-form .hs-error-msgs li label {
	font-size: 12px;
	line-height: normal;
	color: red;
}

footer .news-location-form .legal-consent-container .hs-richtext * {
	font-family: 'AVENIRLIGHT';
	font-size: 13px;
	line-height: 150%;
	color: #FFFFFF;
	margin-bottom: 0;
	margin-top: 20px;
}

footer .news-location-form .legal-consent-container .hs-richtext * a {
	color: #FDB740;
	text-decoration: underline;
}

footer .news-location-form .legal-consent-container .hs-richtext * a:hover {
	opacity: 0.7;
}

footer .news-location-form form {
	position: relative;
}

footer .news-location-form form .hs-submit {
	position: absolute;
	right: -35px;
    top: 56px;
}

footer .news-location-form form .hs-submit .actions {
	position: relative;
	/* display: flex;
    align-items: center;
    justify-content: center; */
	width: 26px;
	height: 26px;
	cursor: pointer;
}

footer .news-location-form form .hs-submit .actions:after {
	content: '\f061';
	font-family: "Font Awesome 6 Free";
	font-weight: 900;
	font-size: 30px;
	color: #FFFFFF;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
}

footer .news-location-form form .hs-submit .actions:hover:after {
	color: #FDB740;
}

footer .news-location-form form .hs-submit .hs-button {
	border: none;
    background-color: transparent;
    padding: 0;
    font-size: 0;
    line-height: 0;
	width: 26px;
    height: 26px;
    position: absolute;
	z-index: 9;
}

footer .news-location-form .hs_error_rollup .hs-error-msgs {
	padding: 0;
	margin: 0;
	bottom: -25px;
	left: 0;
}

.thankyou-detail * {
	font-size: 16px;
	line-height: 150%;
	color: #191919;
}

.thankyou-section {
	padding: 100px 0;
}

/* 8-11-2023 */

/* 28-11-2023 */

.f-block .fix-width-330 {
	max-width: 390px;
}

/* 28-11-2023 */

/* 29-11-2023 */

.get-new-title > .row {
	justify-content: flex-end;
}

.get-new-title-inside {
	margin-bottom: 50px;
}

.get-new-title-inside * {
	color: #000000;
	letter-spacing: -0.84px;
	margin-bottom: 0;
}

.get-new-left ul {
	padding: 0;
	margin: 0;
	list-style-type: none;
}

.get-new-left ul li {
	list-style-type: none;
	margin-bottom: 12px;
}

.get-new-left ul li:last-child {
	margin-bottom: 0;
}

.get-new-left ul li::marker {
	content: none;
}

.get-new-left ul li * {
	font-family: 'AcuminProBook';
	font-size: 16px;
	line-height: 24px; /* 150% */
}

.get-new-tile {
	padding: 49px 30px;
	margin-bottom: 36px;
	height: calc(100% - 36px);
}

.get-tile-icon {
	margin-bottom: 37px;
}

.get-tile-icon img {
	width: 60px;
	height: 60px;
	object-fit: contain;
}

.get-tile-title {
	margin-bottom: 15px;
}

.get-tile-title * {
	font-family: 'AcuminProBold';
	font-size: 20px;
	line-height: 120%;
	color: #191919;
	margin-bottom: 0;
}

.get-tile-text * {
	font-size: 16px;
	line-height: 150%;
	color: #191919;
}

.get-tile-text *:last-child {
	margin-bottom: 0;
}

.get-tile-button .btn {
	font-family: 'AcuminProMedium';
    font-size: 16px;
    line-height: 16px;
    padding: 15px;
    display: flex;
}

.get-new-section {
	padding: 95px 0 227px 0;
}

/* .get-new-form > .row {
	justify-content: flex-end;
} */

.get-new-form-inside fieldset.form-columns-2 {
	max-width: 100%;
}

.get-new-form-inside fieldset.form-columns-2 .hs-form-field {
	position: relative;
}

.get-new-form-inside fieldset.form-columns-2 .hs-form-field label {
	font-family: 'AcuminProBook';
    font-size: 14px;
    line-height: normal;
    color: #929699;
    position: absolute;
    left: 16px;
    top: 34%;
    transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
}

.get-new-form-inside fieldset.form-columns-2 .hs-form-field .input .hs-input {
	width: 100% !important;
	padding: 16px 18px 20px 18px;
	border: 1px solid #338CA2;
	font-family: 'AcuminProBook';
	font-size: 16px;
	line-height: normal;
	color: #929699;
	background-color: transparent;
	margin-bottom: 22px;
	border-radius: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-ms-border-radius: 0;
	-o-border-radius: 0;
}

.get-new-form-inside fieldset.form-columns-2 .hs-form-field .hs-error-msgs {
	position: absolute;
    list-style-type: none;
    left: 0;
    bottom: 13px;
    width: 100%;
    padding: 0;
    margin: 0;
}

.get-new-form-inside fieldset.form-columns-2 .hs-form-field .hs-error-msgs label {
	font-size: 12px;
    line-height: normal;
    color: red;
}

.get-new-form-inside fieldset.form-columns-1 .hs-form-field > label {
	font-family: 'AcuminProSemibold';
    font-size: 20px;
    line-height: 120%;
    color: #191919;
	margin: 29px 0;
}

.get-new-form-inside fieldset.form-columns-1 .input .hs-form-checkbox label {
	font-family: 'AcuminProBook';
    font-size: 16px;
    line-height: normal;
    color: #000000;
}

.get-new-form-inside fieldset.form-columns-1 .input .hs-form-checkbox input[type="checkbox"].hs-input {
	width: 16px;
    height: 16px;
    margin-right: 10px;
    border-radius: 0 !important;
    border-color: #000000 !important;
    background: #000000 !important;
	background-image: none !important;
}

.get-new-form-inside fieldset.form-columns-1 .input .hs-form-checkbox input[type="checkbox"]:checked.hs-input {
	border-color: #000000 !important;
    background: #000000 !important;
}

.get-new-form-inside fieldset.form-columns-1 .input > ul {
	padding: 0;
	margin: 0;
	list-style-type: none;
}

.get-new-form-inside fieldset.form-columns-1 {
	position: relative;
	/* margin-bottom: 30px;
	max-width: 100%; */
}

.get-new-form-inside fieldset.form-columns-1 .hs-form-field .hs-error-msgs {
	position: absolute;
    list-style-type: none;
    left: 0;
    bottom: 40px;
    width: 100%;
    padding: 0;
    margin: 0;
}

.get-new-form-inside fieldset.form-columns-1 .hs-form-field .hs-error-msgs label {
	font-size: 12px;
    line-height: normal;
    color: red;
}

.get-new-form-inside fieldset.form-columns-1 .input .hs-form-checkbox label span {
	position: relative;
	top: -2px;
}


/* Custom Input */
.get-new-form-inside fieldset.form-columns-1 ul.inputs-list.multi-container li.hs-form-checkbox {
	margin-bottom: 17px;
}
.get-new-form-inside fieldset.form-columns-1 ul.inputs-list.multi-container li.hs-form-checkbox:last-child {
	margin-bottom: 0;
}
.get-new-form-inside fieldset.form-columns-1 ul.inputs-list.multi-container li.hs-form-checkbox label {
	position: relative;
}
.get-new-form-inside fieldset.form-columns-1 ul.inputs-list.multi-container li.hs-form-checkbox label span {
	display: inline-block;
	padding-left: 35px; /* Width of the new radio select and any additional spacing on the left */
	/* padding-right: 16px;  Additional spacing on the right */
	cursor: pointer;
}
/* Hide the original checkbox */
.get-new-form-inside fieldset.form-columns-1 ul.inputs-list.multi-container li.hs-form-checkbox label input {
	height: 24px;
	left: 0;
	opacity: 0;
	position: absolute;
	top: 0;
	width: 24px;
}
/* Add new checkbox */
.get-new-form-inside fieldset.form-columns-1 ul.inputs-list.multi-container li.hs-form-checkbox label span::before {
	border: 1px solid;
	content: "";
	height: 20px;
	left: 0;
	position: absolute;
	top: 0;
	width: 20px;
	border-radius: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-ms-border-radius: 0;
	-o-border-radius: 0;
}
/* Style new checked item */
.get-new-form-inside fieldset.form-columns-1 ul.inputs-list.multi-container li.hs-form-checkbox label span::after {
	content: "";
    border: 2px solid;
    border-left: 0;
    border-top: 0;
    height: 14px;
    left: 7px;
    opacity: 0;
    position: absolute;
    top: 1px;
    transform: rotate(45deg);
    transition: opacity 0.2s ease-in-out;
    width: 6px;
}
/* Show when checked */
.get-new-form-inside fieldset.form-columns-1 ul.inputs-list.multi-container li.hs-form-checkbox label input:checked + span::after {
	opacity: 1;
}
/* Style when focused */
.get-new-form-inside fieldset.form-columns-1 ul.inputs-list.multi-container li.hs-form-checkbox label input:focus + span::after {
	outline: 3px solid transparent; /* For Windows high contrast mode. */
}


.get-new-form-inside fieldset.form-columns-1 .legal-consent-container .hs-richtext p {
	margin-bottom: 0;
	font-family: 'AcuminProBook';
    font-size: 16px;
    line-height: 150%;
    color: #191919;
}

.get-new-form-inside fieldset.form-columns-1 .legal-consent-container .hs-richtext p a {
	color: #338ca2;
    text-decoration: underline;
}

.get-new-form-inside fieldset.form-columns-1 .legal-consent-container .hs-richtext p a:hover {
	color: #fdb740;
	/* opacity: 0.7; */
}

.get-new-form-inside form .hs-submit input.hs-button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	font-family: 'AcuminProSemibold';
	font-size: 18px;
	line-height: 18px;
	padding: 21px 50px 21px 50px;
	color: #191919;
	background: #fdb740;
	border: 1px solid transparent;
	border-color: #fdb740;
	box-shadow: none;
	border-radius: 100px;
	-webkit-border-radius: 100px;
	-moz-border-radius: 100px;
	-ms-border-radius: 100px;
	transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out;
	-webkit-transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out;
	-moz-transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out;
	-ms-transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out;
	-o-transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out;
}

.get-new-form-inside form .hs-submit input.hs-button:hover {
	color: #FFFFFF;
	background: #FFA306;
    border-color: #FFA306;
}

/* .get-new-form-inside {
    padding: 50px;
    background-color: #D9D9D9;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
} */

.get-new-form-inside form .hs_error_rollup .hs-error-msgs {
    width: 100%;
    padding: 0;
    margin: 0;
	list-style-type: none;
	margin-bottom: 20px;
}

.get-new-form-inside form .hs_error_rollup label {
	font-size: 12px;
    line-height: normal;
    color: red;
}

/* 29-11-2023 */

/* 30-11-2023 */

.get-new-form {
	padding-top: 33px;
}

.get-new-form .get-new-title-inside {
	margin-bottom: 37px;
}

.get-new-form-inside fieldset.form-columns-1 .hs_location_interest {
	margin-bottom: 66px;
}

.get-new-form-inside fieldset.form-columns-1 .legal-consent-container {
	max-width: 370px;
	margin-bottom: 30px;
}

/* 30-11-2023 */

/* 5-12-2023 */

.how-members-work-section .how-members-work-content .how-members-work-block > .row > [class*=col-] > * {
	height: 100%;
}

.how-members-work-block .how-members-work-image * {
	height: 100%;
	max-height: 360px;
}

/* 5-12-2023 */

/* 11-1-2024 */

.world-community-image iframe {
	width: 600px;
    height: 360px;
    max-width: 100%;
}

/* 11-1-2024 */

/* 24-1-2024 */

.archieve-section {
	padding: 58px 0 52px 0;
	margin-bottom: 26px;
	border-bottom: 1px solid #BCDEDC;
}

.archieve-breadcrumb .breadcrumb-item {
	font-family: 'AcuminProMedium';
	font-size: 20px;
	line-height: 150%;
	color: #191919;
}

.archieve-breadcrumb .breadcrumb-item * {
	font-family: inherit;
	font-size: inherit;
	line-height: inherit;
	color: inherit;
}

.archieve-breadcrumb .breadcrumb-item a:hover {
	color: #338CA2;
}

.archieve-breadcrumb .breadcrumb-item.active {
	color: #338CA2;
	text-decoration: underline;
}

.archieve-breadcrumb .breadcrumb {
	margin-bottom: 48px;
}

.archieve-breadcrumb .breadcrumb-item {
	position: relative;
}

.archieve-breadcrumb .breadcrumb-item+.breadcrumb-item:before {
	content: '»';
	font-family: 'AcuminProBook';
	/* font-weight: 900; */
	font-size: 16px;
	line-height: 24px;
	color: #338CA2;
	position: relative;
    top: -1px;
}


.archieve-text {
	margin-bottom: 42px;
}

.archieve-text * {
	font-family: 'AcuminProBook';
	font-size: 30px;
	line-height: 126%;
	color: #333333;
}

.archieve-item .achieve-img {
	margin-bottom: 15px;
}

.archieve-item .achieve-img img {
	width: 100%;
	height: 226px;
	object-fit: cover;
}

.archieve-item .archieve-title {
	margin-bottom: 15px;
}

.archieve-item .archieve-title * {
	font-family: 'AcuminProBook';
	font-size: 30px;
	line-height: 126%;
	color: #000000;
	margin-bottom: 0;
}

/* .archieve-item .archieve-date {
	margin-bottom: 30px;
} */

.archieve-date * {
	font-family: 'AcuminProMedium';
	font-size: 20px;
	line-height: 150%;
	color: #338CA2;
	margin-bottom: 0;
}

.archieve-btn .btn {
	padding: 18px 52px;
	font-family: 'AcuminProMedium';
	font-size: 20px;
	line-height: 150%;
	color: #338CA2;
	border: 1px solid #338CA2;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
}

.archieve-btn .btn-simple-blue:hover {
	background-color: #338CA2;
	color: #FFFFFF;
}

.archieve-item {
	height: calc(100% - 80px);
	margin-bottom: 80px;
}

.arcieve-list {
	margin-bottom: 40px;
}

.archieve-pagination ul {
	padding: 0;
	margin: 0;
	list-style-type: none;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}

.archieve-pagination ul li {
	margin-right: 10px;
}

.archieve-pagination ul li a {
	font-family: 'AcuminProBook';
	font-size: 18px;
	line-height: 211%;
	color: #338CA2;
	text-decoration: underline;
}

.archieve-pagination ul li a:hover {
	color: #191919;
}

.archieve-item .archieve-middle {
	/* min-height: 200px; */
	margin-bottom: 30px;
}

.archieve-item .archieve-title a:hover {
	color: #338CA2;
}

/* 24-1-2024 */

/* 25-1-2024 */

.archieve-pagination ul li.active * {
	color: #191919;
}

.small-banner-text {
	margin-bottom: 65px;
}

.small-banner-text * {
	color: #BCDEDC;
	font-family: 'AcuminProSemibold';
	font-size: 30px;
	line-height: 126.667%;
}
.blog-breadcumb{
	padding-top: 60px;
}

.blog-detail-banner .main-small-title {
	max-width: 1057px;
	line-height: 125%;
	letter-spacing: -1.44px;
}

.blog-detail-section {
	padding: 60px 0 10px 0;
}

.blog-detail-section .archieve-text {
    margin-bottom: 48px;
}

.blog-detail-section .archieve-date {
	margin-bottom: 48px;
}

.article-overview {
	padding: 20px;
	margin-bottom: 48px;
}

.ao-title * {
	display: block;
	color: #191919;
	font-family: 'AcuminProBold';
	font-size: 20px;
	line-height: 150%;
}

.article-overview ul {
	margin: 0;
}

.article-overview ul li {
	color: #338CA2;
	font-family: 'AcuminProMedium';
	font-size: 20px;
	line-height: 30px;
}

.article-overview ul li * {
	color: inherit;
	font-family: inherit;
	font-size: inherit;
	line-height: inherit;
}

.article-overview ul li span {
	font-family: 'AcuminProBold';
}

.bd-item {
	margin-bottom: 48px;
}

.bd-item *:last-child {
	margin-bottom: 0;
}

.bd-item p {
	color: #191919;
	font-family: 'AcuminProMedium' !important;
	font-size: 18px ;
	line-height: 155.556%;
}

.bd-item h2 {
	color: #191919;
	font-family: 'AcuminProBold' !important;
	font-size: 24px;
	line-height: 125%;
	margin-bottom: 1rem;
}

.bt-item-img-inside {
	height: 100%;
}

.bt-item-img-inside figure {
	height: 100%;
}

.bt-item-img-inside img {
	width: 100%;
	object-fit: cover;
	margin-bottom: 48px;
	max-height: 336px;
	height: calc(100% - 48px);
}

.bt-item-img-inside iframe {
	width: 100%;
	height: 432px;
	margin-bottom: 48px;
}

.bd-blockquote {
	margin-bottom: 48px;
}

.bd-blockquote blockquote {
	padding: 31px 66px;
	border-left: 18px solid #E5B664;
	background-color: #FAF7F1;
	margin-bottom: 0;
}

.bd-item-title * {
	display: block;
	color: var(--Base-Black, #191919);
	font-family: 'AcuminProBold';
	font-size: 24px;
	line-height: 125%;
	margin-bottom: 20px;
}

.bd-blockquote blockquote ul {
	margin: 0;
}

.bd-blockquote blockquote ul li {
	color: #191919;
	font-family: 'AcuminProBook';
	font-size: 20px;
	line-height: 150%;
}

.bd-blockquote blockquote ul li * {
	color: inherit;
	font-family: inherit;
	font-size: inherit;
	line-height: inherit;
}

.bd-blockquote blockquote ul li strong {
	font-family: 'AcuminProBold';
}

.bd-button {
	margin-bottom: 48px;
}

.bd-about-founder {
	display: flex;
	padding: 32px 41px 32px 37px;
	background-color: #FAF7F1;
	margin-bottom: 48px;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-ms-border-radius: 4px;
	-o-border-radius: 4px;
}

.bd-founder-img {
	margin-right: 27px;
}

.bd-founder-img img {
	width: 100px;
	height: 100px;
	border: 1px solid #000000;
	border-radius: 50% !important;
	-webkit-border-radius: 50% !important;
	-moz-border-radius: 50% !important;
	-ms-border-radius: 50% !important;
	-o-border-radius: 50% !important;
}

.bd-founder-name * {
	display: block;
	color: #000;
	font-family: 'AcuminProBold';
	font-size: 18px;
	line-height: 122.222%;
	letter-spacing: -0.36px;
	text-transform: capitalize;
	margin-bottom: 4px;
}

.bd-founder-position * {
	display: block;
	color: #000;
	font-family: 'AcuminProBook';
	font-size: 18px;
	line-height: 22px;
	letter-spacing: -0.36px;
}

.bd-founder-social-media {
	margin-top: 19px;
}

.bd-founder-social-media ul {
	padding: 0;
	margin: 0;
	list-style-type: none;
	display: flex;
	align-items: center;
}

.bd-founder-social-media ul li {
	margin-right: 10px;
}

.bd-founder-social-media ul li:last-child {
	margin-right: 0;
}

.bd-founder-social-media ul li a {
	display: inline-flex;
	justify-content: center;
	align-items: center;
	padding: 6px;
	background-color: #000000;
	color: #FFFFFF;
	border: 1px solid transparent;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
}

.bd-founder-social-media ul li a:hover {
	background-color: transparent;
	border-color: #000000;
	color: #000000;
}

.bd-founder-social-media ul li a svg,
.bd-founder-social-media ul li a i {
	font-size: 26px;
    line-height: 100%;
    width: 26px;
    height: 26px;
}

.bd-share .addtoany_list a:not(.addtoany_special_service)>span {
	border-radius: 50% !important;
	-webkit-border-radius: 50% !important;
	-moz-border-radius: 50% !important;
	-ms-border-radius: 50% !important;
	-o-border-radius: 50% !important;
}

.bd-share .addtoany_list a {
	line-height: 100% !important;
}

.bd-share {
	display: flex;
	align-items: center;
}

.bd-share-text {
	margin-right: 20px;
}

.bd-share-text * {
	display: block;
	color: #000;
	font-family: 'AcuminProMedium';
	font-size: 16px;
	line-height: 150%;
}

.bd-explore-location > .ao-title {
	margin-bottom: 8px;
}

.bd-location-img {
	position: relative;
}

.bd-location-img img {
	width: 100%;
	height: 222px !important;
	object-fit: cover;
}

.bd-explore-location > .row {
	margin-left: -5px;
	margin-right: -5px;
}

.bd-explore-location > .row > [class*=col-] {
	padding-left: 5px;
	padding-right: 5px;
}

.bd-location-detail {
	position: absolute;
	z-index: 9;
	width: 100%;
	text-align: center;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
}

.bd-location-title * {
	display: block;
	color: #FFF;
	font-family: 'AcuminProBook';
	font-size: 30px;
	line-height: 126.667%;
}

.bd-location-text * {
	display: block;
	color: #FFF;
	font-family: 'AcuminProBold';
	font-size: 12px;
	line-height: 150%;
	text-transform: uppercase;
}

.bd-explore-location {
	margin-bottom: 48px;
}

.article-overview.bd-right-guide {
	padding: 0;
}

.article-overview.bd-right-guide ul {
	padding-left: 22px;
	list-style: square;
}

.article-overview.bd-right-guide .ao-title {
	margin-bottom: 16px;
}

.bd-location-img .image-hover:after {
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	width: 100%;
	height: 100%;
	background: linear-gradient(180deg, rgba(0, 0, 0, 0.00) 33.33%, rgba(0, 0, 0, 0.50) 100%);
}

/* 25-1-2024 */

/* 26-1-2024 */

.bd-location-img {
	cursor: pointer;
	overflow: hidden;
}

.bd-location-img a {
	display: block;
}

.bd-location-img img {
	transition: 1.4s;
	-webkit-transition: 1.4s;
	-moz-transition: 1.4s;
	-ms-transition: 1.4s;
	-o-transition: 1.4s;
}

.bd-location-img:hover img {
	transform: scale(1.25);
	-webkit-transform: scale(1.25);
	-moz-transform: scale(1.25);
	-ms-transform: scale(1.25);
	-o-transform: scale(1.25);
}

.bd-location-img .image-hover {
	position: relative;
}

.bd-location-detail .bd-location-text {
	position: relative;
	z-index: 99;
	cursor: auto;
}

.bd-location-detail .bd-location-title a:hover * {
	color: #338ca2;
}

.achieve-img {
	overflow: hidden;
}

.achieve-img img {
	transition: 1.4s;
	-webkit-transition: 1.4s;
	-moz-transition: 1.4s;
	-ms-transition: 1.4s;
	-o-transition: 1.4s;
}

.achieve-img a:hover img {
	transform: scale(1.25);
	-webkit-transform: scale(1.25);
	-moz-transform: scale(1.25);
	-ms-transform: scale(1.25);
	-o-transform: scale(1.25);
}

/* 26-1-2024 */

/* 29-1-2024 */

.blog-right-form-up .join-form-sub-title {
	margin-bottom: 0;
}

.blog-right-form-up .join-form-text {
	max-width: unset;
}

.blog-right-form-up .hs-button {
	display: inline-flex;
    align-items: center;
    justify-content: center;
    font-family: 'AcuminProSemibold';
    font-size: 18px;
    line-height: 156%;
	width: 100%;
	color: #191919 !important;
    background: #fdb740 !important;
    border-color: #fdb740 !important;
    padding: 13px 40px 15px;
    border: 1px solid transparent;
    box-shadow: none;
    border-radius: 100px;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    -ms-border-radius: 100px;
    -o-border-radius: 100px;
	transition: all ease-in-out 300ms;
	-webkit-transition: all ease-in-out 300ms;
	-ms-transition: all ease-in-out 300ms;
	-o-transition: all ease-in-out 300ms;
	-moz-transition: all ease-in-out 300ms;
}

.blog-right-form-up .hs-button:hover {
	color: #ffffff !important;
    background: #FFA306 !important;
    border-color: #FFA306!important;
}

.blog-right-form-up .hs-form-field {
    position: relative;
    max-width: 100%;
}

.blog-right-form-up .hs-form-field label {
    font-family: AcuminProBook;
    font-size: 14px;
	line-height: normal;
    line-height: normal;
    color: #929699;
    position: absolute;
    left: 16px;
    top: 36%;
    transform: translate(0,-50%);
    -webkit-transform: translate(0,-50%);
    -moz-transform: translate(0,-50%);
    -ms-transform: translate(0,-50%);
    -o-transform: translate(0,-50%);
}

.blog-right-form-up .hs-form-field .input .hs-input {
	width: 100%!important;
    padding: 32px 16px;
    border: 1px solid #338ca2;
    font-family: AcuminProBook;
    font-size: 14px;
    line-height: normal;
    color: #929699;
    background-color: #FFFFFF;
    margin-bottom: 29px;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
}

.blog-right-form-up .hs-form-field .hs-error-msgs label {
    font-size: 12px;
    line-height: normal;
    color: red;
}

.blog-right-form-up .hs-form-field .hs-error-msgs {
    position: absolute;
    list-style-type: none;
    left: 0;
    bottom: 20px;
    width: 100%;
    padding: 0;
    margin: 0;
}

.blog-right-form-up form {
	position: relative;
	padding-bottom: 75px;
}

.blog-right-form-up .hs-richtext {
	text-align: center;
}

.blog-right-form-up .hs-richtext * {
	color: #000;
	font-family: AcuminProBook;
	font-size: 13px;
	line-height: 150%;
	margin-bottom: 0;
}

.blog-right-form-up .hs-richtext a {
	color: #338CA2;
	text-decoration: underline;
}

.blog-right-form-up .hs-richtext a:hover {
	color: #FDB022;
}

.blog-right-form-up .legal-consent-container {
	position: absolute;
	bottom: 0;
	width: 100%;
	max-width: 351px;
	left: 50%;
	transform: translate(-50%, 0);
	-webkit-transform: translate(-50%, 0);
	-moz-transform: translate(-50%, 0);
	-ms-transform: translate(-50%, 0);
	-o-transform: translate(-50%, 0);
}

.blog-right-form-up {
	margin-bottom: 50px;
}

.join-form-sub-title-up-div {
	margin-bottom: 20px;
}

.blog-right-form-up form .hs_error_rollup .hs-error-msgs {
    width: 100%;
    padding: 0;
    margin: 0;
    list-style-type: none;
    margin-bottom: 20px;
}

.blog-right-form-up form .hs_error_rollup label {
    font-size: 12px;
    line-height: normal;
    color: red;
}

.hthb-notification-content.ht-notification-text {
	text-align: center;
}

.hthb-row {
	padding: 10px;
}

.hthb-container {
	overflow: unset;
}

.article-overview ul li a:hover {
	color: #FFA306;
}

.bd-item h1 {
	color: #191919;
    font-family: 'AcuminProBold' !important;
    font-size: 28px;
    line-height: 125%;
    margin-bottom: 1rem;
}

.bd-item h3 {
	color: #191919;
    font-family: 'AcuminProBold' !important;
    font-size: 22px;
    line-height: 125%;
    margin-bottom: 1rem;
}

.bd-item h4 {
	color: #191919;
    font-family: 'AcuminProBold' !important;
    font-size: 20px;
    line-height: 125%;
    margin-bottom: 1rem;
}

.bd-item h5 {
	color: #191919;
    font-family: 'AcuminProBold' !important;
    font-size: 18px;
    line-height: 125%;
    margin-bottom: 1rem;
}

.bd-item h6 {
	color: #191919;
    font-family: 'AcuminProBold' !important;
    font-size: 16px;
    line-height: 125%;
    margin-bottom: 1rem;
}

.bd-item ul,
.bd-item ol {
	padding-left: 22px;
}

.bd-item ul li,
.bd-item ol li {
	color: #191919;
    font-family: 'AcuminProMedium';
    font-size: 20px;
    line-height: 150%;
}

.llb-left * {
    color: #FFF;
}

.llb-left *.rating {
	color: #FDB740;
}

.llb-left *.rating * {
	color: #FDB740;
}

.llb-right-form-section.blog-right-form-up {
	margin-bottom: -144px;
}

.llb-banner-bg-start {
	/* padding-top: 94px; */
	position: relative;
    z-index: 9;
}

/* .llb-left {
	padding: 105px 0 60px 0;
} */

.llb-title {
	color: #FFF;
	font-family: 'CormorantBold';
	font-size: 56px;
	line-height: 100%;
	/* letter-spacing: -1.12px; */
	max-width: 649px;
	margin-bottom: 30px;
}

.llb-title * {
	color: inherit;
	font-family: inherit;
	font-size: inherit;
	line-height: inherit;
	letter-spacing: inherit;
	margin-bottom: 0;
}

.llb-texts {
	max-width: 632px;
	margin-bottom: 28px;
}

.llb-texts p {
	margin-bottom: 24px;
}

.llb-texts p,
.llb-texts li {
	color: #FFF;
	font-family: 'AcuminProMedium';
	font-size: 23px;
	line-height: 139.13%;
}

.llb-texts ul {
	margin-bottom: 0;
}

.llb-ratings {
	display: flex;
	align-items: center;
}

.llb-ratinng-show * {
	color: #FFF;
	font-family: 'AcuminProMedium';
	font-size: 22px;
	line-height: 100%;
	letter-spacing: -0.44px;
}

.llb-star {
	margin-right: 14px;
}

.llb-with-bg {
	position: relative;
	padding: 94px 0 0;
}

.llb-with-bg:after {
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	background-color: #33333366;
}

.llb-banner-bg-start > .row {
	align-items: center;
}

.llb-logos {
	padding-top: 20px;
	padding-bottom: 56px;
}

.also-see * {
	color: #000;
	font-family: 'AcuminProBold';
	font-size: 18px;
	line-height: 311.111%;
	letter-spacing: -0.36px;
}

.llb-logos-start {
	/* max-width: 680px; */
	max-width: 800px;
}

.llb-logo-slider {
	opacity: 0;
}

.llb-logo-slider.slick-initialized {
	opacity: 1;
	position: relative;
}

.llb-logo-slider .llb-logo-slide {
	padding: 0 33px;
	height: inherit !important;
	display: flex !important;
	align-items: center;
}

.llb-logo-slider .slick-list {
	margin-left: -33px;
	margin-right: -33px;
}

.llb-logo-slider .slick-track {
	/* margin: 0 -33px; */
	display: flex !important;
}

.join-us-location-landing-section {
	padding: 59px 0 134px 0;
}

.jsll-left .sub-main-title {
	margin-bottom: 30px;
}

.jsll-left .jsll-title h3 {
	margin-bottom: 30px;
}

.jsll-common-text {
	margin-bottom: 30px;
}

.jsll-common-text * {
	color: #000;
	font-family: 'AcuminProBook';
	/* font-size: 24px;
	line-height: 133.333%; */
	font-size: 18px;
	line-height: 28px;

}

.jsll-common-text *:last-child {
	margin-bottom: 0;
}

.ul-up.jsll-common-text * {
	font-family: 'AcuminProBold';
}

.jsll-left ul.jsll-common-text {
	padding: 0;
	list-style-type: none;
}

.jsll-left ul.jsll-common-text li {
	margin-bottom: 10px;
	padding-left: 25px;
	position: relative;
}

.jsll-left ul.jsll-common-text li:before {
	content: '\f00c';
	font-family: "Font Awesome 6 Free";
	font-weight: 900;
	font-size: 15px;
	line-height: 100%;
	color: #338CA2;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translate(0, -50%);
	-webkit-transform: translate(0, -50%);
	-moz-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	-o-transform: translate(0, -50%);
}

.jsll-left ul.jsll-common-text li:last-child {
	margin-bottom: 0;
}

.jsll-right {
	padding: 33px 30px 48px 30px;
	box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
	border-radius: 10px 0px 0px 10px;
	-webkit-border-radius: 10px 0px 0px 10px;
	-moz-border-radius: 10px 0px 0px 10px;
	-ms-border-radius: 10px 0px 0px 10px;
	-o-border-radius: 10px 0px 0px 10px;
}

.jsll-right .new-banner-sub-title {
	color: #000;
	line-height: normal;
	font-family: 'AcuminProBold';
	margin-bottom: 30px;
}

.jsll-right .new-banner-sub-title * {
	text-transform: uppercase;
}

.join-us-location-landing-section > .row {
	align-items: center;
}

.location-landing-living-right .product-accommodations-list .product-accommodations-block:nth-child(odd) {
    background: #ffffff;
}

.location-landing-living-right .product-accommodations-list .product-accommodations-block:nth-child(even) {
    background: #FAF7F1;
}

.location-landing-living-right .sub-main-title {
	margin-bottom: 10px;
}

.location-landing-living-right .product-accommodations-block .section-title {
	margin-bottom: 10px;
}

.location-landing-living-right .product-accommodations-detail .detail * {
	color: #000;
	font-family: 'AcuminProBook';
	/* font-size: 22px;
	line-height: 145.455%; */
	font-size: 18px;
	line-height: 133.333%;
	letter-spacing: -0.44px;
}

.location-landing-living-right .product-accommodations-detail .detail *:last-child {
	margin-bottom: 0;
}

.location-landing-living-right .product-accommodations-block .product-accommodations-detail {
	max-width: 690px;
}

.location-landing-living-right .lllr-btn {
	margin-top: 40px;
}

.location-landing-living-right .product-accommodations-list-items {
    margin-top: 70px;
}

/* .location-landing-living-right .product-accommodations-list-items .detail {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
} */

.location-landing-living-right .product-accommodations-list-items .detail ul , .location-landing-living-right .product-accommodations-list-items .detail ol {
	flex: 0 0 100%;
	padding-left: 20px;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.location-landing-living-right .product-accommodations-list-items .detail ul li ,.location-landing-living-right .product-accommodations-list-items .detail ol li {
	color: #000;
	font-family: 'AcuminProBook';
	/* font-size: 22px;;
	line-height: 181.818%; */
	font-size: 18px;
    line-height: 133.333%;
	letter-spacing: -0.44px;
	flex: 0 0 30%;
}

.location-landing-living-right .product-accommodations-list-items .sub-main-title {
    margin-bottom: 23px;
}

.location-landing-living-right .product-accommodations-list-items .sub-main-title {
	color: #000 !important;
	font-family: 'AcuminProBold' !important;
	font-size: 22px !important;
	line-height: 145.455% !important;
	letter-spacing: -0.44px !important;
}

.location-landing-living-right .product-accommodations-list-items .detail p{
	color: #000;
	font-family: 'AcuminProBook';
	/* font-size: 22px;
	line-height: 145.455%; */
	font-size: 18px;
    line-height: 133.333%;
	letter-spacing: -0.44px;
	margin-bottom: 23px;
}
.location-landing-living-right .product-accommodations-list-items .detail p > span {
	color: #000;
	font-family: 'AcuminProBook';
	/* font-size: 22px;
	line-height: 145.455%; */
	font-size: 18px;
    line-height: 133.333%;
	letter-spacing: -0.44px;
	margin-bottom: 23px;
}

.location-landing-living-right .product-accommodations-list-items.item-two {
	margin-top: 30px !important;
}

.location-landing-living-right .product-accommodations-list-items.item-two .detail {
	justify-content: flex-start;
}

.location-landing-living-right .product-accommodations-list-items.item-two .detail ul , .location-landing-living-right .product-accommodations-list-items.item-two .detail ol {
	flex: 0 0 50%;
}

.loaction-landing-video-section > .row {
	justify-content: center;
}

.llv-left .section-title {
	max-width: 1020px;
	margin-bottom: 21px;
}

.llv-left .llv-text {
	margin-bottom: 64px;
}

.llv-left .llv-text * {
	color: #191919;
	font-family: 'AcuminProBook';
	font-size: 24px;
	line-height: 133.333%;
}

.llv-left .llv-text *:last-child {
	margin-bottom: 0;
}

.llv-youtube iframe {
	width: 100%;
	height: 507px;
}

.loaction-landing-video-section {
	padding: 38px 0 96px 0;
}

.join-us-location-landing .jsll-common-ul h2 {
	color: #000;
    font-family: 'AcuminProBold';
    font-size: 24px;
    line-height: 133.333%;
	margin-bottom: 30px;
}

.location-inclusions .your-membership-block .membership-detail {
	max-width: 100%;
}

.community-manager-section.location-community-manager {
    padding: 120px 0;
}

.location-community-manager .community-manager-section .section-title {
	margin-bottom: 32px;
}

.location-community-manager .community-manager-block {
	padding: 32px;
}

.location-community-manager .community-manager-block .manager-profile {
	margin-right: 32px;
}

.location-community-manager .community-manager-block .sub-main-title * {
	color: #000;
	font-family: 'AcuminProSemibold';
	font-size: 18px;
	line-height: 155.556%;
}

.location-community-manager .community-manager-block .manager-detail .detail * {
	color: #000;
	font-family: 'AcuminProBook';
	font-size: 18px;
	line-height: 155.556%;
}

.location-community-manager .community-manager-block .manager-detail .detail *:last-child {
	margin-bottom: 0;
}

.location-landing-living-right .product-accommodations-list-items.item-two .detail ul li,.location-landing-living-right .product-accommodations-list-items.item-two .detail ol li {
	flex: 0 0 45%;
}

/* 29-1-2024 */

/* 3-2-2024 */

.article-content-scroll ul li span {
	font-weight: 700;
}

/* 3-2-2024 */

/* 06/02/2024 */
.font-family-acuminprobold h2{
	color: #191919 !important;
    font-family: 'AcuminProBold' !important;
    font-size: 20px !important;
    line-height: 125% !important;
    margin-bottom: 1rem !important;
}
.image-container figure{
	height: 100%;
}
.image-container img {
	width: 100%;
	object-fit: cover;
	margin-bottom: 48px;
	max-height: 336px;
	height: calc(100% - 48px);
}
.image-container .wp-block-columns{
	gap: 30px;
	
}
.image-container .wp-block-columns .gutentor-element-image ,.image-container .wp-block-columns .gutentor-element-image .gutentor-element-image-box{
	height: 100%;
}
.video-container iframe{
	width: 100%;
	height: 432px;
	margin-bottom: 48px;
}

.bd-blockquote {
	margin-bottom: 48px;
}

.bd-blockquote .blockquote {
	padding: 31px 66px;
	border-left: 18px solid #E5B664;
	background-color: #FAF7F1;
	margin-bottom: 0;
}

.bd-blockquote .blockquote ul {
	margin: 0;
}

.bd-blockquote .blockquote ul li {
	color: #191919;
	font-family: 'AcuminProBook';
	font-size: 20px;
	line-height: 150%;
}

.bd-blockquote .blockquote ul li * {
	color: inherit;
	font-family: inherit;
	font-size: inherit;
	line-height: inherit;
}

.bd-blockquote .blockquote ul li strong {
	font-family: 'AcuminProBold';
}
.blog-btn {
	display: inline-flex !important;
	align-items: center !important;
	justify-content: center !important;
	font-family: 'AcuminProSemibold' !important;
	font-size: 18px !important;
	line-height: 156% !important;
	padding: 13px 40px 15px !important;
	border: 1px solid transparent !important;
	box-shadow: none !important;
	border-radius: 100px !important;
	-webkit-border-radius: 100px !important;
	-moz-border-radius: 100px !important;
	-ms-border-radius: 100px !important;
	-o-border-radius: 100px !important;
}
.gutentor-button {
	margin-top: 0 !important;
}
/* 06/02/2024 */

/* 13-2-2024 */

.left-content-blog-container > p,
.left-content-blog-container > span {
	color: rgba(19,19,19,0.8);
    font-family: 'AcuminProBook' !important;
    font-size: 18px;
    line-height: 155%;
}

.left-content-blog-container > strong,
.left-content-blog-container > b {
	color: rgba(19,19,19,0.8);
    font-family: 'AcuminProBold' !important;
    font-size: 18px;
    line-height: 155%;
}

.left-content-blog-container > a {
	color: #338ca2 !important;
    font-family: 'AcuminProBook' !important;
    font-size: 18px;
    line-height: 155%;
}

.left-content-blog-container > a:hover {
	color: #fdb740 !important;
}

.left-content-blog-container > * strong {
	font-family: 'AcuminProBold';
    font-weight: 700;
}

.left-content-blog-container > * b {
	font-family: 'AcuminProBold';
    font-weight: 700;
}

.left-content-blog-container > p a,
.left-content-blog-container > span a {
	color: #338ca2;
}

.left-content-blog-container > p a:hover,
.left-content-blog-container > span a:hover {
	color: #fdb740;
}

.left-content-blog-container > h2 {
	color: #191919;
    font-family: 'AcuminProSemibold' !important;
    font-size: 26px;
    line-height: 125%;
    margin-bottom: 1rem;
	padding-top: 15px;
	letter-spacing: 0;
}

.left-content-blog-container > h1 {
	color: #191919;
    font-family: 'AcuminProSemibold' !important;
    font-size: 28px;
    line-height: 125%;
    margin-bottom: 1rem;
	padding-top: 15px;
	letter-spacing: 0;
}

.left-content-blog-container > h3 {
	color: #191919;
    font-family: 'AcuminProSemibold' !important;
    font-size: 22px;
    line-height: 125%;
    margin-bottom: 1rem;
	padding-top: 10px;
	letter-spacing: 0;
}

.left-content-blog-container > h4 {
	color: #191919;
    font-family: 'AcuminProSemibold' !important;
    font-size: 20px;
    line-height: 125%;
    margin-bottom: 1rem;
	padding-top: 10px;
	letter-spacing: 0;
}

.left-content-blog-container > h5 {
	color: #191919;
    font-family: 'AcuminProSemibold' !important;
    font-size: 18px;
    line-height: 125%;
    margin-bottom: 1rem;
	padding-top: 10px;
	letter-spacing: 0;
}

.left-content-blog-container > h6 {
	color: #191919;
    font-family: 'AcuminProSemibold' !important;
    font-size: 16px;
    line-height: 125%;
    margin-bottom: 1rem;
	padding-top: 10px;
	letter-spacing: 0;
}

.left-content-blog-container > ul,
.left-content-blog-container > ol {
	padding-left: 22px;
}

.left-content-blog-container > ul li,
.left-content-blog-container > ol li {
	color: rgba(19,19,19,0.8);
    font-family: 'AcuminProBook';
    font-size: 20px;
    line-height: 155%;
}

.left-content-blog-container > iframe {
	width: 100%;
    height: 432px;
    margin-bottom: 48px;
}

.left-content-blog-container .wp-block-pullquote {
	font-size: inherit;
    line-height: inherit;
	text-align: unset;
	padding: 0;
}

.left-content-blog-container > blockquote {
	padding: 31px 66px;
    border-left: 18px solid #E5B664;
    background-color: #FAF7F1;
    margin-bottom: 0;
	margin-top: 30px;
}

.left-content-blog-container > blockquote h1,
.left-content-blog-container > blockquote h2,
.left-content-blog-container > blockquote h3,
.left-content-blog-container > blockquote h4,
.left-content-blog-container > blockquote h5,
.left-content-blog-container > blockquote h6 {
	color: #191919;
    font-family: 'AcuminProSemibold' !important;
    font-size: 24px;
    line-height: 125%;
    margin-bottom: 1rem;
}

.left-content-blog-container > blockquote strong {
	font-size: inherit;
	line-height: inherit;
}

.left-content-blog-container > blockquote ul {
	margin: 0;
}

.left-content-blog-container > blockquote ul li {
	color: rgba(19,19,19,0.8);
	font-family: 'AcuminProBook';
	font-size: 18px;
	line-height: 155%;
}

.left-content-blog-container figure > blockquote {
	padding: 31px 66px;
    border-left: 18px solid #E5B664;
    background-color: #FAF7F1;
    margin-bottom: 30px;
	margin-top: 30px;
}

.left-content-blog-container figure > blockquote * {
	font-size: inherit;
	line-height: inherit;
}

.left-content-blog-container figure > blockquote h1,
.left-content-blog-container figure > blockquote h2,
.left-content-blog-container figure > blockquote h3,
.left-content-blog-container figure > blockquote h4,
.left-content-blog-container figure > blockquote h5,
.left-content-blog-container figure > blockquote h6 {
	color: #191919;
    font-family: 'AcuminProSemibold' !important;
    font-size: 24px;
    line-height: 125%;
    margin-bottom: 1rem;
}

.left-content-blog-container figure > blockquote strong {
	font-size: inherit;
	line-height: inherit;
}

.left-content-blog-container figure > blockquote ul {
	margin: 0;
	list-style: square;
}

.left-content-blog-container figure > blockquote ul li {
	color: rgba(19,19,19,0.8);
	font-family: 'AcuminProBook';
	font-size: 18px;
	line-height: 155%;
}

.left-content-blog-container .bd-founder-position * {
	color: rgba(19,19,19,0.8);
    font-family: 'AcuminProBook';
    font-size: 18px;
    line-height: 24px;
}


.left-content-blog-container .bd-about-founder {
	margin-top: 48px;
}

.bd-founder-img figure {
    width: 100px;
    height: 100px;
    border-radius: 50% !important;
    -webkit-border-radius: 50% !important;
    -moz-border-radius: 50% !important;
    -ms-border-radius: 50% !important;
    -o-border-radius: 50% !important;
}

.left-content-blog-container .article-overview ul li {
    /* color: #338CA2; */
    font-family: 'AcuminProBook';
    font-size: 18px;
    line-height: 155%;
}

.blog-detail-section .archieve-date.new-date * {
	margin-bottom: 48px;
	font-family: 'AcuminProBook';
	font-size: 16px;
	line-height: 25px;
	color: #191919;
}

.archieve-breadcrumb.zi-breadcumb .breadcrumb-item {
    font-family: 'AcuminProBook';
	font-size: 16px;
	line-height: 24px;
	color: #191919;
}

.archieve-breadcrumb.zi-breadcumb .breadcrumb-item.active {
    color: #338CA2;
    text-decoration: underline;
}

.left-content-blog-container > figure,
.left-content-blog-container > img,
.left-content-blog-container > figure img {
	object-fit: cover;
}

/* 13-2-2024 */

/* 14-2-2024 */

.bd-location {
	margin-bottom: 10px;
}

/* 14-2-2024 */

/* 27-2-2024 */

.content {
	margin-top: 145px;
}

.content.no-menu-header {
	margin-top: 0;
}

.no-menu-header .landing-page-layout .location-landing-banner-section {
	position: relative;
}

.no-menu-header .landing-page-layout .location-landing-banner-section .good-life-logo-img {
	position: absolute;
	top: 55px;
	left: 73px;
	z-index: 9;
}

.landing-page-layout .llb-texts {
	max-width: 598px;
	margin-bottom: 50px;
}

.landing-page-layout .llb-texts * {
	color: #FFF;
	font-family: 'CormorantBold';
	font-size: 48px;
	line-height: 104.167%;
	letter-spacing: -0.96px;
	margin-bottom: 0;
}

.landing-page-layout .llb-right-form-section.blog-right-form-up {
	margin-bottom: -50px;
	box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.06), 0px 1px 3px 0px rgba(16, 24, 40, 0.10);
	border-radius: 8px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	-ms-border-radius: 8px;
	-o-border-radius: 8px;
}

.landing-page-layout .join-form-sub-title {
	max-width: 300px;
    margin-left: auto;
    margin-right: auto;
}

.landing-page-layout .blog-right-form-up .join-form-text {
	font-family: 'AcuminProSemibold';
	max-width: 350px;
	margin-left: auto;
    margin-right: auto;
}

.landing-page-layout .blog-right-form-up .hs-form-field .input .hs-input {
	padding: 18px 16px;
	margin-bottom: 19px;
}

.landing-page-layout .blog-right-form-up .hs-form-field label {
	top: 35%;
}

.landing-page-layout .blog-right-form-up .hs-button {
	border-radius: 100px;
	-webkit-border-radius: 100px;
	-moz-border-radius: 100px;
	-ms-border-radius: 100px;
	-o-border-radius: 100px;
}

.landing-page-layout .blog-right-form-up .hs-submit {
	position: relative;
}

.landing-page-layout .blog-right-form-up .hs-submit:after {
	content: '→';
	position: absolute;
	right: 15%;
	top: 50%;
	font-weight: 700;
	font-size: 16px;
	line-height: 100%;
	color: #191919;
	transform: translate(0, -50%);
	-webkit-transform: translate(0, -50%);
	-moz-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	-o-transform: translate(0, -50%);
	transition: all ease-in-out 300ms;
    -webkit-transition: all ease-in-out 300ms;
    -ms-transition: all ease-in-out 300ms;
    -o-transition: all ease-in-out 300ms;
    -moz-transition: all ease-in-out 300ms;
}

.landing-page-layout .blog-right-form-up .hs-submit:hover:after {
	color: #ffffff;
}

.landing-community-benefits.community-benefits-section {
    padding: 110px 0 80px;
}

.landing-community-benefits .community-benefits-block .sub-main-title {
	font-family: 'AcuminProSemibold';
	margin-bottom: 6px;
}

.landing-community-benefits .community-benefits-block .benefits-detail .detail {
	font-family: 'AcuminProBook';
}

.life-vibrant-section.location-top-spacing {
	margin-top: 0;
}

.life-vibrant-section.location-top-spacing .best-life-work-button .btn {
	border-radius: 100px;
	-webkit-border-radius: 100px;
	-moz-border-radius: 100px;
	-ms-border-radius: 100px;
	-o-border-radius: 100px;
}

.life-vibrant-section.location-top-spacing .life-vibrant-detail .paragraph-large * {
	color: #FFF;
	font-family: 'CormorantBold';
	font-size: 48px;
	line-height: 125%;
	letter-spacing: -0.96px;
}

.partner-only-images.travel-logo-ratings-section .travel-logo-ratings-content {
	display: block;
    margin: 0;
}

.partner-only-images.travel-logo-ratings-section .travel-logo-ratings-content > * {
	padding: 0;
}

.partner-only-images .travel-logos-block .travel-logos-list {
	justify-content: center;
    margin: 0;
}

.travel-logo-ratings-section.partner-only-images {
	background-color: rgba(217, 217, 217, 0.20);
}

.f-landing-video-section {
	padding: 84px 0 103px 0;
}

.f-landing-video-main {
	position: relative;
}

.f-landing-video-main:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	width: 100%;
	height: 71%;
	background-color: #FAF7F1;
	z-index: -1;
}

.f-landing-video-text {
	margin: 0 auto;
    margin-bottom: 50px;
    max-width: 848px;
}

.f-landing-video-play {
	margin-bottom: 40px;
}

.f-landing-video-play iframe {
	width: 100%;
	max-width: 1280px;
	height: 720px;
	margin: 0 auto;
}

.f-landing-video-btn .btn {
	border-radius: 100px;
	-webkit-border-radius: 100px;
	-moz-border-radius: 100px;
	-ms-border-radius: 100px;
	-o-border-radius: 100px;
}

.landing-page-layout .llb-with-bg {
    padding: 185px 0 0;
}

.landing-page-layout .llb-left {
	padding-bottom: 13px;
}

/* 27-2-2024 */

/* 12-3-2024 */

.experience-button {
	text-align: center;
	margin-top: 20px;
}

.experience-button .btn-green:hover {
	border-color: #338ca2 !important;
}

/* 12-3-2024 */

/* 16-3-2024 */

.location-community-section {
	padding: 68px 0 100px 0;
}

.location-community-item {
	max-width: 386px;
	margin: 0 auto;
	border: 1px solid #CCC;
	background: #FFF;
	margin-bottom: 60px;
	height: calc(100% - 60px);
}

.location-community-item-img img {
	width: 100%;
	height: 300px;
	object-fit: cover;
}

.location-community-item-below {
	padding: 30px 17px;
}

.lcib-title * {
	font-family: 'AcuminProBook';
	color: #000;
	margin-bottom: 0;
}

.lcib-title a:hover * {
	color: #338CA2;
}

.lcib-country * {
	color: #333;
	font-family: 'AcuminProMedium';
	font-size: 20px;
	font-weight: 500;
	line-height: 150%;
	text-transform: uppercase;
}

.lcib-btns .btn {
	font-family: 'AcuminProMedium';
    width: 180px;
    padding: 19px 5px;
    border-radius: 5px;
    max-width: 48%;
}

.btn-light-yellow {
	background: #E5B664;
	color: #333333;
	border-color: #E5B664;
}

.btn-light-yellow:hover {
	background: transparent;
	color: #333333;
	border-color: #E5B664;
}

.btn-light-blue {
	background: #BCDEDC;
	color: #333333;
	border-color: #BCDEDC;
}

.btn-light-blue:hover {
	background: transparent;
	color: #333333;
	border-color: #BCDEDC;
}

.lcib-btns {
	display: flex;
    justify-content: space-between;
}

.location-community-list > .row {
	justify-content: center;
}

.webinar-video-section {
	padding: 67px 0 25px 0;
}

.webinar-video-title * {
	line-height: 116%;
	color: #000000;
}

.webinar-video-text {
	margin-bottom: 38px;
}

.webinar-video-text * {
	color: #000;
	font-family: 'AcuminProMedium';
	font-size: 23px;
	line-height: 140%;
}

.webinar-video-text *:last-child {
	margin-bottom: 0;
}

.webinar-video-btn .btn {
	font-family: 'AcuminProBold';
	font-size: 16px;
	line-height: 150%;
	padding: 7px 15px;
	width: 265px;
	max-width: 100%;
}

.webinar-video-youtube {
	text-align: center;
}

.webinar-video-youtube iframe {
	max-width: 100%;
	width: 489px;
	height: 275px;
	margin: 0 auto;
}

.webinar-video-section > .row {
	align-items: center;
}

.webinar-just-img {
	position: relative;
}

.webinar-just-img:after {
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	background-color: rgba(51, 51, 51, 0.8);
	mix-blend-mode: multiply;
}

.webinar-just-img img {
	width: 100%;
	height: 86px;
	object-fit: cover;
}

.webinar-start {
	padding: 25px 0 50px 0;
}

.webinar-list {
	display: flex;
	flex-wrap: wrap;
}

.webinar-list .webinar-item {
	border: 1px solid #666;
	margin-right: 18px;
	margin-bottom: 18px;
	flex: 0 0 48%;
}

.webinar-main-title * {
	font-family: 'AcuminProBook';
	line-height: 100%;
	color: #000000;
	letter-spacing: unset;
}

.webinar-text {
	max-width: 847px;
	margin: 0 auto;
	margin-bottom: 30px;
}

.webinar-text * {
	font-family: 'AcuminProBook';
	color: #000;
	font-size: 16px;
	line-height: 150%;
}

.webinar-text *:last-child {
	margin-bottom: 0;
}

.webinar-item-img img {
	width: 100%;
	object-fit: cover;
}

.webinar-item-below {
	padding: 18px;
}

.webinar-item-title {
	margin-bottom: 18px;
}

.webinar-item-title * {
	color: #000;
	font-family: 'AcuminProBold';
	font-size: 20px;
	line-height: 150%;
	margin-bottom: 0;
}

.webinar-item-text {
	margin-bottom: 18px;
}

.webinar-item-text * {
	color: #1E1E1E;
	font-family: 'AcuminProMedium';
	font-size: 16px;
	line-height: 150%;
	margin-bottom: 0;
}

.webinar-item-date {
	margin-bottom: 18px;
}

.webinar-item-date * {
	color: #000;
	font-family: 'AcuminProSemibold';
	font-size: 16px;
	line-height: 150%;
	margin-bottom: 0;
}

.webinar-item-location {
	margin-bottom: 18px;
}

.webinar-item-location * {
	color: #000;
	font-family: 'AcuminProSemibold';
	font-size: 16px;
	line-height: 150%;
	margin-bottom: 0;
}

.webinar-item-reserve > * {
	color: #3B5998;
	font-family: 'AcuminProBold';
	font-size: 16px;
	line-height: 150%;
	position: relative;
	text-transform: uppercase;
}

.webinar-item-reserve > *:after {
	content: '→';
	position: absolute;
	color: #3B5998;
	font-family: 'AcuminProBold';
	font-size: 16px;
	line-height: 100%;
	top: 3px;
	right: -20px;
	transition: all ease-in-out 300ms;
    -webkit-transition: all ease-in-out 300ms;
    -ms-transition: all ease-in-out 300ms;
    -o-transition: all ease-in-out 300ms;
    -moz-transition: all ease-in-out 300ms;
}

.webinar-item-reserve > a:hover:after {
	color: #fdb740;
}

.location-banner-section.membership-pdp-banner .main-small-title {
	line-height: 130%;
	letter-spacing: -1.12px;
	margin-bottom: 10px;
}

.location-banner-section .new-banner-sub-title {
	font-family: 'CormorantBold';
	line-height: 171.429%;
	letter-spacing: -0.56px;
}

.previous-webinar .webinar-start {
    padding: 50px 0 20px 0;
}

.previous-webinar .webinar-main-title * {
	margin-bottom: 20px;
}

.previous-webinar-list {
	display: flex;
	flex-wrap: wrap;
	position: relative;
}

.previous-webinar-list:after {
	content: '';
	position: absolute;
	top: -20px;
	bottom: -20px;
	left: 0;
	right: 0;
	width: 100%;
	background: rgba(255, 255, 255, 0.85);
}

.previous-webinar-list .prevoius-webinar-btn {
	position: absolute;
	left: 50%;
	top: 65px;
	z-index: 99;
	width: 100%;
	text-align: center;
	transform: translate(-50%, 0);
	-webkit-transform: translate(-50%, 0);
	-moz-transform: translate(-50%, 0);
	-ms-transform: translate(-50%, 0);
	-o-transform: translate(-50%, 0);
}

.previous-webinar-list .prevoius-webinar-btn .btn {
	font-size: 16px;
	line-height: 24px;
	padding: 7px 30px;
	
}

.prevoius-webinar-item {
	flex: 0 0 22%;
	margin-bottom: 30px;
	margin-right: 30px;
}

.prevoius-webinar-item .pw-img img {
	width: 100%;
	height: 184px;
	object-fit: cover;
}

.pw-below {
	padding: 23px 21px 31px 21px;
	border: 1px solid #EEE;
}

.pw-item-title {
	margin-bottom: 10px;
}

.pw-item-title * {
	font-family: 'AcuminProBold';
	font-size: 20px;
	line-height: 150%;
	color: #000;
	margin-bottom: 0;
}

.pw-item-text {
	margin-bottom: 5px;
}

.pw-item-text * {
	font-family: 'AcuminProMedium';
	font-size: 16px;
	line-height: 150%;
	color: #000;
	margin-bottom: 0;
}

.pw-item-date {
	margin-bottom: 28px;
}

.pw-item-date * {
	font-family: 'AcuminProSemibold';
	font-size: 16px;
	line-height: 150%;
	color: #000;
	margin-bottom: 0;
}

.pw-item-btn * {
	color: #3B5998;
	font-family: 'AcuminProBold';
	font-size: 16px;
	line-height: 150%;
	text-transform: uppercase;
}

.webinar-modal .modal-content {
	border: 1px solid rgba(204, 204, 204, 0.80);
	background: #FFF;
	border-radius: 20px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	-ms-border-radius: 20px;
	-o-border-radius: 20px;
}

.webinar-modal .modal-body {
	padding: 41px 32px 34px 32px;
}

.webinar-modal-title * {
	color: #191919;
	font-family: 'AcuminProSemibold';
	font-size: 24px;
	line-height: 133.333%;
	margin-bottom: 20px;
}

.webinar-modal-text * {
	color: #000;
	font-family: 'AcuminProBook';
	font-size: 16px;
	line-height: 137.5%;
	margin-bottom: 20px;
}

.webinar-modal .hs-form-field {
	position: relative;
	margin-bottom: 20px;
}

.webinar-modal .hs-form-field:before {
	content: '';
	font-family: "Font Awesome 6 Free";
	font-weight: 900;
	position: absolute;
	color: #D1D1D1;
	font-size: 20px;
	line-height: 100%;
	top: 50%;
	left: 14px;
	height: 20px;
	width: 20px;
	transform: translate(0, -50%);
	-webkit-transform: translate(0, -50%);
	-moz-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	-o-transform: translate(0, -50%);
}

.webinar-modal .hs-form-field.hs-firstname:before,
.webinar-modal .hs-form-field.hs-lastname:before {
	content: '\f007';
}

.webinar-modal .hs-form-field.hs-email:before {
	content: '\f0e0';
}

.webinar-modal .hs-form-field .hs-error-msgs {
	position: absolute;
	bottom: -8px;
	left: 0;
	width: 100%;
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.webinar-modal .hs-form-field .hs-error-msgs .hs-error-msg {
	font-size: 12px;
	line-height: 120%;
	color: red;
}

.webinar-modal .hs_error_rollup ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	text-align: center;
}

.webinar-modal .hs_error_rollup ul .hs-main-font-element {
	font-size: 12px;
	line-height: 120%;
	color: red;
}

.webinar-modal .hs-form-field:after {
	content: '';
	position: absolute;
	height: 100%;
	width: 1px;
	background-color: #E0E3E5;
	top: 0;
	bottom: 0;
	left: 47px;
}

.webinar-modal .hs-form-field label {
	color: #929699;
	font-family: 'AcuminProBook';
	font-size: 14px;
	line-height: 100%;
	position: absolute;
	top: 50%;
	left: 73px;
	transform: translate(0, -50%);
	-webkit-transform: translate(0, -50%);
	-moz-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	-o-transform: translate(0, -50%);
}

.webinar-modal .hs-form-field input {
	color: #929699;
	font-family: 'AcuminProBook';
	font-size: 14px;
	line-height: 100%;
	padding: 18px 20px 18px 73px;
	width: 100%;
	height: 52px;
	border: 1px solid #E0E3E5;
	border-radius: 8px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	-ms-border-radius: 8px;
	-o-border-radius: 8px;
}

.webinar-modal .hs-form-field input::placeholder {
	color: #929699;
	font-family: 'AcuminProBook';
	font-size: 14px;
	line-height: 100%;
}

.webinar-modal .legal-consent-container .hs-richtext {
	text-align: center;
}

.webinar-modal .legal-consent-container .hs-richtext p {
	color: #191919;
	font-family: 'AcuminProBook';
	font-size: 12px;
	line-height: 18px;
	margin-bottom: 20px;
}

.webinar-modal .legal-consent-container .hs-richtext p a {
	color: #191919;
	text-decoration: underline;
}

.webinar-modal .legal-consent-container .hs-richtext p a:hover {
	color: #338CA2;
}

.webinar-modal .hs-submit .hs-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-family: 'AcuminProMedium';
	width: 100%;
	height: 48px;
    font-size: 16px;
    line-height: 100%;
    padding: 14px 20px;
    color: #191919;
    background: #fdb740;
    border: 1px solid transparent;
    border-color: #fdb740;
    box-shadow: none;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out;
    -webkit-transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out;
    -moz-transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out;
    -ms-transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out;
    -o-transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out;
    -o-border-radius: 8px;
}

.webinar-modal .hs-submit .hs-button:hover {
	color: #FFFFFF;
    background: #FFA306;
    border-color: #FFA306;
}

/* 16-3-2024 */

/* 25-6-testimonial */

.review-filter {
    flex-wrap: wrap;
	padding: 75px 0 0 0;
}

.load-more-button .btn {
	padding: 6px 40px 6px;
}

.country-filter {
	display: flex;
    justify-content: center;
}

.load-more-button {
	margin: 20px 0 0 0;
}

.review-filter .form-select {
    cursor: pointer;
    box-shadow: none !important;
    padding: 7px 40px 7px 15px;
    width: 218px;
    height: 38px;
    color: #262626;
    font-size: 16px;
    font-weight: 400;
    line-height: 150%;
    border: 1px solid #338CA2;
    background-color: rgba(255, 255, 255, 0.60);
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -ms-border-radius: 6px;
    -o-border-radius: 6px;
}

.review-section {
    padding: 74px 0 204px 0;
}

.review-item {
    /* max-width: 270px; */
    max-width: 315px;
    border-radius: 6px;
    background: #FFFFFF;
    margin-bottom: 28px;
    box-shadow: 0px 2px 4px 2px rgba(16, 24, 40, 0.08);
}

.review-page-item-fancybox {
    position: relative;
}

.review-item .review-detail {
    padding: 20px 22px 17px 22px;
    /* border-top: 1px solid #D9DFE6; */
}

.review-item .review-text-detail {
    padding: 30px 20px 10px 20px;
    /* border-bottom: 1px solid #D9DFE6; */
}

.review-item .reviewer {
    display: flex;
    align-items: flex-start;
}

.review-item .reviewer-img {
    width: 53px;
    height: 53px;
    margin-right: 11px;
}

.review-item .reviewer-img * {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}

.reviewer-detail {
    width: calc(100% - 68px);
}

.review-item .reviewer-detail .reviewer-name {
    font-weight: 600;
    font-size: 14px;
    line-height: 150%;
    color: #080A52;
}

.review-item .reviewer-detail .reviewer-name * {
    font-weight: inherit;
    font-size: inherit;
    line-height: inherit;
    color: inherit;
}

.review-item .reviewer-detail .reviewer-city {
    font-weight: 400;
    font-size: 12px;
    line-height: 150%;
    color: #080A52;
}

.review-item .reviewer-detail .reviewer-city * {
    font-weight: inherit;
    font-size: inherit;
    line-height: inherit;
    color: inherit;
}

.review-item .review-text-detail *:last-child {
    margin-bottom: 0;
}

/* .review-item .review-text * span {
    font-weight: 600 !important;
    color: #7161E1;
} */

.review-item .review-text * strong {
    /* font-weight: 400 !important; */
    font-weight: 600 !important;
    color: #fdb740;
}

.review-item .review-text *, .review-item .review-text-detail * {
    font-size: 18px;
    line-height: 140%;
    color: #338CA2;
    font-weight: 600;
}

.review-page-item-fancybox-image {
    position: relative;
}

.review-page-item-fancybox .common-video-play-icon {
    width: 52px !important;
    height: 52px !important;
    font-size: 15px;
    border-width: 3px;
}

.common-video-play-icon.white-layout {
    border-color: #ffffff;
}

.common-video-play-icon {
    text-decoration: none;
    position: absolute;
    left: 50%;
    top: 50%;
    width: 66px !important;
    height: 66px !important;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 25px;
    line-height: 100%;
    color: #002B56;
    border: 4px solid #002B56;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}

.review-page-item-fancybox .common-video-play-icon * {
    width: 15px !important;
    height: 15px !important;
}

.common-video-play-icon * {
    position: relative;
    left: 1px;
    width: 25px !important;
    height: 25px !important;
}

.review-page-item-fancybox .review-page-item-fancybox-image * {
    width: 100%;
    height: auto;
    object-fit: cover;
    border-radius: 6px 6px 0 0;
    -webkit-border-radius: 6px 6px 0 0;
    -moz-border-radius: 6px 6px 0 0;
    -ms-border-radius: 6px 6px 0 0;
    -o-border-radius: 6px 6px 0 0;
}

figure {
    margin: 0;
}

.review-page-item-fancybox-image:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.1);
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    border-radius: 6px 6px 0 0;
    -webkit-border-radius: 6px 6px 0 0;
    -moz-border-radius: 6px 6px 0 0;
    -ms-border-radius: 6px 6px 0 0;
    -o-border-radius: 6px 6px 0 0;
}

.common-video-play-icon.white-layout:hover {
    background: #fdb740 ;
    border-color: #fdb740 ;
}

.testimonial-banner.banner-section .banner-main-image img {
	height: 180px;
}

.testimonial-banner .main-small-title {
	font-size: 72px;
	margin: 0;
}

/* 25-6-testimonial */

/* 4-7-2024 */

.banner-section.home-banner-section .banner-main-image img {
	max-height: 700px;
}

/* 4-7-2024 */

/* 5-7-2024 */

.location-page-slider {
	opacity: 0;
}

.location-page-slider.slick-initialized {
	opacity: 1;
}

.location-page-slider.slick-slider .slick-arrow,
.our-community-say-carousel1.slick-slider .slick-arrow {
	padding: 0;
	width: auto;
	height: auto;
	background: transparent;
}

.location-page-slider.slick-slider .slick-arrow.slick-prev,
.our-community-say-carousel1.slick-slider .slick-arrow.slick-prev {
	left: -70px;
	transform: translate(0, -50%) rotate(180deg) rotate(180deg);
	-webkit-transform: translate(0, -50%) rotate(180deg) rotate(180deg);
	-moz-transform: translate(0, -50%) rotate(180deg) rotate(180deg);
	-ms-transform: translate(0, -50%) rotate(180deg) rotate(180deg);
	-o-transform: translate(0, -50%) rotate(180deg) rotate(180deg);
}

.location-page-slider.slick-slider .slick-arrow.slick-next,
.our-community-say-carousel1.slick-slider .slick-arrow.slick-next {
    right: -70px;
}

.location-page-slider.slick-slider .slick-arrow svg,
.our-community-say-carousel1.slick-slider .slick-arrow svg {
	width: 50px;
    height: 50px;
}

.location-page-slider.slick-slider .slick-arrow:hover,
.our-community-say-carousel1.slick-slider .slick-arrow:hover {
	background: transparent;
	opacity: 0.7;
}

.location-page-slide .review-item {
	width: 100%;
	max-width: 100%;
}

.location-page-slide .review-item .review-text-detail {
	padding: 20px 20px 10px 20px;
}

.location-page-slide .review-item .review-detail {
	padding: 10px 20px 20px 20px;
}

.location-page-slide {
	padding: 10px 15px 0 15px;
}

.location-page-slider .slick-list {
	margin-left: -15px;
	margin-right: -15px;
}

.location-page-slide .review-page-item-fancybox .review-page-item-fancybox-image * {
	height: 170px;
	border-radius: 10px 10px 0 0;
	-webkit-border-radius: 10px 10px 0 0;
	-moz-border-radius: 10px 10px 0 0;
	-ms-border-radius: 10px 10px 0 0;
	-o-border-radius: 10px 10px 0 0;
}

.location-page-saying-section .section-title {
	color: #000;
}

.location-page-saying-section {
	padding: 80px 0 120px 0;
}

/* 5-7-2024 */

/* 17-07-2024 Start */
.community-testimonial-wrp .our-community-say-block .our-community-say-image * {
	height: 210px;
}

.community-testimonial-wrp .our-community-say-block .our-community-say-detail .community-profile {
	width: 130px;
	height: 130px;
	border: 3px solid #ffffff;
	margin: -225px auto 25px;
}

.community-testimonial-wrp .our-community-say-content .section-title {
    margin-bottom: 45px;
}

.community-testimonial-wrp .our-community-say-carousel1 .slick-slide {
    padding: 0 15px;
}

.community-testimonial-wrp .our-community-say-carousel1 .slick-list {
    margin: 0 15px;
} 

.community-testimonial-wrp .community-inner-detail .detail {
	margin: 30px auto 0;
}

.community-testimonial-wrp .community-inner-detail .detail p {
	font-size: 16px;
	line-height: 24px;
	color: #191919;
	margin: 0;
}

.community-testimonial-wrp .our-community-say-block .client-name {
    margin-top: 30px; 
}

.play-testimonial .btn {
	font-size: 15px;
	position: relative;
	text-transform: uppercase;
	padding: 7px 60px 8px 30px;
}

.play-testimonial .btn::after {
	content: "";
	background-image: url("../images/play-icon.svg");
	background-repeat: no-repeat;
	background-size: 100% 100%;
	width: 20px;
	height: 20px;
	position: absolute;
	right: 30px;
	top: 50%;
	transform: translate(0, -50%);
	-webkit-transform: translate(0, -50%);
	-moz-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	-o-transform: translate(0, -50%);
}

.play-testimonial .btn:hover::after {
	background-image: url("../images/white-play-icon.svg");
}

.community-testimonial-wrp .client-name p {
	font-size: 16px;
	line-height: 24px;
	margin: 0;
}

.community-testimonial-wrp .client-name p span {
	margin: 0;
}

.community-testimonial-wrp .client-name p b {
	font-family: 'AcuminProSemibold';
}

.community-testimonial-wrp {
    padding-bottom: 70px;
}
/* 17-07-2024 End */

/* 23-07-2024 Start */
/* .travel-logos-block .travel-logos-list {margin: 0 -10px;}
.travel-logos-block .travel-logos-list > * {padding: 0 10px;} */
.travel-logos-block .travel-logo {
	 height: 65px; 	
}

.travel-logos-block .travel-logo * {
	max-height: 65px; 
}
/* 23-07-2024 End */


/* 25-7-2024 travel-tip-adventure */

.travel-tip-bread-secttion {
	padding-top: 40px;
}
.travel-tip-bread-secttion .archieve-breadcrumb .breadcrumb-item {
	font-family: 'AcuminProBook';
	font-size: 18px;
	line-height: 155%;
	color: #338CA2;
	text-decoration: none;
}
.travel-tip-bread-secttion .archieve-breadcrumb .breadcrumb-item * {
	text-decoration: none;
}
.travel-tip-bread-secttion .archieve-breadcrumb .breadcrumb-item a:hover {
	color: #FDB740;
}
.travel-tip-bread-secttion .archieve-breadcrumb .breadcrumb-item.active {
	color: #191919;
}
.travel-tip-bread-secttion .archieve-breadcrumb .breadcrumb-item+.breadcrumb-item:before {
	font-family: 'AcuminProBook';
	content: '>';
	font-size: 18px;
	line-height: 155%;
	color: #338CA2;
}

.travel-tip-text-section {
	padding-bottom: 28px;
}
.travel-tip-text {
	font-family: 'AcuminProBook';
	font-size: 20px;
	line-height: 150%;
	color: #333333;
	/* max-width: 886px; */
}
.travel-tip-text * {
	font-family: inherit;
	font-size: inherit;
	line-height: inherit;
	color: inherit;
}
.travel-tip-text *:last-child {
	margin-bottom: 0;
}

.community-benefits-section.travel-tip-color-section {
    padding: 28px 0 45px;
}
.travel-tip-color-section .community-benefits-block {
	padding: 28px 48px;
}
.travel-tip-color-section .community-benefits-block .benefits-icon {
	width: 68px;
	height: 68px;
	margin-right: 33px;
}
.travel-tip-color-section .community-benefits-block .sub-main-title {
	font-family: 'AcuminProSemibold';
	margin-bottom: 5px;
}
.travel-tip-color-section .community-benefits-block .benefits-detail .detail {
	font-family: 'AcuminProBook';
}
.travel-tip-color-section .community-benefits-block .benefits-detail .detail * {
	font-family: inherit;
	font-size: inherit;
	line-height: inherit;
	color: inherit;
}
.travel-tip-color-section .community-benefits-block .benefits-detail .detail a {
	color: #000000;
	display: inline-block;
	position: relative;
	padding-right: 18px;
}
.travel-tip-color-section .community-benefits-block .benefits-detail .detail a:after {
	content: '→';
	position: absolute;
	right: 0;
	top: 50%;
	color: #000000;
	transform: translate(0, -50%);
	-webkit-transform: translate(0, -50%);
	-moz-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	-o-transform: translate(0, -50%);
	transition: all ease-in-out 300ms;
    -webkit-transition: all ease-in-out 300ms;
    -ms-transition: all ease-in-out 300ms;
    -o-transition: all ease-in-out 300ms;
    -moz-transition: all ease-in-out 300ms;
}
.travel-tip-color-section .community-benefits-block .benefits-detail .detail a:before {
	content: '';
	position: absolute;
	width: 100%;
	height: 1px;
	left: 0;
	bottom: 0;
	background-color: #000000;
	transition: all ease-in-out 300ms;
    -webkit-transition: all ease-in-out 300ms;
    -ms-transition: all ease-in-out 300ms;
    -o-transition: all ease-in-out 300ms;
    -moz-transition: all ease-in-out 300ms;
}
.travel-tip-color-section .community-benefits-block .benefits-detail .detail a:hover {
	color: #338CA2;
}
.travel-tip-color-section .community-benefits-block .benefits-detail .detail a:hover:after {
	color: #338CA2;
}
.travel-tip-color-section .community-benefits-block .benefits-detail .detail a:hover:before {
	background-color: #338CA2;
}
.travel-tip-color-section .community-benefits-block .benefits-icon * {
	object-fit: contain;
}

.travel-benefit-section {
	padding: 60px 0;
}
.travel-benefit-title {
	font-family: "Roboto", sans-serif;
	font-weight: 400;
	font-size: 32px;
	line-height: 125%;
	color: #000000;
	margin-bottom: 44px;
}
.travel-benefit-title * {
	font-family: inherit;
	font-weight: inherit;
	font-size: inherit;
	line-height: inherit;
	color: inherit;
	margin-bottom: 0;
}
.tbi-img {
	margin-bottom: 30px;
}
.tbi-img img {
	width: 100%;
	height: 200px;
	object-fit: cover;
}
.tbi-subtitle {
	font-family: 'AcuminProBook';
	font-size: 14px;
	line-height: 128%;
	color: rgba(25, 25, 25, 0.5);
	margin-bottom: 10px;
}
.tbi-subtitle * {
	font-family: inherit;
	font-size: inherit;
	line-height: inherit;
	color: inherit;
	margin-bottom: 0;
}
.tbi-title {
	font-family: 'AcuminProMedium';
	font-size: 18px;
	line-height: 155%;
	color: #000000;
	margin-bottom: 26px;
}
.tbi-title * {
	font-family: inherit;
	font-size: inherit;
	line-height: inherit;
	color: inherit;
}
.tbi-title *:last-child {
	margin-bottom: 0;
}
.btn-simple-blue {
	color: #338CA2 !important;
	border-color: #338CA2 !important;
	background: transparent !important;
}
.btn-simple-blue:hover {
	color: #FFFFFF !important;
	border-color: #338CA2 !important;
	background: #338CA2 !important;
}
.tbi-btn .btn {
	font-family: 'AcuminProBook';
	font-size: 16px;
	line-height: 150%;
	padding: 7px;
	width: 153px;
	height: 36px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
}
.travel-benefit-item {
	margin-bottom: 82px;
}
.tbi-title a:hover {color: #338CA2;}

.travel-tip-banner-main {
	position: relative;
}
.travel-tip-banner-bg {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
}
.travel-tip-banner-main:after {
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background-color: rgba(0, 0, 0, 0.50);
}
.travel-tip-banner-bg img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.travel-tip-banner-section {
	position: relative;
	z-index: 9;
	padding: 64px 0;
}
.travel-tip-banner-section .main-small-title {
	color: #FFFFFF;
	margin-bottom: 0;
}
.travel-tip-banner-section .main-small-title * {
	margin-bottom: 0;
}

/* 25-7-2024 travel-tip-adventure */

/* 1-8-2024 exp-italy */

.color-000000 {
	color: #000000 !important;
}
.color-000000 * {
	color: #000000 !important;
}
.paragraph-22 {
	font-family: 'AcuminProBook';
	font-size: 22px;
	line-height: 145%;
	color: #000000;
	letter-spacing: -0.44px;
}
.paragraph-22 * {
	font-family: inherit;
	font-size: inherit;
	line-height: inherit;
	color: inherit;
	letter-spacing: inherit;
}
.paragraph-22 *:last-child {
	margin-bottom: 0;
}
.exp-italy-section {
	padding: 98px 0 48px 0;
	border-bottom: 1px solid #BCDEDC;
}
.exp-italy-section .sub-main-title {
	margin-bottom: 15px;
}
.exp-italy-section .section-title {
	margin-bottom: 15px;
}
.exp-italy-text {
	margin: 0 auto;
	margin-bottom: 50px;
	max-width: 774px;
}
.exp-italy-text *:last-child {
	margin-bottom: 0;
}
.exp-italy-item-image {
	margin-bottom: 25px;
}
.exp-italy-item-image img {
	width: 100%;
	aspect-ratio: 1/1;
	object-fit: cover;
}
.exp-italy-item-title {
	font-family: 'AcuminProSemibold';
	font-size: 20px;
	line-height: 150%;
	color: #000000;
	margin-bottom: 0;
}
.exp-italy-item-title * {
	font-family: inherit;
	font-size: inherit;
	line-height: inherit;
	color: inherit;
	margin-bottom: 0;
}
.exp-italy-item-title a * {
	transition: all ease-in-out 300ms;
    -webkit-transition: all ease-in-out 300ms;
    -ms-transition: all ease-in-out 300ms;
    -o-transition: all ease-in-out 300ms;
    -moz-transition: all ease-in-out 300ms;
}
.exp-italy-item-title a:hover * {
	color: #338CA2 !important;
}
.exp-italy-item {
	margin-bottom: 50px;
}

.acc-italy-section {
	padding: 130px 0;
}
.acc-italy-above .sub-main-title {
	margin-bottom: 15px;
}
.acc-italy-above .section-title {
	margin-bottom: 10px;
}
.acc-italy-above .acc-italy-text {
	margin-bottom: 40px;
}
.avv-italy-btn {
	margin-bottom: 40px;
}
.acc-italy-below {
	padding-top: 30px;
}
.acc-italy-text.paragraph-22 span {
	font-family: 'AcuminProBold';
}
.acc-italy-below .acc-italy-text {
	margin-bottom: 23px;
}
.acc-itely-ul ul li {
	margin-bottom: 4px;
}
.acc-italy-section > .row {
	align-items: center;
}
.acc-italy-main {
	overflow: hidden;
}
.acc-italy-gallery > .row {
	margin-left: -7px;
	margin-right: -7px;
}
.acc-italy-gallery > .row > [class*=col-] {
	padding-left: 7px;
	padding-right: 7px;
	margin-bottom: 14px;
}
.acc-italy-masonary-item img {
	width: 100%;
	object-fit: cover;
}
.acc-italy-upside .acc-italy-main:nth-child(even) {
	background-color: #FAF7F1;
}
.acc-italy-upside .acc-italy-main:nth-child(even) .acc-italy-section > .row {
	flex-direction: row-reverse;
}

.acc-italy-masonary-item.acc-italy-masonary-item-img-single img {
	/* height: 320px; */
	aspect-ratio: 3/2;
}
.acc-italy-masonary-item.acc-italy-masonary-item-img-double img {
	/* height: 240px; */
	aspect-ratio: 3/2;
}
.acc-italy-masonary-item.acc-italy-masonary-item-img-hide {
	margin-bottom: 0 !important;
}

/* 1-8-2024 exp-italy */

/* 12-8-2024 exp-italy-gallery */

body {
	position: relative;
}
.acc-italy-gallery-inside-page-opening-section {
	max-width: 740px;
	margin: 0 auto;
	padding-bottom: 100px;
}
.acc-italy-gallery-inside-page-opening {
	overflow-y: auto;
	background-color: #FFFFFF;
	position: fixed;
	width: 100%;
	height: calc(100% - 135px);
	top: 135px;
	bottom: 0;
	left: 0;
	transform: translateY(100%);
	opacity: 0;
	z-index: -1;
	pointer-events: none;
	transition: transform 0.5s ease-in-out;
	-webkit-transition: transform 0.5s ease-in-out;
	-moz-transition: transform 0.5s ease-in-out;
	-ms-transition: transform 0.5s ease-in-out;
	-o-transition: transform 0.5s ease-in-out;
}
.acc-italy-gallery-inside-page-opening.active {
	z-index: 99999;
	pointer-events: all;
	opacity: 1;
    transform: translateY(0);
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
}
.acc-italy-gallery-inside-page-header {
	padding: 52px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	background-color: #FFFFFF;
	position: fixed;
	width: 100%;
	height: 135px;
	top: 0;
	bottom: 0;
	left: 0;
	transform: translateY(100%);
	opacity: 0;
	z-index: -1;
	pointer-events: none;
	transition: opacity 1s ease-in-out;
	-webkit-transition: opacity 1s ease-in-out;
	-moz-transition: opacity 1s ease-in-out;
	-ms-transition: opacity 1s ease-in-out;
	-o-transition: opacity 1s ease-in-out;
}
.acc-italy-gallery-inside-page-header.active {
	z-index: 99999;
	pointer-events: all;
	opacity: 1;
    transform: translateY(0);
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
}
.acc-italy-gallery-inside-page-header-inisde {
	display: flex;
    justify-content: space-between;
    align-items: center;
	flex-wrap: wrap;
	gap: 20px;
}
.acc-italy-gallery-inside-page-header-icons {
	display: flex;
    align-items: center;
	flex-wrap: wrap;
	gap: 20px;
}
.acc-italy-gallery-inside-page-header-icon {
	display: flex;
    align-items: center;
	gap: 8px;
}
.acc-italy-gallery-inside-page-header-inisde a {
	font-size: 22px;
	color: #000000;
}
.acc-italy-gallery-inside-page-header-inisde a:hover {
	color: #338CA2;
}
.acc-italy-gallery-inside-page-header-inisde a span {
	text-decoration: underline;
}

button.acc-italy-gallery-item-click {
	padding: 0;
	border: none;
	width: 100%;
}
/* .acc-italy-gallery-inside-page-opening.modal * {
	height: 100% !important;
}
.acc-italy-gallery-inside-page-opening.modal .modal-dialog {
	max-width: 100%;
	margin: 0;
}
.acc-italy-gallery-inside-page-opening.modal .acc-italy-masonary-item {
	height: auto !important;
} */

.acc-italy-gallery {
	position: relative;
}
.acc-italy-show-gallery-bar {
	width: 204px;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 5px;
	position: absolute;
	right: 63px;
    bottom: 88px;
	z-index: 9;
	padding: 5px 10px;
	background-color: transparent;
	border-radius: 8px;
	border: 1px solid #FFFFFF;
	cursor: pointer;
	border-radius: 100px;
	-webkit-border-radius: 100px;
	-moz-border-radius: 100px;
	-ms-border-radius: 100px;
	-o-border-radius: 100px;
	transition: all ease-in-out 300ms;
    -webkit-transition: all ease-in-out 300ms;
    -ms-transition: all ease-in-out 300ms;
    -o-transition: all ease-in-out 300ms;
    -moz-transition: all ease-in-out 300ms;
}
.acc-italy-show-gallery-text span {
	display: block;
	font-family: 'AcuminProSemibold';
	font-size: 16px;
	line-height: 175%;
	color: #FFFFFF;
	transition: all ease-in-out 300ms;
    -webkit-transition: all ease-in-out 300ms;
    -ms-transition: all ease-in-out 300ms;
    -o-transition: all ease-in-out 300ms;
    -moz-transition: all ease-in-out 300ms;
}
.acc-italy-show-gallery-bar:hover {
	background-color: #FFFFFF;
}
.acc-italy-show-gallery-bar:hover .acc-italy-show-gallery-text span {
	color: #191919;
}
.acc-italy-gallery > .row > [class*=col-]:nth-child(6) .acc-italy-gallery-item-click {
	position: relative;
}
.acc-italy-gallery > .row > [class*=col-]:nth-child(6) .acc-italy-gallery-item-click:after {
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background-color: rgba(25, 25, 25, 0.4);
}

.acc-italy-masonary-item-img-hide {
	display: none !important;
}

.navbar-nav .nav-item .dropdown-menu {
	/*margin-left: -83px;
	*/width: 250px;
	padding: 10px;
	background-color: #FFFFFF;
	border: none;
	left: 50%;
	box-shadow: 0px 0px 3px 0px rgba(25, 25, 25, 0.4);
	-webkit-box-shadow: 0px 0px 3px 0px rgba(25, 25, 25, 0.4);
	-moz-box-shadow: 0px 0px 3px 0px rgba(25, 25, 25, 0.4);
	border-radius: 6px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	-ms-border-radius: 6px;
	-o-border-radius: 6px;
	transform: translate(-50%, 0);
	-webkit-transform: translate(-50%, 0);
	-moz-transform: translate(-50%, 0);
	-ms-transform: translate(-50%, 0);
	-o-transform: translate(-50%, 0);
}
.navbar-nav .nav-item:hover .dropdown-menu {
	display: block;
}
.navbar-nav .nav-item .dropdown-menu .nav-item {
	margin: 0;
	margin-bottom: 3px;
}
.navbar-nav .nav-item .dropdown-menu .nav-item:last-child {
	margin-bottom: 0;
}
.navbar-nav .nav-item .dropdown-menu .nav-item .dropdown-item {
	padding: 2px 10px;
	font-family: 'AcuminProMedium';
	font-size: 16px;
	line-height: 225%;
	color: rgba(25, 25, 25, 0.8);
}
.navbar-nav .nav-item .dropdown-menu .nav-item.active .dropdown-item {
	background-color: #EDF5F4;
}
.navbar-nav .nav-item.menu-item-has-children.dropdown > .nav-link {
	position: relative;
	padding-right: 20px;
}
.navbar-nav .nav-item.menu-item-has-children.dropdown > .nav-link:after {
	content: '\f107';
	font-family: "Font Awesome 6 Free";
	font-weight: 900;
	font-size: 16px;
	line-height: 225%;
	color: rgba(25, 25, 25, 0.8);
	position: absolute;
	right: 0;
	top: 50%;
	transform: translate(0, -50%);
	-webkit-transform: translate(0, -50%);
	-moz-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	-o-transform: translate(0, -50%);
}

.navbar-nav .nav-item .dropdown-menu.showing {
	display: block;
}
.navbar-nav .nav-item .dropdown-menu .nav-item .dropdown-item:hover,
.navbar-nav .nav-item .dropdown-menu .nav-item .dropdown-item:focus,
.navbar-nav .nav-item .dropdown-menu .nav-item .dropdown-item:focus-visible {
    background-color: #EDF5F4;
}

/* 12-8-2024 exp-italy-gallery */

/* 16-8-2024 */

.blog-detail-section .archieve-breadcrumb .breadcrumb-item * {
	text-decoration: underline;
}
.blog-detail-section .archieve-breadcrumb.zi-breadcumb .breadcrumb-item.active {
	text-decoration: none;
}

/* 16-8-2024 */

/* 1-10-2024 */

.goodlife-benefit-modal {
	z-index: 99999;
}
#hubspot-messages-iframe-container.widget-align-right {
	z-index: 999;
}

/* 4-8-2025 */

/* Location Pages Styles
--------------------------------------------- */
.accordion-collapse {
    visibility: visible;
}
main .acc-italy-main li, .acc-italy-section li {
    list-style: disc;
}

