.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-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;
}