/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}

i {
	font-style: italic !important;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
	display: block;
}

body {
	line-height: 1;

}

html {
	font-size: 16px;
}

@media screen and (min-width:1600px) {
	html {
		/* font-size: 18px; */
	}
}

ol,
ul {
	list-style: none;
}

blockquote,
q {
	quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: '';
	content: none;
}

*,
::after,
::before {
	box-sizing: border-box;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

a {
	color: inherit;
	text-decoration: none;
	font: inherit;
}

strong {
	font-weight: 900;
}

.m-0-auto {
	margin: 0 auto !important;
}

.m-0 {
	margin: 0 !important;
}

.ml-0 {
	margin-left: 0px !important;
}

.mr-0 {
	margin-right: 0px !important;
}

.mt-0 {
	margin-top: 0px !important;
}

.mt-1 {
	margin-top: 1rem !important;
}

.mt-2 {
	margin-top: 2rem !important;
}

.mt-3 {
	margin-top: 3rem !important;
}

.mt-4 {
	margin-top: 4rem !important;
}

.mt-5 {
	margin-top: 5rem !important;
}

.mt-6 {
	margin-top: 6rem !important;
}

.mb-0 {
	margin-bottom: 0px !important;
}

.mb-1 {
	margin-bottom: 1rem !important;
}

.mb-2 {
	margin-bottom: 2rem !important;
}

.mb-3 {
	margin-bottom: 3rem !important;
}

.mb-4 {
	margin-bottom: 4rem !important;
}

.mb-5 {
	margin-bottom: 5rem !important;
}

.mb-6 {
	margin-bottom: 6rem !important;
}

.p-0 {
	padding: 0 !important;
}

.pl-0 {
	padding-left: 0px !important;
}

.pr-0 {
	padding-right: 0px !important;
}

.pt-0 {
	padding-top: 0px !important;
}

.pt-1 {
	padding-top: 1rem !important;
}

.pt-2 {
	padding-top: 2rem !important;
}

.pt-3 {
	padding-top: 3rem !important;
}

.pt-4 {
	padding-top: 4rem !important;
}

.pt-5 {
	padding-top: 5rem !important;
}

.pt-6 {
	padding-top: 6rem !important;
}

.pb-0 {
	padding-bottom: 0px !important;
}

.pb-1 {
	padding-bottom: 1rem !important;
}

.pb-2 {
	padding-bottom: 2rem !important;
}

.pb-3 {
	padding-bottom: 3rem !important;
}

.pb-4 {
	padding-bottom: 4rem !important;
}

.pb-5 {
	padding-bottom: 5rem !important;
}

.pb-6 {
	padding-bottom: 6rem !important;
}

@media screen and (min-width:768px) and (max-width:991px) {
.mtmd-1{margin-top: 1rem !important;}
}
@media screen and (max-width:767px) {
	.mtxs-0 {
		margin-top: 0px !important;
	}

	.mtxs-1 {
		margin-top: 1rem !important;
	}

	.mtxs-2 {
		margin-top: 2rem !important;
	}

	.mtxs-3 {
		margin-top: 3rem !important;
	}

	.mtxs-4 {
		margin-top: 4rem !important;
	}

	.mtxs-5 {
		margin-top: 5rem !important;
	}

	.mtxs-6 {
		margin-top: 6rem !important;
	}

	.mbxs-0 {
		margin-bottom: 0px !important;
	}

	.mbxs-1 {
		margin-bottom: 1rem !important;
	}

	.mbxs-2 {
		margin-bottom: 2rem !important;
	}

	.mbxs-3 {
		margin-bottom: 3rem !important;
	}

	.mbxs-4 {
		margin-bottom: 4rem !important;
	}

	.mbxs-5 {
		margin-bottom: 5rem !important;
	}

	.mbxs-6 {
		margin-bottom: 6rem !important;
	}

	.ptxs-0 {
		padding-top: 0px !important;
	}

	.ptxs-1 {
		padding-top: 1rem !important;
	}

	.ptxs-2 {
		padding-top: 2rem !important;
	}

	.ptxs-3 {
		padding-top: 3rem !important;
	}

	.ptxs-4 {
		padding-top: 4rem !important;
	}

	.ptxs-5 {
		padding-top: 5rem !important;
	}

	.ptxs-6 {
		padding-top: 6rem !important;
	}

	.pbxs-0 {
		padding-bottom: 0px !important;
	}

	.pbxs-1 {
		padding-bottom: 1rem !important;
	}

	.pbxs-2 {
		padding-bottom: 2rem !important;
	}

	.pbxs-3 {
		padding-bottom: 3rem !important;
	}

	.pbxs-4 {
		padding-bottom: 4rem !important;
	}

	.pbxs-5 {
		padding-bottom: 5rem !important;
	}

	.pbxs-6 {
		padding-bottom: 6rem !important;
	}
}


.img-fluid {
	max-width: 100%;
	height: auto;
	display: block;
	border: 0;
}

.container {
	max-width: 1200px;
	padding: 0 15px;
	margin: 0 auto;
	width: 100%;
}

.w-50 {
	width: 50%;
}

.w-800 {
	max-width: 800px;
	margin: 0 auto;
	width: 100%;
}

.w-860 {
	max-width: 860px;
	margin: 0 auto;
	width: 100%;
}

.w-260 {
	max-width: 260px !important;
	margin: 0 auto;
	width: 100%;
}

.w-1000 {
	max-width: 1000px !important;
	margin: 0 auto;
	width: 100%;
}

.w-1040 {
	max-width: 1040px;
	margin: 0 auto;
	width: 100%;
}

.w-auto {
	width: auto;
}

.w-100 {
	max-width: 100% !important;
}

@media screen and (max-width:767px) {
	.container {
		max-width: 100%;
		padding: 0 20px;
	}

	.w-50,
	.w-1000,
	.w-800 {
		max-width: 100%;
		width: 100%;
	}
}

.container-fluid {
	max-width: 100%;
	padding: 0 15px;
	margin: 0 auto;
	width: 100%;
}

@media screen and (max-width:767px) {
	.container-fluid {
		max-width: 100%;
	}
}

.no-cursor {
	cursor: default !important;
}

.pointer-cursor {
	cursor: pointer !important;
}

.text-red {
	color: #ff0000 !important;
}

.text-white {
	color: #fff !important;
}

.text-black {
	color: #000 !important;
}

.no-background {
	background: transparent !important;
}

.d-flex {
	display: flex !important;
}

.dNone {
	display: none !important;
}

.d-inline-flex {
	display: inline-flex !important;
}

.m-flex-important {
	display: none !important;
}


@media screen and (max-width:767px) {
	.dNone {
		display: unset !important;
	}

	.mNone {
		display: none !important;
	}

	.m-flex-important {
		display: flex !important;
	}
}

.d-flex-important {
	display: flex !important;
}

.flex-wrap-unset {
	flex-wrap: unset !important;
}

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

.justify-content-center {
	justify-content: center !important;
}

.justify-content-end {
	justify-content: flex-end !important;
}

.justify-content-start {
	justify-content: flex-start !important;
}

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

.justify-content-around {
	justify-content: space-around !important;
}

.justify-content-evenly {
	justify-content: space-evenly !important;
}

.align-item-center {
	align-items: center !important;
}

.align-item-start {
	align-items: flex-start !important;
}

.align-item-end {
	align-items: flex-end !important;
}

.flex-row-reverse {
	flex-direction: row-reverse !important;
}

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

.text-left {
	text-align: left !important;
}

.text-right {
	text-align: right !important;
}

.tagLine {
	color: #9D7F19;
	font-family: 'Cormorant Garamond Bold';
	font-size: 0.75rem;
	line-height: normal;
	text-transform: uppercase;
}

.mainHeading {
	font-family: 'Cormorant Garamond Bold';
	font-size: 3rem;
	font-weight: 700;
	line-height: 3rem;
	letter-spacing: 0em;
	text-align: left;
	color: #fff;
	text-shadow: 0px 2px 10px 0px #00000040;
}


.headingH1 {
	color: #313131;
	font-family: 'Cormorant Garamond Semibold';
	font-size: 1.5rem;
	line-height: 1.75rem;
}


.headingH3 {
	color: #9D7F19;
	font-family: 'Futura Md BT';
	font-size: 1rem;
	line-height: 1.1rem;
}

p {
	color: #6D6E70;
	font-family: "Futura Bk BT";
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: 1.25rem;
}

@media screen and (max-width:767px) {
	.mainHeading {
		font-size: 1.6rem;
		line-height: 2rem;
	}

	.headingH3,
	.headingH1 {
		font-size: 20px;
		line-height: 24px;
	}

	p {
		font-size: 14px;
		line-height: 18px;
	}

	.text-xs-center {
		text-align: center !important;
	}

	.text-xs-left {
		text-align: left !important;
	}

	.text-xs-right {
		text-align: right !important;
	}

	.flex-wrap-unset-xs {
		flex-wrap: unset !important;
	}

	.flex-wrap-xs {
		flex-wrap: wrap !important;
	}

	.justify-content-center-xs {
		justify-content: center !important;
	}

	.justify-content-end-xs {
		justify-content: flex-end !important;
	}

	.justify-content-start-xs {
		justify-content: flex-start !important;
	}

	.justify-content-between-xs {
		justify-content: space-between !important;
	}

	.justify-content-around-xs {
		justify-content: space-around !important;
	}

	.justify-content-evenly-xs {
		justify-content: space-evenly !important;
	}

	.align-item-center-xs {
		align-items: center !important;
	}

	.align-item-start-xs {
		align-items: flex-start !important;
	}

	.align-item-end-xs {
		align-items: flex-end !important;
	}

	.flex-row-reverse-xs {
		flex-direction: row-reverse !important;
	}

	.text-center-xs {
		text-align: center !important;
	}

	.text-left-xs {
		text-align: left !important;
	}

	.text-right-xs {
		text-align: right !important;
	}
}

.noBeforeAfter:before,
.noBefore:before {
	display: none !important;
}

.noBeforeAfter:after,
.noAfter:after {
	display: none !important;
}

.btnWithIcon,
.goldenLineBtn {
	display: inline-flex;
	color: #9D7F19 !important;
	text-align: center !important;
	font-family: "Futura Bk BT" !important;
	font-size: 14px !important;
	font-style: normal !important;
	font-weight: 400;
	line-height: 20px;
	text-decoration-line: underline;
	transition: all 0.5s cubic-bezier(0.075, 0.82, 0.165, 1);
}

.btnWithIcon:hover,
.goldenLineBtn:hover {
	color: #313131 !important;
	transition: all 0.5s cubic-bezier(0.075, 0.82, 0.165, 1);
}

.goldenLineBtn.hoverWhite:hover {
	color: #fff !important;
	transition: all 0.5s cubic-bezier(0.075, 0.82, 0.165, 1);
}

.btnWithIcon {
	text-decoration: none;
	padding-left: 25px;
	/*  background: url(../media/svg/eye.svg) center left no-repeat;*/
	background-size: 30%;
	line-height: 15px;
}

.btnWithIcon:hover {
	transition: all 0.5s cubic-bezier(0.075, 0.82, 0.165, 1);
	filter: brightness(0) saturate(100%) invert(8%) sepia(0%) saturate(1551%) hue-rotate(137deg) brightness(101%) contrast(74%);
}

@media screen and (max-width:767px) {
	.goldenLineBtn {
		font-size: 12px;
	}

	.blogSec h3,
	.bloglistSec h3 {
		font-size: 12px;
		line-height: 16px;
	}
}


.arrowPlainBtn {
	color: var(--Brand-colour-1, #9D7F19);
	text-align: center;
	font-family: 'Cormorant Garamond Semibold';
	font-size: 1.1rem;
	line-height: 1.8rem;
	display: inline-flex;
	padding-right: 15px;
	background: url(../media/svg/arrowLeft.svg) no-repeat center right;
	transition: all 0.5s cubic-bezier(0.075, 0.82, 0.165, 1);
}

.arrowPlainBtn:hover {
	padding-right: 20px;
	transition: all 0.5s cubic-bezier(0.075, 0.82, 0.165, 1);
}

@media screen and (max-width:767px) {
	.arrowPlainBtn {
		font-size: 12px;
	}
}

.goldenBtn {
	background: #9D7F19;
	min-width: 120px;
	min-height: 40px;
	flex-shrink: 0;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #FFF;
	text-align: center;
	font-family: "Futura Bk BT";
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: 1.25rem;
	padding: 10px 20px;
	border: 1px solid #9D7F19;
	transition: all 0.5s cubic-bezier(0.075, 0.82, 0.165, 1);
	display: inline-flex;
}

.goldenBtn:hover {
	transition: all 0.5s cubic-bezier(0.075, 0.82, 0.165, 1);
	color: #9D7F19;
	background: #FFF;
}

.blackBorderBtn {}

@media screen and (max-width:767px) {

	.goldenBtn {
		font-size: 12px;
		min-width: 100px;
		min-height: 30px;
		padding: 4px 28px;
	}
}

.blackBorderBtn,
.goldenBorderBtn {
	background: #fff;
	min-width: 120px;
	min-height: 40px;
	flex-shrink: 0;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #9D7F19;
	text-align: center;
	font-family: "Futura Bk BT";
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: 1.25rem;
	padding: 10px 20px;
	border: 1px solid #9D7F19;
	transition: all 0.5s cubic-bezier(0.075, 0.82, 0.165, 1);
	display: inline-flex;
	text-transform: capitalize;
	cursor: pointer;
}

.blackBorderBtn:hover,
.goldenBorderBtn:hover {
	transition: all 0.5s cubic-bezier(0.075, 0.82, 0.165, 1);
	color: #fff;
	background: #9D7F19;
}

.blackBorderBtn {
	color: #313131;
	border-color: #313131;
}

.blackBorderBtn:hover {
	transition: all 0.5s cubic-bezier(0.075, 0.82, 0.165, 1);
	color: #fff;
	background: #313131;
}

.disabled {
	pointer-events: none;
	opacity: 0.3;
}

@media screen and (max-width:767px) {

	.blackBorderBtn,
	.goldenBorderBtn {
		font-size: 12px;
		min-width: 100px;
		min-height: 30px;
		padding: 4px 28px;
	}
}

.underlineArrowBtn {
	color: #FFF;
	text-align: center;
	text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
	font-family: 'Cormorant Garamond Regular';
	font-size: 1.25rem;
	font-style: normal;
	line-height: 1.75rem;
	position: relative;
	padding-right: 20px;
}


.underlineArrowBtn:after {
	content: "";
	position: absolute;
	bottom: 4px;
	left: 0;
	width: calc(100% - 18px);
	background: #fff;
	height: 1px;
}

.underlineArrowBtn:before {
	content: "";
	position: absolute;
	background: url(../media/svg/leftarrow.svg) center center;
	width: 5px;
	height: 10px;
	flex-shrink: 0;
	top: 60%;
	transform: translateY(-50%);
	right: 0;
	animation-duration: 1.5s;
	animation-fill-mode: both;
	animation-iteration-count: infinite;
	animation-name: pulse;
}

@keyframes pulse {
	0% {
		opacity: 1;
	}

	50% {
		transform: translateY(-50%) translatex(5px);
	}

	100% {
		opacity: 1;
	}
}

.ContentText {
	max-width: 555px;
}

.text-center.ContentText,
.ContentText.text-center {
	margin: 0 auto;
}

.ContentText .headingH1 {
	margin-top: 5px;
}

.ContentText p {
	margin-top: 10px;
}

.ContentText .solidBgText {
	background: #FFFBEC;
	padding: 5px 15px;
	min-width: 230px;
	color: #6D6E70;
	font-family: "Futura Bk BT";
	font-size: 0.8rem;
	line-height: 1.3rem;
	display: inline-flex;
	margin-top: 16px;
}

@media screen and (max-width:767px) {
	.ContentText p br {
		display: none;
	}

	.ContentText {
		max-width: 100%;
	}
}

.ContentText .goldenBorderBtn,
.ContentText .goldenBtn {
	margin-top: 20px;
}

.swiper-button {
	width: 15px;
	height: 15px;
}

.swiper-button:after {
	color: #9D7F19;
	font-size: 100%;
	font-weight: bolder;
}

.swiper-white-btn:after {
	color: #fff;
}

.swiper-pagination .swiper-pagination-bullet {
	background: #D0D0D0;
	width: 4px;
	height: 4px;
	opacity: 1;
	transform: scale(1);
	transition: all 0.5s cubic-bezier(0.075, 0.82, 0.165, 1);
}

.swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
	background: #9D7F19;
	transition: all 0.5s cubic-bezier(0.075, 0.82, 0.165, 1);
}

.swiper-button-static-bottom {
	position: static;
	margin: 0 15px;
}

.positionStatic {
	position: static !important;
}

.swiper-border-btn {
	border: 1px solid #FFFFFF;
	width: 40px;
	height: 40px;
	transition: all 0.5s cubic-bezier(0.075, 0.82, 0.165, 1);
}

.swiper-border-btn:hover {
	background: #fff;
	transition: all 0.5s cubic-bezier(0.075, 0.82, 0.165, 1);
}

.swiper-border-btn:hover:after {
	color: #9D7F19;
	transition: all 0.5s cubic-bezier(0.075, 0.82, 0.165, 1);
}

.swiper-border-btn:after {
	color: #fff;
	transition: all 0.5s cubic-bezier(0.075, 0.82, 0.165, 1);
}

.buttonSideMobBot.swiper-button-next {
	right: -50px;
}

.buttonSideMobBot.swiper-button-prev {
	left: -50px;
}

@media screen and (max-width:767px) {
	.swiper-border-btn {
		width: 30px;
		height: 30px;
	}

	.buttonSideMobBot {
		top: auto;
		bottom: -70px;
		margin: 0 auto;
	}

	.buttonSideMobBot.swiper-button-next {
		right: -60px;
		left: 0;
	}

	.buttonSideMobBot.swiper-button-prev {
		right: 0;
		left: -60px;
	}

	.mobWidth-50 .swiper-slide {
		width: calc(50%) !important;
		padding: 0 !important;
		margin: 0 !important;
	}

	.mobWidth-50 .swiper-slide:first-child,
	.mobWidth-50 .swiper-slide:last-child {
		margin: 0 !important;
	}
}

.noSliderDesk .swiper-wrapper {
	flex-wrap: wrap !important;
	transform: none !important;
}


.noSliderDesk .swiperBtnDiv,
.noSliderDesk .swiper-pagination {
	display: none !important;
}

.positionRelative {
	position: relative !important;
}

.z-index-99 {
	z-index: 99;
}

.z-index-999 {
	z-index: 999;
}

.z-index-9999 {
	z-index: 9999;
}

.z-index-99999 {
	z-index: 99999;
}

.z-index-9 {
	z-index: 9;
}

@media screen and (max-width:767px) {
	.noSliderMob .swiper-wrapper {
		flex-wrap: wrap !important;
		transform: none !important;
	}

	.noSliderMob .swiper-slide {
		width: 100% !important;
		margin: 0 0 16px 0 !important;
	}

	.noSliderMob .swiperBtnDiv,
	.noSliderMob .swiper-pagination {
		display: none !important;
	}
}

.bgColorOffWhite {
	background: #FFFBEC !important;
}

.bgColorGrey {
	background: #F8F8F8 !important;
}

.bgNo {
	background: transparent !important;
}

.bgColorWhite {
	background: #fff !important;
}

.hiddenText {
	display: none;
}

.expandContent {
	position: relative;
	padding-bottom: 0px; 
	/* padding-bottom: 40px; */
}

.expandContent .expandBtn {
	background: url(../media/svg/plus.svg) center center;
	width: 28px;
	height: 28px;
	display: inline-flex;
	position: absolute;
	bottom: 0;
	right: 0;
	cursor: pointer;
	transition: all 1s cubic-bezier(0.075, 0.82, 0.165, 1);
}

.expandContent.active .expandBtn {
	background: url(../media/svg/minus.svg) center center;
	transition: all 1s cubic-bezier(0.075, 0.82, 0.165, 1);
}

.tagLineHash {
	color: #9D7F19;
	text-align: center;
	font-family: "Futura Bk BT";
	font-size: 0.9rem;
	font-style: normal;
	font-weight: 400;
	line-height: 1.3rem;
	/* 142.857% */
}

.noBanner {
	padding-top: 60px;
}

.border-0 {
	border: 0 !important;
}

.border-top {
	border-top: 0 !important;
}

.border-left {
	border-left: 0 !important;
}

.border-right {
	border-right: 0 !important;
}

.border-bottom {
	border-bottom: 0 !important;
}

.swiper-scrollbar {
	width: 3px !important;
	background: transparent;

}

.swiper-scrollbar:before {
	content: "";
	width: 1px;
	height: 100%;
	background: rgba(0, 0, 0, 0.1);
	position: absolute;
	right: 1px;
	margin: 0 auto;
	top: 0;
	z-index: -1;
}

.swiper-scrollbar-drag {
	background: #9D7F19;
	transition: all 0.25s cubic-bezier(0.075, 0.82, 0.165, 1) !important;
	cursor: pointer;
}

.dropDownDiv {
	position: relative;
}

.dropDownDiv span {
	color: #6D6E70;
	font-family: "Futura Bk BT";
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 20px;
	position: relative;
	padding-right: 20px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	cursor: pointer;
	max-width: 130px;
	display: -webkit-box !important;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

.dropDownDiv span:before {
	content: "";
	background: url(../media/svg/arrowDown.svg);
	position: absolute;
	right: 0;
	width: 12px;
	height: 7px;
	transition: all 1s cubic-bezier(0.075, 0.82, 0.165, 1);
	top: 50%;
	transform: translateY(-50%);
}

.dropDownDiv.active span:before {
	transform: translateY(-50%) rotateX(180deg);
	transition: all 1s cubic-bezier(0.075, 0.82, 0.165, 1);
}

.dropDownDiv .dropList {
	background: #fff;
	position: absolute;
	margin-top: 20px;
	min-width: 150px;
	right: 0;
	filter: drop-shadow(0px 3px 5px rgba(0, 0, 0, 0.2));
	opacity: 0;
	visibility: hidden;
	z-index: -1;
	transform: translateY(20px);
	transition: all 1s cubic-bezier(0.075, 0.82, 0.165, 1);
}

.dropDownDiv.active .dropList {
	opacity: 1;
	visibility: visible;
	z-index: 2;
	transform: translateY(0);
	transition: all 1s cubic-bezier(0.075, 0.82, 0.165, 1);
}

.dropDownDiv .dropList:before,
.dropDownDiv .dropList:after {
	content: "";
	position: absolute;
	top: -10px;
	right: 0;
	border-left: 7px solid transparent;
	border-right: 7px solid transparent;
	border-bottom: 10px solid #fff;
}

.dropDownDiv .dropList ul {
	list-style: none;
}

.dropDownDiv .dropList ul li {
	padding: 0 !important;
	width: 100%;
	min-height: auto;
	border: 0;
}

.dropDownDiv .dropList ul li label {
	border-top: 0.3px solid rgba(0, 0, 0, 0.1);
	padding: 15px 30px 15px 20px;
	cursor: pointer;
	display: flex;
	align-items: center;
	font-family: "Futura Bk BT";
	font-size: 14px;
	transition: all 0.25s cubic-bezier(0.075, 0.82, 0.165, 1);
	position: relative;
	width: 100%;
}

.dropDownDiv .dropList ul li:first-child label {
	border: 0;
}

.dropDownDiv .dropList ul li:hover label,
.dropDownDiv .dropList ul li.active label {
	transition: all 0.25s cubic-bezier(0.075, 0.82, 0.165, 1);
	background: #F8F8F8;
	color: #9D7F19;
}

.dropDownDiv .swiper {
	width: 100%;
	max-height: 200px;

}

.dropDownDiv .swiper .swiper-wrapper {
	transition: all 0.25s cubic-bezier(0.075, 0.82, 0.165, 1) !important;
}

.dropDownDiv .swiper-slide {
	height: auto;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.dropDownDiv.checkDropDown .dropList ul li label {
	padding-left: 50px;
}

.dropDownDiv.checkDropDown .dropList ul li label::before {
	content: "";
	width: 15px;
	height: 15px;
	position: absolute;
	left: 20px;
	border: 1px solid #9D7F19;
}

.dropDownDiv.checkDropDown .dropList ul li label::after {
	content: "";
	width: 9px;
	height: 5px;
	position: absolute;
	left: 23px;
	border-left: 1px solid #9D7F19;
	border-bottom: 1px solid #9D7F19;
	transform: rotate(-45deg);
	margin-top: -2px;
	opacity: 0;
}

.dropDownDiv.checkDropDown .dropList ul li input {
	position: absolute;
	opacity: 0;
	visibility: hidden;
}

.dropDownDiv.checkDropDown .dropList ul li [type="checkbox"]:checked+label:after {
	opacity: 1;
}

.dropDownDiv .dropList .searchListInput {
	border: 0;
	height: 35px;
	font-family: "Futura Bk BT";
	font-size: 14px;
	color: #000;
	outline: none;
	padding: 0 25px 0 10px;
	background: #F8F8F8 url(../media/svg/search.svg) no-repeat 97% center;
	background-blend-mode: difference;
}

.show4,
.show3,
.show2 {
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
	gap: 25px;
}

.show4 .swiper-slide {
	width: calc((100% / 4) - 19px);
}

.show3 .swiper-slide {
	width: calc((100% / 3) - 19px);
}

.show2 .swiper-slide {
	width: calc((100% / 2) - 19px);
}

@media screen and (max-width:767px) {

	.show4,
	.show3,
	.show2 {
		flex-wrap: unset;
		gap: 0;
	}

	.show4 .swiper-slide,
	.show3 .swiper-slide,
	.show2 .swiper-slide {
		width: 90%;
	}
}

.gap-16 {
	gap: 16px;
}

.col-1 {
	width: calc(100% / 12) !important;
}

.col-2 {
	width: calc(100% / 2) !important;
}

.col-3 {
	width: calc(100% / 3) !important;
}

.col-4 {
	width: calc(100% / 4) !important;
}

.col-5 {
	width: calc(100% / 5) !important;
}

.col-6 {
	width: calc(100% / 6) !important;
}

.col-7 {
	width: calc(100% / 7) !important;
}

.col-8 {
	width: calc(100% / 8) !important;
}

.col-9 {
	width: calc(100% / 9) !important;
}

.col-10 {
	width: calc(100% / 10) !important;
}

.col-11 {
	width: calc(100% / 11) !important;
}

.col-12 {
	width: calc(100% / 1) !important;
}


@media screen and (max-width:767px) {

	.col-1,
	.col-2,
	.col-3,
	.col-4,
	.col-5,
	.col-6,
	.col-7,
	.col-8,
	.col-9,
	.col-10,
	.col-11,
	.col-12 {
		width: 100% !important;
	}


}

.tabWrapper .tabHeading {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	position: relative;
}

.tabWrapper .tabHeading:after {
	content: "";
	width: 100%;
	height: 3px;
	background: #EDEDED;
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: -1;
}


.tabWrapper .tabHeading li a {
	font-family: 'Futura Bk BT';
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.8rem;
	letter-spacing: 0em;
	color: #6D6E70;
	padding: 10px 20px;
	display: flex;
	border-bottom: 3px solid transparent;
	transition: all 0.5s cubic-bezier(.215, .61, .355, 1);
	position: relative;
}


.tabWrapper .tabHeading li a:hover {
	color: #9D7F19;
	transition: all 0.5s cubic-bezier(.215, .61, .355, 1);
}

.tabWrapper .tabHeading li a.active {
	color: #9D7F19;
	border-bottom-color: #9D7F19;
	transition: all 0.5s cubic-bezier(.215, .61, .355, 1);
}

.tabWrapper .swiper-wrapper {
	transition: all 1.5s cubic-bezier(0.075, 0.82, 0.165, 1);
}

.tabWrapperFullWidth .tabHeading,
.tabWrapperFullWidth {
	width: 100% !important;
}

.tabWrapperFullWidth .tabHeading {
	margin-top: 30px;
}

.swiper-fade.whiteBg .swiper-slide {
	background: #fff !important;
}

.swiper-fade.offWhiteBg .swiper-slide {
	background: #FFFBEC !important;
}

.swiper-fade.greyBg .swiper-slide {
	background: #F8F8F8 !important;
}


@media screen and (max-width:767px) {
	.tabWrapperFullWidth .tabHeading:after {
		height: 0;
	}

	.tabWrapperFullWidth .tabHeading {
		margin-top: 0;
		overflow-x: auto;

	}

	.tabWrapperFullWidth .tabHeading li {
		white-space: nowrap;

	}

	.tabWrapperFullWidth {
		margin-top: 20px !important;
	}

	.tabWrapper .tabHeading li a {
		font-size: 14px;
		line-height: 16px;
		border-bottom: 3px solid #EDEDED;
	}
}


.popupWrapper {
	position: fixed;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.8);
	top: 0;
	z-index: -100;
	left: 0;
	visibility: hidden;
	opacity: 0;
	transition: all 0.5s cubic-bezier(.215, .61, .355, 1);
}

.popupWrapper .popupContent {
	padding: 100px;
	background: #fff;
	position: relative;
	transition: all 0.5s cubic-bezier(.215, .61, .355, 1);
	transform: scale(0);
}


.overflowHidden {
	overflow: hidden;
}

.zoomPopupOpen .zoomPopupWrapper,
.enquirePopupOpen .enquirePopupWrapper,
.bodPopupOpen .bodWrapper,
.imgLightBoxOpen .imageLightBoxWrapper {
	z-index: 9999;
	visibility: visible;
	opacity: 1;
	transition: all 0.5s cubic-bezier(.215, .61, .355, 1);
}

.zoomPopupOpen .zoomPopupWrapper .popupContent,
.enquirePopupOpen .enquirePopupWrapper .popupContent,
.bodPopupOpen .bodWrapper .popupContent,
.imgLightBoxOpen .imageLightBoxWrapper .popupContent {
	transition: all 0.5s cubic-bezier(.215, .61, .355, 1);
	transform: scale(1);
}

.popupWrapper .popupContent .closed {
	position: absolute;
	right: 20px;
	top: 20px;
	z-index: 9;
	cursor: pointer;
	filter: brightness(0) saturate(100%) invert(47%) sepia(17%) saturate(2658%) hue-rotate(14deg) brightness(99%) contrast(80%);
}

@media screen and (max-width:767px) {
	.popupWrapper .popupContent {
		padding: 60px 30px 30px 30px;
	}

	.popupWrapper .popupContent .closed {
		right: 15px;
		top: 15px;
	}
}

.accordionMain {
	margin-top: 10px;
	width: 100%;
}

.accordionMain .accordionHeading {
	font-family: 'Futura Bk BT';
	font-size: 1rem;
	line-height: 1.1rem;
	text-align: left;
	color: #6D6E70;
	padding: 30px 50px 30px 15px;
	border-bottom: 1px solid rgba(109, 110, 112, 0.5);
	position: relative;
	cursor: pointer;
	display: none;
	/* transition: all 0.5s cubic-bezier(.215, .61, .355, 1); */
}

.accordionMain .accordionHeading:before {
	content: "";
	background: url(../media/svg/arrowDown.svg) no-repeat center center;
	width: 12px;
	height: 7px;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 25px;
	filter: brightness(0) saturate(100%) invert(47%) sepia(17%) saturate(2658%) hue-rotate(14deg) brightness(99%) contrast(80%);
	transition: all 0.5s cubic-bezier(.215, .61, .355, 1);
}

.accordionMain .accordionHeading.active:before {
	transition: all 0.5s cubic-bezier(.215, .61, .355, 1);
	transform: translateY(-50%) rotateX(180deg);
}

.accordionMain .accordionHeading.active {
	background: #F8F8F8;
	color: #9D7F19;
	border-color: transparent;
	transition: all 0.5s cubic-bezier(.215, .61, .355, 1);
}

.accordionMain .accordionContent {
	padding: 0px 50px 30px 25px;
	background: #F8F8F8;
	display: none;
}

.accordionMain .accordionContent.active {
	display: block;
}

.accordionMain .accordionContent .qrImg {
	width: 135px;
	height: 135px;
}

.accordionMain .accordionContent img~div {
	width: calc(100% - 220px);
}

.accordionMain .faqLoadMore img {
	cursor: pointer;
}

.accordionMain .accordionContent a:hover {
	color: #9D7F19;
}

@media screen and (max-width:767px) {
	.qrDiv {
		flex-wrap: wrap;
		flex-direction: column-reverse;
	}


	.accordionMain .accordionHeading {
		padding: 20px 40px 20px 10px;
	}

	.accordionMain .accordionContent img~div {
		width: 100%;
	}
}

.colorGold {
	color: #9D7F19 !important;
}

.colorLightBlack {
	color: #6D6E70 !important;
}

.imgPopupClick {
	cursor: pointer;
}

[data-content-line] {
	text-overflow: ellipsis;
	overflow: hidden;
	-webkit-box-orient: vertical;
	display: -webkit-box;
}

[data-content-line="1"] {
	-webkit-line-clamp: 1;
}

[data-content-line="2"] {
	-webkit-line-clamp: 2;
}

[data-content-line="3"] {
	-webkit-line-clamp: 3;
}

[data-content-line="4"] {
	-webkit-line-clamp: 4;
}

[data-content-line="5"] {
	-webkit-line-clamp: 5;
}

[data-content-line="6"] {
	-webkit-line-clamp: 6;
}

[data-grid-desk="1"]>div,
[data-grid-desk="1"]>li {
	width: calc((100% / 1));
}

[data-grid-desk="2"]>div,
[data-grid-desk="2"]>li {
	width: calc((100% / 2) - 8px);
}

[data-grid-desk="3"]>div,
[data-grid-desk="3"]>li {
	width: calc((100% / 3) - 11px);
}

[data-grid-desk="4"]>div,
[data-grid-desk="4"]>li {
	width: calc((100% / 4) - 12px);
}

[data-grid-desk="5"]>div,
[data-grid-desk="5"]>li {
	width: calc((100% / 5) - 13px);
}

[data-grid-desk="6"]>div,
[data-grid-desk="6"]>li {
	width: calc((100% / 6) - 14px);
}

[data-slide-desk="3"] .swiper-slide {
	padding: 0 8px;
	width: calc((100% / 3) - 3px);
}

@media screen and (max-width:767px) {

	[data-grid-mob="1"]>div,
	[data-grid-mob="1"]>li {
		width: calc((100% / 1));
	}

	[data-grid-mob="2"]>div,
	[data-grid-mob="2"]>li {
		width: calc((100% / 2) - 8px);
	}

	[data-grid-mob="3"]>div,
	[data-grid-mob="3"]>li {
		width: calc((100% / 3) - 11px);
	}

	[data-grid-mob="4"]>div,
	[data-grid-mob="4"]>li {
		width: calc((100% / 4) - 12px);
	}

	[data-grid-mob="5"]>div,
	[data-grid-mob="5"]>li {
		width: calc((100% / 5) - 13px);
	}

	[data-grid-mob="6"]>div,
	[data-grid-mob="6"]>li {
		width: calc((100% / 6) - 14px);
	}

	[data-slide-desk="3"] .swiper-slide {
		width: 82%;
	}

	[data-slide-desk="3"] .swiper-slide:first-child {
		margin-left: 20px;
	}

	[data-slide-desk="3"] .swiper-slide:last-child {
		margin-right: 20px;
	}
}

.breadcrumDiv {
	padding: 30px 0;
}

.breadcrumDiv ul {
	display: flex;
	justify-content: flex-start;
	align-items: center;
}

.breadcrumDiv ul li {
	font-family: 'Futura Bk BT';
	font-size: 12px;
	line-height: 20px;
	letter-spacing: 0em;
	text-align: left;
	color: #6D6E70;
	padding: 0 8px;
	position: relative;
}

.breadcrumDiv ul li:before {
	content: "";
	width: 4px;
	height: 4px;
	border-bottom: 1px solid #6D6E70;
	border-right: 1px solid #6D6E70;
	position: absolute;
	right: -2px;
	top: 50%;
	transform: translateY(-50%) rotate(-45deg);
}

.breadcrumDiv ul li:last-child:before {
	opacity: 0;
}

.breadcrumDiv ul li:first-child {
	padding-left: 0;
}

.breadcrumDiv ul li:last-child {
	color: #9D7F19;
}

.opacity0 {
	opacity: 0;
}

.loadDataDiv .loadData {
	display: none;
}

.lity-close {
	background: url(../media/svg/close.svg) no-repeat center center !important;
	text-indent: -100px;
	overflow: hidden;
	right: 20px !important;
	top: 20px !important;
}

.checkUncheckBtn ul {
	display: inline-flex;
	justify-content: space-between;
	align-items: center;
	background: #D0D0D0;
	border-radius: 30px;
	position: relative;
}

.checkUncheckBtn ul li {
	font-family: 'Futura Md BT';
	font-size: 11.93px;
	text-align: center;
	width: 60px;
	height: 30px;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #6D6E70;
	opacity: 0.5;
	cursor: pointer;
	position: relative;
	z-index: 1;
}

.checkUncheckBtn ul span {
	background: #9D7F19;
	width: 60px;
	height: 30px;
	border-radius: 30px;
	position: absolute;
	left: 0;
	transition: all 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
	display: flex;
}

.checkUncheckBtn input {
	position: absolute;
	opacity: 0;
	visibility: hidden;
	z-index: -1;
	width: 0;
	height: 0;
}

.checkUncheckBtn input:valid~label ul span {
	transform: translateX(60px);
	transition: all 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.checkUncheckBtn ul li:first-child,
.checkUncheckBtn input:valid~label ul li:nth-child(2) {
	color: #fff;
	opacity: 1;
}

input:auto-fill {
	background: transparent !important;
}

@media screen and (min-width:991px) {
	.deskNoSlider .swiper-wrapper {
		flex-wrap: wrap !important;
		transform: none !important;
	}
}

@media screen and (min-width:1025px) {
	.deskCenterLimitedSlides .swiper-wrapper {
		justify-content: center;
	}

	.deskCenterLimitedSlides .swiper-slide:first-child {
		margin-left: 0 !important;
	}

	.deskCenterLimitedSlides .swiper-slide:last-child {
		margin-right: 0 !important;
	}

}