/*topbar start*/
#topbar {
	background: #e3ba67;
	padding: 5px 0px;
}

#topbar ul {
	float: right;
	margin-bottom: 0px;
}

#topbar ul li {
	list-style: none;
	display: inline-block;
	padding-right: 20px;
	font-size: 14px;
	color: #2e3b4e;
	font-weight: 700;
}

#topbar ul li a {
	font-size: 14px;
	color: #2e3b4e;
	font-weight: 700;
}

#topbar ul li:last-child {
	padding-right: 0px;
}

#topbar i {
	color: #2e3b4e;
}

.fa-whatsapp {
	font-weight: bold !important;
}

/*topbar end*/
/*Header start */
.xe_on {
	color: #fff;
	font-size: 10px;
	padding-left: 5px;
	vertical-align: middle;
}

.xe_on i {
	color: #2cff1c;
	font-size: 8px;
	margin-top: 10px;
}

.xe_off {
	color: #fff;
	font-size: 12px;
	vertical-align: -webkit-baseline-middle
}

.xe_off i {
	color: #7C2625;
	font-size: 8px;
}

#header {
	padding: 2px 0px;
	box-shadow: 0 10px 16px 0 rgb(0 0 0 / 15%), 0 6px 20px 0 rgb(0 0 0 / 1%) !important;
	background: #4031526b;
	position: absolute;
	width: 100%;
}

#header .col-md-2 {
	margin: auto;
}

#header .col-md-7 {
	margin: auto;
}

#header .col-md-3 {
	margin: auto;
}

.logo {
	border-radius: 20px;
	max-height: 60px;
	position: relative;
}

.vert {
	position: relative;
}

.vert::after {
	position: absolute;
	content: '';
	border-right: 1px solid #fff;
	top: 7px;
	height: 17px;
	right: -3px;
}

.menus {
	display: flex;
	justify-content: space-evenly;
	margin: 0;
	align-items: center;
}

.menus li {
	list-style: none;
}

.menus li a {
	font-size: 20px;
	color: #fff;
	text-decoration: none;
	text-transform: capitalize;
	font-weight: 600;
	position: relative;
}

.menus li a::after {
	position: absolute;
	content: '';
	width: 30px;
	height: 3px;
	background: #e3ba67;
	left: 0;
	bottom: -8px;
	display: none;
}

.menus li a:hover::after {
	display: block;
}

.menus li a:hover {
	transition: 0.3s ease-in;
	color: #fff;
	color: #e3ba67;
}

#header .bord_active a:hover::after {
	display: none !important;
}

#header.sticky {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 9;
	background-image: linear-gradient(to left, #403152, #423153);
}

#header .xe_search ul {
	display: flex;
	margin-bottom: 0px;
	padding-left: 10px;
	float: right;
}

#header .xe_search ul li a {
	color: #fff;
	font-weight: 600;
	padding-top: 10px;
}

#header .xe_search ul li {
	list-style: none;
}

#header .xe_search ul li:last-child {
	margin-right: 0px;
}

.log_bd {
	border-top: 1px solid #fff;
}

.bars {
	display: none;
}

.close_side {
	display: none;
}

.side_menu_mobile {
	display: none;
}

#header input[type=search] {
	outline: none !important;
	border: 1px solid #fff;
	background: #6a5b7c;
	position: relative;
	padding: 8px 15px;
	color: #fff;
	font-size: 14px;
	height: 45px;
	width: 200px;
}

input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration {
	-webkit-appearance: none;
}

input[type="search"]::placeholder {
	color: #b1a8bb !important;
}

.searching {
	position: relative;
	padding-right: 20px;
}

.searchIcon {
	position: absolute;
	color: #e3ba67;
	right: 30px;
	top: 8px;
}

.active {
	color: #e3ba67 !important;
}

.bord_active {
	position: relative;
	color: #e3ba67 !important;
}

.bord_active::after {
	position: absolute;
	content: '';
	width: 30px;
	height: 3px;
	background: #e3ba67;
	left: 0;
	bottom: -5px;
}

.current {
	color: #e3ba67 !important;
}

#xe_header {
	background: #42284d !important;
}

#xe_header .col-md-2 {
	margin: auto;
	position: relative;
}

#xe_header .side_menu_mobile {
	display: none;
}

#xe_header .active {
	color: #e3ba67 !important;
}

#xe_header .bord_active {
	position: relative;
}

#xe_header .bord_active a:hover::after {
	display: none !important;
}

#xe_header .bord_active::after {
	position: absolute;
	content: '';
	width: 30px;
	height: 3px;
	background: #e3ba67;
	left: 0;
	bottom: -5px;
}

#xe_header input[type=search] {
	outline: none !important;
	border: 1px solid #fff;
	background: #6a5b7c;
	position: relative;
	padding: 8px 15px;
	color: #fff;
	font-size: 14px;
	width: 200px;
}

#xe_header .col-md-4 {
	margin: auto;
}

#xe_header .col-md-3 {
	margin: auto;
}

#xe_header .xe_search ul {
	display: flex;
	margin-bottom: 0px;
	padding-left: 10px;
	float: right;
}

#xe_header .xe_search ul li {
	list-style: none;
	margin-right: 10px;
}

#xe_header .xe_search ul li a {
	color: #fff;
	font-weight: 600;
	padding-top: 10px;
}

#xe_header .xe_search ul li:last-child {
	margin-right: 0px;
}

.xe_user:hover {
	color: #e3ba67 !important;
}

.log_init {
	position: relative;
	margin: auto;
}

.user_list {
	display: none;
	position: absolute;
	content: '';
	background: #fff !important;
	width: 180px;
	margin-top: 2px;
	right: -35px;
}

.log_dropdown {
	display: block !important;
	padding: 10px;
	float: left !important;
}

.log_dropdown li {
	list-style: none;
	padding-bottom: 5px;
}

.log_dropdown li a {
	color: #000 !important;
	font-size: 16px !important;
}

.log_dropdown li:last-child {
	border-top: 1px solid #ccc;
	padding-top: 5px;
}

.log_dropdown li a:hover {
	color: #e3ba67 !important;
}

.log_dropdown li a:hover.xe_sign {
	display: block !important;
}

.log_name {
	background: #7C2625;
	color: #fff;
	font-size: 16px;
	width: 30px;
	height: 30px;
	border-radius: 50px;
	position: absolute;
	right: -35px;
	display: flex;
	align-items: center;
	justify-content: center;
	top: 0;
}

/*Header End*/
* {
	box-sizing: border-box;
}

body {
	margin: 0;
	padding: 0;
	font-family: 'Quicksand', sans-serif !important;
}

img {
	max-width: 100%;
}

p {
	font-size: 20px;
	font-weight: 500;
}

/*a{text-decoration:none!important;}*/
a:focus {
	text-decoration: none !important;
	outline: none !important;
	box-shadow: none !important;
}

input:focus {
	text-decoration: none !important;
	outline: none !important;
	box-shadow: none !important;
}

select:focus {
	text-decoration: none !important;
	outline: none !important;
	box-shadow: none !important;
}

.container {
	max-width: 1700px !important;
	width: 95% !important;
}

.container-fluid {
	max-width: 1400px !important;
	width: 95% !important;
}


.carousel-control-next,
.carousel-control-prev {
	width: auto !important;
}

.carousel-control-next,
.carousel-control-prev i {
	font-size: 50px;
	cursor: pointer;
}

.carousel-item {
	text-align: center;
}

.carousel-item img {
	background: #fff;
	padding: 10px;
	border-radius: 30px;
	width: 90px;
}

.carousel-item ul {
	display: flex;
	justify-content: space-around;
	padding-left: 0px !important;
}

.carousel-item ul li {
	list-style: none;
}

/*banner*/
#banner {
	background-image: url("/front/images/map.jpg");
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}

#banner .row {
	padding-top: 150px;
}

#banner .col-md-3 {
	margin: auto;
}

#banner .col-md-4 {
	margin: auto;
}

#banner .col-md-5 {
	margin: auto;
}

#banner h4 {
	font-size: 25px;
	color: #fff;
}

#banner strong {
	color: #e3ba67;
	font-weight: 600;
}

.currency_calc {
	background-image: linear-gradient(to top, #403152, #423153);
	padding: 20px;
	border-radius: 20px;
	margin-bottom: 50px;
}

#banner h2 {
	color: #fff;
}

.menus {
	padding: 20px 0px;
	margin-left: 50px;
}

.menus ul {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.menus ul li {
	list-style: none;
}

.menus ul li a {
	font-size: 20px;
	color: #fff;
	font-weight: 600;
}

.logo_map {
	width: 100%;
	height: auto;
}

.loginBtn {
	background: #fe0000;
	color: #fff;
	padding: 6px 28px;
	border-radius: 10px;
	display: block;
	margin-top: 5px;
	text-decoration: none;
	text-align: center;
	font-size: 14px !important;
	font-weight: 700 !important;
	text-transform: uppercase !important;
	width: 100px;
}

.loginBtn:hover {
	color: #fff !important;
	transform: scale(1.03);
	transition: 0.3s ease;
}

.loginBtn:hover::after {
	display: none !important;
}

.currency_calc h3 {
	position: relative;
	font-size: 24px;
	color: #fff !important;
	font-weight: 600;
	margin-bottom: 20px;
}

.currency_calc h3::before {
	position: absolute;
	content: '';
	width: 150px;
	height: 2px;
	background: #e3ba67;
	bottom: -10px;
	left: 0%;
}

.tranferIcons img {
	width: 60px;
	height: auto;
}

#banner label {
	color: #fff;
	font-size: 16px;
	font-weight: 600;
}

#banner .input-group-text {
	padding: 0px;
	background: #fff;
}

#banner .form-select {
	width: 130px;
	border: none;
	font-weight: 700;
	font-size: 18px;
}

#banner input[type="text"] {
	background: #f5f3f5;
	font-size: 20px;
	font-weight: 600;
}

#banner input[type="text"]::placeholder {
	color: #b1a8bb !important;
	font-size: 20px;
	font-weight: 600;
}

.exchangeBtn {
	background: #e3ba67;
	padding: 10px 20px;
	color: #000;
	font-weight: 700;
	font-size: 20px;
	border-radius: 10px;
	border: none;
	margin-top: 20px;
}

.exchangeBtn:hover {
	background: #fff;
	color: #e3ba67;
	transition: 0.3s ease;
	transform: scale(1.05);
}

.form-select:focus {
	outline: none !important;
	border: none !important;
	box-shadow: none !important;
}

#banner .checkRate {
	padding-top: 8px;
}

#banner .checkRate p {
	color: #fff;
	font-size: 18px;
}

#banner .checkRate a {
	color: #e3ba67;
	text-decoration: none;
	float: right;
	font-weight: 600;
	cursor: pointer;
}

#banner .checkRate a:hover {
	transition: 0.3s ease;
	color: #fff;
}

.xe_prices {
	margin: 0px 30px;
}

.modal-header {
	border-bottom: none !important;
	padding: 0 !important;
}

.modal-footer {
	border-top: none !important;
	margin: auto;
}

.modal-content td {
	color: #fff;
	font-size: 14px;
	font-weight: 600;
}

.modal-content {
	background-image: linear-gradient(to top, #403152, #423153) !important;
	padding: 20px;
	border-radius: 20px !important;
}

.xe_notes p {
	font-size: 14px;
	margin-bottom: 2px;
	color: #000;
}

.btn-close {
	position: relative;
}

.btn-close::after {
	background: #fff;
	position: absolute;
	content: '';
	width: 30px;
	height: 30px;
}

.note_list {
	display: block !important;
	padding-left: 30px !important;
	border: none !important;
}

.note_list li {
	font-size: 12px !important;
	color: #000 !important;
	border: none !important;
	list-style-type: disc !important;
}

.close_circle i {
	color: #e3ba67;
	font-size: 22px;
}

.close_circle {
	background: none;
	border: none;
}


#banner .xe_notes i {
	color: red;
	cursor: pointer;
}

.calc {
	position: relative;
}

#banner .dd-options {
	box-shadow: none !important;
	background: #3f2f50 !important;
	box-shadow: rgb(0 0 0 / 35%) 0px 5px 15px !important;
	border: none !important;
	padding: 10px;
	border-bottom: 1px solid #3f2f50 !important;
}

#xe_steps .dd-options {
	box-shadow: none !important;
	background: #3f2f50 !important;
	box-shadow: rgb(0 0 0 / 35%) 0px 5px 15px !important;
	border: none !important;
	padding: 10px;
	border-bottom: 1px solid #3f2f50 !important;
}

#xe_steps .dd-option-selected .dd-option-text {
	color: #e3ba67 !important;
	font-weight: 600;
}

#xe_steps .dd-option-text {
	color: #fff !important;
}

#xe_steps .dd-options li a:hover {
	background: #6a5b7c !important;
}

.dd-option {
	border-bottom: none !important;
}

.dd-option-selected {
	background: none !important;
}

#selectSend .dd-options li:nth-child(8) {
	opacity: 0.6;
}

#selectSend .dd-options li:nth-child(9) {
	opacity: 0.6;
}

#selectRecieve .dd-options li:nth-child(8) {
	opacity: 0.6;
}

#selectRecieve .dd-options li:nth-child(9) {
	opacity: 0.6;
}


#selectSend {
	width: auto !important;
	position: initial;
	text-align: left;
}

#selectSend img {
	width: 50px;
}

#selectSend .dd-options {
	width: 100% !important;
	border-bottom: none !important;
	border-radius: 0px 0px 15px 15px;
}

#selectSend .dd-options li {
	display: block !important;
	float: left;
	width: 33.33%;
}

#selectSend .dd-desc {
	color: #f9f9f9 !important;
}

#selectSend .dd-option-selected .dd-desc {
	color: #e3ba67 !important;
	font-weight: 600;
}

#selectSend .dd-option-selected {
	background: #6a5b7c !important;
}

#selectSend .dd-options li img {
	max-width: 40px;
}

#selectSend .dd-options li a:hover {
	background: #6a5b7c !important;
}

#selectSendDollar {
	width: auto !important;
}

#selectSendDollar label {
	color: #000 !important;
	font-size: 16px;
	font-weight: 700;
}

#selectSendDollar .dd-select {
	width: 100px !important;
	background: none !important;
	border: none !important;
}

#selectSendDollar .dd-options {
	width: 100% !important;
}

#selectSendDollar .dd-options li {
	width: 100% !important;
}

#selectSendDollar .dd-option-text {
	color: #fff !important;
}

#selectSendDollar .dd-options li a:hover {
	background: #6a5b7c !important;
}

#selectSendDollar .dd-option-selected {
	background: #6a5b7c !important;
}

#selectSendDollar .dd-option-selected .dd-option-text {
	color: #e3ba67 !important;
	font-weight: 600;
}


#selectReceiveDollar {
	width: auto !important;
}

#selectReceiveDollar label {
	color: #000 !important;
	font-size: 16px;
	font-weight: 700;
}

#selectReceiveDollar .dd-select {
	width: 100px !important;
	background: none !important;
	border: none !important;
}

#selectReceiveDollar .dd-options {
	width: 100% !important;
}

#selectReceiveDollar .dd-option-text {
	color: #fff !important;
}

#selectReceiveDollar .dd-options li a:hover {
	background: #6a5b7c !important;
}

#selectReceiveDollar .dd-option-selected {
	background: #6a5b7c !important;
}

#selectReceiveDollar .dd-option-selected .dd-option-text {
	color: #e3ba67 !important;
	font-weight: 600;
}


#selectRecieve {
	width: auto !important;
	position: initial;
	text-align: left;
}

#selectRecieve img {
	width: 50px;
}

#selectSend .dd-select {
	width: 70px !important;
	background: none !important;
}

#selectSend .dd-options {
	width: auto !important;
	line-height: 10px;
	width: 100% !important;
}

#selectSend .dd-options li {
	display: inline-block !important;
}

#selectSend .dd-pointer-down {
	display: none !important;
}


#selectRecieve .dd-select {
	width: 70px !important;
	background: none !important;
}

#selectRecieve .dd-options {
	width: auto !important;
	line-height: 10px;
	width: 100% !important;
	border-bottom: none !important;
}

#selectRecieve .dd-options li {
	display: inline-block !important;
}

#selectRecieve .dd-options li {
	display: block !important;
	float: left;
	width: 33.33%;
}

#selectRecieve .dd-options li img {
	max-width: 40px;
}

#selectRecieve .dd-pointer-down {
	display: none !important;
}

#selectRecieve .dd-desc {
	color: #f9f9f9 !important;
}

#selectRecieve .dd-option-selected .dd-desc {
	color: #e3ba67 !important;
	font-weight: 600;
}

#selectRecieve .dd-option-selected {
	background: #6a5b7c !important;
}

#selectRecieve .dd-options li a:hover {
	background: #6a5b7c !important;
}

.dd-desc {
	line-height: 28px !important;
	padding-top: 6px;
}

/*banner*/
/*REVIEWS START*/
#reviews {
	background: #f2f2f2;
	padding: 20px 40px;
	border-radius: 10px;
	margin: 20px;
}

#reviews h3 {
	position: relative;
	font-size: 26px;
	color: #000 !important;
	font-weight: 600;
	margin-bottom: 40px;
	font-weight: 700;
}

#reviews h3::before {
	position: absolute;
	content: '';
	width: 150px;
	height: 3px;
	background: #e3ba67;
	bottom: -10px;
	left: 0%;
}

#reviews strong {
	color: #e3ba67;
	font-weight: 600;
}

.ratings {
	background: #fff;
	border-top: 10px solid #e3ba67;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
	padding: 15px;
	transition: transform .5s ease;
}

.ratings h4 {
	font-size: 20px;
	font-weight: 700;
}

.ratings p {
	font-size: 14px;
	color: #bebfc1;
	font-weight: 700;
}

/*REVIEWS END*/

/*STAR RATING START*/

.fb_checked {
	color: #0489ff;
	font-weight: 600;
}

.g_checked,
.tr_checked {
	color: #ffab18;
	font-weight: 600;
}

/*STAR RATING END*/
.rev_img {
	float: right;
	margin-top: -10px;
}

.grid-item {
	width: 25%;
}

.client_review {
	transition: transform .5s ease;
	margin: 0px 10px 20px 10px;
	background: #fff;
	box-shadow: 0 10px 16px 0 rgb(0 0 0 / 15%), 0 6px 20px 0 rgb(0 0 0 / 10%);
	padding: 20px;

}

.client_review:hover {
	transform: scale(1.07);
	border-top: 4px solid #e3ba67;
}

.ratings:hover {
	transform: scale(1.05);
}

.fa-user-circle {
	text-align: center;
	;
}

.client_review h4 {
	text-align: center;
	font-size: 18px;
	font-weight: 700;
}

.client_review p {
	font-weight: 400;
	font-size: 14px;
	color: #828282;
}

.rev_days {
	font-size: 12px;
	color: #828282;
}

.load_more {
	font-size: 20px;
	color: #006fff;
	font-weight: 700;
	padding-top: 20px;
	text-transform: uppercase;
}

.load_more a:hover {
	color: #e3ba67 !important;
}

/*LATEST EXCHANGE START*/
#latest {
	background-image: url("/front/images/latest.jpg");
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	position: relative;
	padding: 50px 0px;
}

#latest strong {
	color: #e3ba67;
	font-weight: 700;
}

#latest h3 {
	position: relative;
	font-size: 24px;
	color: #fff !important;
	font-weight: 600;
	margin-bottom: 40px;
	font-weight: 700;
}

#latest h3::before {
	position: absolute;
	content: '';
	width: 150px;
	height: 3px;
	background: #e3ba67;
	bottom: -10px;
	left: 0%;
}

.xetable {
	background: #747070ba;
	padding: 20px 10px;
	border-radius: 20px;
}

.table_height {
	height: 400px;
}

#latest th {
	color: #e3ba67;
	font-size: 20px;
	font-weight: 700;
}

#latest td {
	color: #fff;
	font-size: 16px;
}

#latest td:first-child {
	font-weight: 600;
}

#latest td:last-child {
	font-weight: 600;
}

#latest td:nth-child(2) {
	font-weight: 600;
}

#latest td:nth-child(3),
#latest td:nth-child(4),
#latest td:nth-child(5) {
	color: #e1e3e2;
}

#latest table img {
	max-width: 22px;
}

.table-responsive {
	overflow-x: auto;
	-webkit-overflow-scrolling: touch !important;
}

/* width */
.table_height::-webkit-scrollbar {
	width: 5px !important;
	height: 5px !important;
}

/* Track */
.table_height::-webkit-scrollbar-track {
	background: #31284f !important;
	width: 2px !important;
	height: 5px !important;
	border-radius: 20px;
}

/* Handle */
.table_height::-webkit-scrollbar-thumb {
	background: #e3ba67 !important;
	height: 5px !important;
	border-radius: 20px !important;
}

#latest .slimScrollRail {
	width: 2px !important;
	top: 30px !important;
	height: 550px !important;
}

#latest .slimScrollBar {
	width: 7px !important;
	right: 15px !important;
	opacity: 1 !important;
	color: #403152 !important;
	height: 30px !important;
	border-radius: 50px !important;
}

/*LATEST EXCHANGE END*/


/*WHY CHOOSE START*/
#why_choose {
	margin: 30px 0px 50px 0px;
}

#why_choose h3 {
	position: relative;
	font-size: 24px;
	color: #000 !important;
	font-weight: 600;
	margin-bottom: 40px;
	font-weight: 700;
}

#why_choose h3::before {
	position: absolute;
	content: '';
	width: 150px;
	height: 3px;
	background: #e3ba67;
	bottom: -10px;
	left: 0%;
}

#why_choose strong {
	color: #e3ba67;
	font-weight: 700;
}

#why_choose ul {
	padding-left: 0px;
}

#why_choose ul li {
	list-style: none;
	display: inline-block;
}

#why_choose h4 {
	font-size: 20px;
	color: #000;
	font-weight: 700;
}

#why_choose p {
	font-size: 16px;
	color: #bebfc1;
	font-weight: 600;
}

#why_choose i {
	font-size: 50px;
	background: #e3ba67;
	color: #fff;
	padding: 10px 20px;
	width: 80px;
	height: 80px;
	display: flex;
	justify-content: center;
	align-items: center;
	margin: auto;
	border-radius: 20px;
}

.smart_xe {
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
	padding: 30px 20px;
}

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

/*WHY CHOOSE END*/


/*WALLETS START*/
#wallets {
	background-image: url("/front/images/wallet.jpg");
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	position: relative;
	padding: 50px 0px;
}

#wallets h3 {
	position: relative;
	font-size: 24px;
	color: #fff !important;
	font-weight: 600;
	margin-bottom: 30px;
	font-weight: 700;
}

#wallets h3::before {
	position: absolute;
	content: '';
	width: 150px;
	height: 3px;
	background: #e3ba67;
	bottom: -10px;
	left: 0%;
}

.reserved {
	background-image: linear-gradient(to left, #403152, #423153);
	padding: 20px 20px;
	border-radius: 30px;
}

#wallets p {
	color: #e3ba67;
	padding-top: 5px;
}

#wallets h5 {
	color: #fff;
	padding-top: 10px;
}

/*WALLETS END*/


#xe_numbers {
	margin: 30px 0px;
	background: #31284f;
	padding: 30px;
}

#xe_numbers strong {
	color: #e3ba67;
	font-weight: 700;
}

#xe_numbers h3 {
	position: relative;
	font-size: 30px;
	color: #fff !important;
	font-weight: 600;
	margin-bottom: 40px;
	font-weight: 700;
}

#xe_numbers h3::before {
	position: absolute;
	content: '';
	width: 150px;
	height: 3px;
	background: #e3ba67;
	bottom: -10px;
	left: 0%;
}

#xe_numbers h2 {
	position: relative;
	font-size: 45px;
	color: #31284f !important;
	font-weight: 600;
	margin-bottom: 40px;
	font-weight: 700;
}

#xe_numbers h2::before {
	position: absolute;
	content: '';
	width: 150px;
	height: 2px;
	background: #e3ba67;
	bottom: -10px;
	left: 0%;
}

#xe_numbers p {
	font-size: 16px;
	color: #bebfc1;
	font-weight: 600;
}

#xe_numbers b {
	color: #000;
}

#xe_numbers h4 {
	font-weight: 700;
	padding-top: 10px;
	font-size: 22px;
}

#xe_numbers i {
	font-size: 50px;
	background: #31284f;
	color: #e3ba67;
	padding: 10px;
	width: 80px;
	height: 80px;
	display: flex;
	justify-content: center;
	align-items: center;
	margin: auto;
	box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

.counts p {
	font-weight: 600 !important;
	font-size: 18px !important;
	color: #e3ba67 !important;
}

.awards {
	background: #fff;
	padding: 40px 20px;
	margin-bottom: 50px;
}



/*XE-BLOGS START*/
#xe_blogs {
	padding: 30px 0px;
}

#xe_blogs strong {
	color: #e3ba67;
	font-weight: 700;
}

#xe_blogs h3 {
	position: relative;
	font-size: 30px;
	color: #000 !important;
	font-weight: 600;
	margin-bottom: 40px;
	font-weight: 700;
}

#xe_blogs h3::before {
	position: absolute;
	content: '';
	width: 150px;
	height: 2px;
	background: #e3ba67;
	bottom: -10px;
	left: 0%;
}

#xe_blogs img {
	border-radius: 10px;
	transition: transform .5s ease;
}

#xe_blogs img:hover {
	transform: scale(1.03);
}

#xe_blogs .col-md-5 {
	position: relative;
}

#xe_blogs .col-md-3 {
	position: relative;
}

#xe_blogs .col-md-4 {
	position: relative;
}

.blog_sec {
	position: relative;
}

.blog_content {
	position: absolute;
	left: 20px;
	bottom: 0px;
}

.blog_content h4 {
	color: #fff;
	font-size: 18px;
	padding: 0px 5px;
}

.blog_content p {
	color: #e3ba67;
	font-size: 14px;
	padding: 0px 5px;
}

.blog_visit {
	position: absolute;
	text-align: center;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.blog_visit h4 {
	color: #fff;
	font-size: 18px;
	padding: 0px 5px;
}

.blog_visit p {
	color: #e3ba67;
	font-size: 14px;
	padding: 0px 5px;
}

.visit {
	background: #e3ba67;
	padding: 10px 15px;
	color: #fff;
	text-transform: uppercase;
	text-align: center;
	border-radius: 10px;
	font-weight: 600;
}

.visit a:hover {
	background: #fff;
	color: #000;
	transition: 0.3s ease;
}

.blog_xe {
	height: 100%;
	width: 100%;
}

/*XE-BLOGS END*/

/*PREFOOTER START*/
#pre_footer {
	background-image: linear-gradient(to left, #403152, #423153);
	padding: 60px 30px;
	margin-top: 40px;
}

#pre_footer h3 {
	position: relative;
	font-size: 30px;
	color: #fff !important;
	font-weight: 600;
	margin-bottom: 40px;
	font-weight: 700;
}

#pre_footer h3::before {
	position: absolute;
	content: '';
	width: 100px;
	height: 2px;
	background: #e3ba67;
	bottom: -10px;
	left: 0%;
}

#pre_footer p {
	color: #bdc1c4;
	font-size: 18px;
}

#pre_footer p a {
	color: #bdc1c4;
	font-size: 18px;
}

#pre_footer i {
	font-size: 20px;
	color: #e3ba67;
}

#pre_footer ul li {
	list-style: none;
	padding-bottom: 15px;
}

.quick_links,
.stay {
	padding-left: 0px;
}

.quick_links li a {
	color: #bdc1c4;
	font-weight: 600;
	font-size: 18px;
}

.quick_links li a:hover {
	color: #e3ba67;
}

.stay li a {
	color: #bdc1c4;
	font-size: 16px;
}

.stay li a:hover {
	color: #e3ba67;
}

#pre_footer p a:hover {
	color: #e3ba67;
}

/*PREFOOTER END*/

/*FAQ START*/
#faq {
	padding: 40px 0px;
}

#faq h3 {
	position: relative;
	font-size: 30px;
	color: #000 !important;
	font-weight: 600;
	margin-bottom: 40px;
	font-weight: 700;
}

#faq h3::before {
	position: absolute;
	content: '';
	width: 60px;
	height: 2px;
	background: #e3ba67;
	bottom: -10px;
	left: 0%;
}

.accordion-button:not(.collapsed) {
	background: #e3ba67 !important;
	color: #fff !important;
	font-weight: 600 !important;
	font-size: 20px;
}

.accordion-button:not(.collapsed)::after {
	transform: rotate(-223deg) !important;
}

.accordion-button::after {
	background-image: url("/front/images/plus.png") !important;
	background-size: 16px !important;
}

.accordion-item {
	border: none !important;
	margin-bottom: 30px;
}

.accordion-button {
	background: #e1e3e2 !important;
	font-size: 18px !important;
	border-radius: 10px !important;
}

.accordion-button:focus {
	border: none !important;
	outline: none !important;
	box-shadow: none !important;
}

/*FAQ END*/


#footer {
	padding: 15px 0px;
	text-align: center;
}

#footer h5,
p {
	font-size: 16px;
	color: #818181;
	font-weight: 600;
}

#footer b {
	color: #000;
}

#footer p {
	margin-bottom: 0px;
}

.knowBtn a {
	background: #e3ba67;
	padding: 10px 30px;
	color: #000;
	font-weight: 700;
	font-size: 20px;
	border-radius: 50px;
	border: none;
	margin-top: 30px;
}

.knowBtn a:hover {
	color: #000;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
	background: #fff;
	transition: 0.3s ease;
}

/*CONTACT PAGE START*/
.contact_header {
	background: #403152 !important;
}

#get_in_touch {
	padding: 70px 20px 20px 20px;
	margin-top: 70px;
	position: relative;
	z-index: 1;
}

#get_in_touch::before {
	position: absolute;
	content: '';
	background: #f2f2f2;
	width: 100%;
	height: 24%;
	left: 0;
	z-index: -1;
	top: 0;
}

#get_in_touch .cont_box {
	background: #fff;
	text-align: center;
	padding: 20px 10px;
	box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
	height: 100%;
}

#get_in_touch .cont_box i {
	font-size: 55px;
	color: #e3ba67;
}

#get_in_touch .cont_box a {
	color: #e3ba67;
}

#get_in_touch .pn {
	margin-bottom: 2px;
}

#get_in_touch .cont_box h3 {
	font-size: 22px;
	text-transform: uppercase;
	font-weight: 700;
	padding-top: 20px;
}

#get_in_touch .cont_box p {
	font-weight: 400;
	color: #000;
	font-size: 18px;
}

#get_in_touch {
	background-image: linear-gradient(to left, #403152, #423153);
}

#get_in_touch .col-md-6 {
	padding: 10px;
}

.get_left p {
	padding-right: 50px;
}

#get_in_touch .get_form_list {
	padding-bottom: 120px;
}

#get_in_touch h2 {
	font-size: 32px;
	text-transform: uppercase;
	color: #fff;
	font-weight: 700;
	padding-bottom: 15px;
}

#get_in_touch p {
	color: #fff;
	font-size: 18px;
}

#get_in_touch ul.social {
	display: inline-block;
	padding-left: 0px;
	padding-top: 20px;
}

#get_in_touch ul.social li {
	padding-right: 20px;
	list-style: none;
	display: inline-block;
}

#get_in_touch i {
	font-size: 40px;
	color: #e3ba67;
}


/*CONTACT PAGE END*/

#latest #slimtest1 td,
#latest #slimtest1 tr,
#latest thead th {
	background: none !important;
	border: none;
}

#latest table.dataTable.no-footer {
	border: none;
}

.closed {
	color: #000;
	float: right;
	padding-left: 5px;
}

#banner tbody {
	display: contents !important;
}

.table-fixed tbody {
	height: 300px;
	overflow-y: auto;
	width: 100%;
}

/* Custom CSS */

.page-title .title_right {
	width: 55%;
	float: left;
	display: block;
}

#reviews a {
	text-decoration: none !important;
}








#mixedSlider {
	background-image: url("/front/images/wallet.jpg");
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	position: relative;
	padding: 50px 0px;
}

#mixedSlider h3 {
	position: relative;
	font-size: 24px;
	color: #fff !important;
	font-weight: 600;
	margin-bottom: 30px;
	font-weight: 700;
}

#mixedSlider h3::before {
	position: absolute;
	content: '';
	width: 150px;
	height: 3px;
	background: #e3ba67;
	bottom: -10px;
	left: 0%;
}

#mixedSlider .MS-content {
	background-image: linear-gradient(to left, #403152, #423153);
	padding: 30px 20px;
	border-radius: 30px;
	text-align: center;
}

#mixedSlider .MS-content img {
	background: #fff;
	padding: 10px;
	width: 100px !important;
	border-radius: 20px;
	box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
}

#mixedSlider p {
	color: #e3ba67;
	padding-top: 5px;
}

#mixedSlider h5 {
	color: #fff;
	padding-top: 10px;
}

#mixedSlider .MS-content {
	white-space: nowrap;
	overflow: hidden;
}

#mixedSlider .MS-content .item {
	display: inline-block;
	width: 20%;
	position: relative;
	vertical-align: top;
	overflow: hidden;
	white-space: normal;
	padding: 0 10px;
}

@media (max-width: 991px) {
	#mixedSlider .MS-content .item {
		width: 50%;
	}
}

@media (max-width: 767px) {
	#mixedSlider .MS-content img {
		max-width: 50px !important;
	}

	#mixedSlider .MS-content .item {
		width: 33..33%;
	}
}

#mixedSlider .MS-content .item .imgTitle {
	position: relative;
}

#mixedSlider .MS-content .item .imgTitle .blogTitle {
	margin: 0;
	text-align: left;
	letter-spacing: 2px;
	color: #252525;
	font-style: italic;
	position: absolute;
	background-color: rgba(255, 255, 255, 0.5);
	width: 100%;
	bottom: 0;
	font-weight: bold;
	padding: 0 0 2px 10px;
}

#mixedSlider .MS-content .item .imgTitle img {
	height: auto;
	width: 100%;
}

#mixedSlider .MS-content .item p {
	font-size: 16px;
	margin: 2px 10px 0 5px;
	text-indent: 15px;
}

#mixedSlider .MS-content .item a {
	float: right;
	margin: 0 20px 0 0;
	font-size: 16px;
	font-style: italic;
	color: rgba(173, 0, 0, 0.82);
	font-weight: bold;
	letter-spacing: 1px;
	transition: linear 0.1s;
}

#mixedSlider .MS-content .item a:hover {
	text-shadow: 0 0 1px grey;
}

#mixedSlider .MS-controls button {
	position: absolute;
	border: none;
	background-color: transparent;
	outline: 0;
	font-size: 50px;
	top: 95px;
	color: rgba(0, 0, 0, 0.4);
	transition: 0.15s linear;
}

#mixedSlider .MS-controls button:hover {
	color: #e3ba67;
}

@media (max-width: 992px) {
	#mixedSlider .MS-controls button {
		font-size: 30px;
	}
}

@media (max-width: 767px) {
	#mixedSlider .MS-controls button {
		font-size: 20px;
	}
}

#mixedSlider .MS-controls .MS-left {
	left: 50px;
	top: 45%;
	color: #fff;
}

@media (max-width: 767px) {
	#mixedSlider .MS-controls .MS-left {
		left: 20px;
		top: 50%;
	}
}

#mixedSlider .MS-controls .MS-right {
	right: 50px;
	top: 45%;
	color: #fff;
}

@media (max-width: 767px) {
	#mixedSlider .MS-controls .MS-right {
		right: 20px;
		top: 50%;
	}
}




@media screen and (max-width:1342px) {
	.xe_on {
		display: inline-block;
	}

	.menus li a {
		font-size: 14px;
	}

	.logo {
		max-width: 100px;
	}
}

@media screen and (max-width:1248px) {
	.menus {
		margin-left: 0px;
		margin-right: 50px;
	}

	.blog_content p {
		font-size: 12px;
	}

	.blog_content h4 {
		font-size: 14px;
	}

	.blog_visit h4 {
		font-size: 14px;
	}

	.visit {
		font-size: 12px;
	}
}

@media screen and (max-width:1078px) {
	.logo {
		max-width: 80px;
	}

	.menus {
		margin-right: 90px;
	}

	#header input[type=search] {
		height: auto;
		width: auto;
	}

	#xe_blogs .col-md-5 {
		max-width: 100%;
		width: 100%;
		flex: none;
		margin-bottom: 20px;
	}

	#xe_blogs .col-md-4 {
		max-width: 100%;
		width: 100%;
		flex: none;
		margin-bottom: 20px;
	}

	#xe_blogs .col-md-3 {
		max-width: 100%;
		width: 100%;
		flex: none;
		margin-bottom: 20px;
	}

	#xe_blogs img {
		width: 100%;
	}
}


@media screen and (max-width:996px) {
	#topbar .spot {
		margin-left: 0px;
	}

	#topbar .col-md-5 ul li a {
		font-size: 16px;
	}

	.loginBtn {
		padding: 10px 20px;
	}

	#topbar .col-md-7 ul li a {
		font-size: 16px;
	}

	.step1 .col-md-8 {
		width: 100%;
		max-width: 100%;
		flex: none;
		margin-left: 0px !important;
	}
}

@media screen and (max-width:954px) {
	.logo {
		max-width: 100px;
	}

	#header .col-md-2 {
		max-width: 100%;
		width: 100%;
		flex: none;
	}

	#header .col-md-7 {
		max-width: 100%;
		width: 100%;
		flex: none;
	}

	#header .xe_search {
		position: absolute;
		right: 0;
		top: 20px;
	}

	.menus li a {
		font-size: 16px;
	}
}


@media screen and (max-width:822px) {
	#topbar .col-md-5 ul li a {
		font-size: 14px;
	}

	#topbar .spot {
		font-size: 14px;
	}
}

@media screen and (max-width:767px) {
	#header .xe_search {
		display: none;
	}

	h3 {
		font-size: 24px !important;
	}

	.xe_on {
		display: inline-block;
	}

	#topbar ul {
		padding-left: 0px;
		float: left;
	}

	#topbar ul li {
		font-size: 12px;
	}

	#topbar ul li a {
		font-size: 12px;
	}

	#topbar ul li:nth-child(2) {
		position: absolute;
		right: 0px;
		top: 10px;
	}

	#topbar ul li:nth-child(3) {
		position: absolute;
		right: 130px;
		top: 10px;
	}

	#topbar ul li:last-child {
		display: none;
	}

	#banner .xe_notes {
		bottom: 0;
	}

	.xe_tree {
		display: none;
	}

	.awards {
		padding: 40px 0px;
	}

	#xe_numbers h2 {
		font-size: 24px;
	}

	#banner .row {
		padding-top: 100px;
	}

	#banner h4 {
		font-size: 22px;
	}

	#reviews {
		padding: 20px 0px;
	}

	#reviews .col-md-4 {
		margin-bottom: 30px;
	}

	.grid {
		height: auto !important;
	}

	#latest td {
		font-size: 12px;
	}

	#latest th {
		font-size: 12px;
	}

	#why_choose .col-md-4 {
		margin-bottom: 20px;
	}

	#why_choose .d-flex {
		margin-bottom: 20px;
	}

	.carousel-item img {
		max-width: 40px;
	}

	#xe_blogs img {
		width: 100%;
	}

	#xe_blogs .col-md-5 {
		margin-bottom: 30px;
	}

	#xe_blogs .col-md-3 {
		margin-bottom: 30px;
	}

	#xe_blogs .col-md-2 {
		margin-bottom: 30px;
	}

	#pre_footer .col-md-3 {
		margin-bottom: 30px;
	}

	.carousel-control-next,
	.carousel-control-prev i {
		font-size: 20px;
	}

	.reserved {
		padding: 20px 0px;
	}

	.xe_on {
		vertical-align: middle;
	}

	#header ul {
		display: none;
	}

	.side_menu_mobile {
		display: block;
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		background-image: linear-gradient(to top, #403152, #423153) !important;
		z-index: 2;
		height: 1000px;
		padding-left: 0px;
		padding-top: 10px;
	}

	.side_menu_mobile li {
		margin: 10px 0px;
		padding-left: 0px;
		list-style: none;
	}

	.side_menu_mobile li a {
		font-size: 20px;
		color: #fff;
		text-decoration: none;
		text-transform: capitalize;
		font-weight: 500;
	}

	.side_menu_mobile li a:hover {
		transition: 0.3s ease-in;
		color: #fff;
		color: #fbff00;
	}

	.close_side {
		display: block;
		position: absolute;
		right: 20px;
		top: 20px;
		font-size: 24px;
		color: #fff;
		z-index: 1;
	}

	.bdr_side {
		border-top: 1px dashed #ccc;
		padding-top: 10px;
	}

	.bars {
		display: block;
		color: #fff;
		font-size: 20px;
		position: absolute;
		right: 20px;
		top: 10px;
	}

	.offset-2 {
		margin-left: 0px !important;
	}

	.btn-sub {
		width: auto;
	}

	.grid-sizer,
	.grid-item {
		width: 100%;
		top: 0 !important;
		left: 0 !important;
		position: relative !important;
	}

	.side_search {
		position: relative;
	}

	.sideSearchIcon {
		position: absolute;
		content: '';
		top: 45px;
		right: 15px;
		color: #fff;
	}

	#header input[type=search] {
		width: 100%;
		margin-top: 40px;
	}

	#get_in_touch {
		padding: 20px 20px 20px 20px;
	}

	#get_in_touch .col-md-3 {
		margin-bottom: 20px;
	}

	#banner .checkRate {
		padding-top: 5px;
		text-align: center;
	}

	#banner .checkRate a {
		float: none;
	}
}

@media screen and (max-width:500px) {
	#wallets p {
		font-size: 12px;
	}

	#wallets h5 {
		font-size: 14px;
	}

	#latest th {
		padding-right: 60px;
	}

	#latest table img {
		display: block;
		margin: auto
	}

	#latest td:first-child {
		text-align: center;
	}

	#latest td:nth-child(2) {
		text-align: center;
	}

	#latest th:first-child {
		padding-left: 60px;
	}

	#latest th:nth-child(2) {
		padding-left: 60px;
	}

	.rev_img {
		margin-top: -5px;
	}

	.table-responsive {
		overflow-y: hidden;
	}

	#selectSend .dd-options li {
		width: 50%
	}

	#selectRecieve .dd-options li {
		width: 50%;
	}

}

@media screen and (max-width:420px) {
	#banner h4 {
		font-size: 20px;
	}

	.accordion-button {
		font-size: 14px !important;
	}

	#selectSendDollar .dd-select {
		width: 90px !important;
	}

	#selectSendDollar label {
		font-size: 14px;
	}

	#stepSendDollar .dd-select {
		width: 90px !important;
	}

	#stepSendDollar label {
		font-size: 14px;
	}

	.dd-selected-description-truncated {
		display: none;
	}

	#selectSend .dd-select {
		width: 50px !important;
	}

	#selectSend img {
		width: 30px;
	}

	#selectReceiveDollar .dd-select {
		width: 90px !important;
	}

	#selectReceiveDollar label {
		font-size: 14px;
	}

	#stepReceiveDollar .dd-select {
		width: 90px !important;
	}

	#stepReceiveDollar label {
		font-size: 14px;
	}

	#selectRecieve .dd-select {
		width: 50px !important;
	}

	#selectRecieve img {
		width: 30px;
	}

	#topbar ul li:nth-child(3) {
		right: 125px;
	}

	#latest .xe_on {
		display: inline-block;
		vertical-align: baseline;
		margin-top: -12px;
	}

	.side_menu_mobile li a {
		font-size: 16px;
	}
}

/* CSS Fixes */
#banner .col-md-3 h1{
	color: #fff;
}
#banner .col-md-3 h5 {
	color: #fff;
}
#selectSend .dd-option .dd-option-image ,
#selectRecieve .dd-option .dd-option-image {
	max-width: 50px;
}
#selectSend .dd-option .dd-option-description,
#selectRecieve .dd-option .dd-option-text {
font-size: 1rem;
}
#confirm-modal .modal-content{
	background-color: #403152;
}
#banner .currency_calc .checkRate{
	padding-top: 0;
width: 100%;
	display: inline-block;
}
#banner .currency_calc .checkRate .col-md-6 , #exchange-calculator .checkRate .col-md-6{
	width: 100%;
}
#banner .currency_calc .checkRate p {
	font-size: 16px;
}
#latest .xetable .xe_on, #latest .xetable .xe_off{
vertical-align: top;
}
#latest .xetable .xe_on i, #latest .xetable .xe_off i{
margin-top: 6;
}
#pre_footer .stay {
	display: block;
	width: 100%;
}
#pre_footer .stay li {
	display: inline-block;
	margin-right: 20px;
}
#header .container li a.loginBtn {
	background: none;
	color: #e3ba67;
	text-decoration: underline;
	padding: 0;
	width: auto;
	margin: 13px 5px 0 2px;
}
#header .container .register a.loginBtn {
	background: #fe0000;
	color: #fff;
	padding: 6px 15px;
	border-radius: 10px;
	margin: 0px;
text-decoration: none;
}
#header .xe_search .log_name{
top: -3px;
}
#header .user_list{
z-index: 1;
}
[avatar-letters]:before {
content:attr(avatar-letters);
display:inline-block;
font-size:1em;
width:2.5em;
height:2.5em;
line-height:2.5em;
text-align:center;
border-radius:50%;
background:#FF5733;
vertical-align:middle;
margin-right:1em;
color:white;
float: left;
margin-top: -5px;
}
#reviews .grid > .grid-item:nth-child(2) h4::before,#reviews .grid > .grid-item:nth-child(5n+6) h4::before {
	background-color: #12D131;
}
#reviews .grid > .grid-item:nth-child(3) h4::before,#reviews .grid > .grid-item:nth-child(5n+5) h4::before {
	background-color: #14C1EC;
}
#reviews .grid > .grid-item:nth-child(4) h4::before,#reviews .grid > .grid-item:nth-child(5n+7) h4::before {
	background-color: #EC1490;
}
#reviews .grid > .grid-item:nth-child(5n+8) h4::before {
	background: #FF5733;
}

#reviews .client_review p{
float: left;
	margin-top: 10px;
}
#reviews .client_review h4{
text-align: left;
line-height: 36px;
}
.client_review:first-child {
	margin-left: 0;
}
#wallets_reserve {
	background-image: url(/front/images/wallet.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	position: relative;
	padding: 50px 0px;
background: #e1e3e2;
}
#wallets_reserve h3 {
	position: relative;
	font-size: 24px;
	color: #000 !important;
	font-weight: 600;
	margin-bottom: 30px;
	font-weight: 700;
}
#wallets_reserve h3::before {
	position: absolute;
	content: '';
	width: 150px;
	height: 3px;
	background: #e3ba67;
	bottom: -10px;
	left: 0%;
}
.reserveImg {
	float: left;
	margin: 10px 15px;
	border-radius: 50%;
	width: 60px;
	height: 60px;
	position: relative;
	overflow: hidden;
}
.reserve img {
	width: 100%;
}
.reserve:first-child, .reserve:nth-child(4n+1) {
	margin-left: 0;
}
.reserve {
	flex: 1 1 22%;
	background: linear-gradient(to left, #403152, #423153);
	border-radius: 25px;
	margin-left: 20px;
margin-bottom: 20px;
max-width: 303px;
}
.reserve-wrapper {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
}
.reserve h5 {
	margin-top: 16px;
	margin-bottom: 3px;
color: #FFF;
}
.reserve p {
	color: #e3ba67;
margin-bottom: 5px;
}
body .hide{
display: none;
}
.showreserveCTA {
	width: 100%;
	display: block;
	text-align: center;
	margin-top: 15px;
}
#show_all_reserve {
	background: #e3ba67;
	color: #000;
	text-decoration: none;
	padding: 10px 20px;
	border-radius: 10px;
	font-size: 20px;
	font-weight: bold;
display: inline-block;
}
#show_all_reserve:hover {
	background: #fff;
	color: #e3ba67;
	transition: 0.3s ease;
	transform: scale(1.05);
}
#reviews .client_review > p {
	width: 100%;
}
#ajax-loading {
background-color: rgba(0,0,0,0.7);
}
#spotlight {
	background: #e1e3e2;
	padding: 40px 0 30px 0;
	margin: 0;
	border-radius: 0;
}
#spotlight h3 {
	position: relative;
	font-size: 30px;
	color: #000;
	font-weight: 600;
	margin-bottom: 40px;
	font-weight: 700;
}
#spotlight h3::before {
	position: absolute;
	content: '';
	width: 150px;
	height: 3px;
	background: #e3ba67;
	bottom: -10px;
	left: 0%;
}
.spotlight_xe {
	justify-content: space-between;
margin: 0 0 30px 0;
}
.spotlight_xe > div {
	background: #fff;
	padding: 0;
	width: 32%;
box-shadow: 0 10px 16px 0 rgb(0 0 0 / 15%), 0 6px 20px 0 rgb(0 0 0 / 10%);
}
.threeCol-content {
	padding: 20px 20px 30px 20px;
}
.threeCol-content h4 {
	font-size: 20px;
	color: #000;
	font-weight: 700;
}
.threeCol-content span {
	font-size: 16px;
	color: #818181;
	font-weight: 600;
	display: block;
	margin-bottom: 15px;
}
.threeCol-content a {
	/*color: #e3ba67;*/
	text-decoration: none;
	font-weight: bold;
}
.currency_calc #selectSend .dd-options {
	margin-left: -1px;
}
#banner .currency_calc .checkRate .col-md-6,
#banner .currency_calc .checkRate .col-md-8 {
	margin-left: 2px;
}
#selectSendDollar .dd-options, #selectReceiveDollar .dd-options{
	margin-left: 1px;
}
div#header{
background: #42284d;
}
.container.page-container{
margin-top: 108px;
}
#reviews.review-page {
	margin: 0;
	padding: 0;
	background: none;
}
#reviews.review-page .container {
	margin: 108px 40px 40px 40px;
	max-width: 1700px!important;
	width: 95%!important;
	padding: 20px 40px;
	background: #f2f2f2;
	border-radius: 10px;
}
.review-page .container > h1 {
margin-bottom: 20px;
}
.x_panel .rates .form-group,.x_panel .coupon .form-group {
	padding: 0;
}
.container .page-title #from_ewallet {
background: url("/front/images/arrow_down.png")  0 0  no-repeat #fff;
	background-position: 95% 10px;
	background-size: 6%;
}
#xe_steps{
margin-top: 40px;
}
div.otp-group{
width: 100%;
}
.step-app textarea {
	color: #212529 !important;
font-weight: 500;
}
.user-registration input:focus, .user-login input:focus, .step_box  #whatsapp_number:focus,.step_box  #mobile_number:focus{
box-shadow: 0 3px 1px -2px rgb(0 0 0 / 20%), 0 2px 2px 0 rgb(0 0 0 / 14%), 0 1px 5px 0 rgb(0 0 0 / 12%) !important;
border-bottom: 1px solid #86b7fe !important;
border-top: 1px solid #86b7fe !important;
}
#exchange-calculator .input-group-text {
background-color: #fff;
padding: 0;
}
#exchange-calculator .input-group >input {
	background: #f5f3f5;
}
#exchange-calculator .checkRate .col-md-6 p {
	font-size: 16px;
}
.dd-selected  img + .dd-selected-description, .dd-selected img + label {
	display: none;
}
#exchange-calculator .form_list .col-md-5 {
	padding: 0;
}
#exchange-calculator  .col-md-5  label.mt-4{
	padding-left: 2px;
}
#exchange-calculator .checkRate {
	padding-left: 3px;
}
#exchange-calculator  .input-group.mb-3{margin-bottom: 10px !important; }
#exchange-calculator .dd-pointer {
	top: 45%;
}
#xe_steps .step-tab-panel[data-step="step4"] .step_title + div.row{ padding-bottom: 30px; }
.currency_calc .calc input {
	font-weight: bold;
font-size: 20px;
}
#exchange-step #send_quantity, #exchange-step #receive_quantity {
	height: 74px;
	font-weight: bold;
	border-left: none;
	border-right: 1px solid #ced4da;
	background: #fff;
	box-shadow: none;
}
.modal .xe_notes .note_list li, .modal .xe_notes .notification-message p{
font-size: 14px !important;
}
.modal-dialog .modal-footer i.fa {
	font: normal normal normal 14px/1 FontAwesome;
	font-size: inherit;
color: #000;
}
.modal-dialog .modal-footer button:hover i.fa{
color: #e3ba67;
}
.content #get_in_touch::before{
height: 18%;
}
.table .apply-discount {
	width: 100%;
	display: inline-block;
	text-align: left;
	padding-top: 8px;
	padding-bottom: 2px;
}
.table .apply-discount button {
	width: 50%;
}
.table .apply-discount button:hover {
	color: #0d6efd;
	border: 1px #0d6efd solid;
	background-color: #fff;
}
.step-app > .step-steps > li span.round-btn{
padding-top: 6px;
}
button.finish{
border-radius: 0;
}
#exchange-cancel .exchange-card .colorDefinition{
font-family: 'Quicksand';
min-width: 240px;
	width: 240px !important;
	display: inline-block;
}
.send-payment h4.alert-heading,.send-payment h4.alert-heading+p,.send-payment .alert-danger .table-striped tr td {
	color: #fff;
}
.send-payment #send_amount,.send-payment #receive_amount {
	border-left: none;
	border-right: none;
	height: 37px;
}
.card-header.send-payment-box, .receive-payment .card-header.bg-primary {
	background-color: #e3ba67 !important;
}
.card-header.send-payment-box + .card-body .view-payment-details-btn{
	background-color: #e3ba67;
	border-color: #e3ba67;
}
.card-header.send-payment-box + .card-body .view-payment-details-btn:hover {
	background-color: #fff;
	color: #e3ba67;
}
div .card-header.bg-awaiting {
	background-color: #F59809 !important;
}
.card-header.bg-awaiting + .card-body .view-payment-details-btn {
	background-color: #F59809;
	border-color: #F59809;
}
.card-header.bg-awaiting + .card-body .view-payment-details-btn:hover {
	color: #F59809;
	background-color: #fff;
}
.card-header.bg-danger{
background-color: #F52909 !important;
}
.card-header.bg-danger + .card-body .view-payment-details-btn,.card-header.bg-danger + .card-body .update-payment-details-btn {
	background-color: #F52909;
	border-color: #F52909;
}
.card-header.bg-danger + .card-body .view-payment-details-btn:hover,.card-header.bg-danger + .card-body .update-payment-details-btn:hover  {
	color: #F52909;
	background-color: #fff;
}
textarea#payment_instructions {
	border: 1px solid #ced4da;
	max-width: 100%;
	border-radius: 5px;
	font-weight: 400;
}
.send-payment p.col-lg-3.col-6 {
	float: none;
	margin: 20px auto 10px auto;
}
.exchange-process .toast-container{
top: 110px !important;
	position: fixed !important;
z-index: 1;
}
.exchange-process .toast-container .btn-close::after{
content: none;
}
.exchange-process .toast-container .btn-close {
	opacity: 1;
	margin-top: -3px;
}
.exchange-process .toast-container .toast-body{background: #fff;}
.exchange-process .spinner-div{left: 1.5%;width: 97%;}
div #proof-modal-box .close{
top: 9%;
	right: 3%;
}
#acknowledgement-help ul li {
	text-align: left;
	margin-top: 5px;
}
ul.sitemap {
	list-style-type: none;
padding-left: 15px;
}
.exchanger .exchange-list ul li {
	list-style-type: none;
	padding: 0 15px;
width: 500px;
	height: 50px;
	background: #fff;
	margin: 0;
	display: block;
	border: 1px #cacaca solid;
border-top: none;
	border-radius: 0;
}
.exchanger .exchange-list ul li:first-child {
	border-top: 1px #cacaca solid;
border-top-left-radius: 8px;
	border-top-right-radius: 8px;
}
.exchanger .exchange-list ul li:last-child {
border-bottom-left-radius: 8px;
	border-bottom-right-radius: 8px;
}
.exchanger .exchange-list ul li a {
	color: #000;
	line-height: 50px;
	text-decoration: none;
}
#accordionExample .accordion-item {
	background-color: transparent;
}
/*admin area styles*/
.scroll-view .user_log_name {
	float: left;
}
.scroll-view .profile_info {
	width: 75%;
	padding-top: 0;
	padding-right: 0;
}
.nav-md .nav_menu .nav-item {
	width: auto;
}
.nav-md .nav_menu .nav-item a.user-profile .profile_pic {
	position: relative;
	left: -5px;
}
.nav-md .nav_menu .nav-item a.user-profile {
	line-height: 30px;
}
.nav-md #referral-url{width: 75%; float: left; margin-right: 10px;}
.nav-md .btn-primary.copy-url{display: inline-block; float: left;}
.nav-md textarea[name*="review_text"] {width: 100%;border: 1px solid #ced4da;}

form#exchange-cancel {
margin-top: 30px;
}
#exchange-cancel .exchange-card .colorDefinition{
font-size: 35px;
}
.write-review .review-box-items {
	padding: 0;
text-align: center;
}
.write-review .review-box-items li {
	list-style-type: none;
	border: 1px #06c232 solid;
	border-radius: 7px;
	height: 45px;
	margin-bottom: 15px;
	width: 70%;
	text-align: center;
	display: inline-block;
}
.write-review .review-box-items li:hover {
	border-width: 2px;
}
.write-review .review-box-items li span {
	line-height: 43px;
color: #000;
	font-weight: 700;
margin-left: -8%;
}
.write-review .review-box-items li img {
	max-width: 25px;
	float: left;
	left: 4%;
	position: relative;
	margin-top: 9px;
}
.write-review .review-box-items li a{
display: inline-block;
width: 100%;
}
.exchange-card.payment-send {
	background: #4d9feb;
}
.exchange-card {
	border-radius: 10px;
	margin-bottom: 0;
border-top-left-radius: 16px;
	border-top-right-radius: 16px;
}
.exchange-card .order-details {
	background: #fff;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
padding: 15px 20px 15px 20px;
min-height: 177px;
}
.exchange-card .order-date, .exchange-card .order-time, .exchange-card .order-id {
	color: #000;
	font-size: 12px;
	font-weight: 600;
}
.exchange-card .order-id {
	float: right;
}
.exchange-card .order-id span {
	font-weight: 400;
}
.exchange-card .currency-details img {
	max-width: 45px;
margin-right: 10px;
}
.exchange-card .currency-details {
	padding: 14px 0 14px 0;
}
.exchange-card .currency-name {
	font-size: 18px;
	font-weight: 700;
}
#exchange-cancel .exchange-card .colorDefinition {
	background: #fff;
	color: #FD0404;
	font-size: 28px;
	font-weight: 900;
	border: none;
	min-width: auto;
	width: 126px !important;
	border-right: 2px #000 solid;
	border-radius: 0;
	height: 50px;
	line-height: 50px;
	margin-right: 8px;
	padding-right: 15px;
}
.exchange-card .payment-action {
	font-size: 14px;
	display: inline-block;
	float: left;
color: #8d9195;
width: 88%;
}
.exchange-card.payment-send .payment-action {
	display: inline-block;
	width: 59%;
	float: right;
	line-height: 1.2;
}
.exchange-card .payment-message {
	margin-bottom: 5px;
}
.exchange-card .payment-status {
	height: 40px;
}
.exchange-card .payment-status {
	height: 40px;
	text-align: center;
	line-height: 40px;
	color: #fff;
}
.exchange-card .payment-status span{
	color: #fff;
	font-weight: 600;
	display: inline-block;
	text-align: left;
}
.exchange-card .payment-send .payment-status span{
	min-width: 160px;
}
.exchange-card .payment-status span a {
	color: #fff;
	text-decoration: underline;
	font-size: 14px;
}
.fa-chevron-right:before {
	content: "\f054";
	font-family: 'FontAwesome';
	font-weight: 100;
	font-size: 14px;
	line-height: 1;
}
.fa-chevron-right,.payment-status-icon i {
	font-style: unset;
	font-weight: 100;
}
.payment-status-icon i::before {
	font-family: 'FontAwesome';
	font-size: 32px;
}
.exchange-card.payment-send .payment-status a:hover {
	font-size: 17px;
}
.send-payment .row{
justify-content: center;
}
.exchange-card.payment-waiting {
	background-color: #f5980c;
}
.fa-circle-check {
	color: #38b349;
}
.exchange-card .payment-status a {
	text-decoration: underline;
}
.exchange-card .payment-status-icon {
	float: right;
}
.exchange-card .payment-status-icon i {
	font-weight: 500;
	font-size: 34px;
}
.payment-waiting .payment-status-icon i {
	color: #f5980c;
}
.exchange-card.payment-completed {
	background: #38b349;
}
.exchange-card.payment-send .payment-status a {
	text-decoration: none;
font-size: 16px;
}
.exchange-card.finding-match {
	background: #fff;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	padding: 15px 20px 15px 20px;
	min-height: 217px;
position: relative;
}
.finding-match .payment-matching-message {
	width: 88%;
	display: block;
	text-align: center;
	margin: 0 auto;
	font-size: 18px;
margin-top: 60px;
opacity: 0.3;
}
.finding-match .payment-matching-message span {
	display: block;
}
.finding-match .payment-status-icon:before {
	background: url(/front/images/hourwait.gif) no-repeat 0 0;
	content: "";
	width: 36px;
	height: 36px;
	display: inline-block;
	background-size: 100%;
	position: absolute;
	top: 8%;
	left: 6%;
}
.payment-timeout {
	background: #b8b8b8;
}
.payment-timeout .payment-status-icon i {
	color: #b8b8b8;
}
.payment-partial .payment-status-icon i, .payment-cancelled .payment-status-icon i {
	color: #de3e44;
}
.payment-partial, .payment-cancelled {
	background: #de3e44;
}
.exchange-card.payment-cancelled .payment-action {
	width: 85%;
}
#exchange-step .user-login .text-center {
	color: #000;
}
#withdraw-request textarea,.nav-md textarea[name*="review_text"] {
	color: #495057 !important;
font-size: 16px;
}
#withdraw-modal .close {
	padding: 0;
	position: relative;
	right: 15px;
	top: 5px;
opacity: 1;
text-shadow: none;
}
#withdraw-modal .modal-content h5, #withdraw-modal .modal-content .modal-body {
	color: #fff;
}
#withdraw-modal .withdrawBtn {
	background: #e3ba67;
	padding: 10px 20px;
	color: #000;
	font-weight: 700;
	font-size: 18px;
	border-radius: 10px;
	border: none;
	margin-top: 20px;
}
#withdraw-modal .withdrawBtn:hover {
	background: #fff;
	color: #e3ba67;
	transition: 0.3s ease;
	transform: scale(1.05);
}
.tile_count .tile_stats_count .count_top {
	margin: 10px 0 5px 0;
	display: inline-block;
}
.tile_count .tile_stats_count{
text-align: center;
}
.send-payment, .receive-payment {
	border-radius: 10px;
	padding: 30px 20px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	background: #f3f3f4;
}
div#xe_steps.exchange-process.main-exchange {
	background: #fff;
}
.main-exchange .send-payment .row .col-md-4,
.main-exchange .receive-payment .row .col-md-4 {
	width: 100%;
}
.main-exchange .send-payment .row,
.main-exchange .receive-payment .row {
	width: 33.3%;
}
.main-exchange .exchange-card {
	margin-top: 33px;
}
.main-exchange .send-payment .row:first-child .exchange-card,
.main-exchange .send-payment .row:nth-child(2) .exchange-card,
.main-exchange .send-payment .row:nth-child(3) .exchange-card,
.main-exchange .receive-payment .row:first-child .exchange-card,
.main-exchange .receive-payment .row:nth-child(2) .exchange-card,
.main-exchange .receive-payment .row:nth-child(3) .exchange-card {
	margin-top: 0;
}
.receive-payment-heading {
	padding: 30px 0 25px 0;
}
.send-payment-heading{
padding: 25px 0;
}
.fa-chevron-right {
	animation: slideRight 0.9s ease-in-out infinite;
	position: relative;
	margin-left: 3px;
}
@keyframes slideRight {
0%   {left: 0px;}
50%  {left: 10px;}
100%  {left: 0px;}
}
.exchange-card.payment-send.payment-verify .payment-action {
	width: 100%;
}
.payment-waiting .payment-status-icon {
    background-image: url(/front/images/stopwatch15.png);
    background-repeat: no-repeat;
    background-position: center;
    width: 35px;
    height: 40px;
    background-size: 100%;
}
.payment-waiting .payment-status-icon i{
	display: none;
}

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

	#banner .col-md-3 h1{
		font-size: 1.9rem;
	}
#header .menus{
	margin-left: 0;
}
#header .menus li a {
	font-size: 18px;
}
#header .menus li {
	margin: 0 5px;
}
#header .xe_search {
	margin-top: 10px;
}
#header .xe_search ul li.register {
	margin: 8px 0 0 10px;
	padding-left: 20px;
	border-left: 1px #e3ba67 solid;
}
#header .searching input[type=search]{
	width: 210px;
}
#header .searching .searchIcon{
	top: 14px;
}
#selectSend li:nth-child(3n)::after,
#selectRecieve li:nth-child(3n)::after{
	content: "";
	position: absolute;
	width: 96%;
	left: 2%;
	display: block;
	border-bottom: 1px solid rgba(255,255,255,.15);
}
#selectSend .dd-option .dd-option-description, 
#selectRecieve .dd-option .dd-option-text{
	font-size: 1rem;
	max-width: 65%;
	overflow: visible;
	white-space: normal;
	word-break: unset;
	padding-top: 0;
	line-height: 1.1 !important;
	display: flex;
	height: 50px;
	align-items: center;
}
#reviews .col-md-3 .ratings {
	min-height: 165px;
}
#banner .col-md-3{
	margin-top: 11.5%;
}
#banner .col-md-3 h5 {
	margin-top: 25px;
}
div.step-app > .step-steps > li:not(:first-child) .round-btn:before{
	left: -114px;
}
#contact_us {
	width: 60%;
	margin-left: 15%;
}
#get_in_touch .submit_form {
	width: 50%;
	margin: 0 auto;
	float: left;
	display: block;
	margin-top: 30px;
}
#get_in_touch .col-md-6.get_left{
	padding-left: 11%;
}
h3 + div .sitemap {
	height: 430px;
}
.exchanger h3 + div .sitemap {
	height: auto;
}
h3 + div .sitemap li {
	display: inline-block;
	min-width: 380px;
}
.exchanger .exchange-list ul {
	padding-left: 5%;
}
.send-payment, .receive-payment{
	justify-content: center;
	padding: 30px 20px 30px 10px;
}
.main-exchange .send-payment .row, .main-exchange .receive-payment .row {
	margin-left: 15px;
}
.main-exchange .send-payment .row:nth-child(3n+1), .main-exchange .receive-payment .row:nth-child(3n+1) {
	margin-left: 0;
}
}
@media screen and (min-width: 768px) and (max-width: 1024px){
	#banner .col-md-3 h1{
		font-size: calc(1rem + 1.5vw);
	}
#banner .currency_calc .checkRate > div{
	width: 100%;
}
#banner .currency_calc .checkRate p {
	font-size: 15px;
}
}
@media screen and (max-width: 575px){
	#selectSend .dd-option .dd-option-image,
#selectRecieve .dd-option .dd-option-image	{
			width: 40px;
	}
.calc .dd-container#selectSend li,
.calc .dd-container#selectRecieve li,
#exchange-calculator .dd-container#selectSend li,
#exchange-calculator .dd-container#selectRecieve li	{
	border-top: 1px solid rgba(255,255,255,.15);
	width: 100%;	
}
	.dd-container#selectSend li:first-child,
.dd-container#selectRecieve li:first-child	{
			border: none;
	}
#topbar .container ul{
	width: 100%;
}
#topbar .container ul li:nth-child(3){
	top: 0;
	padding-right: 10px;
}
#topbar .container ul li:nth-child(2){
	top: 0;
	padding-right: 10px;
}
#latest .xetable td:last-child{
	padding-left: 0;
	padding-right: 0;
}
#latest .xetable .xe_on, #latest .xetable .xe_off{
	margin-top: 0;
	display: inline-block;
}
#latest .xetable .xe_on i, #latest .xetable .xe_off i{
	margin-top: 4px;
}
#latest .xetable th:first-child {
	padding-left: 50px;
	min-width: 176px;
	padding-right: 50px;
}
.client_review{
	margin-left: 0;
	margin-right: 0;
}
#wallets_reserve .reserve {
	width: 100%;
	flex: none;
	margin-left: 0;
	max-width: none;
}
#show_all_reserve:hover {
	background: #e3ba67;
	color: #000;
	transition: 0.3s ease;
	transform: scale(1.05);
}
ul.side_menu_mobile {
	padding-left: 10px;
	z-index: 3;
}
#header .container .register a.loginBtn {
	background: none;
	text-transform: none !important;
	padding: 0;
	width: auto;
	float: left;
	font-weight: 500 !important;
	font-size: 16px !important;
}
.side_menu_mobile .sideSearchIcon{
	top: 50px;
	right: 10px;
}
#spotlight{padding: 50px 0px;}
.spotlight_xe {
	margin-bottom: 0;
}
.spotlight_xe > div {
	width: 100%;
	margin-bottom: 50px;
}
.spotlight_xe > div:last-child {
	margin-bottom: 0;
}
#banner div.row {
	padding-top: 70px;
}
#banner .col-md-3 h1{
	font-size: 24px;
}
#banner .col-md-3 h5{
	font-size: 20px;
	margin-bottom: 45px;
	margin-top: 20px;
}
#header .bars{
	top: 16px;
}
#banner .currency_calc .checkRate > div {
	text-align: left;
	margin-left: 1px;
}
.currency_calc #selectSend .dd-options,
.currency_calc #selectRecieve .dd-options {
	width: 101% !important;
	margin-left: -2px;
}
div#xe_numbers {
	padding-left: 0;
	padding-right: 0;
}
#xe_numbers .awards{
	margin-left: 0;
	margin-right: 0;
}
#xe_numbers .awards > div:first-child >p:last-child {
	margin-bottom: 40px;
}
.container.page-container{
	max-width: 90% !important;
	margin: 88px 20px 40px 20px;
	padding: 20px;
}
#reviews.review-page .container {
	margin: 88px 20px 40px 20px;
	padding: 20px;
	width: 90% !important;
}
#reviews .col-md-3,.review-page .container > h1 {
	margin-bottom: 20px;
}
.page-container .x_content {
	overflow: auto;
	width: 100%;
}
.client_review{
	margin-right: 0;
}
#xe_steps{
	margin-top: 20px;
}
#xe_steps .form_list {
	padding: 0 20px;
}
#xe_steps .form_list .alert-danger{margin-top: 20px;}
.xe_stepsTwo label.form-check-label {
	float: left;
	display: inline-block;
	width: 92%;
	padding-left: 5px;
	padding-top: 2px;
}
#xe_steps .form-check-input {
	float: left;
}
.user-registration #email_id{
	margin-bottom: 30px !important;
}
.container .page-title .input-group{
	min-width: 300px;
}
#why_choose{
	margin-left: 15px;
	margin-right: 15px;
}
#why_choose .container{
	padding-left: 0;
	padding-right: 0;
}
#why_choose .smart_xe{
	margin-left: 0px;
	margin-right: 0px;
	padding: 30px 10px;
}
#header .online-status .xe_on {
	display: inline-block;
}
.step-btn.nextBtn {
	margin-right: 0;
}
.step-btn.previous {
	margin-right: 5px;
}
div.step-app > .step-steps > li:not(:first-child) .round-btn:before {
	width: 15px;
	left: -14px;
}
#xe_steps .step-tab-panel[data-step="step3"] .col-md-6 .form-group {
	padding: 0 20px;
}
#xe_steps .step-tab-panel[data-step="step3"] .col-md-6 .input-group {
	margin-bottom: 10px;
}
#xe_steps #confirm-step .form_list >.row {
	padding-left: 15px;
	padding-right: 15px;
}
#xe_steps button.step-btn.finish{margin-right: 0;}
#xe_steps .step-tab-panel[data-step="step4"] .step_title + div.row{ padding-bottom: 20px; }
#exchange-step #send_quantity, #exchange-step #receive_quantity {
	height: 55px;
}
.content #get_in_touch::before{
	height: 8%;
}
#get_in_touch{
	padding-top: 50px;
	margin-top: 50px;
}
div#matched-coupons {
	padding: 0;
}
#matched-coupons tr td {
	padding-left: 0;
}
#xe_steps.send-payment div.form_list {
	padding: 20px;
}
.exchange-process .toast-container{
	top: 65px !important;
}
.exchange-process .spinner-div{left: 3%;width: 94%;}
.matching-receive-order-btn {
	margin-top: 10px;
}
ul.sitemap li a {font-size: 15px;}
.exchanger .exchange-list ul {
	padding-left: 0;
}
.exchanger .exchange-list ul li{
	width: 100%;
}
.table .apply-discount button {
	width: 75%;
}
span.discount-rate {
	font-size: 14px;
}
div #proof-modal-box .close {
	top: 8%;	
}
.nav-md table{
	overflow: auto;
	max-width: 100%;
	display: inline-block;
}
.nav-md .page-title .title_left {
	width: 100%;
}
.write-review .review-box-items li{
	width: 100%;
}
.write-review .review-box-items li img{
	margin-top: 4%;
	max-width: 21px;
}
.exchange-card .order-details {
	padding: 15px 12px 5px 12px;
}
.exchange-card span.order-id{
	float: left;
}
.exchange-card .currency-details {
	float: left;
	padding: 12px 0;
}
.exchange-card .order-details{
	min-height: 180px;
}
.exchange-card.payment-send .payment-action{
	width: 53%;
}
.exchange-card.payment-verify .payment-action{
	width: 100%;
}
.exchange-card.payment-partial .payment-action {
	width: 85%;
}
.send-payment, .receive-payment {
	justify-content: center;
	display: inline-flex;
	padding: 30px 0 30px 0;
}
.main-exchange .send-payment .row, .main-exchange .receive-payment .row {
	width: 100%;
}
.main-exchange .send-payment .row:nth-child(2) .exchange-card,
.main-exchange .send-payment .row:nth-child(3) .exchange-card,
.main-exchange .receive-payment .row:nth-child(2) .exchange-card,
.main-exchange .receive-payment .row:nth-child(3) .exchange-card {
	margin-top: 33px;
}
.exchange-card .payment-status span{
	font-size: 14px;
}
.exchange-card .payment-status span a{
	font-size: 12px;
}
.exchange-card .currency-details img {
	max-width: 35px;
	margin-right: 5px;
}
.exchange-card .currency-name {
	font-size: 16px;
}
.exchange-card .payment-action {
	font-size: 13px;
}
.finding-match .payment-status-icon:before{
	width: 30px;
	height: 30px;
}
.payment-status-icon i::before{
	font-size: 26px;
}
.exchange-card .payment-message{
	display: inline-block;
}
#exchange-cancel .exchange-card .colorDefinition{
	height: 60px;
	line-height: 60px;
}
.payment-waiting .payment-status-icon {
		width: 25px;
		height: 30px;	
	}
}


/* CSS Fixes */