html {
	width: 100%;
	height: 100%;
	position: absolute;
	scroll-behavior: smooth !important;
	scroll-padding-top: 60px;
}

body {
	font-family: 'Kumbh Sans', sans-serif;
	margin: 0px;
	padding: 0px;
	color: #303030;
	position: relative;
	min-height: 100%;
	width: 100%;
	padding-bottom: 227px;
	background: #F7F7F7;
	font-size: 14px;
	font-weight: 300;
}

footer {
	bottom: 0px;
	position: absolute;
	width: 100%;
	height: 229px;
}

.fnt-bld {
	font-family: 'Kumbh Sans', sans-serif;
}

.t-white {
	color: #fff !important;
}

.t-black {
	color: #000 !important;
}

.t-green {
	color: #03a66d !important;
}

.t-gray {
	color: #6b6d73 !important;
}

.t-red {
	color: #ff6363 !important;
}

.t-yellow {
	color: #02acf1 !important;
}

section {
	padding: 50px 0px;
	overflow: hidden;
}

.headbg .navbar-brand {
	padding: 1px 0px;
	line-height: 0;
}

.headbg {
	border: 0px;
	padding: 15px 0px;
	background: #fff;
	position: fixed;
	width: 100%;
	left: 0px;
	top: 0px;
	z-index: 999;
}

/* .darkHeader {
  position: fixed;
  background: #020203;
} */

.progressline {
	background-color: #1d55a8;
	width: 0%;
	height: 3px;
	position: fixed;
	top: 90px;
	left: 0px;
	z-index: 9;
}

.headermenu .headbg .navbar-nav li a {
	color: #104287;
	font-size: 16px;
	padding: 12px 23px;
	margin-top: 0px;
	text-transform: capitalize;
	position: relative;
	font-weight: 500;
}

.headermenu .headbg .navbar-nav li a.sitebtn {
	padding: 9px 25px;
	margin-top: 0px;
	color: #fff;
	line-height: 23px;
}

.headermenu .headbg .navbar-nav li a.sitebtn:is(:hover, :focus) {
	color: #fff;
}

.logo {
	width: 195px;
}

.headermenu .headbg .navbar-nav li a:is(:hover, :focus, :active, .active) {
	color: #104287;
}

.heading-title {
	font-size: 40px;
	line-height: 40px;
	font-weight: 700;
	color: #10254C;
	margin-bottom: 0px;
	padding-bottom: 23px;
}

.btn {
	vertical-align: middle;
}

.sitebtn,
.borderbtn {
	padding: 14px 25px;
	border: 0px;
	background-image: linear-gradient(to right, #1b57aa, #02acf1);
	color: #fff;
	font-size: 18px;
	font-weight: 600;
	line-height: normal;
	border-radius: 5px;
	transition: all 0.4s;
}

.sitebtn:is(:hover, :focus, :active) {
	color: #fff;
	box-shadow: 0px 4px 30px 2px #03a7ed17;
}

.borderbtn {
	background: linear-gradient(#1D55A8,#02ADF2 );
	color: #fff;
	border: none;
	border-radius: 9px;
	;
}

#back2Top {
	width: 40px;
	height: 40px;
	line-height: 40px;
	overflow: hidden;
	z-index: 999;
	display: none;
	cursor: pointer;
	position: fixed;
	bottom: 15px;
	right: 20px;
	background-color: #1d55a8;
	color: #ffffff;
	text-align: center;
	font-size: 28px;
	text-decoration: none;
	border-radius: 5px;
}

#back2Top:hover {
	background: #1d55a8;
	color: #ffffff;
}

.alert {
	font-size: 14px;
  /* padding: 9px; */
	line-height: 24px;
}

.alertnotes {
	color: #fff;
	background-color: #e6b50a30;
	border-color: #e6b50a8f;
}

.alertnotes .btn-close {
	filter: invert(1);
}

.alert .close {
	opacity: 1;
	font-size: 22px;
	float: right;
}

.footer-gray-bg {
	background-color: #f7f7f7;
	overflow: visible;
	padding-bottom: 20px;
	padding-top: 0;
}

.innerpagebg .footer-gray-bg {
	background-image: url(../images/subscriebg.png);
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
}

.footer-gray-bg .footerbox {
	background-color: #f7f7f7;
	padding: 50px 0px;
	position: relative;
	margin-bottom: 20px;
	border-bottom: 1px solid #10265117;
	border-top: 1px solid #10265117;
}

.ftext {
	color: #303030;
	margin: 0px;
	font-size: 16px;
	line-height: 26px;
	text-align: center;
	font-weight: 400;
}

.footer-gray-bg .footerflex .flexbox {
	display: flex;
	flex-flow: column;
	align-items: end;
}

.foot-list {
	padding-right: 0px;
	margin-bottom: 0px;
	padding-left: 0;
}

.foot-list li {
	list-style: none;
	margin-bottom: 15px;
}

.foot-list li:last-child {
	margin-bottom: 0px;
}

.foot-list li a {
	color: #303030;
	font-size: 15px;
	font-weight: 400;
	text-decoration: none;
}

.foot-list li a:is(:hover, :focus, :active) {
	text-decoration: none;
	color: #104287;
}

.footer-gray-bg .flogo {
	width: 100%;
	max-width: 160px;
	margin-bottom: 16px;
}

.sociallist li {
	float: left;
	list-style: none;
	margin: 0;
	padding-right: 20px;
}

.sociallist li:last-child {
	margin-bottom: 0px;
}

.sociallist li a img {
	width: 100%;
	max-width: 34px;
}

.sociallist li a:hover img {
	filter: brightness(2);
}

.sociallist {
	padding-left: 0px;
	margin: 0px;
}

.footer-gray-bg .h3 {
	color: #000000;
	font-size: 20px;
	font-weight: 600;
	margin-bottom: 20px;
}

.social-bg .heading-title {
	font-size: 14px !important;
	margin-top: 6px;
	padding-bottom: 0px;
}

.table-content {
	display: table;
	margin: 0px;
	width: 100%;
}

.table-content > div {
	display: table-cell;
	vertical-align: middle;
	float: none;
}

.content,
p {
	font-size: 16px;
	color: #616161;
	line-height: 27px;
	margin: 0px;
	font-weight: 400;
}

.homebannerbg {
	background: url(../images/banner-bg.png);
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	padding: 0px;
	position: relative;
}

.sitebannercontent .row {
	align-items: center;
}

.homebannerbg .h1 {
    font-size: 46px;
    color: #fff;
    font-weight: 700;
    line-height: 68px;
    margin: 0px;
    padding-bottom: 20px;
}

.sitebannercontent {
	padding-top: 20vh;
	padding-bottom: 12vh;
}

.headermenu .headbg .navbar-nav li a.btn {
	padding: 8px 18px;
	box-shadow: none;
	color: #000;
	margin: 0px 6px;
	background: none;
}

.subscibefrm .input-group-text {
	padding: 0;
	z-index: 9;
	border-left: 0px;
	border-color: #ffffff33;
	border-top-right-radius: 5px !important;
	border-bottom-right-radius: 5px !important;
	background: #000000;
}

.subscibeicon {
	max-width: 60px;
	width: 100%;
}

.subscibefrm .form-control {
	height: 60px !important;
	background: #ffffff;
	border: 1px solid #ffffff33;
	color: #000;
	font-size: 18px;
	padding: 11px 24px;
	border-radius: 5px;
}

.subscibe .form-group {
	border-bottom: 1px solid #5d5e5e;
}

.subscibe .input-group-text {
	background: none !important;
	padding: 0px;
	height: auto;
	padding: 0;
}

.subscibefrm .sitebtn {
	border-radius: 5px !important;
	line-height: 23px;
	font-size: 14px;
	padding: 10px 13px;
	margin-right: 7px;
	position: absolute;
	right: -2px;
	top: 8px;
}

.subscibe {
	width: 100%;
	max-width: 477px;
}

.footrightbox {
	padding-right: 304px;
	padding-top: 51px;
}

textarea.form-control,
.siteformbg textarea.form-control {
	height: auto !important;
	min-height: auto !important;
}

.homepagebanner {
	position: relative;
}

.form-control::placeholder {
	color: #6b6d73 !important;
	font-size: 15px;
}

.form-control::-webkit-input-placeholder {
	color: #6b6d73 !important;
	font-size: 15px;
}

.form-control:-moz-placeholder {
	color: #6b6d73 !important;
	font-size: 15px;
}

.form-control:-ms-input-placeholder {
	color: #6b6d73 !important;
	font-size: 15px;
}

.table {
	border: 0px;
	margin: 0px;
}

.sitetable thead tr th {
	border: 0px;
	border-bottom: 1px solid #303030 !important;
	color: #616161;
	font-size: 16px;
	padding: 9px 13px;
	white-space: nowrap;
	text-transform: capitalize;
	margin: 0px;
	font-weight: 500;
}

.sitetable thead tr th:first-child {
	padding-left: 0 !important;
}

.sitetable thead tr th:last-child {
	width: 110px;
}


.sitetable tbody tr td {
	border: 0px;
	border-top: 0px solid #fff;
	color: #303030;
	font-size: 15px;
	font-weight: 400;
	padding: 9px 14px;
	white-space: nowrap;
	vertical-align: middle;
	cursor: pointer;
}

.sitetable tbody tr td:first-child {
	padding-left: 0;
}

.sitetable tbody tr td .sitebtn {
	padding: 7px 21px !important;
	font-size: 15px;
	font-weight: 400;
}

.sitetable tbody tr:hover {
	background-color: #ffffff0a;
}

.coinicon,
.coinlisticon {
	width: 32px;
	margin-right: 12px;
}

.coinlistbg {
	background-color: #fff;
	box-shadow: 0px 0px 20px 4px rgba(204, 204, 204, 0.5803);
}

ul.tabbanner {
	border-bottom: 0;
	margin: 0 auto;
	overflow-x: auto;
	padding: 0px 1px;
}

ul.tabbanner li {
	padding: 0px 0px;
}

ul.tabbanner li a {
	color: #616161;
	font-size: 18px;
	font-weight: 500;
	padding: 0px 20px !important;
	padding-bottom: 5px !important;
	transition: all 0.4s;
}


ul.tabbanner li a.active {
	background-color: #f7f7f7 !important;
	color: #10254C !important;
	position: relative;
	border-color: #efefef !important;
	border-radius: 8px;
}

.siteformbg .form-control {
	font-size: 15px;
	height: 46px;
	background: #fff;
	border: 1px solid #dddddd;
	color: #000;
	border-radius: 5px;
	padding: 5px 10px;
}

.siteformbg .input-group-text {
	height: 46px;
	background: #fff;
	border: 1px solid #dddddd;
	color: #000;
	font-size: 15px;
	border-radius: 0px !important;
}

.siteformbg .input-group-text {
	border-top-right-radius: 5px !important;
	border-bottom-right-radius: 5px !important;
}

.seacrhbox .form-control,
.seacrhbox .input-group-text {
	height: 30px;
}

.panelcontentbox {
  /* background: #fff; */
	position: relative;
	border-radius: 10px;
	overflow: hidden;
}

.innerpagebg .progressline {
	width: 0% !important;
	background-color: transparent;
	top: auto;
	left: auto;
}

.webhidedata,
.webhidedata1,
.webhidedata2 {
	display: none !important;
}

.hidebtn .btn,
.hidebtn1 .btn,
.hidebtn2 .btn {
	display: none;
}

.langbox {
	position: absolute;
	right: 0px;
	top: 0px;
}

.langmenu img {
	width: 24px !important;
	height: 23px;
	padding: 0px;
	border-radius: 50px;
	position: relative;
	top: -1px;
  /* border: 1px solid #fff; */
  /* background: #fff; */
	margin-right: 10px;
	cursor: pointer;
}

.langmenu a {
	font-size: 14px;
	margin-top: 6px !important;
	padding: 5px 10px !important;
}

.langmenu .dropdown-menu {
	border-radius: 5px;
	width: 100%;
	min-width: 180px;
	max-width: 180px !important;
}

.langmenu {
	padding-left: 10px;
}

.langmenu a.dropdown-toggle {
	font-size: 15px;
	line-height: 0;
	padding: 3px 0px !important;
	margin-top: 10px !important;
	background: none;
	border-radius: 50px;
	color: #fff !important;
}

.table-responsive-stack td,
.table-responsive-stack th {
	white-space: nowrap;
}

.table-responsive-stack th {
	border-bottom: 0px !important;
}

[data-simplebar] {
	position: relative;
	z-index: 0;
	overflow: hidden !important;
	max-height: inherit;
	-webkit-overflow-scrolling: touch;
}

[data-simplebar="init"] {
	display: flex;
}

.simplebar-scroll-content {
	overflow-x: hidden !important;
	overflow-y: scroll;
	min-width: 100% !important;
	max-height: inherit !important;
	box-sizing: content-box !important;
}

.simplebar-content {
	overflow-y: hidden !important;
	overflow-x: scroll;
	box-sizing: border-box !important;
	min-height: 100% !important;
}

.simplebar-track {
	z-index: 9999;
	position: absolute;
	right: 0;
	bottom: 0;
	width: 8px;
}

.simplebar-scrollbar {
	position: absolute;
	right: 2px;
	width: 6px;
	min-height: 10px;
}

.simplebar-scrollbar:before {
	position: absolute;
	content: "";
	background: rgb(255 255 255 / 34%);
	border-radius: 7px;
	left: 0;
	right: 0;
	opacity: 0;
	transition: opacity 0.2s linear;
}

.simplebar-track:hover .simplebar-scrollbar:before,
.simplebar-track .simplebar-scrollbar.visible:before {
	opacity: 0.5;
	transition: opacity 0 linear;
}

.simplebar-track.vertical {
	top: 0;
}

.simplebar-track.vertical .simplebar-scrollbar:before {
	top: 2px;
	bottom: 2px;
}

.simplebar-track.horizontal {
	left: 0;
	width: auto;
	height: 8px;
}

.simplebar-track.horizontal .simplebar-scrollbar:before {
	height: 100%;
	left: 2px;
	right: 2px;
}

.horizontal.simplebar-track .simplebar-scrollbar {
	right: auto;
	top: 2px;
	height: 7px;
	min-height: 0;
	min-width: 10px;
	width: auto;
}

.sitescroll {
	xmax-height: 605px;
}

.subscribebanner p {
  /* color: #b3a9ed; */
  /* font-size: 18px; */
	line-height: 24px;
	margin-bottom: 6px;
	text-align: center;
}

.footerflex {
	margin-top: 40px;
	align-items: center;
}

.foot-listbg {
	display: flex;
}

.foot-listbg li {
	list-style: none;
	padding: 10px 10px;
}

.footerbottombg .input-group::placeholder {
	color: #000 !important;
}

.innerpagebox {
	overflow: visible;
}

.table > :not(:first-child) {
	border-top: 0px;
}

.form-select:focus {
	border-color: none;
	box-shadow: none;
}

.headermenu .dropdown-menu::before {
	content: "";
	position: absolute;
	top: 0px;
	width: 100%;
	height: 2px;
}

.usermenu .dropdown-menu {
	right: 0px;
	left: inherit;
}

.headermenu .dropdown-item .verifytext {
	background: #1ac57f;
	padding: 5px 14px;
	color: #ffffff;
	border-radius: 25px;
	font-size: 12px;
	margin-left: 8px;
	position: relative;
	text-transform: inherit;
	top: -2px;
}

hr {
	border-top: 0px solid #707070;
	opacity: 1;
	background-color: #5f5f5f;
}

.usermenu hr {
	margin: 0px;
}

.headermenu .headbg .dropdown-item i {
	margin-right: 8px;
}

.sitetable tbody tr td:first-child img {
	width: 100%;
	max-width: 30px;
	margin-right: 10px;
}

.market .innerpagecontent {
	border-radius: 15px;
}

.innerpagebox.market {
	padding-top: 20px !important;
}

.tabrightbox {
	position: absolute;
	right: 14px;
	top: 9px;
}

.tabrightbox.vt-btn {
	top: 12px;
}

.subscibefrm {
	width: 100%;
	max-width: 450px;
}

.subscibefrm label {
	color: #fff !important;
	width: 100%;
	font-size: 24px;
	padding-bottom: 10px;
}

.headbg .navbar-nav .dropdown-menu {
	margin-top: 14px;
	background: #fff;
	right: 0px;
	left: inherit;
	box-shadow: 0px 1px 7px -4px #00000070;
	border-top-left-radius: 0px;
	border-top-right-radius: 0px;
	padding: 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: #ccff00;
	border-radius: 1px;
	opacity: 1;
	left: -12px;
	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: #1d55a8;
}

.headbg .navbar-nav .dropdown-menu li a img {
	margin-right: 6px;
}

.headermenu .headbg .navbar-nav li .flag .btn:hover {
	color: #242424;
}

.dropdown-item.active,
.dropdown-item:active {
	background: #e1e1e1;
	color: #fff;
}

.dropdown-item:focus,
.dropdown-item:hover {
	background: none;
	color: #ccff00;
}


.coinimg {
	width: 100%;
	max-width: 35px;
}

.ampersand {
	width: 100%;
	max-width: 36px;
	margin-bottom: 10px;
}

.headermenu .headbg .navbar-nav li .dropdown-bs-toggle > i {
	padding-left: 10px;
}

.headermenu .headbg .navbar-nav li a.dropdown-item {
	padding: 13px 17px;
	font-size: 16px;
}

.photopic img {
	width: 40px;
	height: 40px;
	border-radius: 50px;
	position: relative;
	top: 8px;
	margin-top: -15px;
	margin-right: 5px;
}

.usermenu a.dropdown-toggle {
	margin-top: 1px;
}

.headermenu .headbg .navbar-nav li.usermenu a.dropdown-bs-toggle {
	padding-left: 5px;
	padding-right: 5px;
}

.siteformbg select.form-control {
	background-image: url(../images/downarrow1.png);
	background-size: 22px;
	background-position: right 12px top 12px;
	background-repeat: no-repeat;
	padding-right: 36px !important;
}

.darkHeader {
	background: #fff !important;
}

@keyframes zoominoutsinglefeaturedCustomer {
	0% {
		transform: scale(1);
	}

	50% {
		transform: scale(0.9);
	}

	to {
		transform: scale(1);
	}
}

.sg {
	animation: zoominoutsinglefeaturedCustomer 2s infinite;
	-webkit-animation: zoominoutsinglefeaturedCustomer 2s infinite;
	transform-box: fill-box;
	transform-origin: center;
	animation-duration: 2s;
}

.sitetable .animate {
	width: calc(100% - 5px);
	height: 100%;
	border-radius: 5px;
	xbackground-image: linear-gradient(
    90deg,
    #e1e1e1 0px,
    #eaeaea 40px,
    #f0f0f0 80px
  );
	background-image: linear-gradient(
    90deg,
    #d2def14f 0px,
    #d3e5ff40 40px,
    #ddeaff3b 80px
  );
	background-size: 100%;
	animation: shine-lines-table 1s infinite linear;
	display: inline-block;
	min-width: 100%;
	max-height: 23px;
}

.cardlistbox .sitetable .animate {
	min-width: inherit;
	width: auto;
}

.animate .datahide {
	visibility: hidden;
}

.animate.datashow {
	background-image: none !important;
	background: none !important;
	animation: inherit !important;
	height: auto !important;
	min-width: inherit !important;
	display: inherit;
}

@keyframes shine-lines-table {
	0% {
		opacity: 0.4;
	}

	40% {
		opacity: 0.8;
	}

	100% {
		opacity: 0.4;
	}
}

.backgroundoverlay.active,
.overlay.active {
	background: #000000ab;
	position: fixed;
	width: 100%;
	left: 0px;
	top: 0px;
	height: 100%;
	z-index: 9999;
}

.seacrhcloseicon:hover {
	background: #dd021b;
	color: #fff;
}

.seacrhcloseicon {
	width: 36px;
	height: 36px;
	background: #dd021b;
	display: block;
	border-radius: 50px;
	color: #fff;
	text-align: center;
	position: absolute;
	right: -12px;
	top: -12px;
	padding-top: 8px;
	cursor: pointer;
	z-index: 999;
	line-height: 21px;
}

.form-control:focus {
	outline: none !important;
	box-shadow: none !important;
}

.topbannerright {
	position: relative;
}

.banner-img {
	width: 100%;
	/* max-width: 616px; */
}

/* .topbannerright::before {
	content: '';
	background-image: url(../images/Ellipse.png);
	background-size: cover;
	background-position: bottom;
	height: 100%;
	width: 100%;
	position: absolute;
	top: -101px;
	left: -92px;
	z-index: -1;
} */

.flexbox {
	display: flex;
	width: 100%;
	gap: 10px;
}

.flexbox > div {
	width: 100%;
}

.review > div {
	width: auto;
}

.review {
	padding-top: 30px;
}

.review > div:last-child {
	padding-left: 60px;
}

.review .h5 {
	font-size: 40px;
	font-weight: 600;
	line-height: 40px;
	text-transform: capitalize;
}

.review .h6 {
	font-size: 22px;
	font-weight: 400;
	line-height: 35px;
	text-transform: capitalize;
}

.headingbox {
	position: relative;
}

.guideimg {
	max-width: 358px;
	margin-left: 80px;
}

.gubox {
	width: 100%;
	text-align: center;
	background: #fff;
	padding: 25px 22px;
	border: 1px solid #fff;
	margin: 20px 0px;
	border-radius: 8px;
}

.gubox > .table-content > div:first-child {
	width: 90px;
}

.gubox > .table-content > div {
	vertical-align: top;
}

.bg-icon {
	width: 100%;
	max-width: 50px;
	margin-bottom: 15px;
}

.pdcontent > div {
	padding: 30px 25px;
  /* border: 1px solid #fff;
  border-radius: 5px; */;
}

.pdcontent > div .content {
	padding-bottom: 30px;
}

.pdcontent > div a {
	color: #d7d7d7;
	font-size: 18px;
	font-weight: 400;
	line-height: 18px;
	text-transform: capitalize;
	text-decoration: none;
}

.pdcontent > div a:hover {
	color: #ccff00;
}

.pdcontent > div a i {
	font-size: 16px;
}

.tdcimg {
	width: 100%;
	max-width: 620px;
}

.vt-btn a {
	color: #eee;
	font-size: 18px;
	font-weight: 400;
	line-height: 18px;
	text-transform: capitalize;
	text-decoration: none;
}

.marketbg,
.productbg,
.whychsbg,
.helpbg {
	background: #F7F7F7;
	position: relative;
	z-index: 1;
  /* padding: 120px 0px; */;
}

.productbg .h4,
.guidebg .h4,
.whychsbg .h4,
.helpbg .h4,
.subscribebg .h4 {
	font-size: 20px;
	font-weight: 600;
	line-height: 25px;
	color: #10254C;
	text-transform: capitalize;
}

.prd-img {
	width: 100%;
	max-width: 77px;
	background: #fff;
	padding: 12px;
	border: 1px solid #f2f2f2;
	border-radius: 9px;
}

.flexbox.pdcontent {
	gap: 40px;
}

.productbg .h4 {
	color: #10254c;
}

.tmlist .h4 {
	color: #d7d7d7;
	font-size: 18px;
	font-weight: 400;
	line-height: 18px;
	margin: 0;
	padding-bottom: 22px;
}

.tmlist .h4 img {
	width: 24px;
	height: 24px;
	margin-right: 15px;
}

.tmlist {
	padding-top: 40px;
}

.whychsbg .flexbox {
	gap: 50px;
}

.whychsbg .flexbox > div {
	text-align: center;
}

.whychsbg .flexbox > div:hover .h4 {
	color: #cf0;
	transition: all 0.4s;
}

.chimg {
	width: 100%;
	max-width: 75px;
	margin: 0 auto;
	padding-bottom: 20px;
}

.whychsbg .h4 {
	padding-bottom: 15px;
}

.trd-img {
	width: 100%;
	max-width: 180px;
	padding-top: 10px;
}

.cust-icon {
	width: 100%;
	max-width: 60px;
	padding-bottom: 20px;
}

.helpbg .h4 {
	padding-bottom: 15px;
}

.helpbg a {
	color: #02acf1;
	font-size: 18px;
	font-weight: 400;
	line-height: 18px;
	text-transform: capitalize;
	text-decoration: none;
}

.helpbg .content {
	padding-bottom: 20px;
}

.subscribebg .row {
	justify-content: space-between;
	align-items: flex-start;
}

.soicallist a 
{
    padding: 2px 6px;
    margin-right: 3px;
    display: inline-block;
}

.soicallist img
{
  width:15px;
}

.socialbg 
{
	align-items: center;
}
 
.soicallist
{
	align-items: center;
}

.socialbg .flexbox > div:hover {
	border-color: #777;
}

.socialbg .flexbox > div:hover .scicon {
	filter: none;
}

.socialbg .flexbox > div.whticon:hover .scicon {
	filter: brightness(0) invert(0.8) !important;
}

.mb-btn {
	position: absolute;
    right: 0px;
    top: 13px;
}

.mb-btn .sitebtn {
    padding: 10px 20px;
    font-size: 15px;
}

.appbtn {
	background: #fff;
	border-radius: 8px;
	text-align: center;
}

.appbtn img {
	width: 100%;
	max-width: 650px;
	padding: 10px 20px;
	transition: all 0.4s;
}

.appbtn img:hover {
	transform: translate(0, -5px);
	webkit-transform: translate(0, -5px);
}

.subscribebg .h4 {
	margin:0px;
	line-height: normal;
}

.footerlogo .content {
	padding-right: 50px;
}

.lgbtn {
	padding: 0px 15px !important;
	margin-top: 11px !important;
}

.dropdown-toggle::after {
	content: "\f0dd";
	font-family: "FontAwesome";
	border: 0 !important;
	vertical-align: 0px;
	position: relative;
	top: -4px;
}

.footerlogo ul {
	padding-left: 0;
	margin: 0;
}

.footerlogo ul li {
	list-style: none;
}

.footerlogo ul li a {
	color: #303030;
}

.footerlogo .langmenu .dropdown-menu {
	background: #3c3c3c;
}

.lighthover {
	position: relative;
}

.lighthover::before {
	border-radius: inherit;
	content: "";
	height: 100%;
	left: 0px;
	opacity: 0;
	position: absolute;
	top: 0px;
	transition: opacity 500ms;
	width: 100%;
	z-index: -1;
	transition: all 0.4s;
}

.lighthover:hover::before {
	opacity: 1;
}

.homebannerbg .content {
	padding-right: 60px;
	padding-bottom: 25px;
	color: #EBEBEB;
}

.f-icon {
	width: 100%;
	max-width: 150px;
}


.hlbg .h4:hover {
	color: #dfaa09 !important;
}

.animate-charcter {
	text-transform: uppercase;
	background-image: linear-gradient(
    11deg,
    #ccff00 0%,
    #e6de0a 29%,
    #02acf1 67%,
    #dec776 100%
  );
	background-size: auto auto;
	background-clip: border-box;
	background-size: 200% auto;
	color: #fff;
	background-clip: text;
	text-fill-color: transparent;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	animation: textclip 5s cubic-bezier(0, 0, 0.34, 0.67) infinite;
	display: inline-block;
}

@keyframes textclip {
	to {
		background-position: 200% center;
	}
}

.homebannerbg .h1 {
	display: inline-block;
	overflow: hidden;
	white-space: nowrap;
}

.homebannerbg .h1 .tr {
	animation: showup 10s infinite;
}

.homebannerbg .h1 .tr {
	width: 0px;
	animation: reveal 7s infinite;
}

.homebannerbg .h1 .tr {
	margin-left: -413px;
	animation: slidein 7s infinite;
}

.tr-2 {
	animation: slidein 8s infinite !important;
}

.tr-2 {
	margin-left: 0 !important;
	animation: showup 7s infinite !important;
}

@keyframes showup {
	0% {
		opacity: 0;
	}

	20% {
		opacity: 0;
	}

	100% {
		opacity: 1;
	}
}

@keyframes slidein {
	0% {
		margin-left: -800px;
	}

	20% {
		margin-left: -800px;
	}

	35% {
		margin-left: 0px;
	}

	100% {
		margin-left: 0px;
	}
}

@keyframes reveal {
	0% {
		opacity: 0;
		width: 0px;
	}

	20% {
		opacity: 1;
		width: 0px;
	}

	30% {
		width: 560px;
	}

	80% {
		opacity: 1;
	}

	100% {
		opacity: 0;
		width: 700px;
	}
}

.subscribebg .sitebtn {
	border-radius: 5px !important;
	line-height: 23px;
	font-size: 19px;
	padding: 18px 20px;
	margin-left: 10px;
}

.subscribebg .form-control {
	background: #0b0b0b;
}


/*inner page css start*/
.innerpagecontent .heading-title {
	font-size: 28px;
	padding-bottom: 8px !important;
}

.contactboxfrm {
	max-width: 660px !important;
    min-height: auto;
    padding: 0px 0px !important;
	background: none;
    margin: 0px !important;
}

.contactboxfrm .btn {
	width: auto;
	padding: 13px 28px;
}

.innerpagecontent > section {
	padding: 30px 0px;
	margin-top: 14px;
}


.innerpagecontent p {
	margin-bottom: 20px;
	font-size: 17px;
	line-height: 35px;
}

.innerpagecontent p:last-child {
	margin-bottom: 0px;
}

.loginbanner .headbg .navbar-nav .dropdown-menu {
	background: #ffffff;
}

.login-form input:-webkit-autofill,
.login-form input:-webkit-autofill:hover,
.login-form input:-webkit-autofill:focus,
.login-form input:-webkit-autofill:active {
	-webkit-box-shadow: 0 0 0 30px #fff inset !important;
}

.login-form input:-webkit-autofill,
.login-form input:-webkit-autofill:hover,
.login-form input:-webkit-autofill:focus,
.login-form input:-webkit-autofill:active {
	-webkit-background-clip: text;
	-webkit-text-fill-color: #000;
	transition: background-color 5000s ease-in-out 0s;
	box-shadow: inset 0 0 20px 20px #fff;
}
/*inner page css end*/
.topbannerbg {
	background-image: url(../images/banner-bg.png);
	padding-top: 134px;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center bottom;
	padding-bottom: 50px;
}
.innerpagebg
{
	background: #fff;
}
.innerpagesectionbox p
{
	line-height: 30px;
    margin-bottom: 10px;
}
.topbannerbg .heading-title
{
	color:#fff;
}

.contactboxfrm .loginformbox {
	padding: 0 !important;
}

.guidebg .g-content {
	display: flex;
	gap: 15px;
}

.footflex .langmenu {
	margin-top: 10px;
}


.about-info {
	display: flex;
	width: 100%;
	padding: 2px 0px;
}

.about-info > div {
	width: 100%;
	float: none;
}

.ieo-colon {
	float: left;
	font-size: 16px;
	padding-right: 5px;
}

.about-detail .table-content > div {
	vertical-align: inherit;
}

.about-detail {
	margin-top: 20px;
}

.about-box {
  /* background: #e3ecff; */
	padding: 12px 15px;
	border-radius: 10px;
	border: 1px dashed #1f1f1f;
}

.about-order {
	background: #191919;
	padding: 30px 25px;
	border-radius: 15px;
}

.about-order .h4 {
	font-size: 20px;
	font-weight: 600;
	line-height: 20px;
	text-align: center;
	text-transform: capitalize;
}

.ieo-banner > div {
	text-align: center;
	display: table-cell;
	vertical-align: middle;
	float: none;
}

.ieo-banner img {
	width: 100%;
	max-width: 150px;
	transition: all 0.9s;
}

.ieo-banner {
  /* background-image: url(../images/loginbanner.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover; */
	background-color: #1e1e1e;
	border-radius: 7px;
	width: 100%;
	height: 100%;
	min-height: 315px;
	display: table;
	text-align: center;
	border-radius: 10px;
	max-width: 650px;
	cursor: pointer;
	position: relative;
}

.ieotablesec {
	background-color: #191919;
}

.ieolaunchpad .sitetable thead tr th {
	font-size: 14px;
}

.ieotablesec .h3 {
	font-size: 22px;
	line-height: 28px;
}

.ieolaunchpad .order-price .btn {
	padding: 6px 19px;
}

.ieooverview .table-content > div:last-child {
	padding-left: 25px;
}

.btnsm {
	padding: 5px 12px !important;
	font-size: 13px !important;
}

.apply-bg .form-group select {
	appearance: auto;
}

.ieo-logo:hover {
	transform: translate(0, -7px);
}

.flexboxb {
	display: table;
	width: 100%;
}

.flexboxb > div {
	display: table-cell;
	vertical-align: top;
}

.ieolaunchpad .column.show {
	display: block !important;
}

.ieolaunchpad .column {
	display: none;
}

.ieooverviewsec .filterbtn.active,
.ieooverviewsec .filterbtn.show {
	color: white;
	border-bottom: 2px solid #02acf1;
	border-radius: 0px;
}

.ieooverviewsec .filterbtn:focus {
	box-shadow: none;
}

.ieotabs .btn {
	color: #fff;
}

.dy {
	display: none;
}

.subscribebg {
	background: #f7f7f7;
}

.modebg {
	/* border: 1px solid #fff; */
	border-radius: 8px;
}

.modebg span {
	width: 34px;
	height: 34px;
	display: inline-block;
	text-align: center;
	cursor: pointer;
	padding: 6px;
	margin-top: 3px;
}

.modebg .activemode {
	border-radius: 9px;
	transition: all 0.4s;
	display: none;
}

.modebg span img {
	width: 22px;
}

.modebg a {
	text-decoration: none;
	line-height: 0;
	padding: 7px 5px !important;
	margin-top: 3px !important;
}

.cryptolistdetails .heading-box {
	position: relative;
	font-size: 22px;
	font-weight: 500;
	line-height: 43px;
	margin-bottom: 25px;
}

.search-box .form-control {
	padding: 7px 15px;
	background: #0b0b0b;
	border-color: #ffffff33;
	color: #fff;
}

.marketpage .sitetable tbody tr td:first-child img {
	width: 32px !important;
}

.filterbtn {
	padding: 3px 13px;
	font-size: 14px;
}

.historsysrch {
	overflow: visible;
	width: 100%;
	max-width: 439px;
	position: fixed;
	top: 50%;
	left: 50%;
	z-index: 9999;
	transform: translate(-50%, -50%);
	box-shadow: none;
	padding: 25px 25px;
	padding-top: 35px;
	background: #181818;
}

.searchfrm .btn {
	width: 49%;
	margin: 0px auto;
	padding: 14px 20px;
	font-size: 17px;
}

.faqbg .head-line {
	font-size: 48px;
	line-height: 70px;
	padding-bottom: 20px;
	color: #10254C;
}

.faqbg .accordion-item {
	background: none;
	color: #000000;
	overflow: hidden;
	border: 0;
	border-bottom: 1px solid #e9e9e9 !important;
}

.faqbg .accordion-button:not(.collapsed) {
	background: none;
	box-shadow: none;
	color: white;
}

.faqbg .accordion-button h4 {
	font-size: 19px;
	font-weight: 500;
	line-height: 28px;
	color: #10254C;
	margin: 0px;
}

.faqbg .accordion-button:not(.collapsed)::after {
	background-image: none;
	transform: none;
	content: "\f077";
	font-family: fontawesome;
	font-size: 15px;
	color: #10254C !important;
}

.faqbg .accordion-button::after {
	background-image: none;
	transform: none;
	content: "\f078";
	font-family: fontawesome;
	font-size: 15px;
	color: #656565;
}

.faqbg .accordion-body {
	padding: 15px 20px;
	padding-left: 0;
	padding-top: 5px;
}

.faqbg .accordion-button {
	padding: 20px 20px;
	background: none;
	color: #000000;
	transition: none 0s ease 0s;
	padding-left: 0;
}

.faqbg .accordion-button.collapsed h4 {
	color: #10254c;
}

.faqbg .accordion-button:focus {
	border: none;
	box-shadow: none;
}

.lang-menu {
	display: flex;
	width: 100%;
	flex-wrap: wrap;
	padding: 0;
	gap: 12px;
	margin: 0;
}

.lang-menu li {
	list-style: none;
	width: 32%;
	padding: 11px 20px;
}

.lang-menu li a {
	color: #fff;
	font-size: 17px;
	text-decoration: none;
}

.lang-menu li a:active,
.lang-menu li a:hover {
	color: #ccff00;
}

.lang-menu li a img {
	width: 28px !important;
	height: 28px;
	padding: 0px;
	border-radius: 50px;
	object-fit: cover;
	position: relative;
	top: -1px;
	border: 1px solid #fff;
	background: #fff;
	margin-right: 10px;
}

.lang-scroll {
	max-height: 300px;
}

.mrt-table {
	position: relative;
}

.tabbanner.cointb li a.active::before {
	left: 0;
	width: 100%;
	max-width: 65%;
}

.tabbanner.cointb li a {
	font-size: 15px;
}

.mrt-table .tab-content .tabrightbox {
	top: 4px;
}

.socialterms {
	display: flex;
}

.socialterms>div {
	margin-right: 10px;
}

.socialterms a {
	color: #fff;
	text-decoration: none;
}

.socialterms .table-content>div:first-child {
	width: 20px;
}

.socialterms .table-content > div:last-child {
	padding-left: 4px;
}

.socialterms .table-content {
	background-color: #191919;
	border-radius: 4px;
	width: fit-content;
	padding: 5px 10px;
}

.socialterms .table-content h6 {
	font-size: 14px;
	line-height: 22px;
	margin-bottom: 0px;
}

.social-bg a {
	color: #fff;
}

.ieoaboutbg .sociallist {
	display: inline-block;
	width: 100%;
}

.ieoaboutbg .sociallist li a img {
	max-width: 28px;
}

.ieoaboutbg .sociallist li {
	padding-right: 14px;
	padding-top: 10px;
}

.ieoaboutbg .sociallist li a:hover img {
	filter: inherit;
}

.ieoaboutbg .followtxt {
	position: relative;
	top: 3px;
}

.chartprice {
	position: relative;
	z-index: 1;
	background-color: #10254C;
	height: 84px;
	overflow: hidden;
}

.chartprice .container {
	width: 100%;
	max-width: 100%;
	padding: 0px;
}

.live-table {
	display: table;
	float: left;
	padding: 7px 15px;
	margin-bottom: 10px;
}

.charts-price .container {
	width: 100%;
	max-width: 100%;
}

.live-table > div {
	display: table-cell;
	vertical-align: middle;
}

.live-table > div:last-child {
	text-align: right;
	color: #fff;
}

.live-table .h2 {
	margin: 0px;
	font-size: 18px;
	font-weight: 600;
	line-height: 23px;
	text-align: start;
	text-transform: capitalize;
	color: #FFFFFF;
}

.live-table .h4 {
	margin: 0px;
	font-size: 16px;
	font-weight: 400;
	line-height: 16px;
	color: rgb(51, 51, 51);
}

.live-table .vluetxt {
	padding-left: 10px;
}

.livecoinig {
	width: 30px;
	padding-right: 13px;
}

.charts li {
	list-style: none;
	float: left;
}

.tickercontainer {
 /* the outer div with the black border */
	width: 100%;
	min-height: 50px;
	margin: 0;
	padding: 0;
	overflow: hidden;
	text-align: center;
}
/* that serves as a mask. so you get a sort of padding both left and right */
.tickercontainer .mask {
	position: relative;
	width: 100%;
	overflow: hidden;
}

ul.newsticker {
 /* that's your list */
position: relative;
list-style-type: none;
margin: 0;
padding: 0;

}
/* important: display inline gives incorrect results when you check for elem's width */
	ul.newsticker li {
	float: left;
	margin: 10px;
	padding: 0;
}

ul.er-controls {
	list-style: none;
	display: inline-block;
	padding: 0;
}

ul.er-controls > li {
	display: inline-block;
	padding: 0 10px;
	background: #f0f0f0;
	margin: 5px;
	border-radius: 5px;
	height: 40px;
	line-height: 40px;
}

ul.er-controls > li:hover {
	background: #f5f5f5;
	cursor: pointer;
}

.mrt-table .tab-content {
	background: #FFFFFF;
	padding: 17px;
	border-radius: 10px;
}

.mrt-table .sitetable thead tr th {
	border-bottom: none !important;
}

.product-suit > div {
	display: flex;
	margin-bottom: 14px;
}

.product-suit .product-img {
	width: 100%;
	max-width: 90px;
}

.productbg {
	background-image: url(../images/Rectangle.png);
	background-size: cover;
	background-position: center;
}

.supportbg .table-content > div:last-child {
	background: linear-gradient(to bottom right,#153288,#10254C);
	text-align: center;
	border-radius: 22px;
	color: #fff;
	position: absolute;
	height: 100%;
	top: 38px;
}

.supportbg  h3 {
	font-size: 30px;
	line-height: 22px;
	padding-top: 65px;
}

.supportbg h5 {
	font-size: 20px;
	line-height: 26px;
	padding-top: 6px;
}

.supportbg .stores {
	display: flex;
	justify-content: center;
	gap: 54px;
	padding-top: 22px;
}

.stores p {
	color: #fff;
}

.appbtn h4 {
	color: #616161;
    font-size: 19px;
    line-height: 30px;
    padding: 12px 35px;
    padding-top: 20px;
}

.qrcode {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 17px;
}

.faq-left {
	display: flex;
	justify-content: space-between;
	align-items: baseline;
}

.faqbtn {
	background: linear-gradient(#f7f7f7, #f7f7f7) padding-box, linear-gradient(to right,#1D55A8,#02ADF2) border-box;
	color: #10254C;
	;
  padding: 9px 18px;
	border: 2px solid transparent;
	border-radius: 8px;
	display: inline-block;
	font-size: 15px;
	font-weight: 500;
}

.connectcrypto .row {
	align-items: center;
}

.connectcrypto {
	background-image: url(../images/community-bg.png);
	color: #fff;
	padding: 35px;
	background-repeat: no-repeat;
    background-size: cover;
}

.head-line {
    font-size: 37px;
    line-height: 53px;
}

.subscibefrmbg .form-group {
	position: relative;
}

.exploreiconbox .item {
	text-align: center;
}

.owl-nav {
	display: none;
}

.supportbg .table-content > div:first-child {
	padding-right: 0;
}

.tabbanner .nav-item {
	background: #fff;
	padding: 5px;
	border-radius: 10px;
}

ul.tabbanner li a {
	padding: 9px 16px !important;
}

.tabbanner .nav-item:first-child {
	border-top-right-radius: 0px !important;
	border-bottom-right-radius: 0px !important;
}

.tabbanner .nav-item:last-child {
	border-top-left-radius: 0px !important;
	border-bottom-left-radius: 0px !important;
}

.tabbanner .nav-link:hover {
	color: inherit;
}

.livecoinig img {
	width: 36px;
}

.guidebg .heading-title {
	padding-bottom: 24px;
}

.productbg .heading-title {
	padding-top: 30px;
}

.question-img,.qactive-img {
	width: 100%;
	max-width: 30px;
	margin-right: 9px;
}

.faqbg p {
	padding-left: 39px;
}

.faqbg .accordion-button:not(.collapsed) .question-img {
	display: none !important;
}

.faqbg .accordion-button:not(.collapsed) .qactive-img {
	display: inline-block !important;
}

.guide-p {
	font-size: 20px;
}

.scroll-sec {
	padding-bottom: 20px;
}

.footerbottombg .logo {
	margin-left: 5px;
}

/*login page css start*/
.loginbanner {
	padding-bottom: 0;
	background: #fff;
	display: table;
	width: 100%;
}

.formboxbg .sitebtn {
	border-radius: 5px;
}

.form-bg .container,
.loginbanner .headbg .container {
	width: 100%;
	max-width: 100%;
	padding: 0px;
}

.formboxbg {
	width: 100%;
	margin: 0px;
	padding: 0px 0px;
	display: table;
}

.formboxbg > div {
	display: table-cell;
	vertical-align: middle;
	float: none;
	height: 100vh;
	padding: 50px 50px;
}

.leftsideformbox {
	position: relative;
	width: 40%;
}

.leftsideformbox::before {
	content: "";
	position: absolute;
	left: 0;
	bottom: 50px;
	width: 100%;
	height: 100%;
	background-image: url(../images/dashboard.png);
	background-position: bottom center;
	background-repeat: no-repeat;
	background-size: auto;
	display: none;
}

.rightformtable {
	position: relative;
}

.formboxbg > div:first-child {
	width: 60%;
}

.innerpagebox {
	overflow: visible;
	padding: 50px 0px 50px;
}

.form-bg {
	display: table-cell;
	vertical-align: middle;
	float: none;
	padding: 0px 0px;
}

.rightsideformbox {
	position: relative;
	background: #f5f5f5;
}

.formlogo {
    margin-bottom: 24px;
	text-align: center;
}

.login-form .heading-title {
	font-size: 25px;
	line-height: normal;
	text-align: center;
	padding-bottom: 3px;
	color: #153288;
	margin: 0px;
	text-transform: inherit;
}

.login-form .heading-title br {
	display: none;
}

.form-control {
	font-size: 14px;
	color: #000000;
	padding: 13px 15px;
	background: #fff;
	border-color: #ffffff;
}

label {
	font-size: 15px;
	color: #153288;
	margin-bottom: 7px;
	font-weight: 500;
}

.table > :not(:first-child) {
	border-top: 0px;
}

.form-select:focus {
	border-color: none;
	box-shadow: none;
}

.input-group-text {
	font-size: 14px;
	z-index: 9;
	color: #333;
	background: #202020;
	border: 1px solid #363636;
}

.form-group {
	margin-bottom: 20px;
}

.otpverifybg .form-control {
	width: 100%;
	margin: 5px 5px;
	text-align: center;
	padding: 5px 4px;
}

.form-control:focus .input-group-text {
	border-color: #d2a65d;
}

.formcontentbox .form-group {
	margin-bottom: 20px !important;
	position: relative;
}

.formlogo img {
	width: 100%;
	max-width: 193px;
}

.logbtn {
	margin: 0px 0px;
}

.btnsnfg {
	text-align: center;
}

.btnsnfg h5 {
	font-size: 14px;
	color: #74777e;
	margin-bottom: 15px;
}

.btnsnfg a {
	text-decoration: none;
	color: #02ADF2;
}

.btngray .btn {
	padding: 3px 10px !important;
	width: auto !important;
	background: none;
	color: #02ADF2;
	font-size: 14px;
	text-decoration: underline;
}

.form-control:placeholder {
	color: #242424;
}

.form-control:focus {
	box-shadow: none;
	outline: none;
  /* background: #ffffff; */
  /* border-color: transparent; */;
}

.logbtn .btn img {
	width: 100%;
	max-width: 19px;
}

.dashboardtrade img {
	width: 100%;
	max-width: 866px;
}

.help-block strong {
	color: #ff7171;
	font-size: 13px;
}

.strength-bar-class {
	border: 1px solid #cccaca;
	padding: 1px 13px;
	border-radius: 6px;
	line-height: 0px;
	height: 0px;
	margin-right: 2px;
	font-size: 3px;
}

.strength-top {
	margin-top: 13px;
}

.g-recaptcha > div {
	width: 100% !important;
	max-width: 300px;
	margin: 0px auto;
	margin-top: 7px;
}

.infonotes i {
	position: absolute;
	right: 0;
	top: 7px;
	color: #b5b5b5;
	z-index: 9;
	font-size: 14px;
}

.login-form .infonotes i {
	/* color: #02acf1;
	right: 10px; */
}

.form-box .form-group {
	position: relative;
}

.infonotes .noteshow {
	display: none;
}

.infonotes:hover .noteshow {
	display: block;
	background: #e6e6e6;
	font-size: 14px;
	border-radius: 5px;
	padding: 9px 12px;
	position: absolute;
	color: #242424;
	margin-top: -50px;
	z-index: 99;
}

.psdrow > div:first-child > div {
	margin-top: 3px !important;
	font-size: 13px;
}

.psdrow > div {
	padding: 0px;
	width: 50%;
}

.psdrow {
	margin: 0px;
	position: absolute;
	top: 33px;
}

.hrline {
	margin-top: 24px !important;
	background-color: #707070;
	opacity: 1 !important;
}

.btngray {
	color: #050f42;
	font-size: 15px !important;
}

.leftslider {
	width: 100%;
	max-width: 520px;
	margin-top: 30px;
}

.leftsideformbox h4 {
	color: #a5a5a5;
	font-size: 26px;
	line-height: 44px;
	margin: 0px;
	width: 100%;
	padding-bottom: 10px;
	text-align: center;
	font-weight: 500;
}

.formboxbg p {
	font-size: 15px;
	line-height: 22px;
	color: #798cae;
	padding-top: 5px;
	text-transform: inherit;
	text-align: center;
	font-weight: 400;
}

.leftsideformbox p {
	font-size: 16px;
	line-height: 27px;
	margin-bottom: 42px;
}

.form-check-label {
	color: #333 !important;
	font-size: 14px;
}

.form-check {
	padding-left: 31px;
}

.loginbanner footer {
	display: none;
}

.formcontentbox a {
	color: #02acf1 !important;
	text-decoration: none;
}

.btngray a {
	color: #02acf1 !important;
	text-decoration: none;
	font-weight: 500;
}

.formcontentbox .alert a {
	color: #02acf1 !important;
}

.reg-form .login-form {
	max-width: 534px;
}

.formcontentbox {
	padding-top: 22px;
}

.login-form {
	max-width: 500px;
	background: #fff;
	padding: 29px 40px;
	width: 100%;
	display: table;
	margin: 0px auto;
	border-radius: 8px;
	box-shadow: none;
}

.login-form .form-control {
	border-radius: 5px;
	z-index: 99;
	position: relative;
	height: 45px;
	font-size: 15px !important;
	background: #ffffff;
	border: 1px solid #e6e6e6;
	color: #333;
	z-index: 1;
}

.login-form .input-group-text {
	height: 45px;
	font-size: 14px;
	color: #333;
	background: #fff;
	border: 1px solid #e6e6e6;
	border-top-left-radius: 0px;
	border-bottom-left-radius: 0px;
}

.login-form .btn {
	padding: 12px 10px;
	width: 100%;
}

.loginformbg {
	position: relative;
}

.form-check-label {
	color: #333 !important;
	font-size: 14px;
}

.form-check {
	padding-left: 31px;
}

.loginbanner .headbg {
	background: #ffffff;
}

.appicon {
	justify-content: center;
	margin-top: 10px;
}

.appicon img {
	width: 100%;
	max-width: 140px;
}

/*login page css end*/
.headbg.darkHeader {
	box-shadow: 0px 6px 7px #00000040;
}

.supportbg{
	padding: 70px 40px;
}
.stores a img{
	width: 100%;
    max-width: 55px;
}
.ad-img{
	width: 100%;
	max-width: 100%;
}
.exploreiconbox .item {
    padding: 0px 11px;
}
.owl-dots{
	display: none;
}
.loginqr{
	font-size: 15px;
}
.modal-backdrop {
    background-color: #000000e0;
}
.modal-backdrop.show {
    opacity: 1;
}
.qrscanmodal .modal-content
{
	border: 0px;
}
.qrscanmodal .qrscanimg
{
	width: 100%;
    max-width: 250px;
	filter: blur(3px); 
	transition: filter 0.5s ease;
	margin: 20px 0px;
}
.imagecontainer
{
	position: relative;
	text-align: center;
}
.blurBtn 
{	
	padding: 10px;
	background-image: linear-gradient(to right, #1b57aa, #02acf1);
	color: #fff;
	border: none;
	cursor: pointer;
	border-radius: 8px;
}
.qrscanmodal a.t-blue
{
	text-decoration: none !important;
}
.qrscanmodal p
{
	font-size: 16px;
	text-align: center;
}
.carousel-indicators{
	bottom: -70px;
}
.darkthemeicon
{
  display: none;
}
.faqbg .container
{
	position: relative;
}
.modal-title
{
	font-size: 21px;
    font-weight: 600;
}
.qrscanmodal .modal-body
{
	padding:30px;
}
.modal-header
{
	padding:20px 25px;
}
.btn-sm
{
	padding: 10px 25px;
    font-size: 15px;
    font-weight: 500;
}
.infomdlicon
{
	width: 100%;
    max-width: 63px;
    margin-bottom: 20px;
}
.infoboxmodal .modal-dialog
{
	max-width: 500px;
}
.infoboxmodal .modal-body
{
	padding: 35px 40px;
}
.infoboxmodal .btn
{
	padding:14px 20px
}
.alink
{
	color: #02acf1;
    text-decoration: none;
    font-weight: 500;
}
.alink:hover, .alink:focus, .alink:active
{
	color: #02acf1;
	text-decoration: none;
}
.infoboxmodal .alink
{
	padding:5px 10px;
	font-size: 16px;
}
.modal-open
{
	padding-right: 0px !important;
}
.tcontent-footer{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.tcontent-footer img{
	width: 45px;
}
.addrestxtbg
{
  background: #f5f5f5;
  padding: 30px 30px;
  border-radius: 5px;
}
.innerpagesectionbox h4
{
	font-size: 19px;
    font-weight: 600;
    line-height: 30px;
}
.innerpagesectionbox li h5
{
	font-size: 16px;
    font-weight: 600;
    margin-bottom: 0px;
}
.innerpagesectionbox ol
{
	margin-top: 20px;
	padding-left: 23px;
}
.stackboximg img
{
	width: 100%;
	max-width: 320px;
}
.stakmdlbox img
{
	width: 100%;
}
.stakmdlbox .close
{
    position: absolute;
    right: -12px;
    top: -12px;
    border-radius: 50px;
    background: linear-gradient(to right, #1b57aa, #02acf1);
    color: #fff;
    width: 37px;
    height: 37px;
    border: 0px;
    z-index: 9;
    font-size: 26px;
}
.stakmdlbox .close>span
{
	position: relative;
	top: -6px;
}
.stakmdlbox .modal-body
{
	padding: 10px;
}