html {
	margin: 0;
}
body {
	position: relative;
	background: #DDDCE2 url(../images/body_bg.jpg) repeat left top;
	-webkit-font-smoothing: antialiased;
	font-family: 'Lato', sans-serif !important;
	padding-top: 50px;

}
@media (max-width: 979px) {
	body { padding-top: 0 !important; }
}
a:hover {
	text-decoration: none;
}
input[type="text"], 
input[type="password"], 
input[type="submit"],
textarea {
	font-family: 'Lato', Helvetica;
}

/* Navbar
-------------------------------------------------- */
body.pull_top {
    padding-top: 0px !important;
}
header {
    background: rgba(0,0,0,.6) !important;
}
.navbar.navbar-static-top {
    margin-bottom: 35px;
}
.navbar.transparent.navbar-inverse .navbar-inner {
    background: rgba(0,0,0,0.4);
    border-bottom: 1px solid rgb(88, 88, 88);
}
.navbar.transparent.navbar-inverse .navbar-inner .container {
    margin-top: 10px;
    margin-bottom: 10px;
    -webkit-transition: margin .2s ease-in-out;
    -moz-transition: margin .2s ease-in-out;
    transition: margin .2s ease-in-out;
}
.navbar.navbar-inverse .navbar-inner {  
    
    background: #252528;    
}
.navbar.navbar-inverse .navbar-inner.sticky {
   	background: #0b1e46;
	border-bottom: 5px solid #bc000a;
}
.navbar-inverse .navbar-inner.sticky .container {
    margin-top: 0px !important;
    margin-bottom: 0px !important;
}
.navbar-inverse .brand {
    color: #fff;
}

.navbar-inverse .nav > li > a:hover,
.navbar-inverse .nav > li > a.active {
    color: #fff;
    opacity: 1;
    filter: alpha(opacity=100);
}
.navbar-inverse .dropdown-menu {
	background: #252528;
}
.navbar-inverse .nav > li > .dropdown-menu::after {
	border-bottom: 6px solid #252528;
}
.navbar-inverse .dropdown-menu li > a {
	color: #fff;
}
.dropdown-menu li > a:hover,
.dropdown-menu li > a:focus,
.dropdown-submenu:hover > a {
  text-decoration: none;
}

.section_header {
	width: 100%;
	margin-bottom: 15px;
}
.section_header h3 {
	color: rgb(100, 100, 100);
	font-weight: 300;
	font-style: italic;
	font-size: 27px;
	border-bottom: 1px solid #b3b3b3;
	padding-bottom: 0px;
	display: inline-block;
	margin:0;
}

/* Footer
-------------------------------------------------- */
#footer {
	min-height: 260px;
	margin-top: 65px;
	background-color: #252528;
	color: #fff;
	padding-top: 35px;
}
#footer .footer_header {
	color: rgb(196, 196, 196);
	font-style: italic;
	font-weight: 300;
	font-size: 25px;
	margin-bottom: 40px;
	margin-left: 15px; 
}

/* recent posts */
#footer .recent_posts {
	margin-left: 0px;
}
#footer .recent_posts .post {
	margin-bottom: 70px;
	width: 93%;
}
#footer .recent_posts .post img {
	float: left;
	margin-right: 20px;
}
#footer .recent_posts .post .date {
	font-weight: bold;
	font-style: italic;
}
#footer .recent_posts .post .title {
	display: block;
	color: #b5b5b6;
	font-size: 14px;
}

/* testimonials */
#footer .testimonials .wrapper {
	margin: 0 auto;
	width: 82%;
}
#footer .testimonials .footer_header {
	margin-left: 30px;
}
#footer .testimonials .quote {
	color: rgb(191, 191, 192);
}
#footer .testimonials .quote span {
	font-size: 32px;
	font-style: italic;
	position: relative;
	top: 5px;
	font-family: Georgia !important;
	float: left;
	margin-right: 8px;
}
#footer .testimonials .author {
	margin-top: 40px;
}
#footer .testimonials .author img {
	float: left;
	margin-right: 15px;
	position: relative;
	top: -6px;
}
#footer .testimonials .name {
	font-size: 13px;
	font-weight: bold;
}
#footer .testimonials .info {
	font-style: italic;
	color: #ccc;
}

/* contact */
#footer .contact {
	text-align: right;
	margin-left: 35px;
}
#footer .contact .footer_header {
	text-align: left;
	margin-left: 35px;
}
#footer .contact input[type="text"],
#footer .contact textarea {
	border: none;
	background-color: #1f1f21;
	padding: 8px 20px;
	border-radius: 3px;
	font-size: 14px;
	font-family: Lato !important;
	width: 80%;
	-webkit-transition: background-color .2s linear;
	-moz-transition: background-color .2s linear;
}
#footer .contact input[type="text"]:focus,
#footer .contact textarea:focus {
	border: none;
	box-shadow: none;
	background-color: #000;
}
#footer .contact input[type="text"]:-moz-placeholder,
#footer .contact textarea:-moz-placeholder {
  color: #868687;
}
#footer .contact input[type="text"]::-webkit-input-placeholder,
#footer .contact textarea::-webkit-input-placeholder {
  color: #868687;
}
#footer .contact input[type="text"]:-ms-input-placeholder,
#footer .contact textarea:-ms-input-placeholder {
  color: #868687;
}
#footer .contact input[type="submit"] {
	background-color: #3e3e40;
	border: none;
	color: #fff;
	border-radius: 4px;
	padding: 5px 20px;
	font-size: 14px;
	font-weight: bold;
	-webkit-transition: background-color .2s linear;
	-moz-transition: background-color .2s linear;
}
#footer .contact input[type="submit"]:hover {
	background-color:#2190DB;
}
#footer .credits {
	border-top: 1px solid #343437;
	padding: 10px 0px 60px 0px;
}
#footer .credits .social {
	margin-top: 30px;
	text-align: center;
}
#footer .credits .social a {
	margin: 10px;
}
#footer .credits .copyright {
	color: #a6a6a7;
	font-style: italic;
	text-align: center;
	margin-top: 30px;
}
#footer .credits .social a {
	margin: 10px;
}
#footer .credits .social a span{
	display: inline-block;
	width: 33px;
	height: 33px;
}
#footer .credits .social span.ico1,
#footer .credits .social span.ico1h{
	background-position: 0px 0px;
}
#footer .credits .social span.ico2,
#footer .credits .social span.ico2h{
	background-position: -37px 0px;
}
#footer .credits .social span.ico3,
#footer .credits .social span.ico3h{
	background-position: -75px 0px;
}
#footer .credits .social span.ico4,
#footer .credits .social span.ico4h{
	background-position: -112px -1px;
}
#footer .credits .social span.ico5,
#footer .credits .social span.ico5h{
	background-position: -151px 0px;
}
#footer .credits .social span.ico6,
#footer .credits .social span.ico6h{
	background-position: -188px -1px;
}
#footer .credits .social span.ico7,
#footer .credits .social span.ico7h{
	background-position: -226px 0px;
}
#footer .credits .social a:hover span.socialicons{
	display: none;
}
#footer .credits .social a:hover span.socialicons_h{
	display: inline-block !important;
}
#footer .credits .social span.socialicons_h{
	display: none;
}
.socialicons{
	background: url('../images/socialicons.png') no-repeat;
	width: 265px;
	height: 36px;
}
.socialicons_h{
	background: url('../images/socialicons_h.png') no-repeat;
	width: 265px;
	height: 36px;
}

/*Inner Footer*/
#footer .info{
	margin-bottom: 10px;
	margin-left: 0;
}
#footer .info .residence{
	margin-left: 0;
}
#footer .info ul{
	margin: 0;
	padding: 0;
}
#footer .info ul li{
	list-style: none;
	font-size: 16px;
	color: #777E83;
	line-height: 23px;
}
#footer .info ul a{
	color: #777E83;
	-webkit-transition: color .2s;
	-moz-transition: color .2s;
	-ms-transition: color .2s;
	transition: color .2s;
}
#footer .info ul a:hover{
	color: #A9B4BB;
}
#footer .info .touch{
	float: right;
}
#footer .info .touch ul li{
	display: inline-block;
	margin-left: 30px;
}

/* Global
-------------------------------------------------- */
.page_header {
	background-color: #000;
	color: #fff;
	font-size: 23px;
	display: inline-block;
	padding: 0px 18px;
}
.social_icon{
	background: url("../images/social_icons.png") no-repeat;
	width: 110px;
	height: 18px;
}
.contact_social{
	background: url("../images/contact_social.png") no-repeat;
	width: 180px;
	height: 34px;
}

/* Responsive
-------------------------------------------------- */

/* Large desktop */
@media (min-width: 1200px) {
	#footer .sections .contact > *{
		/*margin-left: 80px;*/
	}
}
@media (min-width: 980px) {
	
}
@media (max-width: 979px) {
	.navbar.transparent.navbar-fixed-top, 
	.navbar.home.navbar-fixed-top{
		margin-bottom: 0px;
	}
	.navbar.transparent.navbar-inverse .navbar-inner {
		background: #252528;
	}
	.navbar-inverse .nav-collapse .nav > li > a, 
	.navbar-inverse .nav-collapse .dropdown-menu a {
		color: #fff;
		opacity: 0.7;
	}
}
/* Portrait tablet to landscape and desktop */
@media (min-width: 768px) and (max-width: 979px) { 
	.navbar.transparent.navbar-fixed-top, 
	.navbar.home.navbar-fixed-top{
		margin-bottom: -70px;
		position: relative;
		top: 999;
	}
}
/* Landscape phone to portrait tablet */
@media (max-width: 767px) {
	footer {
		margin-right: -20px;
		margin-left: -20px;
	}
	#footer{
		margin-right: -20px;
		margin-left: -20px;
	}
	#footer .container{
		padding: 0px 20px;
	}
	/*Index Footer*/
	#footer .footer_header {
		margin-left: 0;
	}
	#footer .footer_header h3{
		margin-left: 0;
	}
	#footer .testimonials{
		overflow: hidden;
		margin-bottom: 40px;
	}
	#footer .testimonials .footer_header{
		margin-left: 0;
	}
	#footer .testimonials .wrapper{
		float: left;
		width: 100%;
	}
	#footer .contact{
		margin: 0;
	}
	#footer .contact .footer_header{
		margin-left: 0;
	}
	#footer .contact input[type="text"], #footer .contact textarea{
		float: left;
		width: 92%;
	}
	/*Inner Footer*/
	#footer .info .touch ul li{
		margin: 0 30px 0 0;
	}
	#footer .info .touch ul{
		margin:15px 0 15px;
	}
}
/* Landscape phones and down */
@media (max-width: 480px) {

}

/* Icons
-------------------------------------------------- */

.img_box img {
	box-shadow: 1px 1px 6px 0px #888;
	border-radius: 5px;
	opacity: 0.9;
}

.navbar-inverse .navbar-inner {
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#0b1e46', endColorstr='#0b1e46', GradientType=0) !important;
}

.pad-l-4 {
	padding-left: 4px;
}
.pad-r-4 {
	padding-right: 4px;
}

/* ----- New form CSS --- */

@import url('https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500&display=swap');
@import url('https://cdn.jsdelivr.net/npm/bootstrap@5.0.2/dist/css/bootstrap.min.css');

/* upload Documents */

svg.iconify.iconify--lucide.upload_cloud {
  width: 32px !important;
  height: 32px !important;
  padding: 6px;
  background-color: #F2F4F7;
  border-radius: 50%;
}

p.file_name {
	font-family: 'Open Sans', sans-serif !important;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  color: #101828;
  margin-bottom: 0;
}

.upload_block {
  padding: 16px 24px;
  background-color: #ffffff;
  border: 1px dashed #E4E7EC;
  border-radius: 8px;
}

.upload_block:hover {
  background-color: #dfdfdf;
  cursor: pointer;
}

.font_12 {
	font-family: 'Open Sans', sans-serif !important;
  font-weight: 400;
  font-size: 12px;
  line-height: 18px;
  text-align: center;
  color: #667085;
}

.file_upload_input {
  display: none;
}

.uploaded_block {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 15px;
  background: #FFFFFF;
  border: 1px solid #E4E7EC;
  border-radius: 5px;
}
/* upload Documents End */

.wizard-progress-with-circle {
  background: #E4E7EC !important;
}

.gray_5 {
  color: #667085;
}

.notice_block {
  display: flex;
  padding: 14px;
  background: #F5FAFF;
  border: 1px solid #1570EF;
  border-radius: 8px;
}

.notice_block p{
	font-family: 'Open Sans', sans-serif !important;
  font-weight: 400;
  font-size: 12px;
  line-height: 18px;
  color: #475467;
  margin-bottom: 0;
}

.icon_div {
  padding-right: 6px;
}

.checkbox_container {
  max-width: 180px;
  margin-right: auto;
  margin-left: auto;
  padding-top:42px;
}

button.trade_button {
  background: #000000;
  border: 1px solid #000000;
  padding: 10px 16px;
  border-radius: 2px;
  color:#ffffff;
  font-family: 'Open Sans', sans-serif !important;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
}

button.grey_button {
  padding: 8px 14px;
  background: #FFFFFF;
  border: 1px solid #D0D5DD;
  border-radius: 2px;
  font-family: 'Open Sans', sans-serif !important;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  color: #344054;
}

.form_wizard_section {
  padding-bottom: 140px !important;
}

.form_wizard {
  padding: 24px 30px !important;
  max-width: 1130px !important;
  margin-left:auto !important;
  margin-right:auto !important;
  background: #FCFCFD !important;
  border: 1px solid #E4E7EC !important;
  border-radius: 20px !important;
}

.form_wizard hr {
  margin-top:30px !important;
  margin-bottom:30px !important;
}

i.wizard-icon {
  display: none !important;
}

.wizard-progress-with-circle {
  position: relative;
  top: 13px !important;
  height: 3px !important;
}

.wizard-icon-circle {
  width: 16px !important;
  height: 16px !important;
}

.disabled .wizard-icon-circle {
  border: 3px solid #fcfcfd !important;
  background: #E4E7EC !important;
}

button.wizard-btn {
  min-width: 64px !important;
  max-width: 140px !important;
  width: 100% !important;
  border-radius: 2px !important;
  font-family: 'Open Sans', sans-serif !important;
  font-style: normal !important;
  font-weight: 500 !important;
  font-size: 14px !important;
  line-height: 20px !important;
}

span.stepTitle.active {
	font-family: 'Open Sans', sans-serif !important;
  font-weight: 400 !important;
  font-size: 16px !important;
  line-height: 24px !important;
  text-align: center !important;
  color: #262626 !important;
  margin-top: 8px !important;
}

span.stepTitle {
	font-family: 'Open Sans', sans-serif !important;
  font-weight: 400 !important;
  font-size: 16px !important;
  line-height: 24px !important;
  text-align: center !important;
  margin-top: 8px !important;
}

.form_wizard_container {
  padding-top:70px !important;
  padding-bottom: 70px !important;
  max-width: 550px !important;
  margin-left: auto !important;
  margin-right: auto !important;
}

.form_wizard label {
	font-family: 'Open Sans', sans-serif !important;
  font-weight: 500 !important;
  font-size: 14px !important;
  line-height: 20px !important;
  color: #344054 !important;
}

input::-webkit-input-placeholder {
  /* Chrome/Opera/Safari/Edge */
  font-family: 'Open Sans', sans-serif !important;
  font-size: 16px !important;
  line-height: 24px !important;
  color: #667085 !important; }

input::-ms-input-placeholder {
  /* Microsoft Edge */
  font-family: 'Open Sans', sans-serif !important;
  font-size: 16px !important;
  line-height: 24px !important;
  color: #667085 !important; }

input:-ms-input-placeholder {
  /* IE 10+ */
  font-family: 'Open Sans', sans-serif !important;
  font-size: 16px !important;
  line-height: 24px !important;
  color: #667085 !important !important; }

input::placeholder {
  font-family: 'Inter', sans-serif !important;
  font-size: 16px !important;
  line-height: 24px !important;
  color: #667085 !important; }

.trade_color {
  color: #0086C9 !important;
}

/* Origional CSS */

p {
  font-size: 14px !important;
}

.sub_head_title {
  font-size: 16px !important;
  Line-height: 24px !important;
  Font-weight: 600 !important;
  font-family: 'Open Sans', sans-serif !important;
  color: #0086C9; }

h1, .h1 {
  font-size: calc(32px + (48 - 32) * ((100vw - 320px) / (1920 - 320))) !important;
  Line-height: calc(42px + (60 - 42) * ((100vw - 320px) / (1920 - 320))) !important;
  Font-weight: 500 !important;
  font-family: 'Open Sans', sans-serif !important; }

h4, .h4 {
  font-size: 24px !important;
  line-height: 32px !important;
  font-weight: 400 !important;
  font-family: 'Open Sans', sans-serif !important;
}

h5, .h5 {
  font-size: calc(18px + (20 - 18) * ((100vw - 320px) / (1920 - 320))) !important;
  line-height: calc(24px + (28 - 24) * ((100vw - 320px) / (1920 - 320))) !important;
  font-weight: 400 !important;
  font-family: 'Open Sans', sans-serif !important; }

.gray_800 {
  color: #101828 !important; }

.gray_600 {
  color: #475467 !important; }

.gray_500 {
  color: #667085 !important; }

.pd_top_20 {
  padding-top: 20px; }

.pd_top_32 {
  padding-top: 32px; }

.pd_bottom_30 {
  padding-bottom: 30px; }

.pd_bottom_60 {
  padding-bottom: 60px; }

.pd_top_60 {
  padding-top: 60px; }

.pd_top_bottom_64 {
  padding-top: 64px;
  padding-bottom: 64px; }

  /* Whitelabel Setting CSS */

	.dropdown:hover .dropdown-menu{
		display: block !important;
	}
	.dropdown-menu{
		margin-top: 0;
	}

    .new_nav .navbar-inner {
    background: #101828 !important;
    padding: 12px;
    }

	.main_logo img {
		max-width: 85px;
	}

	.main_logo {
		max-width: 90px;
	}

    .new_nav li a {
    color: #ffffff !important;
    text-shadow: unset !important;
	padding: 10px 9px 10px !important;
	font-family: 'IBM Plex Sans', sans-serif !important;
		font-weight: 500;
    }

    .new_nav li.active a {
    color: #ffffff !important;
    text-shadow: unset !important;
    box-shadow: unset !important;
    background-color: #344054 !important;
    }
    
    .new_nav li.dropdown.open>.dropdown-toggle {
    color: #ffffff !important;
    text-shadow: unset !important;
    box-shadow: unset !important;
    background-color: #344054 !important;
    }

	.new_nav .dropdown-menu li a{
		padding: 4px 12px !important;
		font-size: 14px !important;
		color: #F9FAFB !important;
		font-family: 'IBM Plex Sans', sans-serif !important;
		font-weight: 500;
	}

	.dropdown-toggle::after {
		border: none!important;
		font: normal normal normal 14px/1 FontAwesome;
		content: "\f107"!important; /* the desired FontAwesome icon */
		vertical-align: 0; /* to center vertically */
	  }

	  .dropdown .caret {
		display: none;
	}

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

		.new_nav ul.nav {
		max-width: calc(720px + (1645 - 745) * ((100vw - 1024px) / (1920 - 1024))) !important;
		width: 100%;
		}

		/* li.basket {
		position: absolute;
		right: 0;
		} */

	}

	/* .navbar .btn-navbar {
		text-shadow: unset !important;
		background: #101828 !important;
		border: 0 !important;
		box-shadow: none !important;
	}
	 */

	/* li.basket a::before {
		background-image: url("../images/basket.svg");
		background-size: 22px 22px;
		width:22px;
		height: 22px;
		display: inline-block;
		content:"";
		margin-right: 8px;
	} */

	li.basket a {
		display: flex;
		align-items: center;
	} 

	li.nav-header.open {
		text-shadow: unset !important;
	}

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

		.new_nav ul.nav {
		max-width: 100% !important;
		width: 100%;
		}

		/* li.basket {
		position: relative;
		right: 0;
		} */

		.new_nav .dropdown-menu li a {
		padding: 10px 12px !important;
		font-size: 14px !important;
		color: #F9FAFB !important;
		}

		.nav-collapse .nav>li>a:hover, .nav-collapse .nav>li>a:focus, .nav-collapse .dropdown-menu a:hover, .nav-collapse .dropdown-menu a:focus {
			background-color: #344054;
		}

	}

	.new_nav .dropdown-menu {
		background: #344054;
		border-radius: 0;
	}

	
	/* .dropdown-menu .divider {
		height: 1px;
		margin: 4px 0 !important;
		overflow: hidden;
		background-color: unset !important;
		border-bottom: 1px solid #475467 !important;
	} */

	.navbar .nav>li>.dropdown-menu::before {
		content: unset !important;
	}

	.navbar .nav>li>.dropdown-menu::after {
		content: unset !important;
	}

	.new_nav li.dropdown:hover {
		color: #ffffff !important;
		text-shadow: unset !important;
		box-shadow: unset !important;
		background-color: #344054 !important;
	}

	@media only screen and (min-width: 768px) {
		.dropdown:hover .dropdown-menu {
		  display: block;
		}
	}

	.new_nav .dropdown-menu>li>a:hover {
		background: #1D2939;
	}


	/* Whitelabel Footer */

	footer.new_footer {
		text-align: left;
		background: #ffffff;
		padding-top: 40px;
		padding-bottom: 40px;
		border-top: 1px solid #e9e9e9;

	}

	.heading_gray {
		color: #98A2B3;
		padding-right: 20px;
		padding-left: 20px;
	}

	.new_footer .social_ico {
		padding: 0 12px;
	}

	hr.gray_line {
		margin: 0 0 24px;
		border: 0;
		border-top: 1px solid #475467;
	}
  
  /* .btn-navbar span {
	display: block;
	position: absolute;
	height: 9px;
	width: 100%;
	background: #d3531a;
	border-radius: 9px;
	opacity: 1;
	right: 24px;
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	transform: rotate(0deg);
	-webkit-transition: .25s ease-in-out;
	-moz-transition: .25s ease-in-out;
	-o-transition: .25s ease-in-out;
	transition: .25s ease-in-out;
  }
  
  .btn-navbar span:nth-child(1) {
	top: 26px;
  }
  
  .btn-navbar span:nth-child(2) {
	top: 32px;
  }
  
  .btn-navbar span:nth-child(3) {
	top: 40px;
  }
  
  .btn-navbar.open span:nth-child(1) {
	top: 34px;
	-webkit-transform: rotate(135deg);
	-moz-transform: rotate(135deg);
	-o-transform: rotate(135deg);
	transform: rotate(135deg);
  }
  
  .btn-navbar.open span:nth-child(2) {
	opacity: 0;
	left: -60px;
  }
  
  .btn-navbar.open span:nth-child(3) {
	top: 32px;
	-webkit-transform: rotate(-135deg);
	-moz-transform: rotate(-135deg);
	-o-transform: rotate(-135deg);
	transform: rotate(-135deg);
  } */
  
  div#contentarea {
    min-height: calc(100vh - 111px);
}


/* New Grids */


h3.page_titles {

font-family: 'IBM Plex Sans';
font-weight: 500;
font-size: 30px;
line-height: 38px;
color: #101828;

}

.filters_container {
	display: flex;
    flex-wrap: nowrap;
}

a.filter_button {
    display: flex;
    flex-direction: row;
    align-items: center;
	padding: 0 16px;
    margin: 4px;
    height: 40px;
    background: #FFFFFF;
    border: 1px solid #D0D5DD;
    box-shadow: 0px 1px 2px rgba(16, 24, 40, 0.05);
    flex: none;
    order: 0;
    flex-grow: 1;
    min-width: 150px;
    max-width: 267px;
	font-family: 'IBM Plex Sans';
	font-style: normal;
	font-weight: 500;
	font-size: 14px;
	line-height: 20px;
	color: #344054;
}

a.filter_button.active{
	display: flex;
	flex-direction: row;
	align-items: center;
	padding: 0 16px;
	height: 40px;
	background: #F6F6FF;
	border: 1px solid #9396FF;
	box-shadow: 0px 1px 2px rgba(16, 24, 40, 0.05);
	flex: none;
	order: 0;
	flex-grow: 1;
	min-width: 150px;
    max-width: 267px;
	font-family: 'IBM Plex Sans';
	font-style: normal;
	font-weight: 500;
	font-size: 14px;
	line-height: 20px;
	color: #4348E6;
	}

.filter_button.active span::after {
	content: url("../images/cross_mark.png");
	margin-left: 12px;
}

a.filter_button:hover {
	display: flex;
	flex-direction: row;
	align-items: center;
	padding: 0 16px;
	height: 40px;
	background: #F6F6FF;
	border: 1px solid #9396FF;
	box-shadow: 0px 1px 2px rgba(16, 24, 40, 0.05);
	flex: none;
	order: 0;
	flex-grow: 1;
	min-width: 150px;
	max-width: 267px;
	font-family: 'IBM Plex Sans';
	font-style: normal;
	font-weight: 500;
	font-size: 14px;
	line-height: 20px;
	color: #4348E6;
}

a.filter_option {
    display: flex;
    flex-direction: row;
    align-items: center;
	padding: 0 16px;
    margin: 8px;
    height: 40px;
    background: #FFFFFF;
    border: 1px solid #D0D5DD;
    box-shadow: 0px 1px 2px rgba(16, 24, 40, 0.05);
	font-family: 'IBM Plex Sans';
	font-style: normal;
	font-weight: 500;
	font-size: 14px;
	line-height: 20px;
	color: #344054;
}

a.filter_option.active {
	display: flex;
	flex-direction: row;
	align-items: center;
	padding: 0 16px;
	height: 40px;
	background: #F6F6FF;
	border: 1px solid #9396FF;
	box-shadow: 0px 1px 2px rgba(16, 24, 40, 0.05);
	font-family: 'IBM Plex Sans';
	font-style: normal;
	font-weight: 500;
	font-size: 14px;
	line-height: 20px;
	color: #4348E6;
	}

a.filter_option:hover {
	display: flex;
	flex-direction: row;
	align-items: center;
	padding: 0 16px;
	height: 40px;
	background: #F6F6FF;
	border: 1px solid #9396FF;
	box-shadow: 0px 1px 2px rgba(16, 24, 40, 0.05);
	font-family: 'IBM Plex Sans';
	font-style: normal;
	font-weight: 500;
	font-size: 14px;
	line-height: 20px;
	color: #4348E6;
}

.font_400 {
	font-weight: 400 !important;
}

.search_block {
    display: flex;
	flex-direction: row;
	align-items: center;
	margin: 8px 4px 32px 4px;
	height: 40px;
	background: #FFFFFF;
	border: 1px solid #D9D9D9;
	border-radius: 2px;
}

.search_block_w50 {
    display: flex;
	flex-direction: row;
	align-items: center;
	margin: 8px 4px 8px 4px;
	height: 40px;
	background: #FFFFFF;
	border: 1px solid #D9D9D9;
	border-radius: 2px;
	width: 50%;
}

.search_block_w100 {
    display: flex;
	flex-direction: row;
	align-items: center;
	margin: 8px 4px 8px 4px;
	height: 40px;
	background: #FFFFFF;
	border: 1px solid #D9D9D9;
	border-radius: 2px;
	width: 100%;
}

input.newsearch {
	width: 100%;
    margin: 0;
    border: 0;
    box-shadow: unset;
    height: 32px;
}

.filter_bottom {
	display: flex;
	align-items: baseline;
	justify-content: space-between;
	flex-wrap: wrap;
}

.filter_terms {
	display: flex;
	align-items: baseline;
	flex-wrap: wrap;
}

a.filter_option input {
    height: 40px;
    width: 147px;
    position: absolute;
    top: -4px;
    display: none;
}

a.filter_option {
    position: relative;
	display: flex;
	align-items: center;
}

.filter_option label.checkbox {
	min-height: 0 !important;
   	padding-left: 0 !important;
	font-family: 'IBM Plex Sans';
	font-style: normal;
	font-weight: 500;
	font-size: 14px;
	line-height: 20px;
	margin-bottom: 0 !important;
}

.filter_option.active label.checkbox::after {
	content: url("../images/cross_mark.png");
	margin-left: 12px;
}

.clear_all {
	font-family: 'IBM Plex Sans';
	font-style: normal;
	font-weight: 500;
	font-size: 14px;
	line-height: 20px;
	color: #4348E6;
	margin-left: 12px;
}

a.clear_all::before {
	content: url("../images/cross_mark.png");
	margin-right: 12px;
}

.filter_your_search span{
	font-family: 'IBM Plex Sans';
	font-style: normal;
	font-weight: 500;
	font-size: 16px;
	line-height: 24px;
	color: #E4E7EC;
	margin: 0 !important;
    padding: 0 !important;
}

.content_align {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 40px;
	background: #101828;
	padding: 0 16px;
}

.search_block_w50 ul.select2-choices {
	height: 40px !important;
    display: flex;
    align-items: center;
    border: 0;
    box-shadow: none;
    border-radius: 0;
}

.search_block_w50 select {
    height: 40px;
    border: 0;
    margin-bottom: 0;
}

.hidden_row {
	display: none;
}

.filteres_hidden .row {
	margin: 0 !important;
}

/* Grid CSS */

#btnlistingView {
	display: flex;
	justify-content: end;
	margin-top: 24px;
}

#btnlistingView button {
	margin:6px;
}

table.grid {
	display: grid;
	border: 0 !important;
}

thead.grid {
	display: none;
}

tbody.grid{
	display: flex;
	flex-flow: wrap;
}

table.grid tr{
	display: inline-block;
	max-width: 270px;
	margin:24px 12px;
	background-color: #ffffff;
	box-shadow: 0 6px 20px -5px rgba(0,0,0,.55);
	border-radius: 2px;
	position: relative;
}

table.grid td {
	border: 0 !important;
	background-color:#ffffff00 !important;
	display: block;
	padding:0 12px;
}

table.grid td.vehicle_img{
	padding: 0;
}

table.grid .vehicle_img {
	display: block;
}

/* table.grid td.vehicle_seller {
	display:none !important;
} */

table.grid td.vehicle_bids {
	display:none !important;
}

/* table.grid td.add_to_basket{
	display:none !important;
} */

table.grid td.add_to_basket a {
    box-sizing: border-box;
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	padding: 10px 16px;
	height: 40px;
	background: #4B50FF;
	border: 1px solid #4B50FF;
	box-shadow: 0px 1px 2px rgba(16, 24, 40, 0.05);
	flex: none;
	order: 0;
	flex-grow: 1;
    margin-bottom:12px;
    color:#ffffff !important;
	width: 100%;
}

table.grid td.add_to_basket a:hover {
    background: #3538B3;
	border: 1px solid #3538B3;
	box-shadow: 0px 1px 2px rgba(16, 24, 40, 0.05);
}

table.grid td.add_to_basket a::before {
    content:'Place a' !important;
    padding-right:6px
}

table.grid td.shopping_cart {
	display:none !important;
}

table.grid td.vehicle_year {
	text-align:left;
	font-size: 16px;
	margin-top: 24px;
	display: none;
}

table.grid td.vehicle_location {
	font-family: 'IBM Plex Sans';
	font-size: 12px;
	line-height: 18px;
}

table.grid td.vehicle_model{
	text-align:left;
}

table.grid td.vehicle_model a{
	font-size: 16px;
	line-height: 22px;
	color:#000000;
	font-weight: 600;
	margin-top: 8px;
    float:left;
}

table.grid tr:hover .time_left {
    color:#ffffff !important;
}

.grid-view {
	padding: 0 !important;
}

table.grid td.vehicle_model a {
	display:block;
	margin-bottom:96px;
	margin-top: 60px;
}

table.grid td.reg_no {
	text-align:left;
	width: 90px;
	float: left;
	margin-bottom:24px;
	padding-left: 0;
	padding-right: 0;
	display: none;
}

table.grid td.vehicle_mileage {
    text-align:right;
	width: 90px;
	float: right;
	margin-bottom:12px;
	padding-left: 0;
	padding-right: 18px;
	font-family: 'IBM Plex Sans';
	font-size: 12px;
	line-height: 18px;
}

.vehicle_mileage::after {
	content: " km";
	font-family: 'IBM Plex Sans';
	font-size: 12px;
	line-height: 18px;
}

table.grid td.vehicle_color {
	text-align:left;
	width: 90px;
	float: left;
	margin-bottom:24px;
	padding-left: 0;
	padding-right: 0;
	display: none;
}

table.grid tr {
	cursor: pointer;
}

table.grid td.bid_price {
	text-align:left;
	margin: 18px 12px;
	margin-top: 24px;
	font-family: 'IBM Plex Sans';
	font-weight: 600;
	font-size: 24px;
	line-height: 32px;
	color: #4B50FF;
}

table.grid td.time_left {
	position: absolute;
	bottom: 140px;
	font-family: 'IBM Plex Sans';
	font-size: 12px;
	line-height: 18px;
}

table.grid td.time_left::before {
	content:'Time Left:';
	font-weight: 600;
	padding-right: 8px;
}

table.grid td.vehicle_seller a{
    position:absolute;
    bottom:100px;
    font-family: 'IBM Plex Sans';
    font-size: 12px;
    line-height: 18px;
    color: #4B50FF;
}

table.grid  td.trade_price {
	display: none;
}

table.grid td.vehicle_rating {
	display: none;
}

td.vehicle_rating li{
	list-style: none;
}

.vehicle_img img {
	position:relative;
	width: 100%;
	min-height: 170px;
	max-height: 170px;
	object-fit: cover;
	overflow: hidden;
}

.vehicle_img {
	display:none;
}

.vehicle_rating {
	display:none;
}

.rating {
	display:none;
}

i.fa.fa-star {
	color:#1D2939;
	margin-right:6px;
}

i.fa.fa-star-half-o {
	color:#1D2939;
	margin-right:6px;
}

i.fa.fa-star-o {
	color:#1D2939;
	margin-right:6px;
}

table.grid tr:hover {
	background-color: #1D2939 !important;
	color: #ffffff !important;
}

table.grid tr:hover a{
	color: #ffffff !important;
}

table.grid tr:hover .bid_price{
	color: #ffffff !important;
}

table.grid td.bid_price {
	position:absolute;
	top: 160px;
	left:10px;
	display:block;
	margin-left:auto;
	margin-right:auto;
	width: 270px;
	padding:0;
}

table.grid td.vehicle_bids {
	display: none;
}

table.grid td.vehicle_year {
	margin-top:60px !important;
}

a.accordion-button {
	border-radius: 0 !important;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 8px 20px;
    background: #F9FAFB;
    border: 1px solid #E4E7EC;
    font-family: 'IBM Plex Sans';
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    color: #000000;
}

.accordion-body {
    border: 1px solid #E4E7EC;
    border-top: 0;
    padding: 8px;
	background-color: #ffffff;
}

.accordion-item h2 {
    margin: 0;
}

a.btn.listbtn {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 10px;
    width: 40px;
    height: 40px;
    background: #FFFFFF;
    border: 1px solid #D0D5DD;
    box-shadow: 0px 1px 2px rgba(16, 24, 40, 0.05);
    flex: none;
    order: 0;
    flex-grow: 0;
    margin-right: 12px;
}

a.btn.listbtn.active {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 10px;
    width: 40px;
    height: 40px;
    background: #F6F6FF;
    border: 1px solid #9396FF;
    box-shadow: 0px 1px 2px rgba(16, 24, 40, 0.05);
    flex: none;
    order: 0;
    flex-grow: 0;
    margin-right: 12px;
}

a.btn.gridbtn {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 10px;
    width: 40px;
    height: 40px;
    background: #FFFFFF;
    border: 1px solid #D0D5DD;
    box-shadow: 0px 1px 2px rgba(16, 24, 40, 0.05);
    flex: none;
    order: 0;
    flex-grow: 0;
    margin-right: 12px;
}

a.btn.gridbtn.active {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 10px;
    width: 40px;
    height: 40px;
    background: #F6F6FF;
    border: 1px solid #9396FF;
    box-shadow: 0px 1px 2px rgba(16, 24, 40, 0.05);
    flex: none;
    order: 0;
    flex-grow: 0;
    margin-right: 12px;
}

#btnlistingView select.form-select {
    width: 110px;
    height: 40px;
    border-radius: 0;
    margin-bottom: 0;
}

/* grid dropdown control */

section.main_grid_body {
    position: relative;
}

.filter_container {
    position: relative;
}

.grid_body.active {
    margin-left: 290px;
}

.grid_body {
    margin-left: 0;
}

.filteres_hidden.active {
	max-height: 500px;
    overflow-y: scroll;
}

.filteres_hidden {
    display: none;
}

.content_align span::after {
    content: url('https://api.iconify.design/ant-design/plus-outlined.svg?color=white&width=16&height=16');
    margin-top:3px;
    text-align: right;
    float:right;
}

.content_align.active span::after {
	content: url('https://api.iconify.design/ant-design/minus-outlined.svg?color=white&width=16&height=16');
	margin-top:3px;
	text-align: right;
	float:right;
}

.content_align span {
    display: block;
    width: 100%;
}

.desktop_filter {
	display: block;
}

.mobile_filter {
	display: none;
}

div#contentarea {
    padding-top: 32px;
}

/* Media Queries */

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

	.filter_your_search {
		box-sizing: border-box;
		width: 272px;
		margin: 8px;
	}

	.filteres_hidden.active {
		position: absolute;
		display: block;
		width: 272px;
	}

}

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

	.filter_your_search {
		box-sizing: border-box;
		width: calc(200px + (272 - 200) * ((100vw - 992px) / (1920 - 980))) !important;
		margin: 8px;
	}

	.filteres_hidden.active {
		position: absolute;
		display: block;
		width: calc(200px + (272 - 200) * ((100vw - 992px) / (1920 - 980))) !important;
	}

}

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

	.desktop_filter {
		display: none;
	}

	.mobile_filter {
		display: block;
	}

	.new_nav.navbar.navbar-fixed-top {
		position: fixed;
		margin: 0;
	}

	.row_mobile {
		--bs-gutter-x: 24px;
		--bs-gutter-x: 1.5rem;
		--bs-gutter-y: 0;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		margin-top: calc(var(--bs-gutter-y) * -1);
		margin-right: calc(var(--bs-gutter-x) / -2);
		margin-left: calc(var(--bs-gutter-x) / -2);
	}

	.col-md-6 {
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 50%;
	}

}

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

	table.grid tr{
		display: inline-block;
		max-width: 310px;
		width: 100%;
		margin:24px 12px;
		background-color: #ffffff;
		box-shadow: 0 6px 20px -5px rgba(0,0,0,.55);
		border-radius: 2px;
		position: relative;
	}

}

/* Regform Updates */

.vue-form-wizard a {
    text-decoration: none !important;
}

.custom-control.custom-radio {
    display: flex;
    margin-bottom: 12px;
}

label.custom-control-label {
    margin-bottom: 0;
    margin-left: 6px;
}

input.form-control.input-lg {
    min-width: 220px;
}

.well {
    border: none !important;
    box-shadow: none !important;
}

.wizard-navigation {
    padding: 24px;
    margin-left:auto;
    margin-right:auto;
    background: #f5f5f5;
    border: 1px solid #E4E7EC;
    border-radius: 20px;
    margin-bottom: 32px;
    margin-top: 32px;
}

.disabled .wizard-icon-circle {
    border: 3px solid #f5f5f5 !important;
}

.vue-form-wizard .WordSection1 {
    margin-top: 32px;
}

.vue-form-wizard h1 {
    font-size: 26px !important;
}

.vue-form-wizard input[type="checkbox"] {
    min-width: 24px !important;
    width: 14px;
    height: 14px;
}

button.wizard-btn {
    background: #1C4287 !important;
	border: 1px solid #1C4287 !important;
    color: white;
}

.wizard-progress-bar {
    background-color:#1C4287 !important;
    color: #1C4287 !important;
    width: 30%;
}

.wizard-icon-container {
    background-color: #1C4287!important;
}

.wizard-icon-circle {     
    border-color:#1C4287 !important;
}

/* Language Slider */

.language-toggle-li {
    margin: 14px 0;
    padding: 5px 20px;
    border: 1px solid #222;
    font-size: 12px;
    margin-right: 5px;
    cursor: pointer;
    text-shadow: none;
    transition: all 300ms ease-in-out;
    line-height: 20px;
    color: #bbb;
}

.switch {
    position: relative;
    display: inline-block;
    width: 25px;
    height: 15px;
}

.switch input {
    opacity: 0;
    width: 0;
    height: 0;
}

.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
}

.slider.round {
    border-radius: 34px;
}

.slider.round:before {
    border-radius: 50%;
}

.slider:before {
    position: absolute;
    content: "";
    height: 11px;
    width: 11px;
    left: 2px;
    bottom: 2px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
}

label.language-label {
    display: block;
    position: relative;
}


/* The slider */

.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
}

.slider:before {
    position: absolute;
    content: "";
    height: 11px;
    width: 11px;
    left: 2px;
    bottom: 2px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
}

input:checked+.slider {
    background-color: #2196F3;
}

input:focus+.slider {
    box-shadow: 0 0 1px #2196F3;
}

input:checked+.slider:before {
    -webkit-transform: translateX(10px);
    -ms-transform: translateX(10px);
    transform: translateX(10px);
}


/* Rounded sliders */

.slider.round {
    border-radius: 34px;
}

.slider.round:before {
    border-radius: 50%;
}

li.nav-language-toggle-container {
	padding-left: 40px;
}

li.nav-language-toggle-container.active {
    padding-right: 25px;
    padding-left: 25px !important;
}

li.nav-language-toggle-container.active label.switch {
    right: 25px;
}

/* Mobile Menu Colors */

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

.navbar .nav>li>a:focus, .navbar .nav>li>a:hover {
	color: #FFFFFF !important;
	text-shadow: unset !important;
	background-color: #344054 !important;
}

}


.datetimepicker th.switch {
	width: 145px;
	display: table-cell !important;
}