*,
*::after,
*::before {
	box-sizing: border-box;
	padding: 0;
	margin: 0;
}
body {
	overflow-y: auto;
}
.banner-buttons a {
	text-decoration: none;
}

.slider-arrow .slick-track {
	margin: auto;
}
.invitation-link-btn a {
	text-decoration: none;
}

.desktopbanner {
	display: block;
}
.mobilebanner {
	display: none;
}

.invitation-link-btn {
	margin: 0 auto;
	text-align: center;
}

.Banner {
	position: relative;
	top: 64px;
}

.Banner img {
	width: 100%;
}

.description {
	position: absolute;
	top: 40%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 1;
	text-align: center;
	color: #fff;
	width: 80%;
}

.btn2 {
	padding: 16px 26px;
	background-color: #fff;
	color: #142958;
	text-align: center;
	font-family: "Montserrat";
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	line-height: 24px;
	border-radius: 6px;
	border: 1px solid #fff;
	box-shadow: 0px 4px 15px 0px rgba(45, 167, 125, 0.2);
	cursor: pointer;
}

.btn1 {
	background-color: #2da77d;
	border-radius: 6px;
	padding: 16px 26px;
	color: #fff;
	text-align: center;
	font-family: "Montserrat";
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	line-height: 24px;
	box-shadow: 0px 4px 15px 0px rgba(45, 167, 125, 0.2);
	cursor: pointer;
}

.partner-btn-bg {
	background-color: #fff;
	border: 1px solid #2da77d;
	color: #2da77d;
}

.description h1,
.description p {
	margin: 20px 10px;
}

.description button {
	padding: 10px 20px;
	font-size: 16px;
}

.title {
	padding-right: 40px;
	color: #fff;
	font-family: "Montserrat";
	font-size: 48px;
	font-style: normal;
	font-weight: 800;
	line-height: 38.4px;
	text-transform: capitalize;
}

.text-detail {
	font-family: "Montserrat";
	margin-top: 15px;
	color: #fff;
	text-align: center;
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	line-height: 24px;
	padding-bottom: 40px;
}
.disclaimer a {
	color: #2da77d;
	font-family: "Montserrat";
	font-size: 12px;
	font-style: normal;
	font-weight: 500;
	line-height: 16px;
	text-decoration-line: underline;
	text-transform: capitalize;
}

.disclaimer .spanpara {
	color: #142958;
	font-family: "Montserrat";
	font-size: 12px;
	font-style: normal;
	font-weight: 500;
	line-height: 16px;
	text-transform: capitalize;
}

.background-img {
	opacity: 0.4;
}

.background-container {
	position: relative;
	display: block;
}
.background-container-mobile {
	position: relative;
	display: none;
}

.front-container {
	position: absolute;
	top: 0%;
	width: 100%;
}
.new_header1 {
	margin-top: 8%;
}
/* slider and Card Style */
.wrapper {
	width: 100%;
	margin: auto 0px auto auto;
	padding: 20px 0px 20px 60px;
	cursor: pointer;
}
.slider-arrow img {
	width: 100%;
}
.slider-3 .wrapper {
	width: 100%;
	margin: auto 0px auto auto;
	padding: 20px 0px 20px 20px;
	cursor: pointer;
}
.slider-arrow {
	opacity: 0.9;
	backdrop-filter: blur(6px);
	position: relative;
}
.slider-arrow .wrapper {
	width: 100%;
	cursor: pointer;
	max-width: 1280px;
	margin: 0 auto;
	padding: 45px 36px;
}
.slider-arrow .card-header img {
	display: block;
	margin: 10px auto;
	width: 70%;
}

.slider-3 .card {
	width: 270px;
	height: 280px;
	border-radius: 8px;
	background: #fff;
	box-shadow: 0px 3px 14px 3px rgba(0, 0, 0, 0.12);
}
.slider-3 .card-text p {
	color: #767676;
	font-family: "Montserrat";
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	line-height: 24px;
}
.slider-3 .card-text a {
	color: #2da77d;
	font-family: Montserrat;
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	line-height: 24px;
	text-decoration-line: underline;
}
.slider-arrow .card {
	width: 280px;
	height: 266px;
	flex-shrink: 0;
	border-radius: 8px;
	background: #fff;
	box-shadow: 0px 3px 14px 3px rgba(0, 0, 0, 0.12);
	padding: 20px 5px;
	margin: 2px 20px;
}
.slider-arrow .card-text p {
	text-align: center;
	padding: 0 5px;
}
.card {
	border-radius: 8px;
	background: #fff;
	box-shadow: 0px 3px 8px 3px rgba(0, 0, 0, 0.12);
	scroll-snap-align: start;
	width: 270px;
	height: 418px;
	margin: 1px 5px 3px;
}
.banner2 {
	width: 100%;
	margin-top: 67px;
	height: 600px;
}
.card-content {
	padding: 10px 20px;
	width: 100%;
	margin: 5px 0px;
}

.card-title {
	padding: 10px 0px;
	margin: 5px 0px;
}

.card-text {
	width: 238px;
}

.card-header img {
	max-width: 100%;
}

.card-body {
	margin-bottom: 20px;
}
.slick-dots {
	position: absolute;
	bottom: -48px;
	list-style: none;
	text-align: center;
	padding: 0;
	margin: 0;
	width: 100%;
}

.slick-dots li {
	display: inline-block;
	margin: 0 5px;
}

.slick-dots li button {
	font-size: 0;
	line-height: 0;
	display: block;
	width: 10px;
	height: 10px;
	padding: 5px;
	cursor: pointer;
	color: transparent;
	border: 2px solid #2da77d;
	outline: none;
	background: #bbf1de;
	border-radius: 50%;
}

.slick-dots li.slick-active button {
	background: #2da77d;
}

.slick-prev,
.slick-next {
	z-index: 1;
	line-height: 1;
	background: transparent;
	border: none;
	outline: none;
	cursor: pointer;
	position: absolute;
	top: 50%;
	width: 20px;
	height: 20px;
	transform: translateY(-50%);
}
.slider-arrow .slick-slide {
	width: 290px !important;
}

.slick-prev {
	left: -39px;
}

.slick-next {
	right: -50px;
}
.inner-heading {
	font-family: "Montserrat";
	text-align: center;
	padding: 10px 0px;
	color: #142958;
	font-size: 32px;
	font-style: normal;
	font-weight: 600;
	line-height: 38.4px;
	text-transform: capitalize;
}
.inner-para {
	color: #767676;
	font-family: "Montserrat";
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	line-height: 24px;
}
.text-center {
	text-align: center;
	padding: 10px 0px 20px;
	margin: 0px 0px 20px;
}
.verandapartner {
	margin: auto;
	max-width: 1280px;
	padding: 0px 60px;
	width: 80%;
}

.sub-heading {
	color: #142958;
	font-family: "Montserrat";
	font-size: 24px;
	font-style: normal;
	font-weight: 600;
	line-height: 32px;
	text-transform: capitalize;
}
.new_brand_header {
	margin: 5% auto 2%;

	width: 100%;
}
.slick-dots {
	bottom: -32px;
}
.bvm-global h2 {
	text-align: left;
}
.bvm-global h3 {
	text-align: left;
	padding: 20px 0px;
}
.bvm-global p {
	text-align: left;
	padding: 0px 0px 30px;
}
.disclaimer {
	background-color: #f3faf7;
	padding: 8px 20px;
	width: fit-content;
	margin: 2% auto;
	text-align: left;
	width: 90%;
}
.inner-para a {
	text-decoration: underline;
	color: #2da77d;
}

.bvm-global .btn1 {
	color: #fff;
	border: none;
	outline: none;
	justify-content: center;
	align-items: center;
	border-radius: 6px;
	background: #2da77d;
	box-shadow: 0px 4px 15px 0px rgba(45, 167, 125, 0.2);
	width: 100%;
	cursor: pointer;
}

.banner-new {
	position: relative;
}
.bvm-global {
	position: absolute;
	top: 20%;
	left: 10%;
	padding: 16px;
	background-color: #fff;
	border-radius: 8px;
	width: 374px;
	height: 484px;
}

.border-bottom {
	border-bottom: 1px solid #d9d9d9;
	width: 60%;
	margin: 0 auto;
}
img,
svg {
	vertical-align: middle;
}

.my-slider {
	display: flex;
	overflow-x: auto;
	scroll-snap-type: x mandatory;
}
.lastsflex {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
}

.privilege_container {
	max-width: 1280px;
	width: 95%;
	margin: 0px auto 20px;
}

.lastsflex img {
	background-color: #2da77d;
	padding: 11px 6px;
	border-radius: 6px 22px 6px 6px;
}

.banner-buttons {
	display: flex;
	justify-content: center;
	flex-direction: row;
	align-content: center;
	align-items: center;
	gap: 14px;
}

/* Modal styles */
body.modal-open {
	overflow: hidden;
}
.modal .btn1 {
	width: 95%;
}
.modal p {
	width: 95%;
}

.modal {
	display: none;
	position: fixed;
	z-index: 1;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: rgb(0, 0, 0);
	background-color: rgba(0, 0, 0, 0.4);
}
.modal-scroll {
	overflow-y: auto;
	height: 220px;
}

.modal-scroll::-webkit-scrollbar {
	width: 8px;
}

.modal-scroll ::-webkit-scrollbar-thumb {
	background-color: #2da77d;
	border-radius: 10px;
}

.modal-scroll::-webkit-scrollbar-track {
	background-color: #2da77d;
	border-radius: 10px;
}

::-webkit-scrollbar-thumb {
	background-color: #fff;
	border: 2px solid #2da77d;
	width: 5px;
	border-radius: 10px;
}

.modal-content {
	background-color: #fefefe;
	margin: 15% auto;
	padding: 20px;
	border: 1px solid #888;
	width: 80%;
}

.close {
	color: #aaa;
	float: right;
	font-size: 28px;
	font-weight: bold;
}

.close:hover,
.close:focus {
	color: black;
	text-decoration: none;
	cursor: pointer;
}

@media (max-width: 768px) {
	.title {
		padding-right: 0px;
	}
	.verandapartner {
		margin: auto;
		max-width: 1280px;
		padding: 0px 10px;
		width: 100%;
	}
	.slick-next {
		right: -30px;
	}
	.new_header1 {
		margin-top: 12%;
	}
	.desktopbanner {
		display: none;
	}
	.mobilebanner {
		display: block;
	}

	.background-container {
		height: 568px;
	}
	.front-container {
		top: 5%;
	}
	.invitation-link-btn {
		text-align: center;
	}

	.wrapper {
		width: 100%;
		margin: auto;
		padding: 20px;
		cursor: pointer;
	}
	.slick-prev {
		left: -29px;
	}

	.Banner img {
		height: 500px;
	}
	.bvm-global {
		position: absolute;
		top: 20%;
		left: 5%;
		padding: 16px;
		background-color: #fff;
		border-radius: 8px;
		width: 90%;
		height: 440px;
	}
	.banner2 {
		height: 508px;
	}

	.banner-buttons {
		flex-direction: column;
		gap: 10px;
	}
	.new_brand {
		width: 90%;
		margin: 20px auto 60px;
	}

	.description {
		width: 100%;
		top: 42%;
	}
	.description .title {
		font-size: 18px;
	}
	.btn1,
	.btn2 {
		width: 95%;
		font-size: 14px;
		cursor: pointer;
	}
}

@media (max-width: 500px) {
	.slider-3 .wrapper {
		padding: 20px 0px 48px 20px;
	}
	.slider-arrow .wrapper {
		padding: 40px 5px;
	}
	.slick-next {
		right: -2px;
	}
	.slick-prev {
		left: -5px;
	}

	.Banner img {
		height: 510px;
	}
	.desktopbanner {
		display: none;
	}
	.mobilebanner {
		display: block;
	}
	.new_brand_header {
		margin: 16% auto 2%;
		width: 100%;
	}

	.invitation-link-btn {
		width: 100%;
		margin: 0 0px;
		text-align: center;
	}

	.bvm-global {
		height: 500px;
	}
	.verandapartner .inner-heading {
		font-size: 26px;
	}
	.banner2 {
		height: 600px;
	}

	.slider-arrow .btn1 {
		font-size: 12px;
		cursor: pointer;
	}
	.verandapartner .btn1 {
		font-size: 12px;
		cursor: pointer;
	}
	.front-container {
		top: 0;
	}
	.inner-heading {
		font-size: 26px;
	}
	.background-container {
		display: none;
	}
	.background-container-mobile {
		display: block;
		height: 620px;
	}
}
@media only screen and (min-width: 800px) and (max-width: 1240px) {
	.slick-next {
		right: -34px;
	}

	.invitation-link-btn {
		text-align: center;
	}
	.background-container-mobile {
		display: none;
	}
	.background-container {
		display: block;
		height: 538px;
	}
	.desktopbanner {
		display: block;
		height: 479px;
	}
}
@media (max-width: 394px) {
	.Banner img {
		height: 600px;
	}
	.slick-prev {
		left: 12px;
	}
	.bvm-global {
		height: 528px;
	}
	.banner2 {
		height: 622px;
	}
	.btn2 {
		padding: 11px 13px;
}

.description {
    top: 45%;
}
}