@font-face {
	font-family: 'Inter';
	src: url('../fonts/Inter_Regular.woff2') format('woff2');
	font-weight: 400;
	font-style: normal;
}

@font-face {
	font-family: 'Inter';
	src: url('../fonts/Inter_Medium.woff2') format('woff2');
	font-weight: 500;
	font-style: normal;
}

@font-face {
	font-family: 'Inter';
	src: url('../fonts/Inter_SemiBold.woff2') format('woff2');
	font-weight: 600;
	font-style: normal;
}

@font-face {
	font-family: 'Inter';
	src: url('../fonts/Inter_Bold.woff2') format('woff2');
	font-weight: 700;
	font-style: normal;
}

:root {
	--bg-color: #ffffff;
	--text-color: #000000;
}

.megaMenuToggle {
	display: none !important;
}

/* Use Inter throughout the site */

body {
	font-family: 'Inter', sans-serif !important;
	margin: 0;
	padding: 0;
	font-weight: 500;
	font-style: normal;

}

p {
	margin-bottom: 0px !important;
}

a {
	text-decoration: none !important;
	cursor: pointer !important;
}

.theme-color{
	color: #2C92F2 !important;
}

.width-fit {
	width: fit-content;
}

#themeIcon {
	width: 100%;
	max-width: 36px;
	height: auto;
}

.mobile-switch-toggle {
	display: none !important;
}

.desktop-switcher {
	display: block;
}

.light-theme header .container {
	border-radius: 50px;
	border: 1px solid #0000001F;
	gap: 30px;
	background-color: #fff;
}

#navbarNav .menu-list {
	gap: 40px;
}

#navbarNav .menu-list button,
#navbarNav .menu-list .nav-link {
	font-weight: 500;
	font-size: 14px;
}

header .nav-item .login {
	border: 1px solid #D5D7DA;
	background-color: #fff;
	color: #414651;
	padding: 8px 10px 8px 10px;
	border-radius: 8px;
	font-size: 14px;
	font-weight: 600;
}

header .nav-item .sign-up {
	border: 1px solid #0D6EC9;
	background-color: #2C92F2;
	color: #fff;
	padding: 8px 10px 8px 10px;
	border-radius: 8px;
	font-size: 14px;
	font-weight: 600;
}

.noselect {
	display: flex;
	flex-direction: column;
	gap: 10px;
	align-items: center;
}

.navbar-brand img {
	width: 100%;
	max-width: 260px;
	/* width: 260px; */
	height: auto !important;
}

.dropdown-toggle {
	position: relative;
}

.dropdown-toggle::after {
	background-image: url(../images/dropdown-Icon.png) !important;
	background-repeat: no-repeat;
	background-size: cover;
	width: 100%;
	max-width: 10px;
	height: 6px;
	background-position: top;
	border: none !important;
	transform: rotate(0deg);
	top: 9px;
	position: absolute;
}

ul.dropdown-menu.show {
	width: 100%;
	min-width: 250px !important;
	padding: 0px;
	border-radius: 0px;
}

.dropdown-menu.show .dropdown-item {
	padding: 10px 20px;
	font-weight: 600;
	font-size: 14px;
}

.dropdown-menu.show .dropdown-item:active,
.dropdown-menu.show .dropdown-item:hover {
	background: #2c92f2;
	padding: 10px 20px;
	color: #fff;
}

.hover-slide {
	position: relative;
	overflow: hidden;
	padding: 10px 24px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	border-radius: 25px;
	font-size: 16px;
}

.slide-content {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	width: 100%;
	transition: all 0.3s ease;
}

.slide-text {
	transition: transform 0.3s ease;
	color: #fff !important;
}

.login .slide-text {
	color: #414651 !important;
}

.light-theme .login:hover .slide-text {
	color: #414651 !important;
}

.arrow-wrapper {
	transition: transform 0.3s ease, opacity 0.3s ease;
	transform: translateX(-10px);
	opacity: 0;
	display: inline-block;
}

.arrow-icon {
	width: 24px;
	height: 24px;
}

.hover-slide:hover .slide-text {
	transform: translateX(0px);
	color: #fff !important;
}

.hover-slide .slide-text {
	transform: translateX(12px);
}

.hover-slide:hover .arrow-wrapper {
	transform: translateX(4px);
	opacity: 1;
}


.list-dropdown .show.dropdown-toggle::after {
	transform: rotate(180deg);
}

.Hero-Section {
	padding-top: 140px;
	background-image: url(../images/herobg.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	height: 100%;
	margin-top: -100px;

}

.dark-theme .Hero-Section {
	background-image: var(--bg-image);


}

.dark-theme {
	background-color: #000 !important;
}

.Hero-Section .badge {
	border: 1px solid #8CC4F8;
	background-color: #F1F8FE;
	color: #0D6EC9;
	border-radius: 50px;
	padding: 5px 6px;
	font-size: 14px;
	font-weight: 500;
	width: 100%;
	max-width: fit-content;
	text-decoration: none;
}

.Hero-Section .badge:hover {

	background-color: #E2F0FD;
}

.Hero-Section p.feature {
	background: #fff;
	border: 1px solid #C5E1FB;
	padding: 4px 10px;
	border-radius: 50px;
	color: #0D6EC9 !important;
	font-size: 14px;
	line-height: 16px;
}

.Hero-Section h1 {
	font-size: 60px;
	line-height: 72px;
	margin-bottom: 24px;
	color: #000000;
	font-weight: 600;
	width: 100%;

}

.typing-animation {
	font-size: 2.5rem;
	font-weight: bold;
	white-space: nowrap;
	display: inline-block;
	overflow: hidden;
}

.typing-animation span {
	display: inline-block;
	opacity: 0;
	transform: translateY(20px);
	animation: bounceIn 0.4s ease-out forwards;
}

.w-600 {
	max-width: 600px !important;
}

@keyframes bounceIn {
	0% {
		transform: translateY(20px);
		opacity: 0;
	}

	50% {
		transform: translateY(-10px);
		opacity: 1;
	}

	100% {
		transform: translateY(0);
		opacity: 1;
	}
}

/* new: fade-out before restart */
.fade-out {
	animation: fadeOut 0.8s ease-in forwards;
}

@keyframes fadeOut {
	to {
		opacity: 0;
		transform: translateY(-5px);
	}
}



.Hero-Section p,
.policy-count-list {
	font-size: 20px;
	line-height: 30px;
	color: #535862;
	font-weight: 500;
}

.getStarted-button,
.getStarted-button:hover {
	background-color: #0D6EC9;
	color: #fff;
	border: 2px solid #0D6EC9;
	font-size: 16px;
	padding: 10px 10px 10px 10px !important;
	text-decoration: none;
	border-radius: 8px;
	text-align: center;
	display: flex;
	justify-content: center;
	align-items: center;
	width: fit-content;

}

.getStarted-button img {
	opacity: 0;
	transform: translateX(-10px);
	transition: all 0.3s ease;

}

.getStarted-button:hover img {
	opacity: 1;
	transform: translateX(0px);
	transition: all 0.3s ease;
}

.secondry-btn {
	background-color: #fff;
	border: 2px solid #D5D7DA;
	padding: 10px 24px;
	text-decoration: none;
	border-radius: 8px;
}

.secondry-btn:hover {
	background-color: #0D6EC9;

	border: 2px solid #0D6EC9;
}

.secondry-btn:hover span {
	color: #fff !important;
}

.Hero-Section .secondry-btn span {
	font-size: 16px;
	color: #414651 !important;
}

.light-theme .Hero-Section .secondry-btn:hover span {
	color: #fff !important;
}

.marquee-container {
	overflow: hidden;
	white-space: nowrap;
	width: 100%;
	padding: 20px 0;
}

.marquee {
	display: inline-block;
	animation: marquee 20s linear infinite;
	min-width: max-content;
}

.marquee h2 {
	font-size: 72px;
	color: #1111 !important;
	text-transform: uppercase;
	letter-spacing: 2px;
	font-weight: bold;
}

/* Marquee Animation */
@keyframes marquee {
	0% {
		transform: translateX(10%);
	}

	100% {
		transform: translateX(-100%);
	}
}

.Market-Features {
	padding: 80px 0px 30px;
}

.market-mobile-container {
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: space-around;
	width: 100%;
	margin-top: 40px;
	margin-bottom: 50px;
}

.Market-Features-heading {
	width: 100%;
	max-width: 800px;
	margin: 0 auto;
}

.Market-Features-heading h2,
.how-to-do-cfd h2 {
	font-size: 36px;
	line-height: 50px;
	color: #000;
	font-weight: 600;
}

.how-to-do-cfd h2 {
	max-width: 223px;
}

.mobile-mockup-img {
	max-width: 450px !important;
}

.How-do-CFD .row .col-md-6:nth-child(3) .cfd-icon-heading,
.How-do-CFD .row .col-md-6:nth-child(4) .cfd-icon-heading {
	border-bottom: 0px;
}

.responsive-row .leverage {
	top: 30%;
}

.Market-Features-heading p {
	color: #535862;
	font-size: 16px;
	font-weight: 400 !important;
}

.left-box,
.right-box {
	background-color: #2C92F2;
	border: 2px solid #fff;
}

.left-box h3,
.right-box h3,
.left-box p,
.right-box p {
	color: #fff !important;
}

.dynamic .Market-Features-heading p,
.how-to-do-cfd p {
	font-size: 20px;
	color: #000;
	font-weight: 400;
}

.leftSection-market-container p {
	font-size: 16px;
	color: #000;
	font-weight: 400 !important;
	text-align: center;
	margin-bottom: 0px;

}

.left-section1 {
	display: flex;
	flex-direction: column;
	gap: 60px;
}

.leftSection-market-container {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 13px;
	width: 362px;
	margin-bottom: 90px;
}

.dynamic .purple-gradient-box .Animal-phone-img {
	max-width: 330px;
}

.Animal-phone-img {
	object-fit: contain;
	transition: transform 0.3s ease;
	max-width: 400px;
}

.Animal-phone-img:hover {
	transform: scale(1.1);
	overflow-y: hidden;
	overflow-x: hidden;
}

.market-mobile-middle-section .Animal-phone-img {
	max-width: 420px;
}

.range-container {
	background: linear-gradient(90deg, #6227c9 0%, #2c2a76 100%);
	color: #ffffff !important;
	text-align: center;
	padding: 5px 20px;
	overflow-y: hidden;
	border-radius: 45px;
}

.leftSection-market-container h2 {
	font-size: 20px;
	font-weight: 600;
	margin-bottom: 0px;
	color: #000000;
}

.left-para {
	font-size: 16px;
	line-height: 24px;
	text-align: center;
	color: #000000;
}

.firstImageContainer {
	background: linear-gradient(to right,
			#2c2a76,
			#838ed5,
			#6761b4,
			#443c99);
	width: 1173px;
	height: 492px;
	border-radius: 24px;
	overflow: hidden;
}

.dynamic {
	background-image: url(../images/Rectangle-1.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	padding: 70px 0px;
}

.purple-gradient-box {
	background: linear-gradient(88.73deg, #2C2A76 25.57%, #838ED5 52.93%, #6761B4 75.65%, #443C99 98.87%);
	border-radius: 24px;
	padding: 70px 50px 0px 50px;
}

.purple-gradient-box h5 {
	color: #fff;
	font-size: 20px;
	line-height: 30px;
	margin-bottom: 20px;
}

.purple-gradient-box p {
	font-size: 16px;
	line-height: 28px;
	color: #fff;
	font-weight: 400;
}

.gradient-img .Animal-phone-img {
	height: 230px;
}

.secondImage .fox-img .Animal-phone-img {
	max-width: 350px !important;
}

.secondImage .Animal-phone-img {
	max-width: 450px !important;
}

.secondImage .gradientbox-content {
	width: 100%;
	max-width: 445px;
	text-align: center;
	margin: 0 auto;
}

.dynamic .purple-gradient-box .feature-card-content {
	width: 100%;
	max-width: 220px;
}

.dynamic .purple-gradient-box .feature-card-content h5 {
	height: 60px;
}

.icon-bg {
	background: #fff;
	border-radius: 50px;
	width: max-content !important;
	padding: 15px;
	position: relative;
	display: inline-block;
	transition: background 0.3s ease;
	min-width: 71px;
	height: auto;
	min-height: 70px;
}

.circle-icon {
	width: 40px;
	/* adjust as needed */
	height: 40px;
	transition: opacity 0.3s ease;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.hover-icon {
	opacity: 0;
}

.icon-bg:hover {
	background: #6227C9;
}

.icon-bg:hover .default-icon {
	opacity: 0;
}

.icon-bg:hover .hover-icon {
	opacity: 1;
}


.account-card {
	border-radius: 12px;
	padding: 25px;
	height: 100%;
	background-color: #fff;
	box-shadow: rgb(100 100 111 / 13%) 0px 3px 20px 0px;
	transition: 0.3s;
}

.account-card:hover {
	box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
}

.compare-accounts .account-title {
	font-weight: 600;
	font-size: 24px !important;
	color: #2C92F2 !important;
}

.account-card p {
	color: #535862 !important;
	font-size: 16px !important;
	line-height: 24px;
	font-weight: 400 !important;
}

.account-card h6 {
	font-size: 16px;
	font-weight: 600;
	line-height: 24px;
	margin: 45px 0px 15px 0px;
	text-transform: uppercase;
	color: #181D27 !important;
}

.account-card ul li {
	display: flex;
	gap: 12px;
	align-items: flex-start;
	color: #535862 !important;
	font-weight: 400;
	font-size: 16px;
}

.account-card h6 {
	position: relative;
}

.account-card h6::before {
	content: '';
	position: absolute;
	width: 100%;
	border: 1px dashed #f3f2f2;
	top: -20px;
}

.account-card ul li img {
	margin-top: 4px;
}

.gif img {
	width: 32px;
	height: 32px;
}

.feature-icon {
	color: #0d6efd;
}

.btn-custom {
	background-color: #0d6efd;
	color: white;
	border-radius: 8px;
	padding: 10px 25px;
	font-weight: 500;
}

.btn-custom:hover {
	background-color: #0b5ed7;
}

.account-btn {
	width: 100%;
	max-width: 230px;
}

.account-btn .getStarted-button {
	padding: 12px 29px;
}

.pricing {
	padding: 60px 0px;
}

.pricing .pricing-heading {
	width: 50%;
}

.pricing h3 {
	font-size: 36px;
	font-weight: 600;
	color: #000;
	line-height: 44px;
}

.pricing .account-card .account-title {
	font-display: 24px;
	color: #2C92F2;
	font-weight: 600;
	line-height: normal;
}

.pricing p {
	font-size: 20px;
	font-weight: 400;
	color: #000;
	line-height: 26px;
}

.trade-txt h4 {
	font-size: 40px;
	line-height: normal;
	font-weight: 600;
	color: #fff;
}

.follow-us a img {
	width: 24px;
	height: 24px;
}

.follow-us h6 {
	font-size: 16px;
	line-height: normal;
}

.trade-txt h4 .wonga-txt {
	font-size: 48px !important;
	font-weight: 600;
}

.trade-txt h5 {
	font-size: 32px;
	line-height: 40px;
}

.trade-txt p,
.funding h5 {
	font-size: 20px;
	font-weight: 500;
}

.funding-imges img {
	width: 100%;
	max-width: 60px;
	height: auto;
}

.wongafox-image img {
	max-width: 450px;
	height: auto;
}

.orange-gradient-box h5,
.pink-gradient-box h5,
.trading-purple-gradient h5,
.voilet-gradient-box h5,
.sky-gradient-box h5 {
	font-size: 20px;
	font-weight: 600;
	line-height: 30px;
}

.orange-gradient-box p,
.pink-gradient-box p,
.trading-purple-gradient p,
.voilet-gradient-box p,
.sky-gradient-box p {
	font-size: 16px;
	font-weight: 400 !important;
	line-height: 28px;
}

.orange-gradient-box,
.pink-gradient-box,
.trading-purple-gradient,
.voilet-gradient-box,
.sky-gradient-box {
	padding: 32px 24px 0px 24px;
	border-radius: 24px;
	background: linear-gradient(135deg, #4d6ad0, #ff9d7e);
	color: white;
	box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
	transition: transform 0.3s ease;
}

.orange-gradient-box .mockup-img,
.pink-gradient-box .mockup-img {
	height: 100%;
	max-width: 580px;
}

.pink-gradient-box {
	background: linear-gradient(135deg, #7873f5, #ec77ab) !important;
}

.trading-purple-gradient {
	background: linear-gradient(to right, #2c2a76, #838ed5, #6761b4, #443c99) !important;
}

.trading-purple-gradient .Animal-phone-img {
	height: 100%;
	max-height: 290px;
	max-width: 590px;
}

.trading-purple-gradient img.mockup-img.w-100 {
	height: 350px;
}

.voilet-gradient-box .Animal-phone-img,
.sky-gradient-box .Animal-phone-img {
	height: 100%;
	max-height: 310px;
	max-width: 600px;
}

.voilet-gradient-box {
	background: linear-gradient(135deg, #9B23EA, #5F72BD) !important;
}

.sky-gradient-box {
	background: linear-gradient(135deg, #5151E5, #72EDF2) !important;
}

footer a:hover {
	color: #2C92F2 !important;
	text-decoration: underline;
}

footer {
	background-color: #333333;
}

footer h6 {
	font-size: 20px;
	font-weight: 500 !important;

}

footer ul li a {
	font-size: 16px;
	font-weight: 400 !important;

}

footer .Subscribe {
	background-color: #fff;
	border-radius: 50px;
	padding: 10px;
}

footer .Subscribe input {
	border: none !important;
	box-shadow: none !important;
}

footer .Subscribe button {
	background: #000;
	color: #fff;
	border: 1px solid #000;
	border-radius: 50px !important;
}

footer .Subscribe button:hover {
	background-color: #fff;
	border: 1px solid #000;
	color: #000;
}

.footer-language {
	display: none;
}

.financing-broker img {
	max-width: 60px;
	height: auto;
}

.disclaimer-section {

	font-size: 14px;
	line-height: 1.7;
	color: #fff;
	border-top: 1px solid #4a4a4a;
}

.disclaimer-section .disclaimer-list {
	padding-top: 30px !important;
}

.disclaimer-heading {
	font-size: 16px;
	font-weight: 600;
	margin: 0.5rem 0;
	color: #2c92f2;
}

/* Forex Page CSS Start */
.hero-img {
	max-width: 600px !important;
}

.number-boxes {
	border: 1px solid #D5E9FC;
	border-radius: 8px;
}

.number-boxes h3 {
	font-size: 24px;
	line-height: 36px;
	font-weight: 600;
	color: #2C92F2;
	margin-bottom: 0px;
}

.number-boxes p {
	font-size: 16px;
	font-weight: 500;
	color: #000;
	margin-bottom: 0px;
}

.blue-heading {
	color: #0D6EC9;
}

.sub-heading {
	font-size: 36px;
	font-weight: 600;
	line-height: 44px;
	color: #000;
}

.forex-trading-img {
	max-width: 450px;
	height: 100%;
	max-height: 450px;
}

span.trade-no {
	font-size: 36px;
	line-height: 44px;
	color: #6e6e6e;
	margin-top: -30px;
}

.why-trade {
	background-image: url(../images/barbg.png);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	padding: 100px 0px 0px 0px;
}

.trade-boxes-heading h4 {
	font-size: 32px;
	line-height: 44px;
	font-weight: 600;
	color: #000;
	margin-bottom: 12px;
}

.funding-images img {
	width: 100%;
	max-width: 60px;
	height: auto;
}

.trade-boxes-heading p {
	font-size: 16px;
	line-height: 24px;
	font-weight: 400;
	color: #535862;
	text-transform: capitalize;
	margin-bottom: 0px;
}

.trade-five-boxes .trade-icon {
	width: 100%;
	max-width: 40px;
	height: 100%;
	max-height: 40px;
}

.trade-border {
	border-top: 1px solid #d3d3d3;
	padding: 80px 0px;
}

.benefits {
	background-image: url(../images/pink-bg-gradient.png);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: top;
	padding: 100px 0px;
}

.benefits p {
	font-size: 20px;
	line-height: 30px;
	color: #000;
}

.gradient-accordian .accordion-item {
	margin-bottom: 16px;
	border: none;
	border-radius: 8px;
}

.gradient-accordian .accordion-collapse {
	border-radius: 0px 0px 8px 8px;
}

.gradient-accordian .accordion-item:nth-child(1) .accordion-button,
.gradient-accordian .accordion-item:nth-child(1) .accordion-collapse {
	background: linear-gradient(88.73deg, #2C2A76 25.57%, #838ED5 52.93%, #6761B4 75.65%, #443C99 98.87%);
	color: #fff;

}

.gradient-accordian .accordion-item:nth-child(2) .accordion-button,
.gradient-accordian .accordion-item:nth-child(2) .accordion-collapse {
	background: linear-gradient(273deg, #5F72BD, #9B23EA)
}

.gradient-accordian .accordion-item:nth-child(3) .accordion-button,
.gradient-accordian .accordion-item:nth-child(3) .accordion-collapse {
	background: linear-gradient(280deg, #4d6ad0, #ff9d7e);
}

.gradient-accordian .accordion-item:nth-child(4) .accordion-button,
.gradient-accordian .accordion-item:nth-child(4) .accordion-collapse {
	background: linear-gradient(280deg, #009EFD, #2AF598);
}

.gradient-accordian .accordion-item:nth-child(5) .accordion-button,
.gradient-accordian .accordion-item:nth-child(5) .accordion-collapse {
	background: linear-gradient(280deg, #9747FF, #2C92F2);
}

.forex-online .gradient-accordian .accordion-item:nth-child(1) .accordion-button,
.forex-online .gradient-accordian .accordion-item:nth-child(1) .accordion-collapse {
	background: linear-gradient(280deg, #FBC8D4, #9795F0);
}

.forex-online .gradient-accordian .accordion-item:nth-child(2) .accordion-button,
.forex-online .gradient-accordian .accordion-item:nth-child(2) .accordion-collapse {
	background: linear-gradient(280deg, #74EBD5, #9FACE6);
}

.forex-online .gradient-accordian .accordion-item:nth-child(3) .accordion-button,
.forex-online .gradient-accordian .accordion-item:nth-child(3) .accordion-collapse {
	background: linear-gradient(280deg, #FFA4F6, #B7DCFF);
}

.forex-online .gradient-accordian .accordion-item:nth-child(4) .accordion-button,
.forex-online .gradient-accordian .accordion-item:nth-child(4) .accordion-collapse {
	background: linear-gradient(280deg, #EE9AE5, #5961F9);
}

.forex-online .gradient-accordian .accordion-item:nth-child(5) .accordion-button,
.forex-online .gradient-accordian .accordion-item:nth-child(5) .accordion-collapse {
	background: linear-gradient(280deg, #FFD3A5, #FD6585);
}

.forex-online .gradient-accordian .accordion-item:nth-child(6) .accordion-button,
.forex-online .gradient-accordian .accordion-item:nth-child(6) .accordion-collapse {
	background: linear-gradient(280deg, #DCB0ED, #9999CC);
}

.forex-online .gradient-accordian .accordion-item:nth-child(7) .accordion-button,
.forex-online .gradient-accordian .accordion-item:nth-child(7) .accordion-collapse {
	background: linear-gradient(280deg, #FFF1EB, #ACE0F9);
}

.gradient-accordian .accordion-item .accordion-button {
	font-size: 20px;
	line-height: 30px;
	box-shadow: none !important;
	font-weight: 500;
	padding: 20px 24px 20px !important;
	border-radius: 8px 8px 0px 0px;
	color: #fff;

}

.forex-online .gradient-accordian .accordion-item .accordion-button,
.forex-online .gradient-accordian .accordion-item .accordion-body p,
.gradient-accordian .accordion-item .accordion-body ol li {
	color: #000;
}

.gradient-accordian .accordion-item .accordion-body ol {
	display: flex;
	flex-direction: column;
	gap: 10px;
}

.accordion-button.collapsed {
	border-radius: 8px !important;
}

.accordion-body {
	padding: 0px 24px 20px !important;
}

.gradient-accordian .accordion-item .accordion-body p {
	font-size: 16px;
	line-height: 24px;
	font-weight: 400;
	color: #fff;

}

.forex-online {
	padding: 140px 0px 80px;
}

.forex-online .accordion-button:not(.collapsed)::after {
	background-image: url(../images/Currency.svg) !important;
	transform: rotate(0deg);
}

.forex-online .accordion-button::after {
	background-image: url(../images/Currency.svg) !important;
	transform: rotate(90deg);
	font-size: 60px;
	background-size: cover;
	width: 36px !important;
	height: 36px !important;
}

.benfits-accordian .accordion-button:not(.collapsed)::after {
	background-image: url(../images/arrow-outward.svg) !important;
	transform: rotate(0) !important;
}

.benfits-accordian .accordion-button::after {
	background-image: url(../images/arrow-outward.svg) !important;
	transform: rotate(45deg) !important;
	font-size: 60px;
	background-size: cover;
	width: 20px !important;
	height: 20px !important;
}

.dominate {
	padding: 120px 0px 80px;
}

.our-mission {
	padding: 70px 0px 30px;
}

.dominate .Market-Features-heading {
	max-width: 100%;
}

.row .col-md-4:nth-child(1) .dominate-boxes {
	border-radius: 24px;
	background: linear-gradient(135deg, #4d6ad0, #ff9d7e);
	padding: 20px;
}

.row .col-md-4:nth-child(2) .dominate-boxes {
	border-radius: 24px;
	background: linear-gradient(300deg, #72EDF2, #5151E5);
	padding: 20px;
}

.row .col-md-4:nth-child(3) .dominate-boxes {
	border-radius: 24px;
	background: linear-gradient(5deg, #9B23EA, #5F72BD);
	padding: 20px;
}

.row .col-md-4:nth-child(4) .dominate-boxes {
	border-radius: 24px;
	background: linear-gradient(88.73deg, #2C2A76 25.57%, #838ED5 52.93%, #6761B4 75.65%, #443C99 98.87%);
	padding: 20px;
}

.row .col-md-4:nth-child(5) .dominate-boxes {
	border-radius: 24px;
	background: linear-gradient(135deg, #7873f5, #ec77ab) !important;
	padding: 20px;
}

.row .col-md-4:nth-child(6) .dominate-boxes {
	border-radius: 24px;
	background: linear-gradient(135deg, #4d6ad0, #ff9d7e);
	padding: 20px;
}

.row .col-md-4:nth-child(7) .dominate-boxes {
	border-radius: 24px;
	background: linear-gradient(135deg, #4d6ad0, #ff9d7e);
	padding: 20px;
}

.row .col-md-4:nth-child(8) .dominate-boxes {
	border-radius: 24px;
	background: linear-gradient(300deg, #72EDF2, #5151E5);
	padding: 20px;
}

/* and so on... */

.dominate-boxes-heading h4 {
	font-size: 20px;
	color: #fff;
	line-height: 30px;
	font-weight: 500;
	margin-bottom: 15px;
	width: 100%;
	max-width: 250px;
	height: 55px;
}

.dominate-boxes p {
	font-size: 18px;
	color: #fff;
	line-height: 30px;
	font-weight: 400;
}


.dominate-boxes-heading {
	display: flex;
	align-items: start;
	justify-content: space-between;
	gap: 10px;
	margin-bottom: 15px;
}


.dominate-boxes-icon {
	position: relative;
	width: 52px;
	height: 52px;
	flex-shrink: 0;
}

.dominate-boxes-icon img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: auto;
	transition: opacity 0.3s ease;
}

.dominate-boxes-icon .default-icon {
	opacity: 1;
	z-index: 1;
}

.dominate-boxes-icon .hover-icon {
	opacity: 0;
	z-index: 2;
}

.dominate-boxes:hover .default-icon {
	opacity: 0;
}

.dominate-boxes:hover .hover-icon {
	opacity: 1;
}

.dominate .secondry-btn {
	border: 2px solid #0D6EC9 !important;
	padding: 10px 8px 10px 24px;
	;

}

.dominate .secondry-btn span {
	color: #0D6EC9 !important;
}

.dollar-coin {
	width: 100%;
	max-width: 150px;
}

/* Forex Page CSS End */

/* Indices page css start */
.light-theme .trade-section {
	background-color: #fff;
}

.indices-trading-img {
	max-width: 570px;
	height: 100%;
}

.fade-fox {
	background-image: url(../images/fade-fox.png);
	background-repeat: no-repeat;
	background-size: contain;
	background-position: left;
}

.Cryptocurrency-fade-fox {
	background-image: url(../images/fox.png);
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
}

.blue-border {
	border: 1px solid #0D6EC9;
}

.blue-border h3 {
	font-size: 20px;
	line-height: 24px;
	color: #0D6EC9;
	margin-bottom: 10px;

}

.gradient-txt {

	background: -webkit-linear-gradient(#72EDF2, #5151E5);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;

}

.blue-border p {
	color: #0D6EC9;
	line-height: normal;
}

.white-border {
	background-color: #2C92F2;
	border: 1px solid #fff;
}

.white-border h3 {
	font-size: 20px;
	line-height: 24px;
	color: #fff;
	margin-bottom: 10px;
}

.white-border p {
	color: #fff;
	line-height: normal;
}

.cfd-benefits {
	padding: 60px 0px;
	position: relative;
}

.cfd-benefits .sub-heading::before {
	position: absolute;
	content: '';
	background-image: url(../images/dollar-coin.svg);
	background-position: center;
	background-size: contain;
	background-repeat: no-repeat;
	width: 100%;
	height: 100%;
	left: 0;
	top: 40px;
	max-width: 100px;
	max-height: 100px;
}

.How-do-CFD {
	background-image: url(../images/Maskgroup.png);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: top;
	padding: 70px 0px;
}

.benefits-pill {
	background: linear-gradient(88.73deg, #2C2A76 25.57%, #838ED5 52.93%, #6761B4 75.65%, #443C99 98.87%);
	border-radius: 8px;
	padding: 13px 15px 13px 15px;
}

.benefits-pill h5 {
	font-size: 18px;
	line-height: 29px;
	font-weight: 400;
	color: #fff;
	margin-bottom: 0px;
}

.cfd-benefits .col-12:nth-child(2) .benefits-pill {
	background: linear-gradient(170deg, #43CBFF, #9708CC);
}

.cfd-benefits .col-12:nth-child(3) .benefits-pill {
	background: linear-gradient(330deg, #4d6ad0, #ff9d7e);
}

.cfd-benefits .col-12:nth-child(4) .benefits-pill {
	background: linear-gradient(170deg, #009EFD, #2AF598);
}

.cfd-benefits .col-12:nth-child(5) .benefits-pill {
	background: linear-gradient(330deg, #615AF8, #E85495);
}

.cfd-benefits .col-12:nth-child(6) .benefits-pill {
	background: linear-gradient(330deg, #002089, #2C92F2);
}

.cfd-benefits .col-12:nth-child(7) .benefits-pill {
	background: linear-gradient(330deg, #9747FF, #2C92F2);
}

.cfd-icon-heading img {
	width: 100%;
	max-width: 60px;
	height: auto;
}

.cfd-icon-heading h4 {
	font-size: 18px;
	line-height: 30px;
	font-weight: 600;
	color: #000;
}

.cfd-icon-heading {
	border-bottom: 1px solid #e1e1e1;
	padding-bottom: 40px;
	height: 100%;
	align-items: flex-start !important;
}

.responsive-position {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}


@keyframes float {
	0% {
		transform: translateY(0);
	}

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

	100% {
		transform: translateY(0);
	}
}

.float-animation {
	animation: float 3s ease-in-out infinite;
}

/* Indices page css end */


/* compare accounts css */

.compare-accounts .row .col-lg-3:nth-child(2) .account-card,
.compare-accounts .row .col-lg-3:nth-child(4) .account-card,
.account-type .row .col-lg-4:nth-child(2) .account-card,
.account-type .row .col-lg-4:nth-child(5) .account-card {

	background: linear-gradient(120deg, #72EDF2, #5151E5) !important;
}

.compare-accounts .row .col-lg-3:nth-child(2) .account-card .account-title,
.compare-accounts .row .col-lg-3:nth-child(4) .account-card .account-title,
.compare-accounts .row .col-lg-3:nth-child(2) .account-card p,
.compare-accounts .row .col-lg-3:nth-child(4) .account-card p,
.compare-accounts .row .col-lg-3:nth-child(2) .account-card ul li,
.compare-accounts .row .col-lg-3:nth-child(4) .account-card ul li,
.compare-accounts .row .col-lg-3:nth-child(2) .account-card h6,
.compare-accounts .row .col-lg-3:nth-child(4) .account-card h6,
.account-type .row .col-lg-4:nth-child(2) .account-card .account-title,
.account-type .row .col-lg-4:nth-child(4) .account-card .account-title,
.account-type .row .col-lg-4:nth-child(2) .account-card p,
.account-type .row .col-lg-4:nth-child(5) .account-card p,
.account-type .row .col-lg-4:nth-child(2) .account-card ul li,
.account-type .row .col-lg-4:nth-child(5) .account-card ul li,
.account-type .row .col-lg-4:nth-child(2) .account-card h5,
.account-type .row .col-lg-4:nth-child(5) .account-card h5 {
	color: #fff !important;
}

.compare-accounts .row .col-lg-3:nth-child(2) .account-card ul li img,
.compare-accounts .row .col-lg-3:nth-child(4) .account-card ul li img,
.account-type .row .col-lg-4:nth-child(2) .account-card ul li img,
.account-type .row .col-lg-4:nth-child(5) .account-card ul li img {
	margin-top: 4px;
	filter: brightness(0) invert(1);
}

.account-type .row .col-lg-4:nth-child(2) .getStarted-button,
.account-type .row .col-lg-4:nth-child(2) .getStarted-button:hover,
.account-type .row .col-lg-4:nth-child(5) .getStarted-button,
.account-type .row .col-lg-4:nth-child(5) .getStarted-button:hover {
	background-color: #ffffff;
	border: 2px solid #ffff;
}

.account-type .row .col-lg-4:nth-child(2) .getStarted-button:hover img,
.account-type .row .col-lg-4:nth-child(5) .getStarted-button:hover img {
	filter: brightness(0) saturate(100%) invert(30%) sepia(66%) saturate(3821%) hue-rotate(195deg) brightness(95%) contrast(91%);
}

.account-type .row .col-lg-4:nth-child(2) .slide-text,
.account-type .row .col-lg-4:nth-child(5) .slide-text {
	transition: transform 0.3s ease;
	color: #0D6EC9 !important;
}

.compare-accounts .account-card h6 {
	position: relative;
}

.compare-accounts .account-card h6::before {
	content: '';
	position: absolute;
	width: 100%;
	border: 1px dashed #f3f2f2;
	top: 20px;
}

.compare-accounts .account-card ul::before {
	content: none;
}

.compare-accounts .Market-Features-heading {
	margin-bottom: 130px !important;
}

.compare-accounts .account-card h6 {
	margin: 5px 0px 15px 0px !important;
}

.fox-image {
	position: relative;
	height: 0;
	/* optional: collapse vertical space */
}

.compare-accounts .row>.col-md-6:nth-child(1) .fox-image img {
	position: absolute;
	top: -58px;
	left: 50%;
	transform: translateX(-50%);
	z-index: -1;
}

.compare-accounts .row>.col-md-6:nth-child(2) .fox-image img {
	position: absolute;
	top: -56px;
	left: 50%;
}

.compare-accounts .row>.col-md-6:nth-child(3) .fox-image img {
	position: absolute;
	top: -56px;
	left: 50%;
}

.compare-accounts .row>.col-md-6:nth-child(4) .fox-image img {
	position: absolute;
	top: -81px;
	left: 50%;
}

.fox-image img {
	position: absolute;

	transform: translateX(-50%);
	z-index: -1;
}

/* account-type css start */
.equal-height-tab {
	min-height: 100%;
	/* or a fixed height like 100vh if needed */
	display: flex;
	align-items: stretch;
}

.nav-pills,
.tab-content {
	height: 100%;
}

.account-type #v-pills-tab {
	background: linear-gradient(214deg, #2C92F2 25.57%, #2c92f28c 52.93%, #2c92f2ba 75.65%, #087CE9 98.87%);
	border-radius: 20px;
	padding: 56px 20px;
	gap: 30px;
	justify-content: center;

}

.account-type button.nav-link.active {
	background: linear-gradient(90deg, #7873f5, #ec77ab) !important;
	padding: 18px 20px;
	border-radius: 20px;
	font-size: 18px;
	font-weight: 600;


}

.account-card {
	border-radius: 12px;
	padding: 25px 25px 25px 25px;
	height: 100%;
	background-color: #fff;
	box-shadow: rgb(100 100 111 / 13%) 0px 3px 20px 0px;
	transition: 0.3s;
}

.account-type .container:nth-child(1) .row {
	row-gap: 150px;
}

.fancy-ribbon,
.account-type .row .col-lg-4:nth-child(2) .fancy-ribbon,
.account-type .row .col-lg-4:nth-child(3) .fancy-ribbon,
.account-type .row .col-lg-4:nth-child(4) .fancy-ribbon,
.account-type .row .col-lg-4:nth-child(5) .fancy-ribbon {
	background-image: url(../images/ribbon1.svg);
	background-repeat: no-repeat;
	background-size: cover;
	width: 100%;
	height: auto;
	position: absolute;
	top: -13px;
	max-width: 240px;
	left: 50%;
	transform: translateX(-50%);
	/* Center horizontally */
	min-height: 86px;
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
}

.account-type .row .col-lg-4:nth-child(2) .fancy-ribbon {
	background-image: url(../images/ribbon2.svg) !important;
	top: -13px !important;
	max-width: 210px !important;

}

.account-type .row .col-lg-4:nth-child(3) .fancy-ribbon {
	background-image: url(../images/ribbon3.svg) !important;
	top: -13px !important;
	max-width: 210px !important;
}

.account-type .row .col-lg-4:nth-child(4) .fancy-ribbon {
	background-image: url(../images/ribbon4.svg) !important;
	top: -13px !important;
	max-width: 210px !important;
}

.account-type .row .col-lg-4:nth-child(5) .fancy-ribbon {
	background-image: url(../images/ribbon5.svg) !important;
	top: -13px !important;
	max-width: 210px !important;
}

.fancy-ribbon span {
	font-size: 18px;
	font-weight: 600;
	color: #fff;
	line-height: normal;
}

.account-type .account-card ul li h6 {
	margin-bottom: 0px !important;
}

.account-type .account-card ul {
	position: relative;
}

.account-type .account-card ul::after {
	content: '';
	position: absolute;
	width: 100%;
	border: 1px dashed #f3f2f2;
	top: 9px;
	max-width: 100%;
}

.account-type .account-card {
	padding: 100px 25px 25px 25px;
}

.account-type .account-card h5 {
	font-size: 16px;
	font-weight: 600;
	line-height: normal;
}

.account-type .fox-image img {
	position: absolute;
	transform: translateX(-50%);
	z-index: -1;
	top: -90px;
	left: 50%;
}

.account-type .row>.col-md-6:nth-child(1) .fox-image img {
	position: absolute;
	top: -75px;
	left: 51%;
	transform: translateX(-50%);
	z-index: -1;
}

.account-type button.nav-link:hover {
	background-color: #000;
	color: #fff;
}

.account-type button.nav-link.active img,
.account-type button.nav-link:hover img {
	filter: none !important;
}

.account-type button.nav-link img {
	transform: rotate(45deg);
	filter: invert(1);
}

.account-type button.nav-link {
	background-color: #fff;
	color: #000;
	padding: 18px 20px;
	border-radius: 20px;
	font-size: 18px;
	font-weight: 600;
	display: flex;
	justify-content: space-between;
}

div#v-pills-tabContent {
	background: #fff;
	padding: 16px;
	box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
	border-radius: 20px;
}

.account-tab-heading p {
	font-size: 18px;
	line-height: 28px;
	color: #292929;
}

.card-box {
	background: #F7FBFF;
	border: 1px solid #CEE6FC;
	padding: 18px;
	border-radius: 20px;
	height: 100%;
}

.card-headings p {
	font-size: 16px;
	font-weight: 500;
	margin-bottom: 10px !important;
}

.card-headings h4 {
	font-size: 20px;
	color: #2C92F2;
	font-weight: 600;
	margin-bottom: 10px;
}

.dynamic-leverage {
	background: #ffff;
	box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
	border-radius: 12px;
	padding: 38px 30px;
	margin-bottom: 60px;
}

.tourist-fox-img img {
	width: 100%;
	max-width: 120px;
}

.dynamic-leverage thead th {
	padding: 18px 10px !important;
	color: #fff !important;
	font-size: 16px !important;
	font-weight: 600 !important;
	width: 300px !important;
	border-color: #ABD3FA;
}

.dynamic-leverage .gradient-header1 tr th {
	background: linear-gradient(to right, #7873F5, #EC77AB);

}

.dynamic-tables .gradient-header2 th {
	background: linear-gradient(to right, #43CBFF, #9708CC);
}

.dynamic-tables .gradient-header3 th {
	background: linear-gradient(to right, #72EDF2, #5151E5);
}

.dynamic-tables .gradient-header4 th {
	background: linear-gradient(to top, #009EFD, #2AF598);
}

.dynamic-tables .gradient-header5 th {
	background: linear-gradient(214deg, #2C92F2 25.57%, #2c92f28c 52.93%, #2c92f2ba 75.65%, #087CE9 98.87%);
}

.dynamic-tables .gradient-header6 th {
	background: linear-gradient(10deg, #4d6ad0, #ff9d7e);
}

.dynamic-leverage tbody tr th,
.dynamic-leverage tbody tr td {
	vertical-align: middle !important;
	color: #000;
	font-size: 16px !important;
	font-weight: 500;
	padding: 22px 10px;
	border: 1px solid #ABD3FA !important;
	text-align: left;
}

.dynamic-leverage tbody tr th {
	color: #0D6EC9 !important;
}

.deposit-section .accordion-collapse {
	padding: 20px 20px 80px 20px;
}

section.Hero-Section.deposit-page {
	padding-bottom: 50px;
}

section.Hero-Section.deposit-page .forex-online {
	padding: 70px 0px 70px;
}

.deposit-section .accordion-body {
	background-color: #fff;
	border-radius: 20px;
	border: 1px solid #2c92f282;
	padding-top: 30px !important;
}

.deposit-section .accordion-button {
	gap: 30px !important;
}

.deposit-section .gradient-accordian .accordion-item .accordion-button {
	font-size: 24px;

}

.deposit-section .gradient-accordian .accordion-item .accordion-button img {
	width: 100%;
	max-width: 60px;
	height: auto;
}

.deposit-accordian h4 {
	color: #000;
	font-size: 24px;
	font-weight: 600;
	margin-bottom: 0px;
}

.deposit-section .accordion-body table tbody tr,
.deposit-section .accordion-body table thead th,
.deposit-section .accordion-body table thead tr {
	border: none;
}

.deposit-section .accordion-body table tbody th,
.deposit-section .accordion-body table tbody td {
	color: #2C92F2;
	font-weight: 400;
	border: none;
}

.deposit-section .accordion-body table th {
	width: 110px;
}

.deposit-section .accordion-body table thead th {
	font-size: 24px;
	font-weight: 600;
	color: #000;
}

.deposit-section .gradient-accordian .accordion-item:nth-child(1) .accordion-button,
.deposit-section .gradient-accordian .accordion-item:nth-child(1) .accordion-collapse {
	background: linear-gradient(80deg, #FCB69F, #FFECD2);
}

.deposit-section .gradient-accordian .accordion-item:nth-child(2) .accordion-button,
.deposit-section .gradient-accordian .accordion-item:nth-child(2) .accordion-collapse {
	background: linear-gradient(90deg, #FFD1FF, #FAD0C4);
}

.deposit-section .gradient-accordian .accordion-item:nth-child(3) .accordion-button,
.deposit-section .gradient-accordian .accordion-item:nth-child(3) .accordion-collapse {
	background: linear-gradient(90deg, #FED6E3, #A8EDEA);
}

.deposit-section .gradient-accordian .accordion-item:nth-child(4) .accordion-button,
.deposit-section .gradient-accordian .accordion-item:nth-child(4) .accordion-collapse {
	background: linear-gradient(90deg, #E6DEE9, #BDC2E8);
}

.deposit-section .gradient-accordian .accordion-item:nth-child(5) .accordion-button,
.deposit-section .gradient-accordian .accordion-item:nth-child(5) .accordion-collapse {
	background: linear-gradient(90deg, #E6DEE9, #FDCAF1);
}

.deposit-section .gradient-accordian .accordion-item:nth-child(6) .accordion-button,
.deposit-section .gradient-accordian .accordion-item:nth-child(6) .accordion-collapse {
	background: linear-gradient(90deg, #E9DEFA, #FFF6EB);
}

.deposit-section .gradient-accordian .accordion-item:nth-child(7) .accordion-button,
.deposit-section .gradient-accordian .accordion-item:nth-child(7) .accordion-collapse {
	background: linear-gradient(280deg, #FFF1EB, #ACE0F9);
}


/***************WHO-IS-WONGAA-THE-FOX-CSS-START-HERE**********************/
.who-wongaa-fox .gallery-area .gallery-box {
	padding: 0px !important;
}

.who-wongaa-fox .Market-Features-heading p {
	font-size: 20px;
}

/***************WHO-IS-WONGAA-THE-FOX-CSS-END-HERE**********************/





/***************MEDIA-KIT-CSS-START-HERE**********************/
.Primarycolor1 {
	background: linear-gradient(to right, #004C93, #3370A9);
}

.dodger-blue {
	background: linear-gradient(to right, #2C92F2, #56A8F5);
}

.medium-electric-blue {
	background: linear-gradient(to right, #71B6F6, #A3D3FA);
}

.media-kit .section-title {
	text-align: center;
	font-weight: 600;
	font-size: 2rem;
	margin-bottom: 10px;
}

.media-kit .section-title span {
	color: #007bff;
}

.section-desc {
	text-align: center;
	color: #666;
	font-size: 0.95rem;
	margin-bottom: 30px;
}

.media-kit .logo-box {
	background: #fff;
	border: 1px solid #ddd;
	border-radius: 10px;
	overflow: hidden;
	text-align: center;
	padding: 25px;
	height: 250px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.shade-label {
	color: #fff;
}

.media-kit .caption {
	font-size: 0.85rem;
	text-align: center;
	margin-top: 8px;
	color: #333;
}

.media-kit .logo-box.dark {
	background-color: #000;
}

.media-kit .logo-label {
	color: #000;
	padding: 10px 0px;
	text-align: center;
}

.media-kit .info-card {
	padding: 45px;
	background-color: #fff;
	border: 1px solid #00000012;
	border-radius: 20px;
	box-shadow: 0px;
	box-shadow: 0px 4px 13px #00000018;
	text-align: center;
}

.media-kit .regulation-margin .mascot {
	position: absolute;
	top: -138px;
	right: 0px;
	width: 100%;
	height: auto;
	z-index: -1;
	max-width: 170px;
}


.media-kit .mb-6 {
	margin-bottom: 159px !important;
}


.brand-section .section-title {
	font-size: 2rem;
	font-weight: bold;
	text-align: left;
}

.brand-section .section-title span {
	color: #007bff;
}

.brand-section .description {
	font-size: 0.95rem;
	color: #555;
	margin-bottom: 30px;
}

.brand-section .mascot-img {
	max-width: 100%;
	height: auto;
}

.brand-section .color-box {
	border-radius: 15px;
	padding: 0px;
	color: white;
	margin-bottom: 30px;
}

.brand-section .color-title {
	font-weight: bold;
	font-size: 1.1rem;
	font-family: "Urbanist", sans-serif;
	font-size: 16px;
	font-weight: 600;
}

.brand-section .shade-bar div {
	font-size: 0.85rem !important;
	margin-top: 10px;
	line-height: 28px;
	font-size: 14px;
	color: #fff;
	font-family: "Urbanist", sans-serif;
}

.brand-section .shade-bar {
	display: flex;
	margin-top: 15px;
	gap: 0px;
	flex-wrap: wrap;
}

.brand-section .shade {
	flex: 1;
	padding: 10px 0;
	text-align: center;
	color: #000;
	font-size: 0.75rem;
	/* border-radius: 5px; */
	font-weight: 500;
	height: 55px;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff;
	font-size: 14px;
}

.brand-section .color-info-top {
	display: flex;
	justify-content: space-between;
	padding: 25px 25px 25px 25px;
}

.brand-section p {
	font-size: 24px;
	font-weight: 600;
	color: #000;
	margin-bottom: 29px !important;
}

.brand-section p.description {
	font-size: 16px;
	font-weight: 500;
	color: #535862;
	margin-bottom: 29px !important;
}

/***************MEDIA-KIT-CSS-END-HERE**********************/

/***************TRADING-PLATFORM-CSS-START-HERE**********************/
.trading-platform-sectiion .getStarted-button1 {
	background-color: #0D6EC9;
	color: #fff;
	border: 2px solid #0D6EC9;
	font-size: 16px;
	padding: 10px 20px 10px 21px !important;
	text-decoration: none;
	border-radius: 8px;
	text-align: center;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	max-width: 190px;
}

.trading-platform-sectiion .arrow-icon {
	width: 24px;
	height: 24px;
	margin-right: 10px;
	position: relative;
	top: -3px;
}

.trading-platform-accordian {
	padding: 90px 0px;
}

.trading-platform-accordian .Market-Features-heading p {
	color: #000;
}

.trading-platform-accordian .Market-Features-heading {
	width: 100%;
	max-width: 890px;
	margin: 0 auto;
}

.trading-platform-accordian .gradient-accordian .accordion-item:nth-child(2) .accordion-button,
.trading-platform-accordian .gradient-accordian .accordion-item:nth-child(2) .accordion-collapse {
	background: linear-gradient(160deg, #FED6E3, #A8EDEA);
}

.trading-platform-accordian .gradient-accordian .accordion-item:nth-child(3) .accordion-button,
.trading-platform-accordian .gradient-accordian .accordion-item:nth-child(3) .accordion-collapse {
	background: linear-gradient(160deg, #F5C8F5, #DADDFA);
}

.trading-platform-accordian .gradient-accordian .accordion-item:nth-child(4) .accordion-button,
.trading-platform-accordian .gradient-accordian .accordion-item:nth-child(4) .accordion-collapse {
	background: linear-gradient(109deg, #FEAFA8, #F5EFEF);
}

.trading-platform-accordian .gradient-accordian .accordion-item:nth-child(5) .accordion-button,
.trading-platform-accordian .gradient-accordian .accordion-item:nth-child(5) .accordion-collapse {
	background: linear-gradient(109deg, #FECFEF, #FF989C);
}

.trading-platform-accordian .gradient-accordian .accordion-item:nth-child(6) .accordion-button,
.trading-platform-accordian .gradient-accordian .accordion-item:nth-child(6) .accordion-collapse {
	background: linear-gradient(109deg, #FFF1EB, #ACE0F9);
}

.trading-platform-accordian .gradient-accordian .accordion-item:nth-child(7) .accordion-button,
.trading-platform-accordian .gradient-accordian .accordion-item:nth-child(7) .accordion-collapse {
	background: linear-gradient(109deg, #debdf7, #F6F3FF);
}

/***************TRADING-PLATFORM-CSS-START-HERE**********************/



/***************CALCULATOR-CSS-START-HERE**********************/
.calculator-section .step-nav {
	background: linear-gradient(4deg, #2C2A76 25.57%, #838ED5 52.93%, #6761B4 75.65%, #443C99 98.87%);
	border-radius: 15px;
	padding: 26px 15px;
	margin: 34px auto;
	display: flex;
	justify-content: space-around;
	align-items: center;
	width: 95%;
	max-width: 1200px;
	color: white;
	margin-top: 60px;
}

.calculator-section .step-nav .nav-link {
	border-radius: 15px;
	font-weight: 700;
	color: #000;
	border: 1px solid #ffffff00;
	background-color: #fff;
	padding: 15px 16px;
	font-size: 18px;
}

.calculator-section .step-nav .active {
	background: linear-gradient(45deg, #72EDF2, #5151E5);
	color: white;
	border-radius: 15px;
	padding: 10px 20px;
	font-weight: bold;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 10px;
	padding: 15px 16px;
	color: #fff !important;
}

.calculator-section .step-nav #stepTabs {
	gap: 31px;
}


.calculator-section .calculator-box {
	background-color: white;
	border-radius: 15px;
	padding: 30px 30px 30px 30px;
	width: 95%;
	max-width: 1200px;
	margin: 0 auto;
	box-shadow: 0 0 20px rgba(0, 0, 0, 0.05);
}

.calculator-section .calculator-box h3 {
	text-align: center;
	margin-bottom: 30px;
	font-weight: bold;
}

.calculator-section .form-control,
.calculator-section .form-select {
	border-radius: 8px;
}

.calculator-section .result {
	text-align: center;
	font-size: 24px;
	font-weight: bold;
	margin-top: 25px;
	color: #333;
}

.calculator-section .calculate-btn {
	display: block;
	margin: 0 auto;
	margin-top: 20px;
	background-color: #2d7edb;
	border: none;
}

.calculator-section .tab-content {
	position: relative;
}

.calculator-section .cat-img {
	position: absolute;
	top: -78px;
	right: 57px;
	width: 120px;
	height: 120px;
	z-index: 2;
}



.tool-box iframe {
	min-height: 540px;
	width: 100%;
}

.float-up-down {
	display: inline-block;
	animation: float 3s ease-in-out infinite;
	/* optional: adjust position */
	position: relative;
}

@keyframes float {
	0% {
		transform: translateY(0);
	}

	50% {
		transform: translateY(-10px);
		/* moves up */
	}

	100% {
		transform: translateY(0);
		/* back down */
	}
}

.wongaa-fox-img {
	position: absolute;
	left: 0;
	top: 30px;
}

.click-here-text {
	position: absolute;
	left: 50%;
	padding: 0 !important;
	transform: translateX(-50%);
	bottom: -30px;
}

.wongaforex {
	text-decoration: none;
}

.lotie-file {
	position: relative;
	animation: floatArrow 2s ease-in-out infinite;
}

@keyframes floatArrow {
	0% {
		transform: rotate(115deg) translateY(0);
	}

	50% {
		transform: rotate(115deg) translateY(-10px);
		/* moves up */
	}

	100% {
		transform: rotate(115deg) translateY(0);
		/* back to original */
	}
}

.meet-wonga {
	color: #000;
	padding: 0;
	padding-right: 10px;
	padding-left: 75px;
}

.cloud {
	width: 100%;
	max-width: 200px;
	margin-left: 50px;
	margin-right: 20px;
}

.know-more {
	position: absolute;
	left: 0;
	top: 45%;
	max-width: 245px;
	text-align: center;
}

.dark-theme .meet-wonga {
	color: #fff !important;
}

/* Add this in your CSS file or a <style> block */
.pulse {
	display: inline-block;
	animation: pulse 1.5s infinite;
	transition: transform 0.2s;
}

@keyframes pulse {
	0% {
		transform: scale(1);
		opacity: 1;
	}

	50% {
		transform: scale(1.1);
		opacity: 1;
	}

	100% {
		transform: scale(1);
		opacity: 1;
	}
}

.modal.fade .modal-dialog {
	z-index: 999999;
}

.light-theme .language-dropdown .dropdown-menu .dropdown-item:hover {
	color: #ffffff !important;
}

.social-trading-menu {
	position: relative;
}

.social-trading-menu::after {
	content: "NEW";
	position: absolute;
	font-size: 7px;
	background-color: #2c92f2;
	border-radius: 1px;
	padding: 0px 2px;
	right: -23px;
	color: #fff;
	line-height: 140%;
	top: -3px;
	animation: blinkNew 1s infinite;
}



@keyframes blinkNew {

	0%,
	100% {
		opacity: 1;
	}

	50% {
		opacity: 0;
	}
}

.light-theme .breadcrumbs li, .light-theme .breadcrumbs li a{
	color: #535862;
}

.breadcrumbs li, .breadcrumbs li a{
	font-weight: 500;
	transition: all .3s ease-in-out;
}

.breadcrumbs li a:hover{
	color: #2c92f2;
}

.breadcrumbs li a {
    border-bottom: 1px solid #2c92f2;
}
.breadcrumbs li i{
	font-family: 'FontAwesome';
    font-size: 10px;
}


/* policy page css starts here */
.custom-counter {
	list-style-type: decimal;
}

.policy-count-list {
	word-break: break-all;
}

/* landing Popup css starts here */

.modal.fade {
	transition: opacity 0.5s ease;
}

.modal.show {
	opacity: 1;
}

.modal.fade:not(.show) {
	opacity: 0;
}

.landing-popup {
	background-image: url(../images/landing-popup-bg.webp);
	background-repeat: no-repeat;
	background-size: 50%;
	background-position: center center;
	padding: 15px;
	border-radius: 0;
	border: none;
}

.dark-theme .landing-popup {
	background-color: #000000;
}

.landing-popup .modal-header {
	border: 0px !important;
	justify-content: center;
}

.landing-popup .modal-header .popup-main-title {
	text-transform: uppercase;
	font-size: 48px;
	font-weight: 800;
}

.landing-popup .modal-header .btn-close,
.contact-form-popup .contact-close-btn,
.thanks-popup .contact-close-btn {
	position: absolute;
	right: 10px;
	top: 10px;
	opacity: 1;
}

.game-change-sub-title {
	background-color: #1c90cd;
	border-radius: 4px;
	padding: 3px 6px;
	color: #fff;
}

.game-changer-title {
	color: #1c90cd;
	width: 100%;
	font-size: 30px;
	max-width: 290px;
	line-height: 130%;
	font-weight: 600;
}

.round-box-text {
	width: 150px;
	text-align: center;
	height: 150px;
	text-transform: uppercase;
	background-color: #1c90cd;
	color: #fff;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 20px;
	border-radius: 50%;
}

.meet-wongaa .left .desc {
	max-width: 160px;
}

.meet-wongaa .right .blue-text {
	text-align: right;
	font-size: 18px;
	font-weight: 600;
	color: #1c90cd;
	max-width: 142px;
}

.forex-guide .left-text p {
	max-width: 190px;
	font-size: 16px;
	font-weight: 600;
}

.forex-guide .right-text p {
	max-width: 142px;
	text-align: right;
	font-weight: 600;
}

.early-access-text h2 {
	text-align: center;
	padding-top: 55px;
	text-transform: uppercase;
	font-size: 38px;
	font-weight: 800;
	line-height: 120%;
}

.early-access-text .content {
	text-align: center;
	max-width: 360px;
	margin: 0 auto;
	color: #666;
}

.early-access-text .content .blue-color {
	color: #1c90cd;
}

.landing-popup .footer-area .round-text {
	color: #fff;
	background-color: #1c90cd;
	text-align: center;
	max-width: 115px;
	width: 100%;
	height: 115px;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 50%;
	padding: 10px;
	font-weight: 500;
}

.landing-popup .footer-area .footer-text p {
	text-align: right;
	max-width: 120px;
	font-size: 14px;
}

.landing-popup .footer-area .footer-text p span {
	color: #1c90cd;
}

.landing-popup .footer-area .countdown {
	background-color: #1c90cd;
	color: #fff;
	font-size: 18px;
	padding: 8px;
	border-radius: 4px;
}

.landing-popup .footer-area .join {
	margin-top: 23px;
}

.landing-popup .footer-area .join a {
	background-color: #52559c;
	color: #fff;
	font-size: 18px;
	padding: 9px 24px;
	border-radius: 4px;
	transition: all .3s ease-in-out;
}

.landing-popup .footer-area .join a:hover {
	background-color: #1c90cd;
}

/* ---- contact form modal */

.contact-form-popup {
	width: 100%;
	max-width: 700px;
}

.contact-form-popup .form-section {
	background-image: url(../images/wonga-wing.webp);
	background-repeat: no-repeat;
	background-position: center;
	background-size: 90%;
	padding-right: 30px;
}

.contact-form-popup .form-section h5 {
	font-size: 20px;
	font-weight: 600;
	line-height: 120%;
}

.contact-form-popup .form-section form label {
	margin: 0;
}

.contact-form-popup .form-section form input:focus {
	box-shadow: none !important;
}

.contact-form-popup .form-section form button {
	border-radius: 6px;
	background-color: #0D6EC9;
	border: 1px solid #0D6EC9;
	font-size: 13px;
	padding: 6px 24px;
	transition: all .3s ease-in-out;
	display: flex;
}

.contact-form-popup .form-section form button .arrow-icon {
	width: 16px;
	height: 18px;
	/* display: none; */
	visibility: hidden;
	transform: translateX(-10px);
	transition: all .3s ease-in-out;
}

.contact-form-popup .form-section form button .button-text {
	transform: translateX(10px);
	transition: all .3s ease-in-out;
}

.contact-form-popup .form-section form button:hover .button-text {
	transform: translateX(0px);
}

.contact-form-popup .form-section form button:hover .arrow-icon {
	/* display: block; */
	visibility: visible;
	transform: translateX(0px);
}

.contact-form-popup .contact-wongaa {
	position: absolute;
	bottom: 0;
	width: 100%;
	max-width: 80px;
	right: 2px;
}

.contact-popup-form fieldset,
.contact-popup-form fieldset:hover {
	border-color: #0d6ec9 !important;
}

.contact-popup-form input {
	color: #212529;
	-webkit-box-shadow: 0 0 0 100px transparent inset !important;

}

.contact-popup-form input:-internal-autofill-selected {
	background-color: transparent !important;
}

/* Chrome, Safari, Edge autofill */
.contact-popup-form input:-webkit-autofill {
	-webkit-box-shadow: 0 0 0px 1000px rgba(255, 255, 255, 0) inset !important;
	/* or transparent */
	transition: background-color 5000s ease-in-out 0s;
	/* prevents flash */
}

/* Firefox autofill */
.contact-popup-form input:-moz-autofill {
	box-shadow: 0 0 0px 1000px rgba(255, 255, 255, 0) inset !important;
	/* or transparent */
	-moz-text-fill-color: inherit !important;
}



.dark-theme .contact-popup-form input {
	color: #fff !important;
}

/* Thanks popup css */

.thanks-popup .thanks-section {
	padding: 110px 25px !important;
}

.thanks-popup .thanks-section h3 {
	color: #1B90CC;
	font-size: 24px;
	line-height: 130%;
}

.thanks-popup .thanks-section p {
	color: #717680;
}

.dark-theme .landing-popup {
	background-color: #000000;
}

.dark-theme .contact-form-popup .modal-content {
	background: linear-gradient(135deg, #000 0%, #2d1d65 100%);
}

.dark-theme .early-access-text .content,
.dark-theme .contact-form-popup .form-section form label,
.dark-theme .thanks-popup .thanks-section p {
	color: #fff;
}

.dark-theme .landing-popup .modal-header .btn-close,
.dark-theme .contact-form-popup .contact-close-btn,
.dark-theme .thanks-popup .contact-close-btn {
	filter: invert();
}

@media (max-width: 991px) {
	.landing-popup .modal-header .popup-main-title {
		font-size: 40px;
	}

	.game-changer-title {
		font-size: 22px;
	}

	.round-box-text {
		width: 140px;
		height: 140px;
		font-size: 14px;
	}

	.forex-guide .left-text p {
		max-width: 160px;
	}

	.early-access-text h2 {
		font-size: 26px;
	}

	.landing-popup .footer-area .round-text {
		max-width: 100px;
		height: 100px;
	}

	.landing-popup .footer-area .countdown,
	.landing-popup .footer-area .join a {
		font-size: 14px;
	}

	.landing-popup .footer-area .footer-text p {
		max-width: 95px;
	}
}

@media (max-width: 767px) {
	.landing-popup {
		background-image: none;
	}

	.landing-popup .modal-header .popup-main-title {
		font-size: 30px;
	}

	.landing-popup .modal-body .left-wrap {
		text-align: center;
		padding-top: 10px;
	}

	.landing-popup .game-changer-section {
		justify-content: center !important;
		flex-direction: column;
	}

	.meet-wongaa .left .desc {
		max-width: 100%;
		text-align: center;
	}

	.landing-popup .meet-wongaa,
	.landing-popup .forex-guide {
		justify-content: center !important;
	}

	.meet-wongaa .right .blue-text {
		max-width: 100%;
		text-align: center;
		padding-top: 10px;
	}

	.forex-guide .left-text p,
	.forex-guide .right-text p {
		max-width: 100%;
		text-align: left;
	}

	.early-access-text h2 {
		font-size: 22px;
		padding-top: 15px;
	}

	.footer-area {
		flex-direction: column;
		justify-content: center !important;
		gap: 20px;
	}

	.landing-popup .footer-area .footer-text p {
		max-width: 100%;
	}

	.contact-form-popup {
		width: calc(100% - 25px);
		margin: 0 auto;
	}

	.contact-form-popup .form-section {
		padding: 30px 30px 70px 30px;
	}

	.thanks-popup .thanks-section {
		padding: 60px 25px !important;
	}

	.thanks-popup .thanks-section {
		padding: 60px 25px 120px 25px !important;
	}
}

/* Landing popup css ends here */

/* Analytics page css starts */

.dark-theme .instruments__items label,
.dark-theme .instruments__items .no-items {
	color: #fff !important;
}

.filters-bar .search-box {
	background-color: #fff;
}

.light-theme header #navbarNav .menu-list li .dropdown-item {
	color: #212529 !important;
	font-weight: 500;
	font-size: 14px;
}


/* Analytics page css Ends */


@media (max-width: 567px) {
	.calculator-section .step-nav .nav {
		flex-direction: row;
		gap: 14px !important;
	}

	.calculator-section .cat-img {
		display: none;
	}

	.calculator-section .step-nav .nav-link {
		text-align: left;
	}



}

/***************CALCULATOR-CSS-START-HERE**********************/



/***************SANDEEP-ABOUT-US-PAGE-CSS-START-HERE**********************/
section.dominate {
	background-color: #fff;
}

.leverage.number-boxes {
	border: none;
	border-right: 1px solid rgb(33 37 41 / 30%);
	border-radius: 0px;
}

hr.about-border {
	margin-bottom: 20px;
	margin-top: 20px;
}

.leverage.number-boxes.leverage-none {
	border: none;
}

h1.heading-spacing {
	margin-bottom: 0px;
}

.our-mission .dominate-boxes-heading h4 {
	height: auto;
	margin-bottom: 0px !important;
}

/* website changes css */
.light-theme .language-dropdown button img {
	filter: invert(0) !important;
}

.light-theme .language-dropdown button:hover {
	color: #212529 !important;
}

/* ------------ */
@media screen and (max-width: 767px) {
	.footer-language .language-dropdown .dropdown-menu {
		transition: transform .2s ease, opacity .2s ease;
		transform: translateY(10px);
		opacity: 0;
		pointer-events: none;
	}

	.footer-language .language-dropdown .dropdown-menu.show {
		transform: translateY(-110px) !important;
		opacity: 1;
		pointer-events: auto;
	}

	.footer-language {
		display: block !important;
		position: fixed;
		left: 16px;
		bottom: 16px;
		z-index: 9999;
		background: rgba(255, 255, 255, 0.9);
		border-radius: 8px;
		box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
		padding: 4px;
	}

	.footer-language .dropdown-menu.show {
		display: flex !important;
		width: fit-content !important;
	}

	.pricing .pricing-heading {
		width: 100% !important;
	}

	.Hero-Section {
		padding-top: 100px;
	}

	.leverage.number-boxes {
		border: none;
		border-right: 0px;
		border-radius: 0px;
	}

	.Hero-Section h1 {
		font-size: 38px;
		line-height: 50px;
		white-space: normal;
		word-break: break-word;
		overflow-wrap: break-word;
		display: inline-block;
		max-width: 100%;
	}
}

/***************SANDEEP-ABOUT-US-PAGE-CSS-END-HERE**********************/


/***************SANDEEP-CONTACT-US-PAGE-CSS-START-HERE**********************/
.contact-form {
	background: #fff;
	border-radius: 12px;
	box-shadow: 0px 4px 13px #00000018;
	padding: 30px;
	max-width: 700px;
	margin: 40px auto;
	position: relative;
}

.contact-form h4 {
	font-weight: 600 !important;
	font-size: 24px;
	color: #000;
}

.contact-form .col-md-6 {
	margin-top: 25px;
}

.contact-form input.form-control {
	height: 48px;
	font-size: 16px;
	font-weight: 500;
	color: #535862;
}

.contact-form .form-check {
	margin-top: 10px;
}

.contact-form .send-icon {
	position: absolute;
	top: 20px;
	right: 30px;
	width: 108px !important;
	height: 72px;
}

.contact-form button {
	height: 50px;
	background-color: #0D6EC9 !important;
	color: #fff !important;
	font-size: 16px;
	font-weight: 400;
}

.contact-form .form-check label {
	color: #000;
	font-size: 16px;
}


.map-wrapper {
	position: relative;
	height: 450px;
	overflow: hidden;
}

.map-wrapper iframe {
	width: 100%;
	height: 100%;
	border: 0;
	filter: grayscale(40%) contrast(1.2) opacity(0.8);
}

.address-card {
	position: absolute;
	top: 20px;
	left: 20px;
	background: white;
	padding: 20px;
	border-radius: 12px;
	box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
	width: 100%;
	z-index: 10;
	max-width: 450px;
}

.address-card i {
	color: #0d6efd;
	margin-right: 8px;
}

.address-card p a {
	color: #000;
}

.address-card p:hover a {
	color: #0d6efd;
}

.contact-form form .form-check-input[type=checkbox] {
	border-radius: .25em;
	width: 17px;
	height: 17px;
	margin-right: 8px;
	border: 1px solid #000;
}

/***************CONTACT-US-PAGE-CSS-END-HERE**********************/


/***************REGULATION-PAGE-CSS-START-HERE**********************/
.regulation-area {
	padding-bottom: 70px;
}

.regulation-area .info-card {
	position: relative;
	width: 100%;
	max-width: 1070px;
	margin: auto;
	background: white;
	padding: 50px 20px;
	border-radius: 12px;
	box-shadow: 0 0 20px rgba(0, 0, 0, 0.06);
	text-align: center;
}

.regulation-area .info-card a {
	font-size: 16px;
	line-height: 30px;
	color: #fff;
	font-weight: 500;
}

.regulation-area .info-card h4 {
	font-size: 32px;
	font-weight: 600;
	color: #000000;
}

.regulation-area .info-card p {
	font-size: 16px;
	line-height: 30px;
	color: rgb(0 0 0 / 60%) !important;
	font-weight: 500;
}

.regulation-area .mascot {
	position: absolute;
	top: -117px;
	right: -70px;
	width: 100%;
	height: auto;
	z-index: -1;
	max-width: 170px;
}

.regulation-area .flag {
	width: 100%;
	border-radius: 8px;
	margin-bottom: 20px;
	max-width: 255px;
}

.regulation-area .regulation-margin {
	padding-top: 100px;
}


@media screen and (max-width: 1199px) {
	.regulation-area .mascot {
		top: -120px;
		right: -35px;
	}
}


@media screen and (max-width: 767px) {
	.regulation-area .mascot {
		top: -120px;
		right: -31px;
	}
}


/***************REGULATION-PAGE-CSS-END-HERE**********************/


/***************REGISTER-PAGE-CSS-END-HERE**********************/
.register-page {
	margin-top: 0px;
	padding-top: 50px;
	position: relative;
}

.register-logo img {
	width: 100%;
	max-width: 260px;
}

.register-logo {
	position: relative;
}

.register-logo .themeToggleBtn {
	position: absolute;
	top: 20px;
	right: 0;
}

.verify-page .themeToggleBtn {
	top: 0px !important;
}

.register-page .register-card {
	max-width: 100%;
	width: 100%;
	padding: 30px;
	border-radius: 15px;
	background: #fff;
	box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
}

.register-page .register-card h4 {
	font-size: 26px;
	color: #2C92F2;
	font-weight: 600;
}

.register-page .register-card p {
	font-size: 16px;
	line-height: 30px;
	color: #535862;
	font-weight: 400;
}

.register-page .form-label {
	font-weight: 500;
	margin-bottom: 4px;
	font-size: 14px;
	color: #414651;
}

.register-page .form-control,
.register-page .form-select {
	border-radius: 8px;
	height: 48px;
}

.register-page .form-check-label a {
	color: #007bff;
	text-decoration: none;
}

.register-page .form-check-label a:hover {
	text-decoration: underline;
}

.register-page .register-btn {
	border-radius: 8px;
	height: 48px;
	font-weight: 600;
	width: 100%;
	max-width: 232px;
	margin: 0 auto;
	background: #0D6EC9;
	color: #fff;
	transition: background 0.3s ease;
}

.register-page .register-btn:hover {
	background: #084d94;
}

.register-page .form-check-input {
	margin-top: 4px;
}

.register-page .phone-input-group .form-control {
	flex: 1;
}

.register-page .register-card span.required {
	position: relative;
	left: 5px;
	top: -1px;
	color: #e90000;
}

.register-page form .form-check-input[type=checkbox] {
	border-radius: .25em;
	width: 17px;
	height: 17px;
	margin-right: 8px;
	border: 1px solid #000;
}

/***************REGISTER-PAGE-CSS-END-HERE**********************/


/***************LOGIN-PAGE-CSS-START-HERE**********************/

section.Hero-Section.login-page {

	margin-top: 0px;
	padding-top: 50px;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
}

.login-page .form-container {
	width: 100%;
	max-width: 100%;
	margin: 20px auto;
	background: #fff;
	padding: 30px;
	border-radius: 12px;
	box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
}

.login-page .form-check-input:checked {
	background-color: #0d6efd;
	border-color: #0d6efd;
}

.login-page .form-control:focus {
	border-color: #0d6efd;
	box-shadow: none;
}

.login-page .form-title {
	color: #2C92F2;
	font-weight: 600;
	font-size: 26px;
}

.login-page .form-subtitle {
	font-size: 16px;
	color: #535861 !important;
	font-size: 16px;
	font-weight: 400;
}

span.required {
	color: #e90000 !important;
}

.login-page .btn-primary {
	width: 100%;
	font-weight: 600;
}

.login-page .form-footer a {
	color: #0d6efd;
	text-decoration: none;
}

.login-page .form-footer a:hover {
	text-decoration: underline;
}

.login-page .password-toggle {
	cursor: pointer;
}

.form-check label {
	color: #000;
	font-size: 14px;
	font-weight: 400;
}

.login-page .form-container a {
	color: #2C92F2;
	font-size: 14px;
	font-weight: 400;
}

.login-page .form-container form button {
	height: 48px;
	width: 100%;
	max-width: 232px;
	background-color: #0D6EC9;
	color: #fff;
	font-size: 20px;
	font-weight: 500;
	margin: 0 auto;
	line-height: 35px;
}

.login-page .form-container form button:hover {
	background: #084d94;
}

.login-page .form-container p {
	font-size: 14px;
	line-height: 30px;
	color: #000;
	font-weight: 400;
}

.login-page .form-container input.login-input {
	height: 45px;
}

.login-page form .form-check-input[type=checkbox] {
	border-radius: .25em;
	width: 17px;
	height: 17px;
	margin-right: 8px;
	border: 1px solid #000;
}

@media screen and (max-width: 1199px) {
	.login-page .form-container {
		margin-bottom: 50px;
	}

	.megaMenuToggle {
		display: block !important;
	}
}

/***************LOGIN-PAGE-CSS-END-HERE**********************/

@media screen and (min-width: 990px) and (max-width: 1200px) {
	.account-type .fox-image img {
		top: -70px;

	}

	header .container {
		flex-direction: column;
	}

	.Hero-Section {
		padding-top: 160px;
		margin-top: -150px;
	}

	.card-headings p {

		height: 50px;
	}

	.navbar-expand-lg .navbar-collapse {
		gap: 60px;
	}

	.leftSection-market-container {
		width: fit-content;
		margin-bottom: 40px;

	}

	.Animal-phone-img {
		max-width: 330px;
	}
}

@media screen and (min-width: 1024px) and (max-width: 1400px) {

	.Hero-Section h1 {
		font-size: 46px;
		line-height: 57px;
	}

	#navbarNav .menu-list {
		gap: 25px;
	}

	header .container {
		gap: 5px !important;
	}

	.login-sign-btns {
		gap: 4px !important;
	}

	.account-card p {
		height: 80px;
	}

	.account-title {
		height: 60px;
	}

	.indices-trading-img {
		max-width: 480px;
	}
}


@media screen and (min-width: 767px) and (max-width: 1024px) {
	.dynamic .purple-gradient-box .feature-card-content h5 {
		height: auto;
	}

	.purple-gradient-box {
		padding: 40px 20px 0px 20px;
	}

	.account-type .fox-image img {
		top: -60px;

	}

	.compare-accounts .container:nth-child(1) .row {
		row-gap: 70px;
	}

	.account-type button.nav-link.active {
		padding: 12px 11px;

	}

	.account-type #v-pills-tab {
		padding: 46px 13px;

	}

	.account-type button.nav-link {
		font-size: 18px;
	}

	div#v-pills-tabContent {
		padding: 16px;
	}

	.Hero-Section h1 {
		font-size: 36px;
		line-height: 46px;
		white-space: normal;
		word-break: break-word;
		overflow-wrap: break-word;
		display: inline-block;
		max-width: 100%;
	}

	.Hero-Section p,
	.policy-count-list {
		font-size: 16px;
		line-height: 26px;
	}

	.pricing .pricing-heading {
		width: 80%;
	}

	.secondImage .gradientbox-content {
		max-width: 350px;
	}

	.blue-border h3 {
		font-size: 17px;
		line-height: 24px;
	}

	.trading-purple-gradient img.mockup-img.w-100 {
		height: auto;
	}

	.blue-border p {
		font-size: 15px;
		line-height: 25px;
	}
}

@media screen and (min-width: 320px) and (max-width: 991px) {
	#navbarNav {
		position: absolute;
		background-color: #000000;
		width: calc(100% + 2px);
		top: calc(100% - 57px);
		left: -1px;
		z-index: -1;
		padding: 60px 0px 10px 0;
		border-radius: 10px 10px 50px 50px;
	}

	.light-theme #navbarNav {
		background-color: #ffffff;
	}

	header .container {
		z-index: 9 !important;
		position: relative !important;
		flex-direction: row;
	}

	.dropdown.list-dropdown,
	.dropdown-menu li {
		text-align: center !important;
	}

	.dropdown.list-dropdown li {
		text-align: center !important;
	}
}

@media screen and (min-width: 320px) and (max-width: 990px) {

	.mobile-switch-toggle {
		display: block !important;
	}

	.desktop-switcher {
		display: none !important;
	}

}

@media screen and (min-width: 990px) and (max-width: 1199px) {

	header .container {
		gap: 10px !important;
	}

	#navbarNav .menu-list {
		gap: 30px;
	}
}

@media screen and (min-width: 320px) and (max-width: 355px) {
	header .container {
		gap: 0px !important;
	}

}

@media screen and (min-width: 320px) and (max-width: 600px) {
	.Animal-phone-img {
		max-width: 190px;
	}

	.dark-theme .leverage.number-boxes {
		border-bottom: 1px solid rgb(255 255 255 / 12%);
		border-right: none !important;
	}

	.Hero-Section .badge {
		padding: 3px 6px;
		font-size: 12px;
	}

	div#navbarNav {
		top: calc(100% - 40px);
	}

	.Hero-Section p.feature {
		font-size: 12px;
	}

	/* .Hero-Section .row{
	gap:30px
} */
	.Market-Features .w-75,
	.Market-Features-heading .w-75 {
		width: 100% !important;
	}

	section.dynamic .container .Market-Features-heading+.purple-gradient-box+.row+.row .purple-gradient-box {
		padding: 40px 25px 20px 25px !important;
	}


	.getStarted-button,
	.getStarted-button:hover {
		padding: 10px 10px 10px 5px !important;
		width: 100%;
	}

	.leftSection-market-container {
		width: fit-content;
		margin-bottom: 40px;
	}

	.Animal-phone-img {
		max-width: 260px;
	}

	.gradient-img .Animal-phone-img,
	.trading-purple-gradient img {
		height: 100% !important;
	}

	.purple-gradient-box {
		padding: 40px 25px 0px 25px !important;
	}

	.trade-main-row {
		padding: 40px 15px 40px 15px !important;
	}

	.funding-images img {
		width: 100%;
		max-width: 40px;
		height: auto;
	}

	.account-type .fox-image img {
		top: -70px;

	}

	.dark-theme .navbar-toggler-icon {
		filter: invert(1) !important;
		border-radius: 0px !important;
	}

	.leftSection-market-container {
		width: fit-content;

	}

	.register-logo .themeToggleBtn {
		position: absolute;
		top: -30px;
		right: 0;
	}

	.register-logo img {
		max-width: 280px;
	}

	header .container {
		width: 100%;
		max-width: calc(100% - 20px);
	}

	.hero-img {
		max-width: 500px !important;
		margin-top: 30px;
	}

	.Hero-Section h1 {
		font-size: 38px;
		line-height: 50px;
	}

	.Hero-Section p,
	.policy-count-list {
		font-size: 18px;
		line-height: 28px;
	}

	.Hero-Section {
		background-image: url(../images/hero-mobile.png);
		padding-top: 150px;
		background-position: top;
	}

	.dark-theme .Hero-Section {
		background-image: url(../images/mobile-hero-bg.png);
	}

	.Hero-Section .row .col-md-6:nth-child(1) .number-boxes {
		margin-bottom: 20px;
		text-align: left !important;
	}

	.Hero-Section .marquee-container {
		padding: 40px 0 !important;
	}

	.funding-imges img {
		max-width: 40px;
	}

	/*
	.primary-buttons .getStarted-button {
		margin-top: 0px !important;
	} */

	.forex-trading-img {
		max-width: 250px;
		height: 100%;
		max-height: 250px;
	}

	.sub-heading,
	.Market-Features-heading h2,
	.how-to-do-cfd h2,
	.pricing h3 {
		font-size: 30px;
		line-height: 42px;
		text-align: left;
	}

	.Market-Features-heading p {
		text-align: left;
	}

	.dynamic .Market-Features-heading p,
	.how-to-do-cfd p,
	.pricing p {
		font-size: 16px;
		line-height: 24px;
	}

	.cfd-icon-heading {
		padding-bottom: 30px;

	}

	.How-do-CFD .row .col-md-6:nth-child(3) .cfd-icon-heading,
	.How-do-CFD .row .col-md-6:nth-child(4) .cfd-icon-heading {
		border-bottom: 1px solid #e1e1e1;
	}

	.cfd-benefits .benefits-pill {
		justify-content: start !important;
	}

	.why-trade {

		padding: 50px 0px 0px 0px;

	}

	.trade-section img.Animal-phone-img {
		display: none;
	}

	.trade-five-boxes {
		flex-direction: column;
	}

	span.trade-no {
		font-size: 28px;
		line-height: 40px;
		margin-top: 0;
	}

	.trade-boxes-heading h4 {
		font-size: 28px;
		line-height: 40px;
		margin-bottom: 10px;
	}

	.trade-border .trade-boxes-heading {
		width: 100% !important;
	}

	.trade-border {
		padding: 20px 0px;
		row-gap: 20px;
	}

	.benefits {
		padding: 50px 0px 50px !important;
	}

	.benefits p {
		font-size: 16px;
		line-height: 28px;

		width: 100% !important;
	}

	.benfits-accordian {
		margin-top: 50px;
	}

	.forex-online {
		padding: 60px 0px 0px !important;
	}

	.gradient-accordian .accordion-item .accordion-button {
		font-size: 18px;
		line-height: 28px;
		padding: 16px 20px 16px !important;

	}

	.dominate {
		padding: 40px 0px 40px;
	}

	.dominate .primary-buttons {
		flex-direction: column;
	}

	.trade-section .row {
		padding: 15px 0px;
	}

	.trade-txt h4 {
		font-size: 36px;
	}

	.trade-txt h4 .wonga-txt {
		font-size: 42px !important;
	}

	.trade-txt h5 {
		font-size: 26px;
		line-height: 36px;
	}

	.trade-txt p {
		font-size: 16px;
		line-height: 26px;

	}

	.navbar-brand img {
		width: 100%;
		max-width: 170px;
		height: auto;
	}

	.cfd-benefits .sub-heading::before,
	.trade-five-boxes .dollar-coin {
		display: none;
	}

	.cfd-benefits {
		padding: 30px 0px;
	}

	.benefits-pill h5 {
		font-size: 16px;
		line-height: 24px;
	}

	.How-do-CFD {
		padding: 50px 10px 40px 10px;
	}

	.how-to-do-cfd {
		margin-bottom: 30px;
	}

	.Cryptocurrency-fade-fox {
		margin-bottom: 30px;
	}

	/* .responsive-position {
    position: relative !important;
    top: auto !important;
    left: auto !important;
    transform: none !important;
  } */
	.mobile-mockup-img {
		margin-top: 50px;
	}

	.white-border h3 {
		font-size: 18px;
		line-height: 21px;
		margin-bottom: 8px;
	}

	.white-border P {
		font-size: 15px;
		line-height: 23px;
	}

	.Hero-Section .responsive-row {
		position: relative !important;
	}

	/* .navbar-toggler{
	order: 3;
}
.mobile-switch-toggle{
	order: 2;
} */

	.responsive-row .box-left,
	.responsive-row .box-right {
		position: relative !important;
		top: 0 !important;
		left: auto !important;
		right: auto !important;
		transform: none !important;
		margin-bottom: 1rem;
	}

	.tab-account {
		display: flex;
		flex-direction: column;
		gap: 30px;
	}

	.account-type #v-pills-tab {
		gap: 20px;
	}

	.account-type button.nav-link,
	.account-type button.nav-link.active {
		padding: 13px 16px;
		font-size: 16px;

	}

	.dynamic-leverage {
		padding: 30px 20px;
	}

	.dynamic-leverage tbody tr th,
	.dynamic-leverage tbody tr td {
		padding: 15px 7px;
	}

	footer .Subscribe {

		margin-bottom: 40px !important;
	}

	table tbody .getStarted-button {
		width: 100% !important;
	}

	.deposit-section .accordion-body table th {
		min-width: 210px;
	}

	ul.dropdown-menu.show {
		border: none;
	}

	.dropdown-menu.show .dropdown-item {
		padding: 10px 5px;
	}

	.hero-img {
		max-width: 500px !important;
		margin-top: 30px;
	}

	.compare-accounts .container:nth-child(1) .row {
		row-gap: 60px;
	}

	.account-type .container:nth-child(1) .row {
		row-gap: 110px;
	}

	.indices-trading-img {
		max-width: 440px;
		margin-top: 30px;
	}
}

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


	.Market-Features {
		padding: 40px 0px;
	}

	.market-mobile-middle-section {
		order: 3;
	}

	.left-section1 {

		gap: 20px;
	}

	.dynamic,
	.pricing {

		padding: 40px 0px;
	}

	.dynamic .row {
		gap: 20px;
	}

	.trade-section .row {
		gap: 30px;
	}

	.trade-section .follow-us {
		justify-content: start !important;
	}

	.trade-txt h4,
	.trade-txt h5 {
		margin: 10px 0px;
	}


	.market-mobile-middle-section .Animal-phone-img {
		max-width: 250px;
	}

	header .container {
		gap: 0px !important;
	}

	#navbarNav .menu-list {
		gap: 20px;
	}

	header .nav-item .login,
	header .nav-item .sign-up {
		margin-left: 0px !important;
		margin-bottom: 15px;
	}

	header .navbar-toggler,
	header .navbar-toggler:focus {
		border: none;
		box-shadow: none;
	}

	.dark-theme header .navbar-toggler,
	.dark-theme header .navbar-toggler:focus {
		border: none;
		box-shadow: none;
		background: #fff;
	}

	.marquee h2 {
		font-size: 42px;
	}
}





/* dark theme css */
.dark-theme {
	--bg-color: #121212;
	--badge-color: #fff;
	--badge-text: #0D6EC9;
	--text-color: #ffffff;
	--blacktext: #000;
	--bg-image: url('../images/hero-bg-dark.png');
	/* Optional background image */
	--marquee-color: #2e2e2e;
	--header: #000;
	--blue-color: #0D6EC9;
}

.dark-theme .compare-accounts .account-card p,
.dark-theme .account-type .tab-account .account-tab-heading h2,
.dark-theme .account-type .tab-account .account-tab-heading p,
.dark-theme .account-type .tab-account .card-headings p,
.dark-theme .account-type .tab-account .card-headings h4 {
	color: var(--blacktext) !important;
}

.dark-theme .compare-accounts .pricing,
.dark-theme .account-type .pricing {
	background-image: none !important;
}

body {

	background-image: var(--bg-image);
	color: var(--text-color);
	background-size: cover;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: center;
	transition: background-color 0.3s ease, color 0.3s ease;
}

.dark-theme .benefits,
.dynamic,
.pricing,
.dark-theme section.dominate,
.dark-theme .How-do-CFD {
	background-image: var(--bg-image);
}

.dark-theme h1,
.dark-theme h2,
.dark-theme h3,
.dark-theme h4,
.dark-theme h5,
.dark-theme h6,
.dark-theme p,
.dark-theme ul li,
.dark-theme a,
.dark-theme span {
	color: var(--text-color);
}


.dark-theme footer {
	background-color: var(--bg-color);
	color: var(--text-color);
}

.card {
	background-color: var(--card-bg);
	color: var(--text-color);
}

.form-check-label {
	color: var(--text-color);
}

.dark-theme .why-trade {
	background-image: url(../images/why-trade-dark-bg.svg);
}

.dark-theme .How-do-CFD {
	background-position: center;
}

.dark-theme .marquee h2 {
	color: var(--marquee-color) !important;
}

.dark-theme .dark-theme-logo {
	display: block !important;
}

.dark-theme .light-theme-logo {
	display: none !important;
}

header .container {
	background: var(--header);
	border: 1px solid #0000001F;
	gap: 30px;
	border-radius: 50px;
}

.dark-theme #navbarNav .menu-list button,
.dark-theme #navbarNav .menu-list .nav-link {
	color: var(--text-color) !important;
}

.dark-theme .trade-border {
	border-top: 1px solid #383838;
}

.dark-theme ul.dropdown-menu.show {
	background-color: #000;
}

.dark-theme .dropdown-toggle::after {
	filter: invert(1);
}

.dark-theme .trade-section {
	padding-top: 60px;
}

.dark-theme .forex-online .gradient-accordian .accordion-item .accordion-body p,
.dark-theme .media-kit h2,
.dark-theme .media-kit .info-card p,
.dark-theme .login-page .form-container p,
.dark-theme .iti__country.iti__standard,
.dark-theme .iti__country-name,
.dark-theme .iti__dial-code,
.dark-theme .contact-form h4 {
	color: var(--blacktext) !important;
}

.dark-theme .register-page .register-card p,
.dark-theme .account-card ul li span {

	color: #535862 !important;

}

.dark-theme .benfits-accordian .gradient-accordian .accordion-item .accordion-body p,
.dark-theme .brand-section p.description {
	color: var(--text-color) !important;
}

.dark-theme .secondry-btn:hover span,
.dark-theme .dynamic .Market-Features-heading p,
.dark-theme .how-to-do-cfd p,
.dark-theme .Market-Features-heading p,
.dark-theme .Hero-Section p {
	color: var(--text-color) !important;
}

.dark-theme .range-container {
	background: linear-gradient(90deg, #2C92F2 0%, #0060BA 100%);

}

.dark-theme .purple-gradient-box {
	background: linear-gradient(317deg, #72edf2bd 5.57%, #5151e5bf 79.93%);
}

.dark-theme .blue-heading {
	color: var(--blue-color);
}

.dark-theme .login:hover .slide-text {
	color: #414651 !important;
}

.dark-theme .phone-input-group span {
	color: #717680 !important;
}

.dark-theme .Hero-Section p.feature,
.dark-theme .Hero-Section .feature span {
	color: var(--blue-color) !important;
}

.dark-theme header .navbar-toggler:focus,
.dark-theme header .navbar-toggler {
	border: none;
	box-shadow: none;
	background: #2c92f2;
}

.dark-theme .navbar-toggler-icon {
	filter: invert(1) !important;
	border-radius: 0px !important;
}

.dark-theme .signin {
	color: #007bff;
}

.dark-theme .account-type .row .col-lg-4:nth-child(2) .account-card ul li span,
.dark-theme .account-type .row .col-lg-4:nth-child(5) .account-card ul li span {
	color: var(--text-color) !important;
}

.dark-theme .trade-section .purple-gradient-box {
	background: linear-gradient(88.73deg, #2C2A76 25.57%, #838ED5 52.93%, #6761B4 75.65%, #443C99 98.87%);
}

.dark-theme .regulation-area .info-card p {
	color: #666666 !important;
}

.dark-theme .leverage.number-boxes {
	border-right: 1px solid rgb(255 255 255 / 30%);
}

.dark-theme hr.about-border {

	border-color: rgb(255 255 255 / 30%);
}

.dark-theme .account-title {
	color: #2C92F2;
}

.dark-theme .badge span {
	color: #0D6EC9 !important;
}



/*  language switcher */


/* .language-dropdown{
    position: fixed;
    bottom: 50px;
    right: 20px;
    z-index: 1000;
} */
.language-dropdown button.dropdown-item:hover {
	background: #000 !important;
	border: #000 !important;
}

.language-dropdown select {
	padding: 8px 5px 8px 8px;
	font-size: 14px;
	border-radius: 6px;
	border: 1px solid #2c92f2;
	background-color: #2c92f2;
	color: #ffffff;
	cursor: pointer !important;
}

.language-dropdown select:hover {
	border: 1px solid #0d6ec9;
	background-color: #0d6ec9;
}

.language-dropdown select option {
	background-color: #2c92f2;
	/* ✅ Custom background color */
	color: #fff;
	font-size: 16px;
	/* ✅ Larger text size */
	padding: 15px;
	border: none !important;
}

.content-center.max-width {
	width: 636px;
	padding: 0 !important;
	min-height: calc(100vh - 107px) !important;
}

.login-page .backto-login button {
	height: 48px;
	width: 100%;
	max-width: 232px;
	background-color: #0D6EC9;
	color: #fff;
	font-size: 20px;
	font-weight: 500;
	margin: 0 auto;
	line-height: 35px;
}

.backto-login i {
	line-height: inherit !important;
}

.dark-theme .form-container1 h5 a,
.dark-theme .form-container1 h5 a span {
	color: #2C92F2 !important;
}

/* Light theme */
.light-theme {
	--bg-color: #121212;
	--badge-color: #fff;
	--badge-text: #0D6EC9;
	--text-color: #ffffff;
	--blacktext: #000;
	--bg-image: url('../images/herobg.png');
	/* Optional background image */
	--marquee-color: #2e2e2e;
	--header: #000;
	--blue-color: #0D6EC9;
}

/* dashboard css start */
.custom-header-class .tss-1ufdzki-MUIDataTableSearch-main {
	width: 270px;
	border-radius: 50px;
	position: absolute;
	right: 100px;
	top: 15px;
}

/* .custom-header-class button.MuiButtonBase-root.MuiIconButton-root.tss-1f5ui29-MUIDataTableToolbar-iconActive,
.custom-header-class .tss-1mlqw0v-MUIDataTableSearch-clearIcon {
    display: none;
} */
.dark-theme .custom-header-class .tss-1ufdzki-MUIDataTableSearch-main {
	background: #000000;
	border: 1px solid #000000;
}

.light-theme .custom-header-class .tss-1ufdzki-MUIDataTableSearch-main {
	background: #2C92F21F;
	border: 1px solid #2C92F2;
}

.custom-header-class .tss-1ufdzki-MUIDataTableSearch-main .tss-1cfox70-MUIDataTableSearch-searchIcon {
	position: relative;
	left: 10px;
}

label.form-label {
	color: rgba(47, 43, 61, 0.78);
}

body .bgTransparent {
	background: transparent !important;
}

body .noBoxShadow {
	box-shadow: none !important;
}

body .padding_LR_0 {
	padding-left: 0px !important;
	padding-right: 0px !important;
}

button.notificationWrapper {
	background: rgba(255, 255, 255, 1);
	border-radius: 6px;
}

button.notificationWrapper svg.iconify.iconify--tabler {
	color: rgba(44, 146, 242, 1);
}

button.themeChnageButton {
	background: rgba(255, 255, 255, 1);
	border-radius: 6px;
}

.themeChnageButton svg.iconify.iconify--tabler {
	color: rgba(44, 146, 242, 1);
}

.dark-theme .bgColor {
	background: rgba(255, 255, 255, 0.13) !important;
}

.light-theme .bgColor {
	background: rgba(255, 255, 255, 1) !important;
}

.dark-theme .borderColor {
	background-color: rgba(255, 255, 255, 0.13) !important;
}

.light-theme .borderColor {
	background-color: rgba(0, 0, 0, 0.13) !important;
}

.dark-theme .groupBtnWrap {
	background: rgba(0, 0, 0, 1);
	border: 1px solid rgba(116, 116, 116, 1);
}

.dark-theme .groupBtnWrap .MuiButtonGroup-contained {
	background: rgba(0, 0, 0, 1);
}

.light-theme .groupBtnWrap {
	background: rgba(255, 255, 255, 1);
	border: 1px solid rgba(44, 146, 242, 1);
}

.light-theme .groupBtnWrap .MuiButtonGroup-contained {
	background: rgba(255, 255, 255, 1);
}

.groupBtnWrap button.MuiButton-containedSizeMedium {
	border: none;
}

.dark-theme .groupBtnWrap button.MuiButton-containedSizeMedium.active,
.light-theme .groupBtnWrap button.MuiButton-containedSizeMedium.active {
	background: rgba(44, 146, 242, 1);
	color: #fff;
}

.light-theme .groupBtnWrap button.MuiButton-containedSizeMedium {
	color: #000;
}

.light-theme .bgBlackBlue {
	background: rgba(44, 146, 242, 0.12);
	border: 1px solid rgba(44, 146, 242, 1);
	color: rgba(44, 146, 242, 1);
}

.dark-theme .bgBlackBlue {
	background: #000000;
	color: #fff;
}

.boxShadow {
	box-shadow: 4px 4px 14px 0px rgba(0, 0, 0, 0.25) !important;
}

.tableWrapper tr th:first-child,
.tableWrapper tr th,
.tableWrapper tr td,
.tableWrapper tr td:first-child {
	padding-left: 0.25rem !important;
	padding-top: 0.25rem !important;
	padding-bottom: 0.25rem !important;
}

.css-ogeh4r-MuiPaper-root-MuiDrawer-paper h6.nav-title,
.css-xepnzt-MuiPaper-root-MuiDrawer-paper h6.nav-title {
	margin-left: 20px;
	font-size: 14px;
}

.light-theme .layout-page-content h2 {
	color: #000;
}

.customSelectOption input#file-input {
	padding: 16.5px 14px;
	height: 100px;
}

.customSelectOption #autocomplete-country-select,
.customSelectOption #validation-basic-select {
	padding-top: 16.5px;
	padding-bottom: 16.5px;
}

.customSelectOption #autocomplete-country-select {
	padding-top: 10.5px;
	padding-bottom: 10.5px;
}

.customSelectOption {
	position: relative;
	z-index: 1;
}

.mt5password-form .customSelectOption #validation-basic-select {
	padding-top: 8.5px;
	padding-bottom: 8.5px;
}

.customSelectOption input#autocomplete-groupName-select {
	padding: 10.5px 14px;
}

.tabWrapper [aria-selected="true"] svg.iconify.iconify--tabler {
	color: #ffffff;
}

.customSelectOption [type='password'] {
	padding: 14.5px 14px !important;
}

.customSelectOption input#\:rq\: {
	padding: 8.5px 4px 8.5px 5px;
}

.customSelectOption input#autocomplete-bank-account-select {
	padding: 9.5px 4px 9.5px 5px;
}

select.selectCountry {
	height: 54px;
}

.dark-theme .profileEdit label.form-label {
	color: #ffffff;
}

.fieldWrap select[name="bankId"] {
	color: #2f2b3dc7;
	background-color: transparent;
}

.dark-theme .fieldWrap select[name="bankId"] {
	color: #d0d4f1c7;
}

.light-theme .fieldWrap select[name="bankId"] {
	color: #2f2b3dc7;
}

.light-theme .fieldWrap label {
	background: #ffffff;
}

.dark-theme .fieldWrap label {
	background: #3c3c3c !important;
}

.light-theme .fieldWrap select {
	border: 1px solid rgba(47, 43, 61, 0.2) !important;
}

.fieldWrap select {
	position: relative;
	z-index: 0;
	border: 1px solid #767676 !important;
}

.fieldWrap label {
	font-size: 11px;
	display: inline-block;
	z-index: 999;
	position: absolute;
	left: 8px;
	top: -7px;
	padding: 0 5px;
}

.ibDashboardBlock .MuiCardContent-root {
	display: flex;
	flex-direction: column-reverse;
	align-items: flex-start;
	position: relative;
	z-index: 11;
}

.customSelectOption input#\:ro\: {
	padding: 10.5px 4px 10.5px 5px;
}

.ibAmount .customSelectOption input {
	padding: 15.5px 14px;
}

.customSelectOption input#\:r4\: {
	padding: 10.5px 4px 10.5px 5px;
}

/* dashboard css end */
/* Dashboard CRM common table CSS Start */
.sidebar .MuiDrawer-paper.MuiDrawer-paperAnchorLeft.MuiDrawer-paperAnchorDockedLeft {
	height: auto !important;
}

.sidebar .mainMenuSidebar {
	height: calc(100vh - 146px);
}

.commonTable .rdt_TableHeadRow {
	background-color: transparent !important;
	text-align: center;
}

.light-theme .commonTable .rdt_TableHeadRow {
	border-bottom: 1px solid rgba(0, 0, 0, 0.16) !important;
	border-top: 1px solid rgba(0, 0, 0, 0.16) !important;
}

.dark-theme .commonTable .rdt_TableHeadRow {
	border-bottom: 1px solid rgba(208, 212, 241, 0.16) !important;
	border-top: 1px solid rgba(208, 212, 241, 0.16) !important;
}

.commonTable .sc-dNdcvo.jqIMxQ {
	background-color: transparent;
}

.dark-theme button:disabled {
	color: rgba(255, 255, 255, 0.18) !important;
	fill: rgba(255, 255, 255, 0.18) !important;
}

.dark-theme .rdt_Pagination select.sc-cOpnSz.ehyRh,
.dark-theme .sc-kjwdDK.gzpBke {
	color: #ffffff;
}

.commonTable .rdt_TableCol {
	text-align: center;
	font-size: 14px;
}

.commonTable .rdt_TableBody {
	color: #ffffff;
}

.commonTable .rdt_Pagination {
	background-color: transparent;
	border-top: transparent !important;
}

.commonTable .rdt_TableHeader {
	background: transparent !important;
	padding: 8px 16px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.commonTable .rdt_Search {
	margin-left: auto;
	margin-right: 16px;
	background-color: rgba(0, 0, 0, 1);
	color: #ffffff;
	padding: 4px;
}

.light-theme .commonTable .rdt_Search {
	color: rgba(44, 146, 242, 1);
}

.dark-theme .commonTable .rdt_NoData {
	color: #ffffff;
}

.light-theme .commonTable .rdt_NoData {
	color: #333333;
}

.light-theme .onOpenAccountBtn {
	color: #333333;
}

.dark-theme .onOpenAccountBtn {
	color: #ffffff;
}

.commonTable .rdt_NoData {
	padding: 20px;
	text-align: center;
	color: #333333;
}

.commonTable .rdt_TableRow,
.commonTable .rdt_TableCol {
	color: #ffffff !important;
}

.light-theme .commonTable .rdt_TableRow,
.light-theme .commonTable .rdt_TableCol {
	color: rgba(0, 0, 0, 1) !important;
}

.dark-theme .rdt_TableHeader svg.MuiSvgIcon-root {
	color: #ffffff;
}

.commonTable .rdt_TableRow {
	border-bottom: 1px solid rgba(208, 212, 241, 0.16) !important;
}

.light-theme .commonTable .rdt_TableRow {
	border-bottom: 1px solid rgba(0, 0, 0, .12) !important;
}

.commonTable .rdt_Table,
.commonTable .rdt_TableRow {
	background-color: transparent;
}

button.viewBtn {
	background: rgba(0, 0, 0, 1);
}

.viewItems ul.MuiList-root li span.MuiButtonBase-root.MuiCheckbox-root {
	padding: 2px;
	margin-right: 5px;
}

.viewItems ul.MuiList-root li {
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 5px;
}

.commonTable input.rdt_Search:focus {
	outline: none !important;
}

.light-theme .commonTable input.rdt_Search {
	border: 1px solid rgba(44, 146, 242, 1) !important;
	background: rgba(44, 146, 242, 0.12) !important;
}

.light-theme .commonTable .searchWrapper svg {
	color: rgba(44, 146, 242, 1);
}

.light-theme button.viewBtn {
	background: rgba(44, 146, 242, 0.12) !important;
	border: 1px solid rgba(44, 146, 242, 1) !important;
	color: rgba(44, 146, 242, 1) !important;
}

.light-theme button.viewBtn svg {
	color: rgba(44, 146, 242, 1) !important;
}

.light-theme .searchWrapper ::-webkit-input-placeholder {
	/* Chrome/Opera/Safari */
	color: rgba(44, 146, 242, 1) !important;
}

.light-theme .searchWrapper ::-moz-placeholder {
	/* Firefox 19+ */
	color: rgba(44, 146, 242, 1) !important;
}

.light-theme .searchWrapper :-ms-input-placeholder {
	/* IE 10+ */
	color: rgba(44, 146, 242, 1) !important;
}

.light-theme .searchWrapper :-moz-placeholder {
	/* Firefox 18- */
	color: rgba(44, 146, 242, 1) !important;
}

.dark-theme .searchWrapper ::-webkit-input-placeholder {
	/* Chrome/Opera/Safari */
	color: #ffffff !important;
}

.dark-theme .searchWrapper ::-moz-placeholder {
	/* Firefox 19+ */
	color: #ffffff !important;
}

.dark-theme .searchWrapper :-ms-input-placeholder {
	/* IE 10+ */
	color: #ffffff !important;
}

.dark-theme .searchWrapper :-moz-placeholder {
	/* Firefox 18- */
	color: #ffffff !important;
}

.commonTable .sc-gLaqbQ.fdMXcM {
	background: transparent;
}

.css-1cl9lb5 {
	display: none;
}

.rdt_Table div {
	/* background-color: transparent !important; */
	text-align: center;
}

.rdt_Table:has(.rdt_NoData) div {
	background-color: transparent !important;
}

/* Dashboard CRM common table CSS End */

/* Admin Css Start */
.customSelectOption input#\:r2\:,
.customSelectOption input#\:r3\:,
.customSelectOption input#\:r7\:,
.customSelectOption input#\:r8\: {
	padding: 14.5px 14px !important;
}

.customSelectOption input[type="text"] {
	padding: 15.5px 14px !important;
}

.customSelectOption .MuiOutlinedInput-root {
	padding-top: 0px !important;
	padding-bottom: 0px !important;
}

.customSelectOption input#proof-of-address,
.customSelectOption input#proof-of-identity {
	padding: 14.5px 14px;
}

.layout-wrapper+.mui-fixed {
	bottom: 4.5rem;
}

button.MuiButton-containedSuccess {
	padding: 10px;
	font-size: 12px;
	background: #198754;
}

button.MuiButton-containedError {
	padding: 10px;
	font-size: 12px;
}

button.MuiButton-outlinedSuccess:hover {
	background-color: #d1e7dd !important;
}

button.MuiButton-outlinedSuccess {
	border: 1px solid #198754 !important;
	color: #198754 !important;
}

button.MuiButton-outlined.greenIcon svg.MuiSvgIcon-root {
	fill: #198754 !important;
	color: #198754 !important;
}

.MuiButton-outlined.blueIcon svg.MuiSvgIcon-root {
	fill: #0d6ec9 !important;
	color: #0d6ec9 !important;
}

.MuiButton-outlined.blueIcon {
	border: 1px solid #0d6ec9 !important;
	color: #0d6ec9 !important;
}

button.MuiButton-outlinedSuccess.Mui-disabled {
	color: rgba(208, 212, 241, 0.26) !important;
	border: 1px solid rgba(208, 212, 241, 0.12) !important;
}

button.MuiButton-outlinedSuccess.Mui-disabled svg.MuiSvgIcon-root {
	color: rgba(208, 212, 241, 0.26) !important;
	fill: rgba(208, 212, 241, 0.26) !important;
}

table button.MuiButton-contained.MuiButton-containedPrimary {
	background: rgba(13, 110, 201, 1) !important;
}

.countryCode input {
	padding: 15.5px 14px !important;
}

p.phoneLabel {
	font-size: 0.875rem !important;
	transform: translate(3px, -10px) scale(0.75);
	position: absolute;
	background-color: #ffffff;
	z-index: 999;
	padding: 0 6px;
}

.dark-theme p.phoneLabel {
	background-color: #3c3c3c;
	color: rgba(208, 212, 241, 0.68);
}

.customSelectOption .MuiOutlinedInput-root textarea {
	padding: 7px 0;
}

.dark-theme .bodyLabel {
	color: rgba(208, 212, 241, 0.68);
}

.cardStatsSquare .MuiAvatar-root.MuiAvatar-circular {
	background: #ffffff;
	color: #0d6ec9;
	box-shadow: 0px 0px 10px rgba(13, 110, 201, 0.5);
}

/* Admin Css End */
@media only screen and (max-width: 899px) {
	button.viewBtn.downloadBtn {
		margin-right: 0 !important;
	}
}

@media only screen and (max-width: 767px) {
	.content-center.max-width {
		min-height: auto;
		padding-left: 15px !important;
		padding-right: 15px !important;
		width: 100%;
	}

	.know-abt-me {
		padding-bottom: 50px;
	}

	.foxOnIcons {
		width: 200px;
		height: auto;
	}
}