html {
	width: 100%;
	height: 100%;
	position: absolute;
	scroll-behavior: smooth !important;
	scroll-padding-top: 75px;
}

body {
	font-family: "Urbanist", sans-serif;
	font-weight: 400;
	margin: 0px;
	padding: 0px;
	color: #000000;
	position: relative;
	min-height: 100%;
	width: 100%;
	padding-bottom: 286px;
	background: #fff;
	font-size: 14px;
}

footer {
	bottom: 0px;
	position: absolute;
	width: 100%;
	height: 286px;
	background-color: #132358;
	z-index: 9;
}

.fnt-reg {
	font-family: "Urbanist", sans-serif;
	font-weight: 400;
}

.fnt-lgt {
	font-family: "Urbanist", sans-serif;
	font-weight: 300;
}

.fnt-bld {
	font-family: "Urbanist", sans-serif;
	font-weight: 700;
}

.t-white {
	color: #fff !important;
}

.t-black {
	color: #000 !important;
}

.t-yellow {
	color: #fbb424 !important;
}

.t-orange {
	color: #1536c2 !important;
}

.t-green {
	color: #4dd552 !important;
	font-weight: 600;
}

.t-gray {
	color: #b0babd;
}

.t-red {
	color: #ee4242 !important;
	font-weight: 600;
}

.fnt-italic {
	font-style: italic;
}

.pt-20 {
	padding-top: 20px;
}

.pt-10 {
	padding-top: 10px;
}

.pb-20 {
	padding-bottom: 20px;
}

.pb-40 {
	padding-bottom: 40px;
}

.pb-30 {
	padding-bottom: 30px;
}

.mt-20 {
	margin-top: 20px;
}

.mt-40 {
	margin-top: 40px;
}

.mt-30 {
	margin-top: 30px;
}

section {
	padding: 50px 0px;
	overflow: hidden;
}

button:focus,
a:focus,
.btn:focus {
	outline: none !important;
	box-shadow: none;
}

.x-line,
.x-line-center,
.line-bottom {
	background: #efad3f;
	width: 100%;
	height: 4px;
	max-width: 100px;
	margin: 8px 0px;
	margin-bottom: 11px;
	border: 0px;
}

.x-line-center {
	margin: 8px auto;
}

.center-content {
	margin: 0px auto;
	float: none;
}

.heading-title {
	font-size: 36px;
	line-height: 45px;
	margin: 0px;
	font-weight: 700;
	color: #020109;
	padding-bottom: 15px;
}

.hrline {
	width: 100%;
	background-color: #A9D1EC;
	height: 1px !important;
	margin: 0px;
	opacity: 1;
}

.content,
p {
	font-size: 17px;
	color: #434D5A;
	line-height: 29px;
	font-weight: 500;
	margin-bottom: 0px;
}

.yellowbtn {
	background: #2240C4;
	/* border: 0px; */
	color: #fff;
	padding: 13px 25px;
	font-weight: 400;
	line-height: 24px;
	font-size: 21px;
	position: relative;
	border-radius: 6px;
	transition: all 0.3s;
}

.yellowbtn:is(:hover, :focus, :active) {
	color: #fff;
	text-decoration: none;
	background: #0c4cdd;
}


.headbg .navbar-brand {
	margin-right: 0px;
	padding: 0px 6px;
	line-height: 0;
}

.headbg {
	background: #fff;
	border: 0px;
	padding: 25px 15px;
	position: absolute;
	width: 100%;
	left: 0px;
	top: 0px;
	z-index: 999;
}

.headermenu .headbg .navbar-nav li a {
	color: #000000;
	font-size: 18px;
	padding: 8px 16px;
	font-weight: 600;
	position: relative;
	margin-top: 0;
}

.headermenu .headbg .navbar-nav li a.btn {
	padding: 8px 22px;
	font-size: 18px;
	font-weight: 500;
}

.headermenu .headbg .navbar-nav li.langmenu a.btn {
	padding: 8px 12px;
	padding-left: 8px;
}

.headermenu .headbg .navbar-nav li a.yellowbtn {
	color: #fff;
}

.headermenu .headbg .navbar-nav li a.borderbtn:is(:hover, :focus, :active) {
	background: #0c4cdd !important;
	color: #fff !important;
}

.headermenu .headbg li a.dropdown-item {
	color: #020887;
	font-size: 14px;
	padding: 11px 10px !important;
}

.headermenu .headbg .borderbtn {
	background: transparent !important;
	border: 1px solid #0c4cdd;
	color: #0c4cdd !important;
}

.menuicont {
	box-sizing: border-box;
	min-width: 0px;
	display: inline-block;
	background-color: rgb(240, 185, 11);
	width: 6px;
	height: 6px;
	position: relative;
	transform: rotate(45deg);
	margin: 0px 10px 0px 8px;
}

.logo {
	width: 100%;
	max-width: 168px;
}

.headermenu .headbg .navbar-nav li a:is(:hover, :focus, :active) {
	color: #020109;
}

.headermenu .dropdown-menu {
	background: #ffffff;
	padding: 0px;
	box-shadow: 0px 0px 16px #00000021;
	border: 0px;
	margin: 0px;
}

.footer-gray-bg {
	background-image: linear-gradient(#142359, #012351);
}

.ftext,
.footer-gray-bg p {
	color: #6C8AC7;
	margin: 0px;
	font-size: 16px;
	font-weight: 500;
	line-height: 32px;
	margin-top: 15px;
}

.footerbottombg .h3 {
	color: #fff;
	font-size: 24px;
	font-weight: 500;
	line-height: 32px;
	padding-bottom: 9px;
}

.foot-list {
	padding-left: 0px;
	margin-bottom: 0px;
}

.foot-list li {
	list-style: none;
	padding-bottom: 3px;
}

.foot-list li a {
	color: #6C8AC7;
	font-size: 16px;
	line-height: 30px;
	font-weight: 500;
	text-decoration: none;
}

.foot-list li:last-child a {
	border-right: 0px;
	padding-right: 0px;
}

.foot-list li:first-child a {
	margin-left: 0px;
}

.foot-list li a:hover,
.foot-list li a:focus,
.foot-list li a:active {
	text-decoration: none;
	color: #fff;
}

.footlistbg .h5 {
	font-size: 30px;
	color: #fff;
	font-weight: 500;
	margin-bottom: 20px;
}

.footer-gray-bg .flogo {
	width: 100%;
	max-width: 145px;
}

.copyright .content {
	font-size: 16px;
}

.sociallist li {
	list-style: none;
	float: left;
	margin-right: 30px;
}

.sociallist li:last-child {
	margin-right: 0px;
}

.sociallist li a i {
	font-size: 16px;
	color: #ffffff;
	text-align: left;
	padding: 11px;
}

.sociallist {
	padding-left: 0px;
	float: left;
	margin-bottom: 0px;
}

.sociallist li a img {
	width: 100%;
	max-width: 32px;
}

.footer-gray-bg .footflex {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 90px 0px;
	position: relative;
}

.footer-gray-bg .fotimg {
	padding-left: 50px;
}

.social-bg {
	width: 100%;
	display: inline-block;
}

.social-bg .heading-title {
	font-size: 14px !important;
	font-weight: 400;
	margin-top: 6px;
	padding-bottom: 0px;
}

.subscibefrm .form-group {
	margin-bottom: 0px;
}

.subscibefrm .form-control {
	border: 0px;
	background: #041337;
	border-radius: 6px;
	height: 55px;
	font-size: 17px;
	font-weight: 500;
	color: #ffffff;
}

.subscibefrm .form-control:focus {
	box-shadow: none;
}

.subscibefrm input::placeholder {
	color: #6C8AC7;
	font-size: 18px;
	font-weight: 500;
}

.subscibefrm .input-group-text {
	border-radius: 6px;
	height: 60px;
	border: 0px;
	padding: 0px;
}

.subscibefrm .input-group-text .yellowbtn {
	background: #0c4cdd;
	color: #fff !important;
	padding: 12px 20px;
	font-size: 18px !important;
	font-weight: 500 !important;
	margin-right: 5px;
}

.subscibefrm .input-group-text .yellowbtn:hover,
.subscibefrm .input-group-text .yellowbtn:active,
.subscibefrm .input-group-text .yellowbtn:focus {
	box-shadow: none;
}

.homebannerbg {
	padding-top: 0px;
	position: relative;
}

.homebannerbg::before {
	content: '';
	position: absolute;
	background: url(../images/banner-bg.png);
	background-position: top right -140px;
	background-repeat: no-repeat;
	background-size: contain;
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	z-index: -1;
	background-color: #F7F9FB;
}

.sitebannercontent .bannerimg {
	width: 100%;
	max-width: 533px;
}

.sitebannercontent .row {
	margin: 0px;
}

.homebannerbg .h1 {
	font-size: 74px;
	color: #000000;
	line-height: 82px;
	margin: 0px;
	font-weight: 700;
}

.homebannerbg .h4 {
	font-size: 42px;
	color: #000000;
	font-weight: 600;
	line-height: 50px;
}

.bannerimgt {
	width: 100%;
	max-width: 530px;
}

.homebannerbg .h3 {
	font-size: 19px;
	line-height: 32px;
	font-weight: 300;
	margin: 0px;
	padding-top: 13px;
	color: #f1f1f1;
	padding-bottom: 28px;
}

.sitebannercontent {
	padding-top: 13vh;
	padding-bottom: 0vh;
}

.table-content {
	display: table;
	margin: 0px;
	width: 100%;
}

.table-content>div {
	display: table-cell;
	vertical-align: middle;
	float: none;
}

.charts-price {
	height: 67px;
	overflow: hidden;
	width: 100%;
}

.charts-price .container {
	width: 100%;
	max-width: 100%;
	padding: 0px;
}

.live-table {
	display: flex;
	float: left;
	padding: 10px 14px;
	background: #ffffff;
	border: 1px solid #ffffff;
	border-radius: 50px;
	text-align: left;
	width: 100%;
}

.live-table>div {
	display: table-cell;
	vertical-align: middle;
}

.live-table .h2 {
	margin: 0px;
	font-size: 13px;
	padding-left: 10px;
	font-weight: 500;
	line-height: 21px;
	text-transform: uppercase;
	color: #787878;
}

.live-table .h4 {
	margin: 0px;
	font-size: 15px;
	padding: 0px;
	padding-left: 10px;
	font-weight: 500;
	line-height: 12px;
}

.charts li {
	list-style: none;
	padding: 0px 3px !important;
	width: 100%;
	max-width: 490px;
	margin: 0px auto;
}

.livecoinig {
	width: 33px;
	margin-right: 10px;
}

.live-table img {
	width: 100%;
}

.tickercontainer {
	width: 100%;
	min-height: 50px;
	margin: 0;
	padding: 0;
	overflow: hidden;
	text-align: center;
}

.tickercontainer .mask {
	position: relative;
	width: 100%;
	overflow: hidden;
}

ul.newsticker {
	position: relative;
	list-style-type: none;
	margin: 0;
	padding: 0;
}

ul.newsticker li {
	float: left;
	margin: 0px;
	padding: 0px 0px;
	text-align: left;
}

ul.er-controls {
	list-style: none;
	display: inline-block;
	padding: 0;
}

ul.er-controls>li {
	display: inline-block;
	padding: 5px 10px;
	background: #191919;
	margin: 0px;
	border-radius: 0px;
	color: #fff;
	font-size: 13px;
}

ul.er-controls>li:hover {
	background: #191919;
	cursor: pointer;
}

.live-table i {
	margin-left: 5px;
}

.searchfrm {
	display: block;
	width: 100%;
	background: #f5f5f5;
	padding: 20px 11px;
	width: 100%;
	margin: 0px auto;
}

.searchfrm>div {
	width: 100%;
	max-width: 100%;
	flex: 100%;
	padding: 0px 8px;
	margin-left: auto;
	position: relative;
	margin: 0 auto;
}

.searchboxbg .siteformbg {
	display: flex;
	width: 100%;
	white-space: nowrap;
}

.searchboxbg .siteformbg>div {
	padding: 0px 5px;
	width: 100%;
	margin-bottom: 0px;
}

.searchboxbg .siteformbg>div {
	width: 525px;
}

.searchboxbg .siteformbg>div:nth-child(4) {}

.searchboxbg .siteformbg>div:last-child {
	width: 225px;
}

.tabbanner {
	width: 100%;
	flex-wrap: inherit;
	white-space: nowrap;
	max-width: 100%;
	position: relative;
	justify-content: center;
	margin: 31px auto;
	margin-top: 10px;
	border-bottom: 0px;
}

.tabbanner li {
	margin-bottom: 0px !important;
	width: 100%;
	text-align: center;
	padding: 0px;
}

.tabbanner li a {
	background: #fff;
	color: #27262d;
	border: 0px !important;
	border-bottom: 1px solid #ccc !important;
	text-transform: capitalize;
	font-weight: 500;
	font-size: 15px;
	padding: 12px 13px;
	border-radius: 0px !important;
	margin: 0;
}

.tabbanner li a:hover,
.tabbanner li a:focus,
.tabbanner li a:active {
	color: #353535;
}

.tabbanner li a.active {
	color: #0c4cdd !important;
	background-color: #fff !important;
	border-bottom: 2px solid #0c4cdd !important;
}

.searchfrm .btn {
	padding: 8px 30px;
	font-size: 13px;
}

.greenbtn,
.greenbtn:hover,
.greenbtn:focus,
.greenbtn:active {
	color: #fff !important;
	background: #1fb71f;
	border-color: #1fb71f;
}

.redbtn,
.redbtn:hover,
.redbtn:focus,
.redbtn:active {
	background: #ff5252 !important;
	border-color: #ff5252 !important;
	color: #fff !important;
}

.buysellicon {
	width: 100%;
	max-width: 488px;
	margin: 41px 0px;
}

.disabled-btn {
	padding: 8px 25px;
	font-weight: 700;
	line-height: 20px;
	font-size: 14px;
	text-transform: uppercase;
	transition: all 0.5s ease-in-out;
	background: lightgray;
	border: 1px solid lightgray;
	color: #000;
	border-radius: 5px;
}

.reset-disble-btn {
	cursor: not-allowed;
	opacity: 1 !important;
}

.accordion .card {
	border: none;
	border-radius: 3px;
	box-shadow: none;
	margin-bottom: 0px;
	background: none;
	margin-bottom: 5px;
}

.accordion .card-header {
	padding: 0;
	border: none;
	border-radius: 3px;
	background: none;
	margin-bottom: 0px !important;
}

.accordion .panel-title a {
	display: block;
	padding: 12px 15px;
	background: none;
	font-size: 16px;
	font-weight: 400;
	border: 0px;
	position: relative;
	transition: all 0.5s ease 0s;
	line-height: 24px;
}

.accordion .panel-title a,
.accordion .panel-title a:hover,
.accordion .panel-title a:focus,
.accordion .panel-title a:active {
	background: none;
	color: #fff;
	border-bottom: 1px solid #cccccc;
	text-decoration: none;
}

.accordion .panel-title a.collapsed {
	box-shadow: none;
	background: #fff !important;
	color: #000;
	border-bottom: 1px solid #c1c1c1;
}

.accordion .panel-title a:before,
.accordion .panel-title a.collapsed:before {
	content: "\f068";
	font-family: "FontAwesome";
	width: 25px;
	height: 25px;
	line-height: 28px;
	font-size: 14px;
	font-weight: 400;
	color: #cacaca;
	text-align: center;
	position: absolute;
	top: 11px;
	right: 10px;
	transition: all 0.3s ease 0s;
}

.accordion .panel-title a.collapsed:before {
	color: #cacaca;
	content: "\f067";
}

.accordion .card-header h5 {
	border-bottom: 0px;
	margin-bottom: 0px !important;
}

.accordion .panel-title a>div {
	width: 100%;
	max-width: 90%;
}

.bannerimgt img {
	width: 100%;
	max-width: 550px;
}

.pb-10 {
	padding-bottom: 10px;
}

table {
	margin-bottom: 0px;
}

.sitetable {
	background: #fff;
	border: 1px solid #e0e0e0;
	border-radius: 5px;
	box-shadow: 0px 0px 20px 5px rgb(0 0 0 / 10%);
	margin-top: 40px;
}

.sitetable thead tr th {
	border: 0px;
	font-size: 18px;
	padding: 15px 35px;
	white-space: nowrap;
	text-transform: capitalize;
	font-weight: 700;
	color: #000;
}

.sitetable tbody tr td {
	border: 0px;
	color: #000;
	font-size: 15px;
	padding: 15px 35px;
	font-weight: 400;
	white-space: nowrap;
	vertical-align: middle;
}

.sitetable tbody tr>td:first-child span {
	font-weight: normal;
	margin-left: 30px;
	color: #808080;
	font-size: 16px;
	text-transform: uppercase;
}

.sitetable tbody tr td .btn {
	font-size: 14px;
	font-weight: 600;
	background: #fff;
	border: 1px solid #b8b8b8;
	padding: 2px 14px;
	margin-right: 7px;
}

.sitetable tbody tr td img {
	width: 100%;
	max-width: 35px;
	margin-right: 5px;
}

.sitetable thead tr th:last-child,
.sitetable tbody tr td:last-child {
	text-align: center;
}

.sitetable tbody tr:nth-child(odd) {
	background: #f8f8ff;
}

[data-simplebar] {
	position: relative;
	flex-direction: column;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-content: flex-start;
	align-items: flex-start;
}

.simplebar-wrapper {
	overflow: hidden;
	width: inherit;
	height: inherit;
	max-width: inherit;
	max-height: inherit;
}

.simplebar-mask {
	direction: inherit;
	position: absolute;
	overflow: hidden;
	padding: 0;
	margin: 0;
	left: 0;
	top: 0;
	bottom: 0;
	right: 0;
	width: auto !important;
	height: auto !important;
	z-index: 0;
}

.simplebar-offset {
	direction: inherit !important;
	box-sizing: inherit !important;
	resize: none !important;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	padding: 0;
	margin: 0;
	-webkit-overflow-scrolling: touch;
}

.simplebar-content-wrapper {
	direction: inherit;
	box-sizing: border-box !important;
	position: relative;
	display: block;
	height: 100%;
	width: auto;
	visibility: visible;
	max-width: 100%;
	max-height: 100%;
	scrollbar-width: none;
	-ms-overflow-style: none;
}

.simplebar-content-wrapper::-webkit-scrollbar,
.simplebar-hide-scrollbar::-webkit-scrollbar {
	width: 0;
	height: 0;
}

.simplebar-content:before,
.simplebar-content:after {
	content: " ";
	display: table;
}

.simplebar-placeholder {
	max-height: 100%;
	max-width: 100%;
	width: 100%;
	pointer-events: none;
}

.simplebar-height-auto-observer-wrapper {
	box-sizing: inherit !important;
	height: 100%;
	width: 100%;
	max-width: 1px;
	position: relative;
	float: left;
	max-height: 1px;
	overflow: hidden;
	z-index: -1;
	padding: 0;
	margin: 0;
	pointer-events: none;
	flex-grow: inherit;
	flex-shrink: 0;
	flex-basis: 0;
}

.simplebar-height-auto-observer {
	box-sizing: inherit;
	display: block;
	opacity: 0;
	position: absolute;
	top: 0;
	left: 0;
	height: 1000%;
	width: 1000%;
	min-height: 1px;
	min-width: 1px;
	overflow: hidden;
	pointer-events: none;
	z-index: -1;
}

.simplebar-track {
	z-index: 1;
	position: absolute;
	right: 0;
	bottom: 0;
	pointer-events: none;
	overflow: hidden;
}

[data-simplebar].simplebar-dragging .simplebar-content {
	pointer-events: none;
	user-select: none;
	-webkit-user-select: none;
}

[data-simplebar].simplebar-dragging .simplebar-track {
	pointer-events: all;
}

.simplebar-scrollbar {
	position: absolute;
	left: 0;
	right: 0;
	min-height: 10px;
}

.simplebar-scrollbar:before {
	position: absolute;
	content: "";
	background: rgb(14 14 14 / 34%);
	border-radius: 7px;
	left: 2px;
	right: 2px;
	opacity: 0;
	transition: opacity 0.2s linear;
}

.simplebar-scrollbar.simplebar-visible:before {
	opacity: 0.5;
	transition: opacity 0s linear;
}

.simplebar-track.simplebar-vertical {
	top: 0;
	width: 11px;
}

.simplebar-track.simplebar-vertical .simplebar-scrollbar:before {
	top: 2px;
	bottom: 2px;
}

.simplebar-track.simplebar-horizontal {
	left: 0;
	height: 11px;
}

.simplebar-track.simplebar-horizontal .simplebar-scrollbar:before {
	height: 100%;
	left: 2px;
	right: 2px;
}

.simplebar-track.simplebar-horizontal .simplebar-scrollbar {
	right: auto;
	left: 0;
	top: 2px;
	height: 7px;
	min-height: 0;
	min-width: 10px;
	width: auto;
}

[data-simplebar-direction="rtl"] .simplebar-track.simplebar-vertical {
	right: auto;
	left: 0;
}

.hs-dummy-scrollbar-size {
	direction: rtl;
	position: fixed;
	opacity: 0;
	visibility: hidden;
	height: 500px;
	width: 500px;
	overflow-y: hidden;
	overflow-x: scroll;
}

.simplebar-hide-scrollbar {
	position: fixed;
	left: 0;
	visibility: hidden;
	overflow-y: scroll;
	scrollbar-width: none;
	-ms-overflow-style: none;
}

.coinicon {
	width: 31px;
	margin-right: 5px;
}

.exchangesubbg img {
	width: 100%;
	max-width: 450px;
}

.appbtn img {
	width: 100%;
	max-width: 148px;
}

.appbtn {
	display: flex;
	justify-content: center;
}

.mobileapp {
	position: relative;
	z-index: 99;
	padding: 0px;
	margin-bottom: -100px;
	overflow: visible;
}

.mobileappbg {
	background: url(../images/mobilebg.png);
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	border-radius: 20px;
	position: relative;
	bottom: 0px;
}

.mobileapp .mobile {
	width: 100%;
	max-width: 391px;
}

.mobileappbg .row>div:first-child {
	text-align: center;
}

.mobileapp h4,
.mobileapp p {
	text-align: left;
}

.mobileapp .hrline {
	margin-left: 0px;
}

.appbtnbg {
	display: flex;
}

.appbtnbg img {
	width: 100%;
	max-width: 155px;
}

.line {
	border-top: 1px solid #d3d3d3;
	margin: 0px;
}

.menu-hide {
	display: none;
}

b,
strong {
	font-weight: inherit;
}

.home-slider-title strong,
.newsrightcontent strong,
.post-description strong,
.aboutuspage strong,
.privacypage strong {
	font-weight: bolder !important;
}

.has-error {
	color: #ff0000;
}

.table {
	margin-bottom: 0px;
}

.topbannerinnerpage {
	padding-top: 97px;
	padding-bottom: 13px;
}

.innerpage .headbg {
	border-bottom: 1px solid #ffffff1c;
}

.accordion .card {
	border: none;
	border-radius: 3px;
	box-shadow: none;
	margin-bottom: 0px;
	background: none;
	margin-bottom: 5px;
}

.accordion .card-header {
	padding: 0;
	border: none;
	border-radius: 3px;
	background: none;
	margin-bottom: 0px !important;
}

.accordion .panel-title a {
	display: block;
	padding: 12px 15px;
	background: none;
	font-size: 16px;
	font-weight: 600;
	position: relative;
	transition: all 0.5s ease 0s;
	line-height: 24px;
}

.accordion .panel-title a,
.accordion .panel-title a:hover,
.accordion .panel-title a:focus,
.accordion .panel-title a:active {
	background: #ffffff;
	color: #5f5cff;
	text-decoration: none;
}

.accordion .panel-title a.collapsed {
	box-shadow: none;
	background: none;
	color: #000000;
	border-bottom: 1px solid #c1c1c1;
}

.accordion .panel-title a:before,
.accordion .panel-title a.collapsed:before {
	content: "\f12a";
	font-family: "FontAwesome";
	width: 30px;
	height: 30px;
	line-height: 28px;
	font-size: 16px;
	font-weight: 400;
	color: #344ffd;
	background: #d7d6f8;
	border-radius: 25px;
	text-align: center;
	position: absolute;
	top: 12px;
	left: 10px;
	transition: all 0.3s ease 0s;
}

.accordion .panel-title a.collapsed:before {
	color: #202020;
	content: "\f128";
	background: #f6f4e6;
}

.accordion .card-header h5 {
	border-bottom: 0px;
	margin-bottom: 0px !important;
}

.accordion .card-body {
	padding: 15px 20px;
	margin-top: -1px;
	font-size: 16px;
	color: #333;
	line-height: 26px;
	border: 0px;
	background: #ffffff;
	font-weight: 300;
	font-weight: 500;
}

.accordion .panel-title a>div {
	width: 100%;
	max-width: 90%;
	padding-left: 32px;
	font-size: 18px;
	font-weight: 500;
}

.contactbox {
	max-width: 600px !important;
}

textarea {
	height: auto !important;
}

.appicont {
	width: 100%;
	max-width: 520px;
}


.testimonials .owl-nav {
	top: 45%;
}

.paymentgate .activemode {
	padding-top: 0px !important;
}

.testimonials .owl-carousel .owl-nav span {
	color: #fff;
	background: #95f244;
	font-weight: normal;
	border-radius: 50px;
	font-size: 24px;
	width: 50px;
	height: 50px;
	display: block;
	padding-top: 6px;
	text-align: center;
}

.owl-stage {
	xpadding: 0px 10px;
}

.business::after {
	position: absolute;
	background-repeat: no-repeat;
	background-size: contain;
	background-position: top right;
	width: 100%;
	height: 100%;
	top: 0px;
	right: 0px;
}

.business .accordion-item .accordion-button img {
	width: 100%;
	max-width: 65px;
	margin-right: 15px;
}

.business .accordion-item .accordion-button .darkimg {
	display: none;
}

.business .accordion-item .accordion-button {
	color: #6697F2;
	font-size: 36px;
	font-weight: 600;
	margin-bottom: 0px;
	background-color: transparent;
	box-shadow: none;
	transition: all 0.5s;
	padding: 0px 0px;
	padding-left: 70px;
}

/* .business .accordion-item .accordion-button::after {
	background-image: none;
	content: "-";
	position: absolute;
	right: 0px;
	width: 100%;
	height: 3px;
	top: 9px;
}

.accordion-button:not(.collapsed)::after {
	content: "+";
	transform: none;
} */

.accordion-button::after {
	content: "";
	position: absolute;
	left: 0px;
	top: 10px;
	border-radius: 4px;
	background-color: #2240C4;
	width: 40px;
	height: 40px;
	background-image: url(../images/add.svg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: auto;
}

.business .accordion-item .accordion-button:not(.collapsed)::after {
	background-image: url(../images/remove.svg);
	padding-bottom: 0px;
	transform: none;
}

.business .accordion-item .accordion-button:not(.collapsed) img {
	display: none;
}

.business .accordion-item .accordion-button:not(.collapsed) .darkimg {
	display: inline-block;
}

.business .accordion-item {
	border: 0px;
	background-color: transparent;
	padding: 20px 0px;
	padding-left: 25px;
}

.business .accordion-item:last-child {
	border-bottom: 0px;
}

.business .accordion-body {
	padding-bottom: 10px;
	padding-left: 70px;
	padding-right: 10px;
	padding-top: 0;
}

.business .accordion-body .h4 {
	color: #020109;
	font-size: 24px;
	font-weight: 600;
	margin-bottom: 14px;
	line-height: 32px;
}

.business .accordion-body .content {
	color: #ffffff;
	font-weight: 400;
	font-size: 16px;
}

.business .accordion-body ul {
	padding-left: 18px;
	margin-bottom: 18px;
}

.business .accordion-body ul li {
	padding-bottom: 5px;
}

.business .accordion-body ul li:last-child {
	padding-bottom: 0px;
}

.business .accordion-body .yellowbtn {
	text-transform: uppercase;
	font-size: 18px !important;
	padding: 12px 20px;
	line-height: 24px;
}

.business .businessimg {
	width: 100%;
	max-width: 470px;
	text-align: end;
}

.business .row>div:first-child {
	z-index: 9;
}

.businessbox {
	background-color: #132358;
	padding: 25px 60px;
	border-radius: 20px;
}

.aboutus .content {
	font-weight: 400;
	padding-bottom: 20px;
}

.aboutus .row {
	align-items: center;
}

.newsletter .h5 {
	font-size: 22px;
	color: #000;
	font-weight: 700;
	margin-bottom: 15px;
}

.newsletter .content {
	font-size: 18px;
}

.newsletter .news-img {
	background: linear-gradient(#68D8D6, #07BEB8);
	width: 100px;
	height: 100px;
	border-radius: 50px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.newsletter .news-img img {
	width: 100%;
	max-width: 33px;
}

.newsletter .row .table-content>div:first-child {
	width: 130px;
}

.newscontain {
	background: #3B85B8;
	border-radius: 4px;
	padding: 40px 20px;
	margin: 50px 0px;
}

.newscontain .h5 {
	font-size: 30px;
	color: #fff;
	font-weight: 600;
	margin-bottom: 12px;
}

.newscontain .content {
	margin-top: 0px;
}

.newscontain .row {
	align-items: center;
}

.homebannerbg h2 {
	font-weight: 600;
	font-size: 38px;
	color: #000;
	padding-bottom: 9px;
	line-height: 52px;
}

.total-n {
	display: flex;
	position: absolute;
	padding: 45px 6px;
	top: 42px;
}

.total-n label {
	font-size: 14px;
}

.radi-btn {
	font-size: 18px;
	font-weight: 500;
	padding: 7px 15px;
}

.tabboxbg {
	width: 100%;
	background: #f5f5f5;
	padding: 10px 10px;
	border-radius: 25px;
}

label>input[type="radio"]:checked+* {
	color: #a4d478;
}

label>input[type="radio"]:checked+*::before {
	background: #000;
}

ul.charts {
	width: 100%;
	margin: 0px 0px;
	display: flex;
	padding: 0px;
}

.charts-price {
	margin: 15px 0px;
}

.coinvalue {
	font-size: 14px;
	font-weight: 600;
	padding-left: 0;
	padding-top: 5px;
}

.live-table .t-green,
.live-table .t-red {
	font-size: 12px;
	margin-left: auto;
	padding: 4px 6px;
	border-radius: 25px;
	height: 21px;
	margin-top: 9px;
}

.live-table .t-green {
	background: #edfcde;
	color: #549717;
	border: 1px solid #d3eeba;
}

.live-table .t-red {
	color: #ff5252 !important;
	background: #ffc7c7;
	border: 1px solid #fe5252;
}

.live-table h6 {
	font-size: 12px;
	font-weight: 300;
	padding-left: 0;
	margin-top: 5px !important;
	margin: 0px;
	color: #525252;
}


.owl-carousel,
.owl-carousel .owl-item {
	-webkit-tap-highlight-color: transparent;
	position: relative;
}

.owl-carousel {
	display: none;
	width: 100%;
	z-index: 1;
}

.owl-carousel .owl-stage {
	position: relative;
	-ms-touch-action: pan-Y;
	touch-action: manipulation;
	-moz-backface-visibility: hidden;
}

.owl-carousel .owl-stage:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}

.owl-carousel .owl-stage-outer {
	position: relative;
	overflow: hidden;
	-webkit-transform: translate3d(0, 0, 0);
	overflow: hidden;
}

.owl-carousel .owl-item {
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
}

.owl-carousel .owl-item {
	min-height: 1px;
	float: left;
	-webkit-backface-visibility: hidden;
	-webkit-touch-callout: none;
}

.owl-carousel.owl-loaded {
	display: block;
}

.owl-carousel .owl-dot,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-nav .owl-prev {
	cursor: pointer;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel button.owl-dot {
	background: 0 0;
	color: inherit;
	border: none;
	padding: 0 !important;
	font: inherit;
}

.owl-carousel.owl-drag .owl-item {
	-ms-touch-action: pan-y;
	touch-action: pan-y;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

@keyframes fadeOut {
	0% {
		opacity: 1;
	}

	100% {
		opacity: 0;
	}
}

.owl-height {
	transition: height 0.5s ease-in-out;
}

.owl-nav button {
	position: absolute;
	top: 50%;
	background: transparent !important;
	color: #fff;
	margin: 0;
	transition: all 0.3s ease-in-out;
}

.owl-nav button.owl-prev {
	left: -100px;
}

.owl-nav button.owl-next {
	right: -100px;
}

.owl-dots {
	margin-top: 50px;
	display: flex;
}

.owl-dots button.owl-dot:nth-child(1),
.owl-dots button.owl-dot:nth-child(2) {
	width: 40px;
	height: 40px;
	border: 1px solid #707070;
	border-radius: 8px;
	margin-right: 10px;
	background: url(../images/left-light.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: 10px;
	display: grid;
	place-content: center;
}

.owl-dots button.owl-dot:nth-child(2) {
	background-image: url(../images/right-light.png);
}

.owl-dots button.owl-dot:nth-child(1).active {
	background-image: url(../images/left-dark.png);
	border-color: #3A4EE3;
}

.owl-dots button.owl-dot:nth-child(2).active {
	border-color: #3A4EE3;
	background-image: url(../images/right-dark.png);
}

.owl-dots button.owl-dot:focus {
	outline: 0;
}

.owl-nav button {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	background: transparent !important;
}

.owl-nav span {
	font-size: 30px;
	color: #ffffff;
	font-weight: normal;
	font-size: 40px;
}

.owl-nav button:focus {
	outline: 0;
}


.owl-nav {
	position: absolute;
	top: 46%;
	width: 100%;
	text-align: left;
	color: #0c2664;
}

button.owl-next {
	right: 0;
	float: right;
}

.reasons .reasonbox img {
	width: 100%;
	max-width: 100px;
	margin-bottom: 25px;
	display: inline-block;
}

.reasons .reasonbox .content {
	font-weight: 500;
	line-height: 32px;
}

.reasons .mobile {
	width: 100%;
	max-width: 350px;
}

.reasons .reason-content {
	margin-top: 40px;
}

.reasons .row {
	align-items: center;
	margin-top: 35px;
}

.feedbox .table-content>div:first-child {
	width: 121px;
}


.steps .row>div:first-child img {
	width: 100%;
	max-width: 600px;
}

.steps .h1 {
	font-size: 96px;
	line-height: 105px;
	font-weight: 700;
	color: #000;
	margin-bottom: 35px;
}

.steps .row>div:last-child {
	padding-top: 50px;
	padding-right: 112px;
}

.steps .heading-title {
	color: #fff;
	line-height: 50px;
}

.steps .row {
	position: relative;
	z-index: 9;
	justify-content: end;
}

.steps .content {
	font-size: 16px;
	font-weight: 500;
	line-height: 27px;
}

.steps .darkimg {
	display: none;
}

.steps .table-content img {
	width: 100%;
	max-width: 100px;
}

.steps .table-content>div:first-child {
	width: 120px;
}

.steps .featurebox .featuretablebox {
	margin-bottom: 40px;
	position: relative;
}

.steps .featurebox .featuretablebox:last-child {
	margin-bottom: 0px;
}

.steps .featurebox .featuretablebox:nth-child(1) {
	left: -210px;
}

.steps .featurebox .featuretablebox:nth-child(2) {
	left: -102px;
}

.steps .featurebox .featuretablebox:nth-child(3) {
	left: 12px;
}

.steps .featurebox .featuretablebox:nth-child(4) {
	left: 130px;
}

.steps .ficonbg {
	width: 100px;
	height: 100px;
	background: #C7CEF7;
	border-radius: 50px;
	display: grid;
	place-content: center;
}

.steps .featuretablebox.active .ficonbg {
	background: #fff;
	border: 7px solid #C7CEF7;
	border-radius: 50%1;
}

.steps .ficonbg img {
	width: 100%;
	max-width: 45px;
}

.steps .collapbtn {
	color: #020109;
	font-size: 24px;
	font-weight: 600;
	padding: 0px 0px 6px;
}

.steps .collapbtn.collapsed {
	display: inline-block;
}

.steps .boxone .collapbtn:not(.collapsed) {
	display: inline-block;
}

.howitmiddle {
	width: 147px;
	text-align: center;
	vertical-align: middle;
	min-height: inherit;
}

.tabbt {
	position: relative;
	background: #fff;
	border-radius: 25px 25px 0px 0px;
}

.tabbt .heading-title {
	padding-bottom: 15px !important;
	font-size: 20px;
	padding-top: 15px;
}

.contactbox .form-group {
	margin-bottom: 20px;
}

.innerpage {
	background-color: #efeafe;
}

.innerpagecontent {
	background: #ffffff;
	padding: 30px;
	border-radius: 10px;
	box-shadow: 0px 0px 19px 5px #3954921c;
}

.featuredscroll {
	padding: 70px 0px;
}

.buycrypto {
	background-color: #082354;
	padding: 15px 55px;
	border-radius: 15px;
	padding-right: 20px;
}

.buycrypto img {
	width: 100%;
	max-width: 544px;
}

.reasonchoosen .row>div>div {
	padding: 10px 10px;
}

.reasonchoosen .row {
	margin-top: 35px;
}

.reasonchoosen .row>div img {
	width: 100%;
	max-width: 90px;
	margin-bottom: 20px;
}

.reasonchoosen .row>div .h4 {
	margin-bottom: 10px;
	font-size: 24px;
	line-height: 32px;
	color: #2240C4;
	font-weight: 600;
}

.abountlftboxes>div {
	background-color: #132358;
	border-radius: 20px;
	padding: 18px 18px;
	width: 100%;
	max-width: 200px;
	text-align: center;
}

t {}

.abountlftboxes>div .h5 {
	font-size: 37px;
	line-height: 42px;
	font-weight: 700;
	color: #fff;
	margin-bottom: 0px;
}

.abountlftboxes .abtlocationmin {
	margin-top: 48px;
}

.abountlftboxes>div img {
	width: 100%;
	max-width: 45px;
	padding-bottom: 10px;
}

.footertopgap {
	margin-top: 52px;
}

.footericonimg img {
	width: 100%;
    max-width: 34px;
    margin-right: 8px;
	margin-bottom: 8px;
}
.footericonimg a{
	text-decoration: none;
}

.footericonimg {
	margin-top: 15px;
}

.feedbox span {
	background-color: #2240C4;
	padding: 7px 10px;
	border-top-right-radius: 10px;
	border-bottom-left-radius: 10px;
}

.feedback .owl-carousel>:last-child .owl-item {
	padding-right: 0px;
}

.buycrypto .content {
	font-size: 16px;
	color: #fff;
}
.feedbox span i,
.buycrypto .heading-title {
	color: #fff;
}

.buycrypto .heading-title {
	padding-bottom: 18px;
	font-weight: 500;
}

.homebannerbg .row>div:last-child,
.buycrypto .row>div:last-child {
	text-align: end;
}

.homebannerbg .row {
	align-items: center;
}

.homebannerbg .row>div:first-child p {
	font-size: 20px;
	line-height: 34px;
}

.steps .featurebox .featuretablebox h4 {
	font-size: 25px;
	line-height: 32px;
	font-weight: 600;
	color: #2240C4;
}

.abountlftboxes p {
	color: #6697F2 !important;
	line-height: 26px;
	font-weight: 500;
	font-size: 16px;
	margin-top: 10px;
	padding-bottom: 0px !important;
}

.subscibe .yellowbtn {
	font-size: 17px !important;
	font-weight: 500 !important;
}

.feedback .heading-title {
	color: #fff;
}

.bannersupportcardbox {
	flex-wrap: wrap;
	display: flex;
	gap: 9px;
	justify-content: center;
}

.bannersupportcardbox>div {
	padding: 15px 10px;
	text-align: left;
}

.bannersupportcard .table-content {
	width: auto;
}

.bannersupportcard .bannerbox h5 {
	margin-bottom: 0px;
	font-size: 20px;
	line-height: 27px;
	color: #434D5A;
}

.bannersupportcard {
	background-color: #fff;
	border-radius: 20px;
	padding: 30px 10px;
	margin: 15px 0px;
}

.bannersupportcard .bannerbox h5 span {
	font-weight: 600;
}

.bannersupportcard .bannerbox img {
	width: 40px;
}

.feedback .feedbox .table-content>div img {
	width: 100%;
	max-width: 95px;
}

.owl-carousel.owl-drag .owl-item.active .feedbox {
	background-color: #fff;
}

.reasons .d-flex>div .step-num {
	background-color: #132358;
	color: #fff;
	border-radius: 50px;
	font-size: 38px;
	font-weight: 900;
	width: 90px;
	height: 90px;
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 0px auto;
	border: 10px solid #fff;
}

.reasons .d-flex>div h5 {
	font-size: 22px;
	line-height: 32px;
	font-weight: 600;
	color: #2240C4;
	margin-top: 15px;
	margin-bottom: 20px;
}

.reasons .d-flex>div {
	text-align: center;
	width: 100%;
}

.reasons .d-flex>div img {
	width: 100%;
	max-width: 90px;
	margin: 0px auto;
}

.reasons .d-flex>div {
	position: relative;
}

.reasons .d-flex>div:nth-child(even) .step {
	display: flex;
	flex-wrap: wrap;
	flex-direction: column-reverse;
	margin-top: 20px;
}

.reasons .step {
	position: relative;
	z-index: 9;
}

.reasons .d-flex>div:nth-child(even) {
	position: relative;
	top: 70px;
}

.reasons .d-flex>div:nth-child(odd)::after {
	content: "";
	position: absolute;
	background-image: url(../images/union.svg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: right top;
	width: 100%;
	max-width: 269px;
	height: 250px;
	top: 45px;
	right: -130px;
}


.reasons .d-flex>div:nth-child(even)::after {
	content: "";
	position: absolute;
	background-image: url(../images/left-line.svg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: right top;
	width: 100%;
	max-width: 269px;
	height: 250px;
	top: -25px;
	right: -130px;
}

.reasons .d-flex>div:last-child::after {
	display: none;
}

.reasons .d-flex {
	margin-top: 10px;
}

.reasons {
	padding-bottom: 148px;
}

.form-bg {
	padding: 30px 0px;
	position: relative;
	display: table-cell;
	vertical-align: middle;
}

.innerpagebg {
	width: 100%;
	padding: 0;
}

.formlogo {
	width: 100%;
	max-width: 207px;
	display: block;
	margin: 0px auto;
	margin-bottom: 20px;
}

.buysellicon {
	width: 100%;
	max-width: 488px;
	margin: 39px 0px;
}

.form-bg .container {
	width: 100%;
	padding: 0px;
}

.formbox {
	display: table;
	width: 100%;
	position: relative;
	border-radius: 10px;
	overflow: hidden;
}

.formbox>div {
	display: table-cell;
	vertical-align: middle;
	float: none;
	width: 50%;
	padding-bottom: 50px;
	padding-top: 50px;
}

.formbox>div:last-child {
	background: #ffffff;
}

.feedtable {
	display: flex;
}

.reviewboxcenter {
	width: 100%;
	max-width: 900px;
	margin: 0px auto;
}

.innerpage .footer-gray-bg {
	padding-top: 50px;
}

.securebg .featureflex>div {
	text-align: left;
	padding: 10px 25px;
}

.feedback {
	background-color: #132358;
	padding: 70px 0px;
}

.feedback .row {
	align-items: center;
}

.feedback .feedbox {
	background: #7A88A9;
	padding: 35px 30px;
	border-radius: 22px;
	margin: 15px 0px 0px;
	position: relative;
}

.feedback .feedbox .h5 {
	margin-bottom: 22px;
	color: #2240C4;
	margin-top: 15px;
	font-size: 20px;
	line-height: 26px;
}

.feedback .feedbox .content {
	color: #434D5A;
}

.feedback .stars {
	width: 100%;
	max-width: 480px;
}

.feedback .ratings .h1 {
	color: #0C4CDD;
	font-size: 100px;
	font-weight: 700;
	margin-bottom: 0px;
	line-height: 80px;
}

.feedback .ratings .h1 .out {
	font-size: 30px;
	font-weight: 500;
}

.feedback .ratings .h1 .five {
	font-size: 48px;
	font-weight: 500;
	padding-left: 10px;
}

.feedback .ratings .h6 {
	color: #0C4CDD;
	font-size: 20px;
	font-weight: 500;
	margin-bottom: 0px;
}

.feedback .owl-dots {
	display: none;
}

.headermenu .headbg .navbar-nav li a.dropdown-bs-toggle.borderbtn:hover {
	background: transparent !important;
	color: #2240C4 !important;
}

.headermenu .headbg .langmenu img {
	width: 24px;
	margin-right: 5px;
	position: relative;
	top: -2px;
}

.headermenu .headbg .langmenu i {
	margin-left: 15px;
}

/*login css start*/
.login-form {
	overflow: hidden;
	width: 100%;
	max-width: 570px;
	margin: 0px auto;
	padding: 30px 30px;
	position: relative;
	border-radius: 16px;
	border: 1px;
}

.tradeicon {
	width: 100%;
	max-width: 480px;
	margin: 0px auto;
	display: block;
	margin-top: 26px;
}

.rightformbg h4 {
	font-size: 25px !important;
	color: #b8c4e7 !important;
}

.rightformbg {
	position: relative;
}

.usericon {
	text-align: center;
	position: relative;
	width: 100%;
	max-width: 425px;
	margin: 23px auto;
}

.usericon i {
	font-size: 17px;
	width: 50px;
	height: 50px;
	border: 1px dashed #b4b4bd;
	border-radius: 5px;
	padding: 10px;
	text-align: center;
	padding-top: 13px;
	color: #bdbdbd;
	position: relative;
	background: #56565a;
}

.usericon::before {
	content: "";
	position: absolute;
	left: 0px;
	background: #3b3b40;
	width: 100%;
	height: 3px;
	top: 24px;
	border-radius: 50px;
}

.formbox .form-group {}

.login-form label {
	font-size: 17px;
	color: #27262d;
	font-weight: 600;
	margin-bottom: 10px;
}

.login-form .form-control {
	font-size: 15px;
	height: 45px;
	background: #fff;
	border: 1px solid #dcdcdc;
	color: #27262d;
	box-shadow: none;
	outline: none;
	font-weight: 500;
	-webkit-appearance: auto;
	-moz-appearance: auto;
	appearance: auto;
	border-radius: 7px;
}

.login-form .input-group-text {
	height: 45px;
	background: #fff;
	border: 1px solid #dcdcdc;
	color: #0b0b0b;
	font-size: 14px;
	box-shadow: none;
	outline: none;
	font-weight: 500;
	border-radius: 7px;
}

.regbox .login-form .heading-title {
	font-size: 21px !important;
}

.btnsnfg {
	margin-top: 31px;
	;
}

.btnsnfg h5 {
	font-size: 16px;
	font-weight: 500;
	color: #1c3453;
	text-align: center;
}

a.t-blue,
a.t-blue:active,
a.t-blue:focus,
a.t-blue:hover {
	color: #2240c4;
	text-decoration: none;
	font-weight: 600;
}

.innerpagebg footer {
	display: none;
}

.backbtn a,
.backbtn a:hover,
.backbtn a:focus,
.backbtn a:active {
	font-size: 16px;
	color: #0e117d;
}

.backbtn {
	width: 100%;
	max-width: 760px;
	margin: 0px auto;
	margin-top: 11px;
}

.appbtn img {
	width: 100%;
	max-width: 148px;
}

.login-form .heading-title {
	font-size: 29px !important;
	color: #000000 !important;
	line-height: normal;
	text-align: center !important;
	position: relative;
	z-index: 9;
	font-weight: 700;
	padding-bottom: 0;
}

.formbox .form-group {
	margin-bottom: 19px;
}

.login-form .x-line-center {
	margin-bottom: 36px;
}

.notestitle p {
	font-size: 15px !important;
	line-height: 22px !important;
	margin: 0px;
	color: #27262d;
	font-weight: 500;
}

.notestitle {
	background: #f1f5ff;
	padding: 18px 18px;
	border-radius: 7px;
	margin-bottom: 24px;
	border: 1px solid #f1f5ff;
}

.notestitle h5 {
	font-size: 15px;
	color: #2c2c2c;
	font-weight: 700;
}

.otpverifybg .form-control {
	width: 100%;
	margin: 5px 5px;
	text-align: center;
}

.otpverifybg p {
	font-size: 15px;
	line-height: 26px;
	color: #6c7887;
	font-weight: 500;
}

.login-form .phonetab .form-control {
	border: 1px solid #d4daf3;
	border-radius: 5px !important;
}

.login-form .phonetab .input-group-text .form-control {
	width: 114px;
	padding-top: 7px;
	font-size: 14px !important;
	padding-right: 3px !important;
}

.login-form .phonetab .input-group-text {
	padding: 0px;
	border: 0px !important;
	z-index: 999;
}

.intl-tel-input .country-list .country {
	font-weight: 400;
	color: #4a4a4a;
}

.phonetab .input-group {
	display: block;
}

.phonetab .input-group .input-group-text {
	width: 100%;
	display: inline-block;
}

.login-form .phonetab .input-group-text .form-control,
.login-form .phonetab .form-control,
.intl-tel-input {
	width: 100% !important;
}

.intl-tel-input .country-list {
	width: 460px !important;
	position: relative;
	z-index: 999 !important;
	top: 46px !important;
	left: 2px;
}

.login-form .iti {
	width: 100%;
	display: block;
}

.login-form .iti__country-list {
	z-index: 999;
}

.login-form .phonetab .form-control::placeholder {
	font-weight: 400;
	color: #909090;
}

.form-check label {
	font-size: 14px;
	font-weight: 600;
	margin-bottom: 3px;
}

.notestitle .form-group {
	margin-bottom: 20px;
}

.notestitle>label {
	margin-bottom: 20px;
}

.read label {
	font-weight: 500;
}

.formcontentbox {
	margin-top: 30px;
}

#password_result {
	margin-top: 0px !important;
}

.form-bg .login-form .yellowbtn {
	padding: 14px 25px;
	min-width: 178px;
	margin: 0px 5px;
	font-size: 18px;
}

.form-bg .mlmwizardform .action-button-previous {
	color: #0c4cdd !important;
}

.form-bg .login-form .yellowbtn.active,
.form-bg .login-form .yellowbtn:hover,
.form-bg .login-form .yellowbtn:focus {
	box-shadow: none;
}

.logolog {
	width: 100%;
	max-width: 177px;
	margin: 0px auto;
	margin-bottom: 32px;
}

.login-form hr {
	background: none;
	border-bottom: 1px dashed #d5d5d5;
	opacity: 1;
	margin: 20px 0px;
}

.form-bg .login-form .yellowbtn[value="Submit"] {
	color: #fff !important;
}

.g-recaptcha>div {
	width: 100% !important;
	max-width: 300px;
	margin: 0px auto;
	margin-top: 7px;
}

.hint {
	color: #7a7a7a;
	margin-top: 10px;
	display: block;
}

.rightformbg {
	background-image: url(../images/loginbox.svg);
	background-size: cover;
	transition: transform 1.2s ease-in-out;
	background-color: #1b2d68;
}

.form-bg h2 {
	font-size: 32px;
	font-weight: 600;
	line-height: 50px;
	margin: 0;
	padding-bottom: 12px;
	color: #fff;
}

.form-bg h4 {
	font-size: 22px;
	font-weight: 600;
	line-height: 29px;
	margin: 0;
	color: #2240c4;
}

.loginbanner footer {
	display: none;
}

.loginbanner {
	padding: 0;
	position: relative;
	display: table;
	width: 100%;
	height: 100%;
	background-image: url(../images/loginbg.png);
	background-position: right top;
	background-repeat: no-repeat;
	background-size: cover;
	background-color: #f1f3f5;
}

.loginbanner>div {
	display: table-cell;
	vertical-align: middle;
}

.logocenter>a {
	display: inline-block;
	width: 100%;
	text-align: center;
}

.wizard-steps {
	margin-top: 10px;
}

.mlmwizardform .siteformbg {
	position: relative;
}

.mlmwizardform fieldset {
	position: relative;
	text-align: center;
	padding: 0px;
}

.mlmwizardform fieldset .form-card {
	position: relative;
	text-align: left;
	padding-bottom: 0px;
}

.mlmwizardform fieldset:not(:first-of-type) {
	display: none;
}

.mlmwizardform .action-button {
	cursor: pointer;
}

.ng-wizard-btn-group .btn {
	font-weight: 500;
	border-radius: 4px;
	font-size: 16px;
	text-transform: uppercase;
}

.mlmwizardform .action-button {
	color: #fff !important;
}

.mlmwizardform .action-button-previous,
.btn-gray {
	background: #dbe5ff !important;
	border-color: #dbe5ff;
	color: #0c4cdd !important;
}

select.list-dt {
	border: none;
	outline: 0;
	border-bottom: 1px solid #ccc;
	padding: 2px 5px 3px 5px;
	margin: 2px;
}

select.list-dt:focus {
	border-bottom: 2px solid #f16f0e;
}

.mlmwizardform .card {
	z-index: 0;
	border: none;
	border-radius: 0.5rem;
	position: relative;
}

.mlmwizardform .fs-title {
	font-size: 16px;
	color: #4a4b4c;
	margin-bottom: 25px;
	font-weight: 500;
	text-align: center;
	text-transform: uppercase;
	padding-top: 3px;
}

.form-group {
	position: relative;
}

.mlmwizardform #progressbar {
	color: lightgrey;
	position: absolute;
	width: 100%;
	padding-left: 0px !important;
	padding-right: 0px !important;
	padding: 0px;
	margin: 0px !important;
	right: 0px;
	top: -44px;
	text-align: right;
}

.cryptobox .btn-blue {
	max-width: 94%;
	margin: 0px auto;
}

.whiteboxbg {
	background: #fff;
}

.form-control::-webkit-input-placeholder {
	color: #383838;
	font-size: 16px;
}

.form-control::-moz-placeholder {
	color: #383838;
	font-size: 16px;
}

.form-control:-ms-input-placeholder {
	color: #383838;
	font-size: 16px;
}

.form-control:-moz-placeholder {
	color: #383838;
	font-size: 16px;
}

.mlmwizardform #progressbar::before,
.mlmwizardform #progressbar li:first-child::before,
.mlmwizardform #progressbar li:last-child::before {
	content: "";
	width: 4px;
	height: 100%;
	position: absolute;
	left: 23px;
	bottom: 0px;
	border-radius: 0px;
}

.mlmwizardform #progressbar li:first-child::before,
.mlmwizardform #progressbar li:last-child::before {
	background: #707c84;
	width: 50%;
	height: 2px;
	display: none;
}

.mlmwizardform #progressbar li:last-child::before {
	left: inherit;
	right: 0px;
}

.mlmwizardform #progressbar .active {
	color: #19ddd6;
}

.mlmwizardform #progressbar li {
	list-style-type: none;
	font-size: 16px;
	float: none;
	position: relative;
	padding: 0px 0px;
	text-align: center;
	color: #b7c8c7;
	display: inline-block;
}

.mlmwizardform #progressbar li:first-child {
	padding-left: 0px;
}

.mlmwizardform #progressbar li:last-child {
	padding-right: 0px;
}

.mlmwizardform #progressbar li>strong {
	width: 55px;
	height: 55px;
	line-height: 46px;
	display: block;
	font-size: 16px;
	color: #a9a9a9;
	background: #fff;
	border-radius: 50%;
	margin: 0 auto 10px auto;
	padding: 2px;
	text-align: center;
	border: 2px solid #d2d2d2;
	position: relative;
}

.mlmwizardform #progressbar li.active>strong {
	background: #50aff9;
	color: #fff;
	border-color: #209af3;
}

.mlmwizardform .radio-group {
	position: relative;
	margin-bottom: 25px;
}

.mlmwizardform .radio {
	display: inline-block;
	width: 204;
	height: 104;
	border-radius: 0;
	background: #2044d8;
	box-shadow: 0 2px 2px 2px rgba(0, 0, 0, 0.2);
	box-sizing: border-box;
	cursor: pointer;
	margin: 8px 2px;
}

.mlmwizardform .radio:hover {
	box-shadow: 2px 2px 2px 2px rgba(0, 0, 0, 0.3);
}

.mlmwizardform .radio.selected {
	box-shadow: 1px 1px 2px 2px rgba(0, 0, 0, 0.1);
}

.mlmwizardform li.active .infot {
	color: #2058e5;
}

.custom-checkbox label {
	line-height: 26px;
}

.mlmwizardform {
	position: relative;
}

.mlmwizardform li .infot {
	text-align: center;
	display: block;
	color: #5a5a5a;
	font-size: 16px;
	text-transform: uppercase;
}

.mlmwizardform li i {
	font-size: 9px;
}

.mlmwizardform form>fieldset:nth-child(2),
.mlmwizardform form>fieldset:last-child {
	background: none;
}

.innerpagebg .headbg .container {
	width: 100%;
	max-width: 90%;
	padding: 18px 29px;
}

.innerpagebg .headbg {
	padding: 15px 0px;
}

.navbar-toggler {
	width: 20px;
	height: 20px;
	position: relative;
	transition: 0.5s ease-in-out;
}

.navbar-toggler,
.navbar-toggler:focus,
.navbar-toggler:active,
.navbar-toggler-icon:focus {
	outline: none;
	box-shadow: none;
	border: 0;
	position: relative;
}

.navbar-toggler span {
	margin: 0px;
	padding: 0px;
}

.toggler-icon {
	display: block;
	position: absolute;
	height: 3px;
	width: 100%;
	background: #2240c4;
	border-radius: 1px;
	opacity: 1;
	left: 1px;
	transform: rotate(0deg);
	transition: 0.25s ease-in-out;
}

.middle-bar {
	margin-top: 0px;
}

.navbar-toggler.collapsed .top-bar {
	position: absolute;
	top: 0px;
	transform: rotate(0deg);
}

.navbar-toggler.collapsed .middle-bar {
	opacity: 1;
	position: absolute;
	top: 10px;
	filter: alpha(opacity=100);
}

.navbar-toggler.collapsed .bottom-bar {
	position: absolute;
	top: 20px;
	transform: rotate(0deg);
}

.navbar-toggler .top-bar {
	top: inherit;
	transform: rotate(135deg);
}

.navbar-toggler .middle-bar {
	opacity: 0;
	top: inherit;
	filter: alpha(opacity=0);
}

.navbar-toggler .bottom-bar {
	top: inherit;
	transform: rotate(-135deg);
}

.toggler-icon {
	background: #2240c4;
}

/*login css end*/
.bannersupportcardbox>div {
	width: auto;
}

.bannersupportcard .bannerbox {
	display: flex !important;
	align-items: center;
}

.bannersupportcard .bannerbox>div {
	width: 100%;
}

.bannersupportcard .bannerbox>div:first-child {
	width: 63px;
}
 .business .accordion-button:not(.collapsed){
color: #fff;
}

.aboutus .yellowbtn {
	border-radius: 10px;
}
.aboutus {
    padding: 100px 0px;
}
.abtflex {
	display: flex;
	width: 100%;
	gap: 10px;
	align-items: center;
}
.abtflex >div:first-child{
	width: 40%;
}
.abtflex >div:last-child{
	width: 60%;
}
.abtbox {
	display: table;
	width: 100%;
}
.abtbox > div{
	display: table-cell;
	vertical-align: middle;
}
.form-bg .loginouterbox p {
    font-size: 15px;
}
.innerbg .topbannerbg {
    padding-top: 130px;
    padding-bottom: 0;
}
.innerbg .innerpagebox {
    padding-top: 10px;
}
.innerbg .innerpagecontent {
    background: #fff;
    padding: 30px;
    border: 1px solid #6beff136;
    border-radius: 10px;
    box-shadow: none;
}
.innerbg .headbg{
	border-bottom: 1px solid #ffffff14;
}
.innerbg .heading-title {
    font-size: 35px;
    margin-bottom: 0px;
}
.innerbg {
    background: #f1f3f5;
}
.contactboxfrm{
	background-color: #fff;
	padding: 20px 20px !important;
}
.contactboxfrm .form-group {
    margin-bottom: 20px;
}
.faqsec .innerpagecontent{
	padding: 0px;
	background-color: transparent;
	border: 0px;
}
.faqsec .accordion-button::after{
	left: inherit;
    right: 22px;
    top: 22px;
}
.faqsec .accordion-item{
	margin-bottom: 20px;
	background-color: #fff;
	border-radius: 15px;
}
.faqsec .accordion-button:not(.collapsed) {
    color: #000000;
    box-shadow: none;
    background-color: transparent;
}
.faqsec .accordion-button{
	border-radius: 15px;
	background-color: transparent;
	font-size: 22px;
	line-height: 30px;
	color: #000;
	padding: 22px 22px;
	font-weight: 600;
	padding-right: 58px !important;
}
.faqsec .accordion-item:first-of-type .accordion-button, .faqsec .accordion-item:last-of-type .accordion-button.collapsed{
	border-radius: 15px;
}
.faqsec .accordion-button::after{
	width: 30px;
	height: 30px;
}
.faqsec .accordion-item .accordion-button:not(.collapsed)::after {
    background-image: url(../images/remove.svg);
    padding-bottom: 0px;
    transform: none;
}
.faqsec .accordion-body .content {
    font-weight: 400;
    font-size: 16px;
}
.faqsec .accordion-body{
	padding-top: 0px;
}
.headermenu .headbg li a.dropdown-item.active{
	background-color: #dcdedf;
}