@font-face {
    font-family: freigSanPro;
    src: url("/Fonts/freigsanproboo-webfont.woff2") format("woff2");
    font-weight: 400;
}

@font-face {
    font-family: freigSanPro;
    src: url("/Fonts/freigsanprolig-webfont.woff2") format("woff2");
    font-weight: 100;
}

@font-face {
    font-family: freigSanPro;
    src: url("/Fonts/freigsanprosem-webfont.woff2") format("woff2");
    font-weight: 700;
}

@font-face {
    font-family: gt-super;
    src: url("/Fonts/gt-super-text-black.woff2") format("woff2");
    font-weight: 700;
}

body {
    font-family: freigSanPro;
    font-size: 16px;
    color: #000;
    margin: 0px;
    padding: 0px;
    color: rgb(64, 64, 66);
	color: rgb(34, 35, 34);
	min-height: 100%;
	display: grid;
	grid-template-rows: 1fr auto;
	/* width: 100%; */
	/* overflow-x: hidden; */
}

strong {
	font-weight: bold;
}

h1,
h2 {
	font-family: freigSanPro;
    font-weight: 700;
	padding: 0;
	margin: 0;
}

h2{
	font-size: 32px;
	/* margin-bottom: 15px; */
}

.banner-section h2{
	font-size: 40px;
	/* margin-bottom: 15px; */
}

h5 {
	text-transform: uppercase;
}

table,
tbody,
tr,
td {
	margin: 0;
	padding: 0;
	border: 2px solid #5d301b;
	outline: 0;
	vertical-align: baseline;
	background: transparent;
}

td {
	line-height: 1.167em;
}

th,
td {
	padding: 5px 15px;
}

h1 {
	/* font-family: CostaDisplayWave; */
	font-size: 50px;
	text-transform: uppercase;
}

h4 {
	font-family: gt-super;
}

.icon-section-2 h4 {
	font-family: freigSanPro;
	font-weight: 600;
	font-size: 20px;
}

p {
	/* color: #333;
	font-size: 15px;
	margin-bottom: 0;
	margin-top: 15px; */
}

a {
	/* color: #000; */
	color: #59256E;
	font-weight: 700;
	
}

a:hover {
	/* color: #000; */
	color: #59256E;
	text-decoration: underline;
}

ul {
	margin-bottom: 0;
	padding-left: 15px;
	font-size: 15px;
}

li {
	list-style-image: none;
	list-style-position: outside;
	list-style-type: inherit;
	padding-left: 10px;
}

hr {
	border-color: rgb(218, 188, 120) currentcolor currentcolor;
	border-width: 2px 0 0;
	margin-top: 2.5em;
}

/* 
header {
    background: #6b0021 url("/images/bg.png") repeat-x scroll 0 0;
    border-bottom: 1px solid #6b0021;
    box-shadow: 0 -1px 0 0 #ab0239 inset, 0 5px 0 0 rgba(4, 4, 4, 0.08);
    display: inline-block;
    position: relative;
    width: 100%;
    z-index: 10;
    float: left;
} */

header {
	display: inline-block;
	position: relative;
	background: #411A51;
	width: 100%;
}

@media screen and (min-width:992px){
	.home-header {
		display: block;
		width: 100%;
	}
}

@media screen and (max-width:1200px){
	.navbar {
		justify-content: flex-start;
	}

	.navbar-nav {
		align-items: flex-start;
        gap: 1.5rem;
	}
}

@media screen and (min-width:1200px){
	.navbar {
		padding: 0.7rem 0.01rem;
	}
}

/* .navbar-nav {
	padding: 0.5rem 1rem;
} */

.navbar-nav a {
	color: #fff;
}

.navbar-nav a:hover {
	text-decoration: none;
}

ul.navbar-nav {
	width: 1248px;
}

li.nav-item {
	list-style-type: none;
	padding: 0px 14px;
	margin-right: 1px;
	font-size: 22px; 
}

@media screen and (min-width:1200px){
	li.nav-item:first-child {
		padding: 0px 0px;
		margin-right: 15px;
	}
}

li.nav-item a {
	font-weight: 600; 
}

#header .navbar-toggler-icon {
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

#header .navbar-toggler {
	color: #fff;
	/* border-color: rgba(255,255,255,.1); */
}



@media only screen and (max-width: 1199px ) {
	.navbar-toggler {
		margin-left: -30px;
	}
	.breadcrumb-strip {
		margin-left: 0px;
	}
}
/* @media only screen and (max-width: 992px ) {
	.navbar-toggler {
		margin-left: -80px;
	}
} */
/* @media only screen and (max-width: 567px ) {
	.navbar-toggler {
		margin-left: -30px;
	}
} */
@media only screen and (min-width: 577px ) and (max-width: 1200px ) {
	/* .breadcrumb-strip-mobile {
		margin-left: -15px;
	} */
	/* .breadcrumb-strip {
		margin-left: -15px;
	} */
}

.logo {
	float: left;
	margin: 17px auto 13px;
}

.help {
	float: right;
	margin: 17px auto 13px;
	color: #fff;
	font-weight: bold;
}

header h1 {
	float: left;
	font-size: 20px !important;
	margin: 22px 0 0 20px;
}

.banner {
	width: 100%;
}

.banner-text h1 {
	color: #59256E;
	margin-bottom: 15px;
	line-height: 1.1;
}

.banner-content {
	text-align: center;
}

@media screen and (min-width:992px){
	.banner-text {
		position: absolute;
		top: 10%;
		width: 100%;
		z-index: 100;
	}
	.banner-text h1 {
		color: #fff;
	}
	.banner-content {
		top: 70px;
		/* left: 30px; */
		position: absolute;
		text-align: center;
		width: 33%;
		z-index: 1000;
		color: #fff;
	}
	.banner-text p {
		color: #fff;
		/* width: 60%;
		margin-left: auto;
		margin-right: auto; */
	}
	.banner-text .container > div {
		width: 100%;
		max-width: 655px;
	}
}

@media screen and (min-width:1200px){
	.banner-content {
		top: 100px;
	}
}

.banner-text .container {
	padding-top: 0;
	padding-bottom: 0;
}

.bg-lilac {
    background-color: #cfa8ca;
}

.bg-coral {
    background-color: #ee7d80;
}

.bg-blue {
    background-color: #b0ddf5;
}

.bg-costared {
    background-color: #e52f25;
}

.bg-light {
	background-color: #f4f3ef !important;
	padding: 3em;
}

.banner-text h2,
.left-banner-text h2 {
	color: #fff;
	font-size: 40px;
}



section {
	clear: both;
	float: left;
	position: relative;
	width: 100%;
}

/* section .container {
	padding-top: 30px;
	padding-bottom: 30px;
} */

.col-center {
	margin-left: auto;
	margin-right: auto;
	width: 75%;
}

.left-banner-text {
	color: #fff;
	left: 0;
	padding: 50px;
	position: absolute;
	top: 0;
	width: 32%;
	z-index: 100;
}

.left-banner-text h2 {
	margin-bottom: 10px;
}

.left-banner-text span {
	line-height: 1.2em;
	letter-spacing: 0.03em;
	font-size: 0.875em;
	word-spacing: -0.05em;
}

.form-pad {
	padding-left: 15%;
}

.text-burgundy {
	color: #980a2b;
}

.shadowLeft {
	box-shadow: 5px 5px 15px -2px rgb(100, 100, 100);
}

.shadowRight {
	box-shadow: -5px 5px 15px -2px rgb(100, 100, 100);
}

.card-block {
	z-index: 1;
	margin-top: -5px;
	padding: 1.25rem 0;
}

.form-control {
	background: none;
	border: 2px solid #747474;
	border-radius: 3px;
	color: #000;
}

.form-control:focus {
	border-color: #e52f25;
	color: #000;
}

.form-control:hover {
	box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.5), 0 1px 0 rgba(255, 255, 255, 0.38);
}

.control-label {
	font-family: Gotham, sans-serif;
	font-weight: 600;
	font-size: 16px;
	color: #7e1b47;
}

footer {
	/* border-top: 2px solid #4e111e;
	box-shadow: 0 -8px 0 0 rgba(4, 4, 4, 0.08);
	color: #ffefc0;
	font-size: 13px;
	margin-bottom: 0;
	margin-top: 0;
	width: 100%;
	float: left;
	position: relative;
	background: #91022e url('/images/wave.png') repeat-x center 20px; */
	background-color: #6E377D;
    color: #fff;
	flex-shrink: 0;
	clear:both;
}

footer .wrapper {
	/* padding-top: 40px;
	padding-bottom: 50px;
	padding-left: 2px;
	background: #91022e;
	max-width: 984px;
	margin: 0 auto; */
	padding-top: 2.7em;
    padding-bottom: 3em;
}

footer p {
    font-size: 16px;
    font-weight: 300;
    color: #fff;
}

footer a {
    font-size: 20px;
    font-weight: 400;
    color: #fff;
    /* display: block; */
}

footer a:hover {
    color: rgb(221, 221, 221);
    text-decoration: none;
}

footer .sub-footer p{
    font-size: 16px;
}

footer .sub-footer a{
    font-size: 16px;
    font-weight: 300;
}


.footer-menu {
	color: #59256E;
}

.footer-menu a {
	margin-right: 15px;
	color: #59256E;
}

.footer-menu a:hover {
	color: #59256E;
	text-decoration: underline;
}

.copyright {
	background-color: #59256E;
	/* background: #6b0021 none repeat scroll 0 0; */
	padding: 20px 0px 24px 0px;
	font-size: 17.6px;
}

.copyright a {
	text-decoration: none;
}

.copyright a:hover {
	color: #fff;
}

.drop-outer {
	position: relative;
	display: flex;
	flex-direction: column;
	margin-bottom: 5px;
}

.drop-outer p {
	font-size: 15px;
}

.drop-button {
	padding: 0.75rem 1.25rem;
	margin-bottom: 0;
	/* background-color: #91022e; */
	background: #59256E;
	border: none;
	z-index: 2;
}

.drop-button a {
	text-decoration: none;
	margin-top: 0;
	color: #fff !important;
	cursor: pointer;
	display: inline-block;
	width: 100%;
}

.btn {
	font-weight: 600;
	font-size: 18px;
}


.btn-submit {
	padding: 5px 20px;
	border-radius: 27px;
	font-size: 18px;
	/* font-weight: 700; */
	line-height: 1;
	color: #fff;
	background-color: #6E377D;
	border-color: #6E377D;

	display: flex;
	align-items: center;
	justify-content: center;
	width: 170px;
}

.btn-submit::after {
	content: url("/images/Chevron.svg");
}

.btn-submit:hover {
	color: #fff;
	/* background: #ee7d80;
	border-color: #ee7d80; */
	background: #59256E;
	border-color: #59256E;
}

.btn-submit:active .btn-submit:focus {
	color: #fff;
	background: #59256E;
	border-color: #59256E;
}

/*.btn:active, .btn.active {
    background: rgba(0, 0, 0, 0) linear-gradient(to bottom, #fb7c00 0px, #f32900 100%) repeat scroll 0 0;
}*/

.requiredSummary {
	margin-bottom: 20px;
	color: #e52f25;
	font-weight: bold;
}

.required {
	color: #e52f25;
	font-size: 24px;
	font-weight: bold;
}

/* .btn:focus,
.btn.focus {
	outline: 0;
	box-shadow: 0 0 0 2px rgba(251, 124, 0, 0.25);
} */

.flex {
	ms-flex: 1;
	flex: 1;
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	display: inline;
}

.cookieNote {
	color: #ffffff;
	display: block;
	left: 0;
	margin-top: 0;
	padding: 8px 20px;
	position: fixed;
	z-index: 50000;

	background-color: rgb(145, 2, 46);
	left: 0;
	right: 0;
	top: 0;
	display: flex;
	align-items: center;
	padding: 1em 1.8em;

	font-family: Helvetica, Calibri, Arial, sans-serif;
	font-size: 16px;
	line-height: 1.5em;
}

.cookieNote .text {
	color: #ffffff;
	font-size: 90%;
	text-decoration: none;
}

.cc-link {
	color: rgb(255, 221, 221);
	opacity: .8;
	display: inline-block;
	padding: .2em;
	transition: all 0.2s ease-in-out;
	font-weight: bold;
}

.cc-link:hover,
.cc-link:active,
.cc-link:focus {
	color: #fff;
	opacity: 1;
}

.cookieNote .close {
	color: rgb(255, 255, 255);
	background-color: rgb(191, 3, 65);
	border-color: transparent;
	min-width: 140px;
	display: block;
	padding: .4em .8em;
	font-size: .9em;
	font-weight: normal;
	border-width: 2px;
	border-style: solid;
	text-align: center;
	white-space: nowrap;
	text-decoration: none;

	opacity: 1;
	text-shadow: none;
	font-weight: 700;
	line-height: 1.5em;
	align-items: center;
	transition: all 0.2s ease-in-out;
}

/*.cookieNote .close:hover { color: #333; border: 1px solid #333; text-decoration: none; }*/
.cookieNote .close:hover {
	background-color: rgb(229, 41, 103);
}

@media (max-width: 560px) {
	.cookieNote .close {
		width: 100%;
	}
}

.overlayCookie {

	width:100%;
position:fixed;
top:0;
left:0;

margin-top:0;
z-index:1501; 
	background-color: rgb(145, 2, 46);
color: rgb(255, 221, 221);
font-size: 16px;
line-height: 24px;
padding: 16px 29px;
}
.overlayCookie a {
color: rgb(255, 221, 221);
text-decoration:underline;
}
input.btn-cookie {
color: rgb(255, 221, 221);
height: 40px;
text-align: center;
background-color: rgb(191, 3, 65);
width: 140px;
font-weight: 700;
font-family: proxima-nova, sans-serif;
font-size: 14px;
margin: 0 0 0 7px;
-webkit-animation: 0.5s ease 0s 1 normal none running hEidmb;
		animation: 0.5s ease 0s 1 normal none running hEidmb;
border-style: none;
padding: 8px 12px;
min-width:100px;
min-height:20px;
border-radius:0;

}
input.btn-cookie:hover {
color: rgb(255, 221, 221);
background-color: rgb(145, 2, 46);
text-decoration:underline;
-webkit-animation: 0.5s ease 0s 1 normal none running hEidmb;
		animation: 0.5s ease 0s 1 normal none running hEidmb;

}

.DiscountLabel {
	font-size: 14px;
	margin: 15px auto;
	text-align: center;
}

.DiscountTable {
	background-color: #ffffff;
	font-size: 14px;
	margin: 15px auto 0;
	padding: 10px 0;
	width: 400px;
}

.DiscountTableRow {
	border-top: 1px solid #dabc78;
	box-sizing: border-box;
	height: 30px;
	line-height: 30px;
	margin: 0 auto;
	width: 90%;
}

.DiscountTableRow:first-child {
	border-top: medium none;
	color: #980a2b;
	font-weight: bold;
}

.DiscountTableColumn {
	float: left;
	height: 100%;
	margin: 0 auto;
	width: 50%;
}

.DiscountTableColumn:first-child {
	border-right: 1px solid #dabc78;
	box-sizing: border-box;
}

.DiscountTableColumn:last-child span {
	margin: 0 0 0 10px;
}

@media only screen and (max-width: 1200px) {
	.banner-content h3 {
		margin-bottom: 0;
		margin-top: 1em;
	}
	.banner-text h1 {
		font-size: 36px;
	}
}

@media only screen and (max-width: 991px) {
	ul.navbar-nav {
		width: auto;
	}

	li.nav-item {
		width: auto;
		text-align: right;
	}

	.banner-content h3 {
		font-size: 130%;
	}

	.col-center {
		width: 90%;
	}

	.left-banner-text {
		padding: 30px;
		width: 40%;
	}

	.form-pad {
		padding-left: 10%;
	}
}

@media only screen and (max-width: 767px) {
	/* .banner-text .container > div {
		max-width: 235px;
	} */

	.banner-content h3 {
		font-size: 104%;
	}

	.col-center {
		width: 100%;
	}

	.left-banner-text {
		padding: 25px;
		width: 50%;
	}

	.banner-text p {
		width: 100%;
	}

	.table {
		margin-top: 1em;
	}

	.form-pad {
		padding-left: 0;
	}

	.banner-content h3 {
		display: none;
	}
}

@media only screen and (max-width: 575px) {
	/* h1 {
		font-size: 40px !important;
	}

	h2 {
		font-size: 25px !important;
	}

	p {
		font-size: 16px !important;
	} */

	.shadowLeft {
		margin-bottom: 25px;
	}

	.shadowRight {
		margin-top: 25px;
	}
}

@media only screen and (max-width: 435px) {
	.DiscountTable {
		width: 100%;
	}
}

@media only screen and (max-width: 415px) {
	/* h1 {
		font-size: 33px !important;
	}

	h2 {
		font-size: 20px !important;
	}

	p {
		font-size: 15px !important;
	} */

	.banner-content img {
		height: 50px;
	}

	.help {
		font-size: 90%;
	}

	.help a {
		color: #fff !important;
	}

	.copyright {
		font-size: 80%;
	}
}

.terms h2 {
	width: 100%;
	margin-top: 1em;
	color: #980a2b;
}

.terms h4 {
	width: 100%;
	margin-top: 1em;
}


.b2bIcon img{
	width: 180px;
	margin: 30px;
}

.main-content-area {
	background-color: #F5F2EE;
}

.main-content-area p, h3, h4 {
	font-size: 1.5rem;
	line-height: 30px;
}

.intro-sub-header {
	max-width: 600px;
	margin: auto;
}

.main-content-area h3 {
	font-weight: 600;
}


/* Banner section - start */

.banner-section {
	background-color: #6E377D;
	display: flex;
	align-items: center;
	width: 100%;
	justify-content: space-between;

	max-width: 1248px;
	margin: auto;
}
.logo-with-text {
	width: 100%;
	color: #fff;
}

.logo-text h2 {
	font-weight: 400;
	margin-top: 10px;
    margin-bottom: 0px;
}

@media screen and (max-width:767px){
	.logo-with-text {
		margin-left: 20px;
		display: block;
	}

	.flower-wrapper {
		height: 200px;
		/* width: 250%; */
	}

	.flower-wrapper img {
		height: 140%;
		width: 386px;
		object-fit: cover;
		position: absolute;
		left: 50%;
	}
}

@media screen and (min-width:768px){
	.logo-with-text {
		margin-left: 20px;
		display: block;
	}
	.banner-section {
		height: 200px;
	}

	.flower-wrapper {
		height: 200px;
		width: 100%;
	}
	
	.flower-wrapper img {
		height: 100%;
		width: 80%;
		object-fit: cover;
        position: absolute;
        left: 40%;
	}
}

@media screen and (min-width:992px){
	.logo-with-text {
		margin-left: 20px;
		display: flex;
	}

	.logo-text {
        margin-top: auto;
        margin-bottom: 8px;
    }

    .logo-text h2 {
        margin-top: 0px;
    }

	.banner-section {
		height: 245px;
	}

	.flower-wrapper {
		height: 245px;
		width: 100%;
	}
	
	.flower-wrapper img {
		height: 150%;
		width: 594px;
		object-fit: cover;
        position: absolute;
        left: 52%;
	}
}

/* @media screen and (min-width: 576px) {
	.container, .container-sm {
	  max-width: 95%;
	}
}
  
@media screen and (min-width: 768px) {
	.container, .container-sm, .container-md {
		max-width: 95%;
	}
}
  
@media screen and (min-width: 992px) {
	.container, .container-sm, .container-md, .container-lg {
		max-width: 95%;
	}
} */
  
@media screen and (min-width: 1200px) {
	.container, .container-sm, .container-md, .container-lg, .container-xl {
		max-width: 1278px;
	}

	.logo-with-text {
		margin-left: 0px;
	}
}
  
@media screen and (min-width: 1400px) {
	.container, .container-sm, .container-md, .container-lg, .container-xl {
		max-width: 1278px;
	}
}

.banner-section-wrapper {
    overflow-x: hidden;
    overflow-y: hidden;
	width: 100%;
	background-color: #6E377D;
}

/* .banner-section {
	max-width: 1248px;
	margin: auto;
} */

/* Banner section - end */

/* line either side - start */
.h2-Wrapper h2 {
	font-family: gt-super;
}
.line-both-sides {
	line-height: 0.5;
	text-align: center;
}
.line-both-sides span {
	display: inline-block;
	position: relative;  
}
.line-both-sides span:before,
.line-both-sides span:after {
	content: "";
	position: absolute;
	height: 50%;
	border-bottom: 1px solid #3B3630;
	top: 0;
	width: 600px;
}
.line-both-sides span:before {
	right: 100%;
	margin-right: 50px;
}
.line-both-sides span:after {
	left: 100%;
	margin-left: 50px;
}

.h2-Wrapper {
	max-width: 97.6%;
	overflow: hidden;
	margin: 40px auto 30px;
} 
@media only screen and (min-width: 1200px) {
	.h2-Wrapper {
		max-width: 97.6%;
		overflow: hidden;
		margin: 40px auto 70px;
	}
}
 

.h2-Wrapper h2 {
	padding: 1rem;
	text-transform: capitalize;
	line-height: 30px;
} 

/* make the lines a little shorter on mobile */
@media screen and (max-width: 768px) {
	.h2-Wrapper {
		max-width: 95%;
	}
	.line-both-sides span:before {
		right: 100%;
		margin-right: 15px;
	}
	.line-both-sides span:after {
		left: 100%;
		margin-left: 15px;
	}
}

/* line either side - end */

.img-fluid {
	width: 100%;
	height: auto;
}

/* icon section 2 - start */
.icon-section-2 {
	display: grid;
	gap: 20px;
	grid-template-columns: repeat(1fr);
}

@media screen and (min-width: 992px) {
	.icon-section-2 {
		display: grid;
		gap: 10px;
		grid-template-columns: repeat(5, 1fr);
	}
}
/* icon section 2 - end */

/* footer - start */
.footer-section {
	display: flex;
	align-items: center;
	gap: 2rem;
}

@media screen and (max-width: 768px) {
	.footer-section {
		display: flex;
		flex-direction: column;
		align-items: flex-start;
		gap: 2rem;
	}

	.cookieButtons {
		display: flex;
		flex-direction: column;
		gap: 16px;
	
		align-items: flex-start;
		justify-content: flex-start;
	}
}
/* footer - end */

/* cookie - start */

.overlayContent {
    width:100%;
    padding:20px;
    position:sticky;
    background-color:#006E50;
	color: #FFF;
	z-index:1501; 
}

.overlayContent a {
	color: #FFF;
	text-decoration: underline;
}

.overlayContentPreferences {
	color: #FFF;
    width:80%;
    padding:20px;
    border:1px solid #444444;
    position:fixed;
    top:5vh;
    left:50%;
    margin-left:-40%;
    margin-top:0;
    z-index:1501;
    background-color:#006E50;
}

.overlayContentPreferences a{
	color: #FFF;
    text-decoration: underline;
}

.overlayContentPreferences a{
	color: #FFF;
    text-decoration: underline;
}

.cookieButtons {
	display: flex;
	flex-direction: column;
	gap: 16px;

	align-items: flex-end;
	justify-content: center;
}

@media screen and (max-width: 768px) {
	.cookieButtons {
		align-items: flex-start;
	}
}

@media screen and (min-width: 992px) {
	.enquireIntro {
		display: flex;
		justify-content: center;
	}
	.enquireIntro h3{
		width: 40vw;
	}
}

.btn-light {
	color: #006E50;
	border: 2px solid #fff;
}

.preferencesButton {
	border-radius: 20px;
	padding: 5px 20px;
}

.btn-light:hover {
	color: #006E50;
	background-color: #fff;
	border-color: #fff;
}

.btn-light:focus, .btn-light.focus {
	color: #006E50;
	background-color: #fff;
	border-color: #dae0e5;
	box-shadow: 0 0 0 0.2rem rgba(216, 217, 219, 0.5);
}
  
.btn-light.disabled, .btn-light:disabled {
	color: #006E50;
	background-color: #f8f9fa;
	border-color: #f8f9fa;
}

.btn-outline-light:hover {
	color: #fff;
	background-color: #006E50;
}

.btn-outline-light:focus, .btn-outline-light.focus {
	color: #fff;
	background-color: #006E50;
	border-color: #006E50;
	box-shadow: 0 0 0 0.2rem rgba(216, 217, 219, 0.5);
}
  
.btn-outline-light.disabled, .btn-outline-light:disabled {
	color: #fff;
	background-color: #006E50;
	border-color: #006E50;
}

.cookieWrapper .btn {
	width: 200px;
	border-radius: 20px;
	font-size: 1em;
	font-weight: 700;
}

.btn-submit::after {
	content: url("/images/Chevron.svg");
}

.cookieButtons button {
	content: url("/images/Chevron.svg");
}
/* cookie - end */

/* error section - start */
.error-purple-text {
    color: #6E377D !important;
    max-width: 400px;
}

.bg-white {
    border-radius: 8px;
}

.error-section {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 50px;
    gap: 40px;
    flex-wrap: wrap;
}

.error-section-right {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.error-section-right p {
    font-size: 1.5rem;
}

.balance-button-wrapper {
    display: flex;
    justify-content: flex-end;
}

.btn-check-balance {
    color: #FFF;
    background-color: #6e377d;
    border-radius: 27px;
    padding: 8px 20px;
    height: auto;
    font-size: 18px;
    font-weight: 600;

    align-items: center;
    display: flex;
}

.btn-check-balance:hover {
	color: #FFF;
    background-color: #6e377d;
}

/* error section - end */

/* FAQ section - start */
.faq-section-wrapper {
	color: #3B3630;
}

.faq-section-wrapper h3 {
	font-size: 1.8rem;
	font-weight: 500;
	margin-bottom: 30px;
}

.faq-section-wrapper h3 span{
	font-weight: 900;
}

.faq-section-wrapper h4 a{
	color: #3B3630;
}

.faq-section-wrapper h4 a:hover {
	text-decoration: none;
	cursor: pointer;
}

.accordion>.card>.card-header {
	margin-bottom: 15px;
}

.card {
	background-color: #F5F2EE;
	border: none;
}

.card-header {
	background-color: #fff;
	border-radius: 4px;
	padding: 0px 0px;
}

.intro h4 {
	margin-bottom: 0px;
	font-family: freigSanPro;
	font-weight: 500;
}

.card-header h4 {
	margin-bottom: 0px;
	font-family: freigSanPro;
	font-weight: 500;
}

.card-header a {
	font-weight: 500;
	padding: 15px 20px;
}
@media screen and (max-width: 768px) {
	.card-header a {
		font-weight: 500;
		padding: 15px 50px;
	}
}


.card-header a.clicked {
	font-weight: 900;
}

.card-header a[data-toggle="collapse"], .region-link a[data-toggle="collapse"] {
	background-image: url("/images/Chevron-black.svg");
	background-position: 98% center;
	background-repeat: no-repeat;
	background-size: 30px;
	
}

.card-header a[aria-expanded="true"], .region-link a[aria-expanded="true"]{
	background-image: url("/images/minus.svg");
	background-size: 30px;
	font-weight: 900;
}

.card-header a, .card-header a:hover, .region-link a, .region-link a:hover {
	display: inline-block;
	width: 100%;
	height: 100%;
}

.card-body {
	background-color: #fff;
	margin-bottom: 30px;
	border-radius: 4px;
	
}

.faq-answer-subtitle {
	font-weight: 900;
}

@media screen and (min-width: 1200px) {
	.card-header {
		width: 35vw;
	}

	.card-body-wrapper {
		width: 35vw;
		position: relative;
		left: 700px;
		bottom: 80px;
		margin-bottom: -80px;
	}

}

.card .collapse .show {
	background-color: #000;
}



/* FAQ section - end */

/* breadcrumb - start */


.breadcrumb-strip {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    /* gap: 15px; */
    font-size: 1.1rem;
	color: #3B3630;
	/* margin-left: -10px; */
	height: 40px;
	padding-top: 16px;
}

.breadcrumb-strip a {
    font-weight: 500 !important;
    font-size: 1.1rem;
    width: 150px;
	color: #3B3630;
}

.breadcrumb-strip p {
    font-weight: 600 !important;
    font-size: 1.1rem;
    width: auto;
    margin-bottom: 0px;
}


.breadcrumb-strip-mobile {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 15px;
    font-size: 1.1rem;
    padding-top: 16px;
}

.breadcrumb-strip-mobile a {
    font-weight: 600 !important;
    font-size: 1.1rem;
}

.breadcrumb-strip img {
    margin-right: 16px;
}

.breadcrumb-strip a:hover {
    font-weight: 600 !important;
	text-decoration: none;
}

.breadcrumbBold {
    font-weight: 600 !important;
    font-size: 1.1rem;
}

.breadcrumb-strip .current-breadcrumb {
    font-weight: 600 !important;
    font-size: 1.1rem;
}

.breadcrumb-strip-mobile .current-breadcrumb {
    font-weight: 600 !important;
    font-size: 1.1rem;
}

.breadcrumb-strip-mobile a {
    color: #3B3630;
	text-decoration: none;
}

@media screen and (max-width: 992px) {
    .breadcrumb-strip {
        display: none;
    }
}

@media screen and (min-width: 992px) {
    .breadcrumb-strip-mobile {
        display: none;
    }
}

/* breadcrumb - end */

/* FAQ - start */
.faq-section h2 {
    font-size: 25px;
    font-weight: 300;
	margin-bottom: 20px;
}

.faq-section h2 span {
    font-weight: 600;
}

.question-wrapper a{
    font-weight: 300;
	font-size: 1.3rem;
}

/* .question-wrapper a:visited{
    font-weight: 900;
} */

.question-wrapper a:hover{
    text-decoration: none; 
	font-weight: 600;
}

.answer {
    background-color: #fff;
    border-radius: 4px;
    padding: 30px;
}

.answer span {
    font-weight: 600;
	font-size: 1.3rem;
}

.answer p {
    margin-top: 20px;
}

@media screen and (max-width: 1600px) {
	.question-wrapper {
        width: 100%;
        color: #000;
        background-color: #fff;
        margin-bottom: 10px;
        border-radius: 4px;
        box-shadow: 2px 2px #888888;
    }

	.question-wrapper a{
        display: block;
        width: 100%;
        padding: 15px 20px;
        color: #000;
    }

	.answer {
        height: 100%;
		margin-bottom: 30px;
    }
}

@media screen and (min-width: 1600px) {
    .faq-card-wrapper {
        display: flex;
        gap: 20px;
        width: 100%;
    }
    
    .question-wrapper {
        width: 32vw;
        color: #000;
        background-color: #fff;
        margin-bottom: 10px;
        border-radius: 4px;
        box-shadow: 2px 2px #888888;
    }
    
    .question-wrapper a{
        display: block;
        width: 100%;
        padding: 15px 20px;
        color: #000;
    }
    
    /* .question-wrapper a::after{
        content: url("/images/Chevron-black.svg");
    } */

	.answer {
		width: 32vw;
        top: 50px;
        position: absolute;
        right: 0px;
	}

    .answer-wrapper {
        height: 410px;
    }
    
    .answer-wrapper2 {
		height: 350px;
    }
    
    .answer-wrapper3 {
		height: 250px;
    } 
    
    /* .answer-wrapper4 {
		height: 210px;
    } */
    
    /* .answer-wrapper5 {
		height: 170px;
    } */
}

@media only screen and (max-width: 992px) {
    .logoImg {
        width: 75px;
    }

	.banner-section h2 {
        font-size: 32px;
        font-weight: 300;
    }
}

@media only screen and (min-width: 992px) {
    .logoImg {
        width: 159px;
    }

	
}


/* FAQ - end */