* {
	margin: 0;
	padding: 0;
	outline: 0;
}

a,
a:hover {
	list-style: none;
	text-decoration: none;
}

a,
ul,
ol,
p,
button,
input {
	margin: 0;
	padding: 0;
	outline: none !important;
	;
	box-shadow: none !important;
	font-family: 'Poppins', sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	margin: 0;
	padding: 0;
	font-family: 'Poppins', sans-serif;
}

body {
	margin: 0;
	padding: 0;
	font-family: 'Poppins', sans-serif;
	font-size: 14px;
	font-weight: normal;

}


/* Banner css Start */

#bannerTop {
	background-image: url(../images/Banner_BG.jpg);
	background-repeat: no-repeat;
	color: #fff;
	padding: 100px 0px;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}

.bnr-left h1 {
	font-size: 54px;
	letter-spacing: 2px;
	margin-bottom: 10px;
	font-weight: 600;
	color: #fff;
}

.bnr-left h6 {
	font-size: 16px;
	font-weight: 500;
	line-height: 28px;
	margin: 30px 0px;
	color: #fff;
}

.bnr-btn {
	background: #d3af37;
	border-radius: 50px;
	color: #000;
	padding: 10px 20px;
	border: none;
	font-size: 14px;
	font-weight: 500;
}

/* Banner css End */

/* Feature css Start */

#ourFeature {
	background: #d3af37;
	padding: 36px 0px;
	display: flex;
	justify-content: space-around;
}

.feature {
	position: relative;
}

.feature::after {
	position: absolute;
	background: #fff;
	content: "";
	width: 1px;
	height: 56px;
	left: -10%;
	right: 0;
	top: 50%;
	bottom: 0;
	transform: translate(-50%)
}

.feature-one h4 {
	font-weight: 600;
	font-size: 20px;
	padding: 10px 0px;
}

.feature-one h2 {
	font-weight: 700;
	font-size: 30px;
}

.feature-one h6 {
	padding-top: 10px;
}

.white-badge {
	background: #fff;
	border-radius: 20px;
	margin-left: 15px;
	font-size: 14px;
	font-weight: 400;
	color: #000;
}

.feature h4 {
	font-weight: 600;
	font-size: 20px;
	padding: 10px 0px;
}

.feature h2 {
	font-weight: 700;
	font-size: 30px;
}

.feature h6 {
	padding-top: 10px;
}

/* Feature css End */


/* Tabs css */

#tab-area {
	background: #f8efe8;
	padding: 100px 0px 60px 0px;
}

.tabTittle h2 {
	font-size: 36px;
	font-weight: 600;
	margin-bottom: 15px;
	color: #d0ab38;
}

.tab-list ul {
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
	text-align: center;
}

.tab-list ul li a {
	font-size: 16px;
	font-weight: 500;
	color: #b4ada7;
	text-align: center;
	padding: 10px 25px;
	display: block;

}

.tab-list ul li a.active {
	border-radius: 30px;
	background: linear-gradient( #f8d135, #eab300);
	color: #222;
}
.tab-list ul li a:hover{
	border-radius: 30px;
	background: linear-gradient( #f8d135, #eab300);
	color: #222;
}
.tab-bottom {
	padding: 50px 0px;
}

.tab-left {
	background: #fedead;
	border-radius: 20px;
	padding: 30px 40px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 20px;
}

.left-item {
	display: flex;
	align-items: center;
}

.itemRight {
	margin-left: 15px;
}

.itemRight h4 {
	font-size: 24px;
	font-weight: 600;
	color: #000;
	margin-bottom: 10px;
}

.itemRight h6 {
	font-size: 16px;
	color: #a18e6d;
	font-weight: 500;
}

.right-item h4 {
	font-size: 24px;
	font-weight: 600;
	color: #000;
	margin-bottom: 10px;
}

.right-item h6 {
	font-size: 16px;
	color: #4fd399;
	font-weight: 400;
}

.right-item h6 span {
	margin: 10px;
}


/* Easy Trade Start */

#easyTrade {
	background: #f8efe8;
	padding-bottom: 60px;

}

.tabTittle h5 {
	padding-bottom: 20px;
}

.easyOWn {
	margin-top: 40px;
}

.easyTop {
	background: #fff;
	border: 1px solid #ffb236;
	border-radius: 20px;
	padding: 68px 52px;
	text-align: center;
	box-shadow: 0px 0px 10px 0px rgb(51 51 51 / 40%);
	margin-bottom: 30px;
}

.easybottom {
	text-align: center;
}

.easybottom h3 {
	font-size: 20px;
	font-weight: 500;
	color: #000;
	margin-bottom: 10px;
}

.easybottom p {
	font-size: 13px;
	font-weight: 400;
	line-height: 22px;
}

/* Easy Trade End */

/* Owl Carousal */

#cryptoExchange {
	background: #fff;
	padding: 100px 0px;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
}

#cryptoslider {}

.crypto-content img {
	max-width: 674px;
	max-height: 434px;
	margin: 0 auto;
	padding-bottom: 50px;
}

.crypto-tiitle h2 {
	font-size: 36px;
	font-weight: 600;
	margin-bottom: 15px;
	color: #d0ab38;
}

.crypto-tiitle h5 {
	padding-bottom: 20px;
}

/* What you get */

#whatGet {
	background: #f8efe8;
	padding: 80px 0px;
	text-align: center;
}

.get-item {
	background: #f8efe8;
	border: 1px solid #d3af35;
	padding: 20px 60px;
	margin-bottom: 20px;
	border-radius: 20px;
}

.get-item h4 {
	font-size: 16px;
	padding-top: 15px;
	font-weight: 600;
	color: #000;
}


#buySell {
	background: #f8efe8;
	padding: 80px 0px;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
}

.buysell-left h2 {
	font-size: 36px;
	font-weight: 600;
	margin-bottom: 15px;
	color: #d0ab38;
}

.buysell-left ul {
	display: flex;
	list-style: none;
	padding: 20px 5px;

}

/* Our Partner */

#ourPartner {
	background: #fff;
	padding: 80px 0px;
	text-align: center;
}

.partner {
	padding: 20px 0px;
}

/* Teatimonials */

.crypto-tiitle-one h2 {
	text-align: center;
	font-size: 36px;
	font-weight: 600;
	margin-bottom: 40px;
	color: #d0ab38;
}

#testimonials {}

.content-area {
	background: #f8efe8;
	padding: 24px;
	border-radius: 10px;
}

.content img {
	width: 80px !important;
	height: 80px !important;
	border-radius: 50%;
	display: inline-block !important;
	overflow: hidden;
	margin-bottom: 10px;
}

.content ul {
	display: flex;
	list-style: none;
	margin: 0;
	padding: 0;
}

.content ul li {
	font-size: 18px;
	font-weight: 400;
	padding: 0px 2px;
	color: #1fe075;
}

.content p {
	font-size: 15px;
	font-weight: 400;
	line-height: 24px;
	color: #000;
	padding: 15px 0px;
}

.content h4 {
	font-size: 16px;
	font-weight: 500;
	color: #000;
}

.content h6 {
	font-size: 14px;
	font-weight: 300;
	color: #a49f9b;
	padding: 10px 0px;
}


/* Accordions css */

#accordionPart {
	padding: 80px 0px;
}

.accordian-tittle h2 {
	font-size: 42px;
	font-weight: 700;
	color: #000;
	margin-bottom: 40px;
}

.card,
.card-header {
	background: transparent !important;
	border: none !important;
	margin-bottom: 10px;

}

.card {
	border: 1px solid #e4e4e7 !important;

}


.btn-link {
	width: 90%;
	color: #000;
	font-weight: 500;
	text-decoration: none !important;
	text-align: left;
	font-size: 18px;
}

.card-body {
	/*background: #f6f6f6;*/
	text-align: justify;

}

.btn-link::after {
	content: "\142F";
	width: 34px;
	font-size: 25px;
	text-align: center;
	border-radius: 5px;
	right: 20px;
	top: 10px;
	position: absolute;
	background: #f6f6f6;
}

.btn-link.collapsed::after {
	content: "\003E";
}

/* Newsletter */

#ourNews {
	background: #f8efe8;
	padding: 60px 0px;
}

.news-left h2 {
	font-size: 36px;
	font-weight: 600;
	margin-bottom: 15px;
	color: #d0ab38;
}


.myContent {
	width: 100%;
	height: 80px;
	box-shadow: 2px 4px 10px rgba(0, 0, 0, .2);
	border-radius: 10px;
	overflow: hidden;
}

.subscription {
	position: relative;
	width: 100%;
	height: 100%;
}

.subscription .add-email {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: none;
	outline: none;
	padding: 0 20px;
}

.subscription .submit-email {
	position: absolute;
	top: 0;
	right: 0;
	height: calc(100% - 2px);
	width: 120px;
	border: none;
	border-radius: 0px 0px 12px;
	outline: none;
	margin: 1px;
	padding: 0 20px;
	cursor: pointer;
	background: #d3af37;
	color: #FFFFFF;
	transition: width .35s ease-in-out,
		background .35s ease-in-out;
	font-size: 18px;
}

.subscription.done .submit-email {
	width: calc(100% - 2px);
	background: #C0E02E;
}

.subscription .submit-email .before-submit,
.subscription .submit-email .after-submit {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	text-align: center;
	line-height: 80px;
	transition: visibility .35s ease-in-out,
		opacity .35s ease-in-out;
}

.subscription.done .submit-email .before-submit,
.subscription:not(.done) .submit-email .after-submit {
	visibility: hidden;
	opacity: 0;
}

.subscription .submit-email .after-submit {
	transition-delay: .35s;
}

.subscription:not(.done) .submit-email .before-submit,
.subscription.done .submit-email .after-submit {
	visibility: visible;
	opacity: 1;
}


/*Footer */

/* Footer css */

#footer {
	background-color: #fff;
	padding: 80px 0px;
}


.foot-social {
	margin: 20px 0px;
}

.foot-logo img {
	padding-left: 40px;
}

.foot-social ul {
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
	justify-content: center;
}

.foot-social ul li {
	padding: 0px;
}

.foot-social ul li a {
	padding: 10px;
	display: block;
	font-size: 16px;
	font-weight: 500;
	color: #000;
}

.foot-pad {
	padding: 0px;
}

.foot-tittle h4 {
	font-size: 18px;
	font-weight: 500;
	color: #000;
	margin-bottom: 20px;
}

.add-list ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.add-list ul li {
	font-size: 14px;
	font-weight: 400;
	color: #6e6e6e;
	padding-bottom: 10px;
}

.add-list ul li i {
	margin-right: 5px;
}

.tweet-list ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.tweet-list ul i {
	float: left;
	padding-top: 6px;
	font-size: 16px;
	color: #6e6e6e;
}

.tweet-list li {
	margin-bottom: 10px;
}

.tweet-list ul li a {
	padding-left: 25px;
	display: block;
	font-size: 13px;
	font-weight: 400;
	color: #6e6e6e;
}

.news-list p {
	font-size: 13px;
	color: #6e6e6e;
	line-height: 22px;
	margin-bottom: 30px;
}

.submit-btn {
	position: relative;
}

.sub-text {
	background: transparent;
	padding: 12px 20px;
	border: 1px solid #6e6e6e;
	border-radius: 50px;
	width: 100%;
	float: left;
	color: #6e6e6e;
}

.submit-btn span {
	position: absolute;
	top: 15px;
	right: 20px;
	cursor: pointer;
	color: #6e6e6e;
}

.boot-btm-right ul {
	list-style: none;
	display: flex;
	margin: 0;
	padding: 0;
}

.boot-btm-right ul li a {
	display: inline-block;
	padding: 10px;
	color: #000;

}

/* Responsive Css Start */

@media (max-width:499px) {

	#bannerTop {
		padding: 50px 0px;
	}

	.bnr-left h1 {
		font-size: 38px;
	}

	.bnr-right img {
		max-width: 50%;
		margin-top: 30px;
	}
}
@media (max-width:768px) {
	.round-box:after, .round-box:before{
		display: none;
	}
}


.nightmode .grid-box.light-boxes span#buyfees {
    color: #000;
}
.nightmode .grid-box.light-boxes span#sellfees {
    color: #000;
}

.nightmode .grid-box.light-boxes span#marketbuyfees
{
    color: #000;
}
.nightmode .grid-box.light-boxes span#marketsellfees
{
    color: #000;
}
.nightmode .grid-box.light-boxes span.feeamt
{
    color: #000;
}

.emailmsg {
display: none;
}
.error {
color: red;
}
.success {
color: green !important;
}
.sidebar-new {
    position: absolute;
    top: 0;
    left: 0;
    max-height: 100%;
    overflow: hidden;
    overflow-y: scroll;
}
.innerpagetop {
    position: relative;
}
.contentboxspace {
    position: relative;
}
.coin-lists {
    background: #f7f7f7;
    border-radius: 0;
    box-shadow: rgb(0 0 0 / 35%) 0px 5px 6px;
    padding: 15px;
    width: 200px;
    height: 100%;
}
.content-head {
    font-size: 15px;
    font-weight: 500;
    border-bottom: 1px solid #777;
    padding: 5px 0 5px 5px;
    margin-bottom: 15px;
}
.coin-lists ul li {
    list-style: none;
    margin-bottom: 10px;
    border-bottom: 1px solid #ddd;
    padding-bottom: 5px;
}
.coin-lists ul li a {
    color: #0f0f0f;
    font-weight: normal;
}
.coinnamesearch .flx {
    display: flex;
    align-items: center;
}
.coinnamesearch .coinlisticon {
    height: 24px;
    width: 25px;
    margin-right: 4px;
}
p.small-ps {
    font-size: 12px;
    color: #0000008c;
}
.css-yrl {
    color: #ebb607;
    font-weight: 500;
}
.half-widths .form-control.filtercoins {
    width: 150px;
}
img#swapimg {
    width: 30px;
}
img#homeotcimg {
    width: 30px;
}
.flex-whole {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 15px;
  border-bottom: 1px solid #f4c927;
}
.crypto-left-box .nav-tabs .nav-link {
  border: 1px solid #f3c724;
}
.crypto-left-box .nav-tabs .nav-link.active {
  background: linear-gradient( #f8d135, #eab300) !important;
}
.cust-clr p {
  margin-bottom: 0px;
}
.cust-clr .nav-item.nav-link {
  padding: 2px 12px;
}
.width-area .dropdown-toggle::after {
	display: none;
}
.modal.fade.no-bg-head .modal-header {
  background: transparent;
  padding: 0 5px 0 0px;
  border: 0px;
}
.fa.fa-exclamation-circle, .body-heads.text-center h5 {
  color: #f8d135;
}
.body-heads.text-center p{
	font-size: 12px;
color: #888;
margin-bottom: 15px;
}
.body-infos {
  border-top: 1px solid #f8d135;
  border-bottom: 1px solid #f8d135;
  padding: 10px 0;
  margin: 15px 0px;
}
.body-infos p {
  color: #888;
}
.body-infos p span {
  color: #000;
}
.modal-bottom {
  text-align: center;
  display: flex;
  flex-direction: column;
}
.btn.btn-proceed {
  text-align: center;
  background: linear-gradient( #f8d135, #eab300);
  border-radius: 10px;
  margin: 20px;
  color: #000;
}
.stake-div1 img {
  width: 50px;
  margin-right: 10px;
}
.stake-div1 {
  display: flex;
  align-items: center;
  justify-content: center;
}
.stake-div1 h2 {
  text-align: center;
  font-size: 16px;
}
.stake-div1 .badging {
	display: block;
	font-size: 12px;
	background: #f0c119;
	padding: 5px 10px;
	font-weight: 400;
}
.right-top-tab-modal {
  display: flex;
  justify-content: space-around;
  margin: 15px 0px;
  border-top: 1px solid #f0c119;
  border-bottom: 1px solid #f0c119;
  padding: 10px 0;  
}
.right-top-tab-modal a{
	position: relative;
}
.right-top-tab-modal a:first-child::before {
  content: '';
  width: 0;
  height: 25px;
  position: absolute;
  border: 1px solid #f0c119;
  top: 0px;
left: 125px;
}
.right-top-tab-modal a {
  color: #000;
}
.right-top-tab-modal a .fas {
  color: #f0c119;
  margin-left: 5px;
}
.div-new-left {
  text-align: right;
}
.div-threes {
  display: flex;
  justify-content: space-between;
}
.tab-new-one {
  margin: 0 0 30px 0;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
  padding: 10px;
  border-radius: 4px;
}
.new-flx {
  width: 100%;
  text-align: center;
}
.model-style-new .modal-body {
  background: #fff;
}
.stack-infos {
  text-align: center;
  margin: 15px 0 25px;
}
.crypto-left-box-one.ful-wid {
  text-align: center;
}
.top-marquee {
  display: flex;
  align-items: center;
  background: #f7c752;
  padding: 10px 0;
}
.top-marquee .fa.fa-info-circle {
  margin-right: 15px;
  padding: 0px 0px 0px 10px;
}
.form-group.col-md-6 .select2-container .select2-selection--single{
	height: 40px;
}
.form-group.col-md-6 .select2-container--default .select2-selection--single .select2-selection__rendered{
	line-height: 35px;
	text-align: left;
padding-left: 50px;
}
.form-group.col-md-6 .select2-container--default .select2-selection--single .select2-selection__arrow b{
	top: 70%;
}
.form-group.col-md-6 {
  position: relative;
}
.mr-1.cust-imgss {
  position: absolute;
  z-index: 9;
  left: 23px;
  width: 30px;
  top: 5px;
}
.flex-whole .nav-item.nav-link {
  padding: 5px 10px;
  border-radius: 5px;
  border: 0px;
}
.new-tab-table {
  margin-top: 30px;
}
.new-tab-table table tbody tr td {
  /*background: #fcf3d2;*/
  border: 0px;
}
.new-tab-table table thead tr th {
  background: #f2c521;
  border: 0;
}
.new-tab-table #nav-tab {
  margin-bottom: 15px;
}
.new-tab-table #nav-tab .nav-item.nav-link {
  border: 0px;
  color: #000;
}
.new-tab-table #nav-tab .nav-item.nav-link.active {
  border: 0px;
  border-bottom: 1px solid #f2c521;
  color: #f2c521 !important;
}
.ins-buy.bor-tops {
  border-top: 1px solid #f2c521;
  margin-top: 20px;
}
#change_percentage {
  margin-left: 10px;
}
.new-tabs-coins .table-responsive {
  min-height: auto;
}
.valid .fa.fa-times-circle.mr-1 {
  display: none !important;
}
.table_wallets .form-group.form-inline.pull-left .cmn.mr-2 {
  background: #f2c41e;
  color: #000;
  padding: 8px;
  border-radius: 3px;
}
.title-stake {
  display: flex;
  justify-content: space-between;
  margin-top: 20px;
}
#tab-area-one .tab-bottom {
  padding: 0px;
}
#tab-area-one .tab-content {
  margin-top: 20px;
}
.modal-dialog.model-style-new {
  width: 449px !important;
}
#tab-area-one .tab-list li a {
	background: #FEF8E8;
	border: 1px solid #f7c752;
	border-radius: 20px;
	margin: 0px 5px;
	padding: 6px 12px;
	font-size: 14px;
	font-weight: normal;
	color: #000;
}
.modal-dialog.model-style-new .modal-header {
  background: #FCF2CF;
  border: 0px;
}
.modal-dialog.model-style-new .modal-header span {
  color: #f0c017;
}
.new-header-menus {
  background: #fff;
  box-shadow: 0px 0px 10px 0px rgba(51, 51, 51, 0.4);
  position: relative;
}
.pos-right {
  position: absolute;
right: 8px;
top: 8px;
}
.navbar.navbar-expand-md.navbar-dark.headbg {
  box-shadow: none;
  border-bottom: 2px solid #fec039;
}
div#exampleModal {
  padding: 0px;
    padding-right: 0px;
  right: 0;
  left: auto;
  top: 100px;
}
.new-header-menus .navbar-nav li.active {
  background: transparent;
}
.new-header-menus .navbar-nav li{
	position: relative;
	margin-right: 20px;
}
.new-header-menus .navbar-nav .nav-item a{
	color: #000;
}
.new-header-menus .navbar-nav .nav-item.active::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 2px;
  top: 43px;
  left: 0;
  background: #d4af37;
  transition: transform 0.5s;
}
.new-header-menus li {
  list-style: none;
  display: inline-block;
}
.new-header-menus .nav-item {
  list-style: none;
  position: relative;
}
.new-header-menus .nav-item .DL_mode {
  position: relative;
top: 0;
/*background: #f4ca28;*/
color: #222
}
.new-header-menus .navbar-nav .nav-item .nav-link.active {
  background: transparent;
}
.dropdown.profile-drop.show .dropdown-menu a {
  color: #000;
  font-weight: 100;
  font-size: 14px;
  padding: 5px 15px;
  display: block;
}
.dropdown.profile-drop.show .dropdown-menu {
  left: auto;
  right: 0;
  min-width: 170px;
}
.dropdown.profile-drop.show .dropdown-menu a i {
  color: #f4ca28;
}
.innerpagegrid .gridparentbox{
	padding-left: 0px;
}
#sidebarCollapse {
  display: none;
}
.div-new-left.rights {
  text-align: left;
}
.tab-new-one .form-group.row label {
  margin-top: 10px;
}
.icon-rounds i.fa {
  font: normal normal normal 14px/1 FontAwesome;
}
.success-text {
  color: green;
}
.pending-text {
  color: #d3ae37;
}
.round-box{
	position: relative;
	text-align: center;
	padding-bottom: 15px;
}
.round-box .icon-rounds {
  width: 100px;
  height: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  margin: 0px auto;
  background: #ffffff;
  position: relative;
  z-index: 3;
}
.round-box .icon-rounds.success-box-icon{
  border: 3px solid #008000;
}
.round-box .icon-rounds.pending-box-icon{
  border: 3px solid #d3ae37;
}
.round-box .icon-rounds .fa {
  font-size: 40px;
}
/*.round-box::before {
 content: '>>>';
width: 50%;
position: absolute;
right: -85px;
top: 35%;
z-index: 1;
left: auto;
font-size: 40px;
}*/
/*.round-box.success-box::before {
  border-bottom: solid 3px #008000;
}
.round-box.pending-box::before {
  border-bottom: solid 3px #d3ae37;
}*/
.round-box:after, .round-box:before {
    content: '';
    width: 50%;
    position: absolute;
    top: 80px;
    z-index: 1;
    height: 2px;
    background: #008000;
}
.round-box:after{
	right: 0px;
}
.round-box:before {
   left: 0px;
}
.round-box.success-box:before, .round-box.success-box:after, .round-box.pending-box.successafter-box:after{
	background: #008000;
}
.round-box.pending-box:before, .round-box.pending-box:after, .round-box.success-box.pendingafter-box:after{
	background: #d3ae37;
}
.steppers .col-md-3{
	padding: 0px;
}
.steppers .col-md-3:first-child .round-box:before, .steppers .col-md-3:last-child .round-box:after {
    display: none;
}
/*.round-box.last-childs::before{
display: none;
visibility: hidden;
}*/
.four-boxes .accoridon-menus .card {
  box-shadow: 0px 0px 10px 0px rgba(51, 51, 51, 0.4);
  border-radius: 4px;
  height: auto;
}
.ful-wth {
  text-align: center;
  border-top: 1px solid #d3ae36;
  padding: 20px 0 0 0;
}
.ful-wth .btn.btn-sm.black-btn {
  border-color: transparent;
}
.four-boxes .btn.btn-link {
  color: #AF963A !important;
}

.four-boxes .card .card-header .btn-link::after {
  content: "\f077 ";
  font: normal normal normal 14px/1 FontAwesome;
  top: 25px;
}

.four-boxes .card .card-header .btn.btn-link.collapsed::after {
  content: "\f078 ";
  font: normal normal normal 14px/1 FontAwesome;
}
.four-boxes .card-body {
  padding-top: 0px;
  min-height: 332px;
}
.list-itemss ul li {
  list-style: none;
  margin-bottom: 28px;
  font-size: 16px;
}
.list-itemss ul li .accent-fg {
  margin-right: 10px;
}
.list-itemss ul li span {
  float: right;
}
.four-boxes .tab-left {
  background: transparent;
  padding:15px 0;
  margin: 0;
}
.four-boxes .tab-left h4 {
  font-size: 14px;
  margin: 0px 0 3px 0;
}
.four-boxes .tab-left h6{
	font-size: 13px
}
.four-boxes .tab-left .itemleft img{
	width: 30px;
}
.easy-navs li{
	list-style: none;
}
.easy-navs li a {
  color: #000;
  /*background: #f4ca28;*/
  width: 100%;
  display: block;
  margin: 10px 0px;
  border-radius: 20px;
  padding: 15px;
}
.easy-navs li a .fa.fa-arrow-right {
  float: right;
}
.four-boxes {
  margin-top: 30px;
}
.announce-wholes{
	min-height: 268px;
	display: flex;
align-items: center;
}
.bt-group {
  margin: 0 0px 10px 0;
}
.bt-group a {
  background: #ddd;
  margin: 10px 0 0 0;
padding: 6px;
border-radius: 5px;
color: #000;
width: 47px !important;
display: inline-block;
text-align: center;
}
.swap-h {
  border-color: #f4ca28 !important;
}
.stack-hr {
  margin-top: 0;
  margin-bottom: 5px;
}
.bt-group a .active{
	background: #f0c017;
}
.stake-ones {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.stake-flex {
  margin: 15px 0;
}
.nav-item.profile-drop.dropdown.show .dropdown-menu.show {
  background: #fff;
  box-shadow: 0px 0px 10px 0px rgb(51 51 51 / 40%);
}
.bor-bots {
  position: relative;
}
.bor-bots::before {
  position: absolute;
  content: "";
  width: 100px;
  height: 2px;
  top: 25px;
  left: 0;
  background: #d4af37;
  transition: transform 0.5s;
}
.bt-group a.active {
  background: #d4af37;
}
.modal-dialog.model-style-new .modal-body .form-stacks.row label {
  margin-top: 8px;
}
.nav-item.profile-drop.dropdown.show .dropdown-menu.show {
  right: auto;
}
.nav-item.profile-drop.dropdown.show .dropdown-menu.show a i {
  margin-right: 10px;
  color: #f0c119;
}
.new-header-menus .pos-right .nav-item .DL_mode{
position: relative;
top: auto;
right: auto;
margin-left: 10px;
}
#dropdownMenuButton {
  border: 1px solid #fec039;
}
.page-title-heads {
  font-size: 20px;
  padding: 15px;
}
.modal.fade.no-bg-head.new-w-bg.show .modal-content {
  background: #fff;
  max-width: 400px;
}
.modal.fade.no-bg-head.new-w-bg.show .modal-content .close {
  color: #eebb0f !important;
}
.btn.btn-buy.swap-bts {
  background: #f4ca28;
}
.pagecontent.gridpagecontent.innerpagegrid.tradepage .gridparentbox.tradecontentbox {
  padding-top: 60px;
}
.width-area span#basic-addon1 {
  width: 55px;
}
/* Responsive Css Start */
:root {
        --code-color: darkred;
        --code-bg-color: #aaaaaa;
        --code-font-size: 14px;
        --code-line-height: 1.4;
        --scroll-bar-color: #c5c5c5;
        --scroll-bar-bg-color: #f6f6f6;
    }

::-webkit-scrollbar-corner { background: rgba(0,0,0,0.5); }

    * {
        scrollbar-width: thin;
        scrollbar-color: var(--scroll-bar-color) var(--scroll-bar-bg-color);
    }

    /* Works on Chrome, Edge, and Safari */
    *::-webkit-scrollbar {
        width: 12px;
        height: 12px;
    }

    *::-webkit-scrollbar-track {
        background: var(--scroll-bar-bg-color);
    }

    *::-webkit-scrollbar-thumb {
           background-color: #e1e1e1;
        border-radius: 20px;
        border: 0px solid var(--scroll-bar-bg-color);
    }
    .btn.def-btn.ne-bt {
  background: linear-gradient( #f8d135, #eab300);
  margin-top: -6px;
}
.nav-link.dropdown-toggle.prof-imgs img {
  width: 27px;
}
.nav-link.dropdown-toggle.prof-imgs::after {
  display: none;
}
.nav-link.dropdown-toggle.prof-imgs {
  background: #f4ca28;
  width: 40px;
  height: 40px;
  padding: 0px !important;
  border-radius: 50%;
  overflow: hidden;
  margin-left: 6px;
}
.nav-link.dropdown-toggle.prof-imgs img {
  max-width: 100%;
  width: auto;
  /*padding: 6px;*/
}
.Show1{
  display:none;
}
.market-changes {
  display: flex;
  justify-content: space-evenly;
}
.market-wholes {
  background: #fff;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 2px 9px;
}
.heads-tit {
  padding: 10px 0px 10px 10px;
}
.headermenu{
	z-index: 9999;
}
.card.pending-card .card-body {
  background: #ffe597 !important;
  border: 1px solid #d4b03a;
}
.market-changes .card {
  min-width: 195px;
}
.market-changes .card .card-subtitle {
  font-size: 13px;
  font-weight: 400;
}
.card.success-card .card-body {
  background: #a8ff9a;
  border: 1px solid #a8ff9a;
}
.card.danger-card .card-body {
  background:#ffa7aa;
  border: 1px solid #FB918A;
}
.hide-bt button {
  background: #f4ca28;
  color: #222;
  border: 1px solid #f4ca28;
  border-radius: 5px;
  font-size: 14px;
  padding: 4px 12px;
  float: right;
}
.top-search .fa:before{
	font:normal normal normal 14px/1 FontAwesome;
}
.list-item-se li{
	display: inline-block;
	list-style: none;
}
.list-item-se li a {
  padding: 5px 12px;
  color: #000;
}
.list-item-se li a.active {
  background: #F8EEBB;
  border-radius: 4px;
}
.modal.fade.space-noz.show {
  z-index: 9999;
}
.list-item-se li a .fa{
	color: #D9B217;
}
.fl-sear {
  max-width: 50%;
  float: right;
}
.fl-sear .input-group span {
  position: absolute;
  right: 7px;
  top: 9px;
}
.fl-sear .input-group span .fa.fa-search {
  color: #ced4da;
}
.top-search .table td .fa.fa-star-o, .top-search .table td .fa.fa-star {
  color: #f4ca28;
}
.buy-ta, .buy-ta:hover {
  /*background: green;*/
  color: white !important;
}
.buy-ta, .buy-ta {
  background: rgb(14, 203, 129);
  color: #fff;
  padding: 5px 9px;
  border-radius: 5px;
}
.sell-ta {
  background: rgb(246, 70, 93);
  color: #fff;
  padding: 5px 10px;
  border-radius: 5px;
  margin-left: 5px;
}
a.sell-ta:hover{
	/*background: red;*/
	color: white;
}
#target .tradechartlist iframe {
  height: 330px !important;
}
.wrapper {
  max-width: 100%;
  overflow: hidden;
}

.marquee {
  white-space: nowrap;
  overflow: hidden;
  display: inline-block;
  animation: marquee 20s linear infinite;
}

.marquee p {
  display: inline-block;
}
rect {
    fill: transparent;
}
.center_block {
    max-width: 470px;
    margin: 40px auto;
    padding: 10px;
    box-shadow: rgb(0 0 0 / 35%) 0px 5px 15px;
    border-radius: 5px;
}
@keyframes marquee {
  0% {
    transform: translate3d(10%, 0, 0);
  }
  100% {
    transform: translate3d(-50%, 0, 0);
  }
}
/*.siteformbg .searchfrm.searchfrm1 .col-md-4 .form-group {
  float: right;
}*/
#tab-area-one .tab-list li a.active {
    background: #f7c752 !important;
}
td.text-start {
    text-align: start;
}
td.center {
    padding: 0px 10px;
}
table.text-center {
    margin: 0px 55px;
}
th.margin-space {
    padding-left: 48px;
}
.my-profiles{
	padding-left: 48px !important;
}
a.bg-1 {
    background:  #ff6464 !important;
}
a.bg-1:hover {
    background: #f49090 !important;
}
a.bg-2 {
    background:  #64ff80 !important;
}
a.bg-2:hover {
    background: #90f9a3 !important;
}
a.bg-3 {
    background:  #64b0ff !important;
}
a.bg-3:hover {
    background: #8bc4ff !important;
}
a.bg-4 {
    background:  #51e9d2 !important;
}
a.bg-4:hover {
    background: #8bfdec !important;
}
.verify{
	    font-size: 13px;
    background: #fc7575;
    padding: 1px;
    border-radius: 15px;
    color: black;
    font-weight: 400;
}
.count-announcement{
	    font-size: 13px;
    background: #2643ff;
    padding-left: 8px;
    padding-right: 8px;
    border-radius: 15px;
    color: white;
    font-weight: 400;
    white-space: nowrap !important;
}
.fa-exclamation{
	font-size: 12px !important;
}
.verified{
    /* font-size: 13px; */
    background: #28a745;
    padding: 3px;
    border-radius: 5px;
    color: #000;
    /* font-weight: 400; */
    margin-left: 4px;
    display: inline-block;
    padding: 0.25em 0.4em;
    font-size: 75%;
    font-weight: 700;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: 0.25rem;
}
.bg-verified{
	color: #0ecb81 !important;
}
h1.page-title-heads.txt-1-algn {
    margin-left: -25px;
}
.daymode .cl-i-1{
	color: #fff !important;
}
