* {
	padding: 0;
	margin: 0;
}

.hidden-section {
	/** Hide SPONSOR SECTION **/
	display: none;
}

body {
	background: #000;
}

.top-header {
	background: #000;
}

li {
	margin: 0.5em 0;
}

.main {
	padding: 0;
}
.topbar-menu ul {
	list-style: none;
	display: flex;
	padding: 0;
	margin-bottom: 0;
	justify-content: left;
}

.topbar-list-one,
.topbar-list-one-mobile,
.topbar-list-two,
.topbar-list-two-mobile {
	padding: 0 10px 0 0;
	text-transform: capitalize;
	border-right: 1px solid #fde2b3;
	margin-right: 10px;
	font-size: 14px;
}

.topbar-menu li:last-child {
	border-right: none;
}

.livechat,
.contact-us {
	cursor: pointer;
	color: #fde2b3;
	font-size: 10px;
}

.livechat:hover,
.contact-us:hover {
	text-decoration: none;
	color: #fde2b3;
	border-bottom: 2px solid #fde2b3;
}

.header-container {
	background: #480202;
	height: 72px;
}

.header-row {
	display: flex;
	justify-content: space-between;
}

.header-ul {
	list-style-type: none;
	display: flex;
	justify-content: space-between;
	margin-bottom: 0;
	padding: 0;
}

.log-container {
	height: 100%;
}

#logButton,
#signButton {
	background: linear-gradient(
		to bottom,
		#f2eab1 0%,
		#f2eab1 50%,
		#a3926a 100%
	);
	padding: 8px 25px;
	border-radius: 15px;
	width: 100%;
	font-size: 12px;
	font-weight: 600;
	cursor: pointer;
	text-decoration: none;
	border: none;
	white-space: nowrap;
}

#logButton:hover,
#signButton:hover {
	background: #ee9a09;
	color: #fff;
}

.logo-container {
	display: flex;
	align-items: center;
	height: 74px;
	padding: 0;
}

.icon-container {
	padding: 0;
}

.icon-container:hover {
	border-bottom: 2px solid #ffe4ac;
}

.image-container {
	display: flex;
	justify-content: center;
	align-items: center;
}

.header-list {
	cursor: pointer;
}

.p-container {
	display: flex;
	justify-content: center;
	align-items: center;
}

.header-p {
	color: #ffe4ac;
	margin-bottom: 0;
	font-size: 13px;
}

.header-p-nav {
	color: #ffe4ac;
	margin-bottom: 0;
	font-size: 13px;
}

.header-p-nav:hover {
	color: #fdc51c;
}

.header-list a:hover {
	text-decoration: none;
	list-style-type: none;
}

.hot-dealer-a {
	display: flex;
	align-items: center;
	justify-content: center;
}

.navbar-toggler {
	padding: 0;
	border: 0;
}

.navbar-toggler:focus {
	outline: none;
	box-shadow: none;
}

/* Add a custom hamburger icon */
.navbar-toggler-icon {
	background-image: url("./assets/1-TopNav-Assets/mobile-icn/3-navBar.png");
	background-size: contain;
}

.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon {
	background-image: url("./assets/1-TopNav-Assets/mobile-icn/close-icn.png");
}

/* Optional: adjust the size of the icon */
.navbar-toggler-icon {
	width: 22px;
	height: 20px;
}

.banner-container {
	padding: 0;
}

.background-two,
.background-three,
.background-four,
.background-five {
	width: 100%;
	height: 400px;
	background-repeat: no-repeat;
	background-size: 100% 100%;
	position: relative;
}

.background-two {
	background-image: url("./assets/casino-lp-banner/revamp-lp-2024-1.jpg");
}

.background-three {
	background-image: url("./assets/casino-lp-banner/revamp-lp-2024-2.jpg");
}

.background-four {
	background-image: url("./assets/casino-lp-banner/revamp-lp-2024-3.jpg");
}

.background-five {
	background-image: url("./assets/casino-lp-banner/revamp-lp-2024-4.jpg");
}

.button-main-container {
	position: absolute;
	bottom: 19%;
	left: 33%;
}

#button-claim {
	background: linear-gradient(
		to bottom,
		#e7b846,
		#fff2a4,
		#e7b846,
		#e0bc38,
		#d49922
	);
	border: none;
	color: #181818;
	width: 249px;
	height: 60px;
	border-radius: 113px;
	cursor: pointer;
	font-size: 24px;
	font-weight: bold;
}

#button-claim:active {
	background: linear-gradient(
		to bottom,
		#e7b846,
		#fff2a4,
		#e7b846,
		#e0bc38,
		#d49922
	);
	border: none;
	color: #181818;
}

.mobile-menu {
	background: #212529;
}

.mobile-menu-p {
	font-size: 14px;
	color: #ffe4ac;
	margin: 0;
	white-space: nowrap;
}

.mobile-menu-icon {
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	padding: 0;
}

.mobile-menu-row {
	padding: 5% 0;
}

.dealer-main {
	background: #ab0000;
}

.dealer-title-container {
	margin: 5% 0;
}

.dealer-title {
	font-weight: 500;
	font-size: 19px;
	color: #fdc51c;
	margin: 0;
}

.dealer-image {
	width: 100%;
	height: 100%;
}

.desk-dealer-image {
	width: 100%;
}

.desk-dealer-title {
	font-weight: 500;
	color: #fdc51c;
	margin: 0;
}

.desk-dealer-title-container {
	margin: 2% 0;
}

.desk-image-container {
	display: flex;
	justify-content: center;
	position: relative;
}

.desk-dealer-p-container {
	position: absolute;
	bottom: 1.5%;
}

.desk-p {
	font-size: 13px;
	color: #ffffff;
	margin: 0;
	white-space: nowrap;
}

.desk-image-main {
	margin-bottom: 3%;
}

.why-image {
	height: 100%;
	width: 100%;
}

.why-image-container,
.why-p-title-main {
	padding: 0;
}

.why-title-container {
	margin: 5% 0;
}

.why-title {
	color: #fdc51c;
	margin: 0;
}

.why-p {
	font-size: 13px;
	color: #ffe4ac;
}

.main-why,
.main-reason {
	border-bottom: 2px solid #ffe4ac;
}

.main-reason {
	padding: 0;
}

.reason-row {
	margin-bottom: 4%;
}

.reason-p-container {
	margin: 5% 0;
}

.reason-main-title {
	color: #fdc51c;
	margin: 0;
}

.reason-title-container {
	white-space: nowrap;
}

.reason-title {
	font-size: 13px;
	color: #fdc51c;
	margin: 0;
}

.reason-p {
	font-size: 13px;
	color: #ffe4ac;
}

.welcome-menu {
	padding: 0;
}
.welcome-menu ul {
	list-style: none;
	display: flex;
	justify-content: space-between;
	width: 100%;
	margin-bottom: 0;
	padding: 0;
}

.welcome-menu li:last-child {
	border-right: none;
}

.welcome-list-one,
.welcome-list-two,
.welcome-list-three,
.welcome-list-four,
.welcome-list-five,
.welcome-list-six,
.welcome-list-seven {
	padding: 0 15px 0 0;
	text-transform: capitalize;
	border-right: 1px solid #fde2b3;
	margin-right: 15px;
	white-space: nowrap;
}

.welcome-list-one {
	margin-left: 0;
	padding-left: 0;
}

.welcome-list-seven {
	margin-right: 0;
	padding-right: 0;
}

.welcome-p {
	color: #fdc51c;
	font-size: 13px;
}

.welcome-main-col-desk {
	margin: 4% 0;
	padding: 0;
}

.welcome-p-desk {
	color: #fdc51c;
	font-size: 17px;
}

.welcome-p-desk:hover {
	color: #fdc51c;
	border-bottom: 2px solid #fdc51c;
	text-decoration: none;
}

.welcome-p:hover {
	color: #fdc51c;
}

.accordion-button::after {
	margin-left: 1%;
}

.faq-bg-desk {
	background-image: url("./assets/MobileAssets/7-M-Welcome-Ekings-imgbackground/Original-Image/footer-BG.jpg");
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-size: 100% 100%;
}
.faq-bg {
	background-image: url("./assets/MobileAssets/7-M-Welcome-Ekings-imgbackground/footer-BG-two.png");
	width: 100%;
	height: 100vh;
	background-repeat: no-repeat;
	background-size: 100% 100%;
}

.faq-accord {
	padding: 0;
}

.accordion-button,
.accordion-item,
.accord-but,
.accordion-button:not(.collapsed) {
	background: transparent;
	border: none;
	outline: none;
	box-shadow: none;
}

.dropdown-background {
	background: rgba(18, 18, 18, 1);
}

button:focus:not(:focus-visible) {
	background: transparent;
	border: none;
	outline: none;
	box-shadow: none;
}

.accordion-button:not(.collapsed)::after,
.accordion-button::after {
	display: none;
}

.faq-span {
	margin-left: 1%;
}

#seeArrow,
#seeArrowMobile {
	margin: 0;
}

.accordion-button,
.accordion-button:not(.collapsed) {
	color: #fdc51c;
	padding: 0;
	font-size: 13px;
}

.accordion-body {
	margin-bottom: 1%;
}

.accord-title,
.footer-p-title {
	margin: 0;
	color: #fdc51c;
}

.accord-p-container {
	text-align: justify;
}

.accord-p-child {
	margin: 0;
	font-size: 13px;
	color: #ffe4ac;
	margin-bottom: 1%;
}

.follow-us-main-container,
.license-main-container,
.sponsor-main-container,
.welcome-main-container,
.provider-main-container {
	padding-left: 15px;
	padding-right: 15px;
	padding-bottom: 3%;
	border-bottom: 2px solid #ffe4ac;
}

.accordion-header {
	padding-bottom: 1%;
	border-bottom: 2px solid #ffe4ac;
}

.provider-image-container {
	margin-bottom: 4%;
}

.sponsor-title,
.provider-title,
.license-title,
.follow-us-title,
.footer-title {
	padding-top: 3%;
	margin-bottom: 3%;
}

.follow-us-container {
	display: flex;
	justify-content: start;
}

.footer-title {
	text-align: center;
}

.sponsor-image,
.provider-image,
.license-image,
.follow-us-image {
	cursor: pointer;
	filter: grayscale(100%);
	transition: all 0.3s ease-in-out;
}

.sponsor-image:hover,
.provider-image:hover,
.license-image:hover,
.follow-us-image:hover {
	filter: grayscale(0%);
}

.sponsor-col,
.provider-col,
.license-col,
.follow-us-col {
	cursor: pointer;
}

.sponsor-col:hover img:first-child,
.provider-col:hover img:first-child,
.license-col:hover img:first-child,
.follow-us-col:hover img:first-child {
	opacity: 0;
}

.sponsor-col:hover img:last-child,
.provider-col:hover img:last-child,
.license-col:hover img:last-child,
.follow-us-col:hover img:last-child {
	opacity: 1;
	filter: grayscale(0%);

	animation: fade-in 0.3s ease-in-out;
}

@keyframes fade-in {
	0% {
		opacity: 0;
		transform: translateX(50%);
	}
	100% {
		opacity: 1;
		transform: translateX(0);
	}
}

/******* START  PROVIDER CAROUSEL STYLING   ********/
.carousel-container-desktop {
	padding-top: 3%;
	padding-bottom: 3%;
	border-bottom: 2px solid #ffe4ac;
	padding-left: 3%;
	padding-right: 3%;
}
.provider-carousel-title-mobile {
	padding-top: 3%;
	padding-bottom: 3%;
}
.carousel-container-mobile {
	border-bottom: 2px solid #ffe4ac;
	padding-bottom: 6%;
}
.provider-carousel-title {
	margin-bottom: 28px;
	padding-left: 14px;
	padding-top: 28px;
}
.item {
	padding: 15px 30px;
	aspect-ratio: 2 / 0.8;
	background: #4c4c4c;
	border-radius: 8px;
}
.provider-carousel-image {
	height: 100%;
	width: 100%;
	object-fit: contain;
}
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel button.owl-dot.owl-nav {
	position: absolute;
	left: -14px;
	top: 40%;
	background-color: var(--base-color) !important;
	display: block;
	padding: 0 0.3em !important;
	font-size: 3em;
	margin: 0;
	cursor: pointer;
	color: #fff;
	transform: translate(-50%, -50%);
}

.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-next,
.owl-carousel button.owl-dot.owl-nav {
	position: absolute;
	right: -60px;
	top: 40%;
	background-color: var(--base-color) !important;
	display: block;
	padding: 0 0.3em !important;
	font-size: 3em;
	margin: 0;
	cursor: pointer;
	color: #fff;
	transform: translate(-50%, -50%);
}
.owl-dots {
	display: none;
}

@media (max-width: 992px) {
	.owl-carousel .owl-nav button.owl-prev,
	.owl-carousel .owl-nav button.owl-prev,
	.owl-carousel button.owl-dot.owl-nav {
		left: -24px;
	}
	.owl-carousel .owl-nav button.owl-next,
	.owl-carousel .owl-nav button.owl-next,
	.owl-carousel button.owl-dot.owl-nav {
		right: -66px;
	}
}
/****************/
/* MEDIA QUERIES */
/****************/

@media (min-width: 1600px) {
	#button-claim {
		width: 310px;
		height: 60px;
	}
}

@media (min-width: 1400px) {
	.sponsor-title,
	.license-title,
	.provider-title,
	.follow-us-title {
		padding-left: 0;
	}
}

@media (min-width: 1280px) and (max-width: 1300px) {
	.button-main-container {
		position: absolute;
		bottom: 19%;
		left: 32%;
	}
}

@media (min-width: 1114px) and (max-width: 1279px) {
	.button-main-container {
		position: absolute;
		bottom: 19%;
		left: 30%;
	}
}

@media (max-width: 1113px) {
	#button-claim {
		width: 262px;
		height: 54px;
	}

	.button-main-container {
		position: absolute;
		bottom: 19%;
		left: 28.5%;
	}
}

@media (max-width: 995px) {
	.background-two,
	.background-three,
	.background-four,
	.background-five {
		width: 100%;
		height: 335px;
		background-repeat: no-repeat;
		background-size: 100% 100%;
		position: relative;
	}

	.background-two {
		background-image: url("./assets/casino-lp-banner/revamp-lp-2024-1.jpg");
	}

	.background-three {
		background-image: url("./assets/casino-lp-banner/revamp-lp-2024-2.jpg");
	}

	.background-four {
		background-image: url("./assets/casino-lp-banner/revamp-lp-2024-3.jpg");
	}

	.background-five {
		background-image: url("./assets/casino-lp-banner/revamp-lp-2024-4.jpg");
	}

	.main {
		display: flex;
		justify-content: center;
		align-items: center;
	}

	.logo-mobile {
		height: 35px;
	}

	.main-reason {
		padding: 0 15px;
	}

	.nav-mobile-main {
		margin: 3% 0 1% 0;
	}

	.nav-mobile {
		margin: 1% 0;
	}

	.navbar-toggler {
		padding-left: 0;
		padding-right: 0;
	}
	.header-p-nav {
		font-size: 18px;
	}

	.topbar-list-two-mobile {
		padding: 0;
		margin-right: 0;
	}

	.button-main-container {
		bottom: 17%;
		left: 25.5%;
	}

	#button-claim {
		width: 216px;
		height: 54px;
	}

	.mobile-menubar-icon {
		width: 30%;
		height: 100%;
	}

	.mobile-menu-p {
		font-size: 19px;
	}

	.mobile-menu-p:hover,
	.mobile-a:hover {
		border: none;
	}

	.reason-title,
	.reason-p {
		font-size: 19px;
	}
	.dealer-image-container {
		position: relative;
		margin-bottom: 5%;
	}

	.dealer-p-container {
		position: absolute;
		bottom: 3.5%;
	}

	.dealer-p {
		color: #ffffff;
		margin: 0;
		font-size: 19px;
		white-space: nowrap;
	}

	.dealer-title {
		font-size: 30px;
	}

	.reason-p-container {
		padding: 0 15px;
	}

	.why-p {
		font-size: 18px;
	}

	.welcome-menu ul {
		list-style: none;
		display: flex;
		justify-content: center;
		white-space: nowrap;
		margin-bottom: 0;
	}

	.welcome-menu li:last-child {
		border-right: none;
	}

	.welcome-p {
		color: #fdc51c;
		font-size: 19px;
	}

	.welcome-main-col {
		margin: 5% 0;
	}

	.accord-p {
		font-size: 19px;
		border: unset;
	}

	.accord-p-child {
		font-size: 19px;
	}

	.accord-p-container {
		margin: 0;
		font-size: 19px;
		color: #ffe4ac;
		padding-bottom: 4%;
	}

	.accord-p-container,
	.sponsor-col-mobile,
	.provider-mobile-col,
	.license-mobile-col {
		padding-bottom: 3%;
		border-bottom: 2px solid #ffe4ac;
	}

	.sponsor-div-mobile {
		margin-bottom: 4%;
	}

	.sponsor-title {
		margin: 0;
	}

	.sponsor-col {
		padding-bottom: 4%;
	}

	.footer-p-title {
		font-size: 19px;
	}

	.accordion-button,
	.accordion-button:not(.collapsed) {
		font-size: 19px;
	}

	.accord-p-child {
		margin-bottom: 2%;
	}

	.faq-accord {
		padding: 0 15px;
	}

	.footer-title {
		padding-top: 4%;
		margin-bottom: 4%;
	}

	.dealer-mobile-a {
		display: flex;
		justify-content: center;
	}

	.top-header {
		position: relative;
		top: 0;
		right: 0;
		left: 0;
	}

	.main-nav-container {
		position: relative;
		height: 50px;
	}

	.navbar {
		z-index: 999999;
		position: absolute;
		top: 0;
		left: 0;
		right: 0;
	}

	.header-container {
		position: absolute;
		height: unset;
		padding: 0;
		z-index: 50;
	}

	.navbar-nav {
		background-color: #0d0d0d;
		padding: 8px 16px;
	}

	.log-mob-p,
	.sign-mob-p {
		margin: 0;
		font-size: 19px;
		width: 100%;
	}

	.log-mob-col,
	.sign-mob-col {
		padding: 3% 0;
	}

	.log-mob-col {
		background: #480202;
	}

	.log-a,
	.sign-a {
		text-align: center;
		padding: 3% 0;
	}

	.log-a {
		background: #480202;
	}

	.sign-a {
		background: #ee9a09;
	}
}

@media (max-width: 834px) {
	#button-claim {
		width: 203px;
		height: 54px;
	}
}

@media (max-width: 820px) {
	#button-claim {
		width: 201px;
		height: 54px;
	}
	.mobile-menu-p {
		font-size: 18px;
	}

	.dealer-p {
		font-size: 18px;
	}

	.welcome-p {
		font-size: 18px;
	}

	.reason-title,
	.reason-p {
		font-size: 18px;
	}

	.accordion-button,
	.accordion-button:not(.collapsed) {
		font-size: 18px;
	}

	.accord-p {
		font-size: 18px;
		border: unset;
	}

	.accord-p-child {
		font-size: 18px;
		border: unset;
	}

	.faq-row-mobile {
		padding-left: 15px;
		padding-right: 15px;
	}

	.log-mob-p,
	.sign-mob-p {
		font-size: 18px;
	}
}

@media (max-width: 800px) {
	#button-claim {
		width: 203px;
		height: 54px;
	}
}

@media (max-width: 768px) {
	.button-main-container {
		bottom: 17%;
		left: 25.5%;
	}

	#button-claim {
		width: 197px;
		height: 54px;
	}
}

@media (max-width: 767px) {
	.background-two,
	.background-three,
	.background-four,
	.background-five {
		width: 100%;
		height: 170px;
		background-repeat: no-repeat;
		background-size: 100% 100%;
		position: relative;
	}

	.background-two {
		background-image: url("./assets/casino-lp-banner/revamp-lp-2024-1.jpg");
	}

	.background-three {
		background-image: url("./assets/casino-lp-banner/revamp-lp-2024-2.jpg");
	}

	.background-four {
		background-image: url("./assets/casino-lp-banner/revamp-lp-2024-3.jpg");
	}

	.background-five {
		background-image: url("./assets/casino-lp-banner/revamp-lp-2024-4.jpg");
	}

	.button-main-container {
		left: 25.5%;
	}

	#button-claim {
		background: linear-gradient(
			to bottom,
			#e7b846,
			#fff2a4,
			#e7b846,
			#e0bc38,
			#d49922
		);
		border: none;
		color: #181818;
		width: 141%;
		height: 36px;
		border-radius: 113px;
		cursor: pointer;
		font-size: 15px;
		font-weight: bold;
	}

	.header-p-nav {
		font-size: 14px;
	}

	.mobile-menubar-icon {
		width: unset;
		height: unset;
	}

	.mobile-menu-p {
		font-size: 13px;
	}

	.menu-a:hover {
		text-decoration: none;
	}

	.why-image-container,
	.why-p-title-main {
		padding: 0 15px;
	}

	.why-p {
		font-size: 18px;
	}

	.main-why {
		margin-top: 5%;
	}

	.why-image {
		padding-top: 25%;
		width: 178%;
		height: 100%;
	}

	.why-title {
		color: #fdc51c;
		margin-bottom: 7%;
		font-size: 22px;
		white-space: nowrap;
		font-weight: 500;
	}

	.why-p-container {
		padding-right: 0;
	}

	.why-p {
		color: #ffe4ac;
		font-size: 12px;
	}

	.dealer-title {
		font-size: 20px;
	}

	.dealer-p-container {
		position: absolute;
		bottom: 1.5%;
	}

	.dealer-p {
		font-size: 13px;
	}

	.reason-all-p {
		padding-left: 0;
	}

	.reason-container {
		padding-left: 0;
	}

	.reason-p {
		font-size: 11px;
		line-height: 158%;
	}

	.reason-main-title {
		font-size: 20px;
	}

	.reason-p-container {
		padding: 0 15px;
	}

	.reason-icon {
		width: 100%;
	}
	.welcome-list-one,
	.welcome-list-two,
	.welcome-list-four,
	.welcome-list-five,
	.welcome-list-six,
	.welcome-list-seven {
		padding: 0 16px 0 0;
		text-transform: capitalize;
		border-right: 1px solid #fde2b3;
		margin-right: 16px;
		white-space: nowrap;
	}
	.welcome-list-three,
	.welcome-list-seven {
		margin-right: 0;
		padding-right: 0;
	}

	.welcome-p {
		color: #fdc51c;
		font-size: 11px;
	}

	.accordion-button {
		margin-bottom: 3%;
	}

	.accordion-button:not(.collapsed)::after {
		height: 11px;
		width: 11px;
	}

	.accordion-button::after {
		height: 11px;
		width: 11px;
	}

	.accordion-button,
	.accordion-button:not(.collapsed) {
		font-size: 11px;
	}

	.accord-title {
		font-size: 20px;
	}

	.accord-p {
		font-size: 11px;
		border: unset;
	}

	.accord-p-child {
		font-size: 11px;
		border: unset;
	}

	.accord-p-container {
		margin: 0;
		font-size: 13px;
		color: #ffe4ac;
		padding-bottom: 4%;
	}

	.accord-p-container,
	.sponsor-col-mobile {
		border-bottom: 2px solid #ffe4ac;
	}

	.sponsor-div-mobile {
		margin-bottom: 4%;
	}

	.sponsor-title {
		margin: 0;
	}

	.sponsor-col {
		padding-bottom: 4%;
	}

	.footer-p-title {
		font-size: 11px;
	}

	.faq-row-mobile {
		padding-left: unset;
		padding-right: unset;
	}

	.follow-us-image {
		height: 30px;
	}

	.whs-mobile,
	.fb-mobile,
	.tele-mobile,
	.ig-mobile,
	.yt-mobile {
		padding: 0 0 0 15px;
	}

	.log-mob-p,
	.sign-mob-p {
		font-size: 13px;
	}
}

@media (max-width: 415px) {
	#button-claim {
		width: 144%;
	}

	.button-main-container {
		left: 24.5%;
	}

	.welcome-list-one,
	.welcome-list-two,
	.welcome-list-four,
	.welcome-list-five,
	.welcome-list-six {
		padding: 0 11px 0 0;

		margin-right: 11px;
	}
}

@media (max-width: 412px) {
	.button-main-container {
		left: 25%;
	}
	.welcome-p {
		font-size: 11px;
	}
}

@media (max-width: 393px) {
	#button-claim {
		width: 136%;
	}

	.button-main-container {
		left: 24.5%;
	}

	.why-image {
		padding-top: 45%;
		width: 178%;
		height: 100%;
	}

	.why-title {
		font-size: 20px;
	}

	.why-p-container {
		padding-right: 0;
	}

	.why-p {
		color: #ffe4ac;
		font-size: 11px;
	}

	.why-image-container {
		padding: 0;
	}

	.welcome-list-one,
	.welcome-list-two,
	.welcome-list-four,
	.welcome-list-five,
	.welcome-list-six {
		padding: 0 12px 0 0;
		text-transform: capitalize;
		border-right: 1px solid #fde2b3;
		margin-right: 12px;
		white-space: nowrap;
	}
}

@media (max-width: 391px) {
	.button-main-container {
		left: 23.5%;
	}

	.welcome-list-one,
	.welcome-list-two,
	.welcome-list-four,
	.welcome-list-five,
	.welcome-list-six {
		padding: 0 7px 0 0;
		margin-right: 7px;
	}
}

@media (max-width: 376px) {
	.button-main-container {
		left: 23.5%;
	}

	.welcome-p {
		font-size: 10px;
	}

	.welcome-list-one,
	.welcome-list-two,
	.welcome-list-four,
	.welcome-list-five,
	.welcome-list-six {
		padding: 0 9px 0 0;
		margin-right: 9px;
	}
}

@media (max-width: 360px) {
	#button-claim {
		width: 146%;
		height: 32px;
		font-size: 14px;
	}

	.button-main-container {
		left: 23%;
	}

	.welcome-list-one,
	.welcome-list-two,
	.welcome-list-four,
	.welcome-list-five,
	.welcome-list-six {
		padding: 0 5px 0 0;

		margin-right: 5px;
	}

	.welcome-p {
		font-size: 10px;
	}
}

@media (max-width: 320px) {
	.background-two,
	.background-three,
	.background-four,
	.background-five {
		height: 150px;
	}

	.button-main-container {
		left: 22%;
	}

	#button-claim {
		width: 152%;
		height: 29px;
		font-size: 12.5px;
	}

	.dealer-p-container {
		position: absolute;
		bottom: 1.5%;
	}

	.dealer-p {
		color: #ffffff;
		margin: 0;
		font-size: 12px;
		white-space: nowrap;
	}

	.mobile-menu-p {
		font-size: 12px;
		color: #ffe4ac;
		margin: 0;
		white-space: nowrap;
	}

	.reason-all-p {
		padding-left: 0;
	}

	.reason-container {
		padding-left: 0;
	}

	.reason-p {
		font-size: 10px;
		line-height: 158%;
	}

	.reason-p-container {
		padding: 0 15px;
	}

	.welcome-list-one,
	.welcome-list-two,
	.welcome-list-three,
	.welcome-list-four,
	.welcome-list-five,
	.welcome-list-six,
	.welcome-list-seven {
		padding: 0 5px 0 0;
		text-transform: capitalize;
		border-right: 1px solid #fde2b3;
		margin-right: 5px;
		white-space: nowrap;
	}

	.welcome-list-three,
	.welcome-list-seven {
		margin-right: 0;
		padding-right: 0;
	}

	.welcome-p {
		color: #fdc51c;
		font-size: 9px;
	}

	.accord-p {
		font-size: 10px;
	}
	.accord-p-child {
		font-size: 10px;
	}

	.why-p {
		font-size: 10px;
	}
}

.loader {
	display: none;
	width: 100%;
	height: 100%;
}

#iframe-container {
	height: 560px;
}

#iframe-container::-webkit-scrollbar {
	width: 8px;
	height: 8px;
}

.iframe-container::-webkit-scrollbar-thumb {
	background-color: rgba(
		187,
		187,
		187,
		0.5
	); /* Color of the scrollbar thumb */
	border-radius: 4px; /* Rounded corners */
}

.iframe-container::-webkit-scrollbar-thumb:hover {
	background-color: rgba(0, 0, 0, 0.8); /* Darker color on hover */
}

#signupIframe {
	display: none;
}

#signupModal .modal-body {
	border-radius: 8px;
}

#signupModal .modal-content {
	padding: 14px;
	background-color: rgba(18, 18, 18, 1) !important;
	border: none !important;
}

#signupModal .close {
	position: absolute;
	right: 0;
	top: 5px;
	z-index: 1;
	background: transparent;
	border: none;
	font-size: 2em;
	line-height: 0;
	padding: 10px;
}
