*{ padding:0; margin:0; box-sizing:border-box;}
body{padding: 0;margin: 0; background: #fff; font-family: 'Montserrat', sans-serif; color:#343435;}
input, select, textarea , button{transition: all 0.5s ease;-webkit-transition: all 0.5s ease;}
a {text-decoration:none;transition: all 0.5s ease;-webkit-transition: all 0.5s ease;outline:none;outline: 0;}
a::after , a::before{text-decoration:none;transition: all 0.5s ease;-webkit-transition: all 0.5s ease;}
a:hover , a:focus {text-decoration:none;}
input {border: 0;outline: 0;}
ul{margin:0;padding:0;list-style:none;}
h1, h2, h3, h4, h5, h6 , p {margin: 0;}
img{max-width:100%}
.container{width: 100%;display: block;margin: 0 auto;max-width: 1310px;}
p{ margin-bottom: 25px;}
p:last-child{ margin-bottom: 0;}

/** loader css start **/
#preloader{position: fixed;top: 0;left: 0;right: 0;bottom: 0;background-color: #fff;z-index: 9999;}
.ctn-preloader {align-items: center;-webkit-align-items: center;-ms-align-items: center;-moz-align-items: center;-o-align-items: center;display: -webkit-flex;display: -moz-flex;display: -ms-flex;display: -o-flex;display: flex;height: 100%;justify-content: center;-webkit-justify-content: center;-ms-justify-content: center;-moz-justify-content: center;-o-justify-content: center;
    position: fixed;left: 0;top: 0;width: 100%;z-index: 100;background: #fff;}
.ctn-preloader .animation-preloader {position: absolute;z-index: 100;}
.ctn-preloader .spinnerLogo {position: relative;}
.ctn-preloader .animation-preloader .spinner {animation: spinner 1s infinite linear;   border-radius: 50%;border: 3px solid rgba(6, 16, 43, 0.15);border-top-color: rgb(6, 16, 43);height: 170px;margin: 0 auto 45px auto;width: 170px;}
.spinnerLogo .logolod {position: absolute;left: 0;right: 0;text-align: center;width: 100px;margin: 0 auto;top: 50%;transform: translateY(-50%);}
.ctn-preloader .animation-preloader .txt-loading {margin-bottom: 10px;text-align: center;user-select: none;}
.ctn-preloader .animation-preloader .txt-loading .letters-loading { letter-spacing: 15px;display: inline-block;color: rgba(6, 16, 43, 0.15);position: relative;font-size: 50px;line-height: 50px;}
.ctn-preloader .animation-preloader .txt-loading .letters-loading:before {animation: letters-loading 4s infinite;color: #000;content: attr(data-text-preloader);left: 0;opacity: 0;top: 0;line-height: 50px;position: absolute;}
.ctn-preloader .animation-preloader .txt-loading .letters-loading:nth-child(2):before {
animation-delay: 0.2s;}
.ctn-preloader .animation-preloader .txt-loading .letters-loading:nth-child(3):before {
animation-delay: 0.4s;}
.ctn-preloader .animation-preloader .txt-loading .letters-loading:nth-child(4):before {
animation-delay: 0.6s;}
.ctn-preloader .animation-preloader .txt-loading .letters-loading:nth-child(5):before {
animation-delay: 0.8s;}
.ctn-preloader .text-center {text-align: center;font-size: 14px; color: #000;}

@keyframes spinner {
  to{transform:rotateZ(360deg);}
}
@keyframes letters-loading {
    0%,
    75%,
    100%{opacity:0;transform:rotateY(-90deg);}
    25%,
    50%{opacity:1;transform:rotateY(0deg);}
}

/** header **/
.top-space{ height: 95px;}
header {position: fixed; background:#fff; top: 0;left: 0;right: 0;width: 100%;z-index: 8;box-shadow: 0 3px 12px 3px rgba(0,0,0,.05); height: 95px;}
@keyframes slide-down {
    0% {
        opacity: 0;
        transform: translateY(-100%);
    } 
    100% {
        opacity: 0.9;
        transform: translateY(0);
    } 
}
header .container{ max-width:100%;}
header .logo {float: left;padding: 22px 0; width: 159px;}
header .logo a{ display: block;}
.menuBr{float: right;margin-left: 15px;}

.Menu_list{float: left; padding:25px 0;}
.Menu_list li{float: left;margin-right: 15px;position: relative;}
.Menu_list li:last-child{margin-right: 0;}
.Menu_list li a {
    font-size: 12px;
    color: #363636;
    line-height: 100%;
    display: block;
    padding: 15px 25px;
    position: relative;
    font-weight: 700;
	border-radius: 25px;
}
.Menu_list li.login-btn a {
	border:1px solid #eee;
}

.Menu_list li a:hover, .Menu_list li a.active, .Menu_list li.sub-menu-nv:hover > a {
	background:#e31318; color:#fff; border-color: #e31318;
}


.menuInfo::-webkit-scrollbar {display: none;}

.hamburger-menu {display:none;}

header .rightBr {padding: 29px 0 0 50px; float:left;}
.serchBar{float: left;position: relative;} 
.serchBar form.search-form {position: relative; height: 40px;}
.serchBar input.search-text {color: #000;transition: z-index 0.8s, width 0.5s, background 0.3s ease, border 0.3s;height: 40px;margin: 0;padding: 5px 3px 5px 40px;box-sizing: border-box;font-size: 12px;cursor: pointer;right: 0;border-radius: 30px;background: #eee url('../images/search-icon.png') no-repeat left 10px center; background-size:18px;}
.serchBar input.search-text {z-index:3;width: 270px;border: 1px solid #ececec;outline: none;cursor:auto;padding: 5px 15px 5px 35px;}

/** banner home **/
.homebanner{width: 100%;display: block;padding: 0;background: #f5f5f5;}
.homebannerin{ padding-left:calc((100% - 1310px) / 2);} 
.banner-inner{
	display:flex;
}
.img-block{
	background-position: center center;
	background-size: cover;
	height: 300px;
	width: 65%;
}
.bannerTxt {width: 100%;display: block;text-align: left; width:35%; padding-right: 50px; position:relative; z-index:1;}
.img-block { position:relative;}
.img-block:before {
    position: absolute;
    content: '';
    background: #f5f5f5;
    width: 200px;
    height: 100%;
    transform: skewX(15deg);
    top: 0;
    left: -100px;
}
.bnr-info{ padding:0 15px;}
.bnr-info p{font-size: 16px;line-height: 24px;}

.owl-carousel.homeSlider .owl-stage {display: flex;align-items: center;flex-direction: row;justify-content: center;}
.use-cash-img{width: 100%;display: flex;max-width: 775px;margin: 0 auto;align-items: center;flex-direction: row;justify-content: space-between;}
.use-cash-img .use-img{width: 245px;float: left;}
.use-cash-img .use-img img{width: 100%;display: block;object-fit: cover;}
.use-cash-img .bannerTxt{width: calc(100% - 245px);float: left;padding-left: 50px;}
.use-cash-img .bannerTxt h1 {font-size: 44px;color: #fff;line-height: 50px;margin-bottom: 0;letter-spacing: 0;text-align: left;text-transform: inherit;}
.use-cash-img .space-mid{width: 100%;display: block;height: 40px;}
.use-cash-img.fashion{max-width: 825px;}
.use-cash-img.fashion .use-img {width: 425px;}
.use-cash-img.fashion .bannerTxt{width: calc(100% - 425px);}
.use-cash-img .bannerTxt .shpNow {float: left;}

.comnhd h1 {
	font-size: 36px;
	line-height: 42px;
	color: #343435;
	display: block;
	padding: 0 0 35px;
	text-align: left;
	font-weight: 700;
}
.comnhd h1 span{
    color: #e31318;
    padding: 0;
}

.comnhd h2 {
	font-size: 36px;
	line-height: 42px;
	color: #343435;
	line-height: 100%;
	display: block;
	padding: 0 0 35px;
	text-align: left;
	font-weight: 700;
}
.comnhd h2 span{
    color: #e31318;
    padding: 0;
}

.comnhd.pad-top h1 {
    padding-top: 25px;
    padding-bottom: 15px;
}

.homebanner .comnhd h2 {
    padding: 25px 0 15px;
    font-size: 26px;
    line-height: 34px;
}



/** auction **/
.auction-filter {
    padding: 25px 0 0;
}
.auction-filter-list {
    display: flex;
    flex-wrap: wrap;
	margin-left: -15px;
}
.auction-filter-list .box {
    width: calc(33.33% - 15px);
    margin-left: 15px;
	margin-bottom:15px;
	position:relative;
	border-radius:10px;
	overflow:hidden;
	height:250px;
}
.auction-filter-list .box img{
	height:250px;
	width:100%;
	object-fit: cover;
}
.auctions-dec {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.8);
    z-index: 2;
    color: #fff;
    padding: 30px;
	transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
	cursor: pointer;
}
.auctions-dec .hd-top {
    font-size: 20px;
	line-height:28px;
    font-weight: 700;
}
.auctions-dec p{
	margin-bottom:15px;
}
.auctions-dec p:last-child{
	margin-bottom:0;
}
.auctions-strip{
	position: absolute;
    bottom: 15px;
    right: 15px;
    width: 100%;
	max-width:210px;
    background: #2c2a2a;
    z-index: 1;
    color: #fff;
    padding: 0;
	line-height:30px;
	transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
	border-radius:4px;
}
.auctions-strip .flex-d{
	display:flex;
	justify-content: space-between;
}
.auctions-strip .flex-d .days-left{
	padding:5px 10px;
	font-size:14px;
}
.auctions-strip .flex-d .days-left:first-child{
	width:40%;
}
.auctions-strip .flex-d .days-left:last-child{
	width:55%;
}
.auctions-strip .flex-d div span{
	font-weight:700;
}

.auction-filter-list .box:hover .auctions-dec,
.auctions-lists .box:hover .auctions-dec{
	top:0;
}
.auction-filter-list .box:hover .auctions-strip{
	bottom:-100%;
}

.auctions-lists .box {
    width: 100%;
	margin-bottom:15px;
	position:relative;
	border-radius:10px;
	overflow:hidden;
	height:180px;
}
.auctions-lists .box img{
	height:180px;
	width:100%;
	object-fit: cover;
}
.auctions-lists .auctions-dec {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.8);
    z-index: 2;
    color: #fff;
    padding: 55px 30px;
	transition: all 0.5s ease;-webkit-transition: all 0.5s ease;
	cursor: pointer;
}
.auctions-lists .auctions-dec p {
    margin-bottom: 0;
    text-align: center;
    font-size: 14px;
    line-height: 22px;
}

.latests-ul {
    padding-bottom: 25px;
}

.latests-images,
.latests-cont {
    display: flex;
	flex-wrap: wrap;
}
.latests-images p {
    margin: 0 5px 5px 0;
    width: calc(33.33% - 5px);
}
.latests-cont{ border-bottom:1px solid #eee;padding: 10px 0;}
.latests-cont p {
    margin: 0 5px 0 0;
    width: calc(30% - 5px);
	text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    font-size: 12px;
    line-height: 20px;
    font-weight: 500;
}
.latests-cont p:first-child {
    width: calc(40% - 5px);
}

.pagination-box{
	padding:35px 0 0;
	text-align:center;
}
.pagination-box ul{
	display:inline-block;
}
.pagination-box ul li{
	display:inline-block;
	margin:5px;
}
.pagination-box ul li a{
	display:inline-block;
	font-size:14px; line-height:30px; min-width:30px; padding:0 3px; color:#000; border-radius:4px;
	font-weight:700;
}

.pagination-box ul li.pre a{
	background: url('../images/pagin-arrow-l.png') no-repeat center center;width:30px;height:30px;color: transparent;
}
.pagination-box ul li.next a{
	background: url('../images/pagin-arrow-r.png') no-repeat center center;width:30px;height:30px;color: transparent;
}
.pagination-box ul li.pre a:hover,
.pagination-box ul li.pre a.active{
	background:#e50912 url('../images/pagin-arrow-lw.png') no-repeat center center;color: transparent;
}
.pagination-box ul li.next a:hover,
.pagination-box ul li.next a.active{
	background:#e50912 url('../images/pagin-arrow-rw.png') no-repeat center center;color: transparent;
}
.pagination-box ul li a:hover,
.pagination-box ul li a.active{
	color:#fff; background:#e50912;
}

.small-hd {
    font-size: 18px;
    font-weight: 700;
    line-height: 24px;
    color: #363636;
	display: flex;
    align-items: center;
    flex-wrap: wrap;
	padding-bottom: 21px;
	margin-bottom:0;
}
.small-hd span{
    font-size: 12px;
    font-weight: 400;
    color: #e82a32;
	padding-left: 5px;
}

.auction-filter-top{
    display: flex; padding-bottom:15px; flex-wrap: wrap;
}
.select-blocks{ display: flex; padding: 5px 25px;}
.auction-filter-top h2 {
    padding-bottom: 0;
	color: #e31318;
}
.select-blocks .select-auctions{
    border:1px solid #e0e0e0;
	border-radius:25px;
	height:32px; margin: 0 5px 5px 0;
	padding:0 25px 0 15px;
	min-width:100px;
	background: #fff url('../images/sel-arrow.png') no-repeat right 10px center;
	appearance: none;
	-webkit-appearance: none;
	font-size:12px; color:#343435;
	font-weight: 500;
}

.auctions-links {
    padding: 5px 0;
}
.auctions-links a {
    font-size: 12px;
    color: #363636;
    margin: 5px 15px 0 0;
    line-height: 20px;
    display: inline-block;
	font-weight: 500;
}

.auctions-links a:hover,
.auctions-links a.active {
    color: #e31318;
	text-decoration: underline;
}

/** slider arrows **/
.owl-carousel .owl-nav button.owl-next, 
.owl-carousel .owl-nav button.owl-prev {
    position: absolute;
    width: 40px;
    height: 40px;
    left: 15px;
    top: 50%;
    margin-top: -20px;
    background: #e50912 url('../images/arrow-icon-l.png') no-repeat center center; background-size:11px auto;
	outline:0;
	border-radius:25px;
	opacity:0;
	font-size: 0;
}
.owl-carousel .owl-nav button.owl-next{
	left: auto;
	right: 15px;
	background: #e50912 url('../images/arrow-icon-r.png') no-repeat center center; background-size:11px auto;
}

.owl-carousel:hover .owl-nav button.owl-next, 
.owl-carousel:hover .owl-nav button.owl-prev {opacity:0.80;}

/** footer **/
footer{width: 100%;display: block;padding: 55px 0 0; background:#f5f5f5; margin-top:50px;}
footer .fotr-iner{width: 100%;display: block; padding: 0 0 25px;}
.fotr-title{font-size: 18px;color: #000;line-height: 100%;margin-bottom: 20px;font-weight:600;}
.thanks-cont{padding: 10px 0 0; font-size: 18px;color: #000;line-height: 100%;font-weight:600;}
.thanks-cont span{color:#e31318;}
.fotr-iner ul li{width: 100%;display: block; border-bottom:1px solid #dcdcdc;padding: 10px 0;}
.fotr-iner ul li a{display: inline-block;line-height: 100%;font-size: 14px;color: #000;text-transform: capitalize;padding: 10px 0;}
.fotr-iner ul li a:hover{padding-left: 5px; color:#e31318;}
.fotr-iner.acount-info {padding-left: 0;}
.fotr-iner.signUp-form{width: 100%;display: block;max-width: 345px;padding-left: 0;margin: 0;}
.fom-row {width: 100%;display: block;position: relative;}
.fotr-form .srch-input{font-size: 13px;width: 100%;display: block;border: 1px solid #000;color: #a2a2a2;padding: 16px 82px 16px 15px;line-height: 100%;}
.fotr-form .submit {font-size: 14px;width: 80px;display: block;color: #fff;background: #000;position: absolute;top: 0;bottom: 0;right: 0;text-transform: uppercase;}
.fotr-form .submit:hover {
	background: #e31318;
}
.fotr-iner.signUp-form .fotr-title{ margin-bottom: 11px;}

.social-links{padding:25px 0;}
.social-links a{ display:inline-block; width:36px; height:36px; background: url('../images/social-icon.png') no-repeat left top; margin-right:11px;}
.social-links a:last-child{margin-right:0;}
.social-links a.icon-01{ background-position: left top;}
.social-links a.icon-02{ background-position: -52px top;}
.social-links a.icon-03{ background-position: -104px top;}
.social-links a.icon-04{ background-position: -157px top;}
.social-links a.icon-05{ background-position: -208px top;}

.copyright{
	width: 100%;
    display: block;
    padding: 25px 0;
    background: #d9d9d9;
    font-size: 14px;
    font-weight: 400;
    text-align: center;
    line-height: 20px;
	margin-top:35px;
}
.copyright a{color:#000; margin: 0 10px; text-decoration:underline;}
.copyright a:hover{color:#e313180;}

::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #a2a2a2;
}
::-moz-placeholder { /* Firefox 19+ */
 color: #a2a2a2;
}
:-ms-input-placeholder { /* IE 10+ */
 color: #a2a2a2;
}
:-moz-placeholder { /* Firefox 18- */
 color: #a2a2a2;
}

.mobil-mnu-close {display: none;}


/** inside page css **/
.inside-banner{ padding:0; min-height:224px; position:relative;}
.inside-banner.about-bg{ background-image:url('../images/banner-img-01.jpg'); background-size:cover; background-position: center center;}
.inside-banner:before{
	position:absolute;
	content:'';
	top:0;
	left:0;
	width:100%;
	height:100%;
	background:rgba(0,0,0,0.65);
}
.inside-banner h1{
	font-size: 36px;
	line-height: 42px;
    color: #fff;
    line-height: 100%;
    display: block;
    padding: 90px 0;
    text-align: center;
}
.inside-banner h1 span{
	font-size: 14px;
    color: #fff;
    line-height: 100%;
    display: block;
    padding: 15px 0 0;
	display:block;
}
.inside-banner h1 span a{font-size: 14px; color: #fff;}
ul.lists-item { list-style:none; list-style-type:none; padding:0; margin:0 0 0 30px;}
ul.lists-item li{ list-style:none; list-style-type:none; padding:0 0 0 28px; margin:0 0 11px; background: url(../images/listsArrow.png) left top 8px no-repeat;}
.comntopBx { padding: 70px 0;}
.comntopBx .start-info{ padding: 0;}
.comntopBx .start-info p{
	font-size: 16px;
    color: #222;
    line-height: 26px;
    padding: 0;
}

.toggleListsPr {
    max-width: 721px;
    margin: 0 auto 60px;
}
.toggleListsPr li h3 {
	font-size: 18px;
    color: #06102b;
    line-height: 100%;
    display: block;
    padding: 25px 0;
    text-align: left; border-top: 1px solid #ebebeb;
	background: url(../images/toggleArrowD.png) right top 27px no-repeat; cursor:pointer;
}
.toggleListsPr li h3.actTggle {background: url(../images/toggleArrowUp.png) right top 27px no-repeat;}
.toggleListsDec {
	font-size: 16px;
    color: #222;
    line-height: 26px;
    padding: 0 0 25px;
    text-align: left; display:none;
}
.toggleListsDec p{
	font-size: 16px;
    color: #222;
    line-height: 26px;
    padding: 0;
    text-align: left; margin:0 0 25px;
}
.toggleListsDec p:last-child{ margin:0;}


/* common */
.red-col{color:#e50912;}
.t_semibold{ font-weight:700;}
.t_bold{ font-weight:800;}

.mobile-search{ display:none;}

/* login css */
.comn-space{ padding:85px 0 30px;}
.forms-block {
    margin: 0 auto;
    padding: 35px;
    border: 1px solid #eee;
    border-radius: 20px;
    background: #f9f9f9;
    box-shadow: 0 5px 5px rgb(0 0 0 / 15%);
}
.formwd{
	max-width: 500px;
}
.formwd2{
	max-width: 850px;
}
.forms-block h3 {
    padding: 15px 0 25px;
    text-align: center;
}
.forms-block .form-inline {
    display: block;
    width: 100%;
}
.forms-block .form-inline .form-group{
	margin-bottom:15px;
}
.forms-block .form-inline .form-group .form-control {
    width: 100%;
    height: 50px;
}
.forms-block .form-inline .form-group textarea.form-control {
    width: 100%;
    height: 150px;
}
.forms-block .form-inline .checkbox label {
    text-align: left;
    display: block;
}
.forms-block .form-inline .checkbox{
	padding-top:10px;
}
.forms-block .form-inline .checkbox label input[type=checkbox], 
.forms-block .form-inline .checkbox label input[type=radio] {
    margin-right: 5px;
}
.comnBtn {
	font-size: 12px;
    background: #e31318;
	color: #fff;
    line-height: 100%;
    display: block;
    padding: 15px 25px;
    position: relative;
    font-weight: 700;
    border-radius: 25px;
	min-width:175px;
}
.comnBtn.back-b{
	background: #ededed;
	color: #000;
	box-shadow: inset 0 0 2px rgb(0,0,0,0.11);
}
.comnBtn:hover,
.comnBtn.back-b:hover {
	background: #000;
	color: #fff;
}
.form-group.btnBx {
    padding: 20px 0 0;
    justify-content: space-between;
}
.forms-block .lost-pass {
    color: #000;
    text-decoration: underline;
}
.forms-block .lost-pass:hover {
    color: #e31318;
}
/* login css */

/* steps css */
.forms-block.formwd2.steps-conts-bg {
    box-shadow: none;
    border: 0;
    background: none;
    padding: 0 0 35px;
}
.forms-block.formwd2.steps-conts-bg h3{
    text-align: left;
}
.forms-block h3.step-hd {
    text-align: left;
    position: relative;
    padding-left: 20px;
    font-size: 21px;
    line-height: 30px;
}
.forms-block h3.step-hd:before {
    position: absolute;
    content: '';
    width: 4px;
    height: 30px;
    background: #e31318;
	left:0;
	top:15px;
}
.forms-block h3.step-hd:after {
    position: absolute;
    content: '';
    width: 2px;
    height: 30px;
    background: #444;
	left:4px;
	top:15px;
}
.step-line {
    padding-bottom: 15px;
    margin-bottom: 35px;
    border-bottom: 1px solid #ededed;
}
.step-line-top {
    padding-top: 15px;
    border-top: 1px solid #ededed;
	margin-top:11px;
}
.steps-pages .formBx label {
    text-align: left;
    display: block;
    padding-bottom: 8px;
}

.link-col{color:#e50912; text-decoration:none;}
.link-col:hover{color:#e50912; text-decoration:underline;}

.file-fld {
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    width: 100%;
	position: relative;
}
.file-fld input.form-control {
    border: none;
    height: 125px!important;
	opacity: 0;
    z-index: 2;
    position: relative;
}
.file-fld span {
    position: absolute;
    width: 100%;
    left: 50%;
    text-align: center;
    padding: 30px 15px 0;
    transform: translate(-50%, -50%);
    top: 50%;
    z-index: 1;
	background:url('../images/file-icon.png') center top 5px no-repeat;
	background-size: 25px;
}

.upload-media-list {
    padding: 25px 0 0;
}
.upload-media-list .flex-d {
    display: flex;
    flex-wrap: wrap;
	margin: 0 -10px;
}
.upload-media-list .flex-d .flex-dm {
    padding: 10px;
    width: 25%;
    position: relative;
}
.upload-media-list .flex-d .flex-dm img {
    height: 120px;
    width: 100%;
    object-fit: cover;
	border-radius:4px;
}
.upload-media-list .flex-d .flex-dm span.m-close {
    position: absolute;
    width: 20px;
    height: 20px;
    background: red;
    border-radius: 20px;
    text-align: center;
    line-height: 19px;
    color: #fff;
    top: 5px;
    right: 5px;
    font-size: 14px;
    font-weight: 700;
}


header .proDD {
    float: right;
    width: 40px;
    height: 40px;
    position: fixed; z-index:1; 
	right: 15px;
    top: 24px;
}
header .proDD .profIcon {
    width: 40px;
    height: 40px;
    background: #eeee; border: 1px solid #eee;
    display: block;border-radius: 50%; overflow:hidden;
}
.profIcon img {
    width: 42px;
    height: 42px;
    border-radius: 50%;
	object-fit:cover;
}
header .proDD-menu {
    position: absolute;
    width: 165px;
    right: 0px;
    background: #fff;
    border-bottom: 1px solid #eee;
	border-top: 0;
	display:none;
	top:50px;
	border-radius: 8px;
    box-shadow: 0 0 3px rgb(0,0,0,0.11);
}
header .proDD-menu:before {
    top: -16px;
    left: 0;
    width: 100%;
    height: 16px;
    position: absolute;
    background:transparent;
    content: '';
}
header .proDD-menu:after {
    top: -16px;
    right: 12px;
    width: 8px;
    height: 8px;
    position: absolute;
	border-bottom: 8px solid #eee;
	border-top: 8px solid transparent;
	border-left: 8px solid transparent;
	border-right: 8px solid transparent;
    content: '';
}
header .proDD-menu a {
    padding: 6px 10px;
    display: block;
    font-size: 14px;
    color: #222;
    border: 1px solid #eee;
	border-bottom: 0;
    text-decoration: none; text-align: center;
}
header .proDD-menu a:first-child{
	border-radius:8px 8px 0 0;
}
header .proDD-menu a:last-child{
	border-radius:0 0 8px 8px;
}
header .proDD-menu a:hover{color: #fff;background: #e31318;}
header .proDD:hover .proDD-menu {
    display: block;
}

header .proDD .profIcon > p {
    position: absolute;
    left: -95px;
    width: 75px;
    top: 0;
    font-size: 16px;
    line-height: 20px;
	text-align: right;
    color: #2b4a40;
    font-weight: 500;
	text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
header .proDD .profIcon > p span{
	display:block;
	font-weight: 400;
	text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
	color: #b2b2b2;
    font-size: 14px;
    text-align: right;
}

.after-login .Menu_list li.login-btn {
    display: none;
}
.after-login{ padding-right:55px;}

/* The container */
.step-radio{
	display:flex;
}
.step-radio .container-radio {
  display: block;
  position: relative;
  padding:0 20px!important;
  margin-bottom: 24px;
  cursor: pointer;
  font-size: 22px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  min-width: 85px;
  margin-left: 11px;
}
.step-radio .container-radio:first-child {
	margin-left: 0;
}
.step-radio .container-radio input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}
.step-radio .checkmark {
	position: absolute;
	top: 0;
	left: 0;
	height: 40px;
	width: 100%;
	background-color: #fff;
	border-radius: 20px;
	border: 1px solid #ced4da;
}
.step-radio .container-radio:hover input ~ .checkmark {
  background-color: #eee;
}
.step-radio .container-radio input:checked ~ .checkmark {
  background-color: #e31318;
  border-color: #e31318;
}
.step-radio .container-radio input:checked ~ .radio-title {
	color:#fff;
}
.step-radio .checkmark:after {
  display: none;
}

.step-radio .container-radio .radio-title {
    margin: 0;
    font-size: 12px;
    line-height: 40px;
    text-align: center;
    position: relative;
    z-index: 1;
	font-weight:700;
}

.Menu_list li.sub-menu-nv .toggle-mob{
	display:none;
}

/** media query **/
@media (min-width:992px) {
	.Menu_list li.sub-menu-nv .proDD-menu{
		right:50%;
		margin-right:-82px;
		font-weight: 400;
		top:55px;
	}
	.Menu_list li.sub-menu-nv .proDD-menu:after{
		right:50%;
		margin-right:-8px;
	}
	.Menu_list li.sub-menu-nv .proDD-menu a{
		font-weight: 400;
		padding: 6px 10px;
		line-height: 1.5;
	}
	.Menu_list li.sub-menu-nv:hover .proDD-menu{
		display:block;
	}
}

@media (min-width:768px) {
.wrap-boxes .panel-collapse.collapse{display: block!important;}
}

@media (max-width: 1199px){
	.auction-filter-list .box {
		width: calc(50% - 15px);
	}
	
	.Menu_list li {
		margin-right: 10px;
	}

	.Menu_list li a {
		font-size: 11px;
		padding: 15px;
	}
	
	.bannerTxt {
		width: 40%;
		padding-right: 0px;
	}
	.img-block {
		width: 60%;
	}
	.homebanner .comnhd h2 {
		padding: 25px 0 10px;
		font-size: 21px;
		line-height: 30px;
	}
	.bnr-info p {
		font-size: 14px;
		line-height: 22px;
	}

}

@media (max-width: 992px){
	.auction-filter-list .box, .auction-filter-list {
		width: 100%;
		margin-left:0;
	}
	
	.fotr-iner.signUp-form{
		padding-bottom:50px;
	}
	
	.hamburger-menu {display: block;text-align: center;text-transform: uppercase;width: 20px;height:20px;position: absolute;top: 30px;left: 15px;z-index: 9;}
	.burger-1, .burger-2, .burger-3 {display:block;position:absolute;width:20px;height:2px;border-radius:30px;right:0;background:#000;-webkit-transition:.2s ease;-ms-transition:.2s ease;-moz-transition:.2s ease;-o-transition:.2s ease;transition:.2s ease;}
	.burger-1 {top:0;}
	.burger-2 {top:8px;}
	.burger-3 {top:16px;}
	.mobile-menuBr {width: 100%;max-width: 100%;display: block;position: fixed;left: -100%;top: 0;background: #fff;z-index: 9;transition: all 0.4s ease-in;height: 100%;
		overflow-x: hidden;padding: 50px 0;}
	.mobile-menuBr.mobileOpen {left: 0px;-webkit-box-shadow: -7px -3px 16px -8px rgba(1,1,1,0.42);-moz-box-shadow: -7px -3px 16px -8px rgba(1,1,1,0.42);box-shadow: -7px -3px 16px -8px rgba(1,1,1,0.42);}
	header .logo {
		width: 145px;
		margin: 0 auto;
		float: none;
		padding: 15px 0;
	}

	.serchBar {margin-right: 20px;}
	.Menu_list li {
		margin-right: 0;
		width: 100%;
		border-top: 1px solid #eee;
	}
	.Menu_list li:last-child{border-bottom: 1px solid #eee;}
	.Menu_list li a {font-size: 18px;padding: 15px 20px;letter-spacing: 1px; border:0; border-radius:0;}
	
	.Menu_list li.login-btn a {
		border: 0;
	}
	.Menu_list li a::after{display: none;}
	
	.Menu_list li.sub-menu-nv .toggle-mob {
		position: absolute;
		padding-right: 0px;
		display: block;
		right: 0;
		top: 0;
		height: 48px;
		width: 60px;
		z-index: 1;
	}
	.Menu_list li.sub-menu-nv .toggle-mob:before,
	.Menu_list li.sub-menu-nv .toggle-mob:after{
		position:absolute;
		width:20px;
		height:2px;
		background:#000;
		top:50%;
		right:20px;
		content:'';
		margin-top: -1px;
	}
	.Menu_list li.sub-menu-nv .toggle-mob:after{
		transform: rotate(90deg);
	}
	.Menu_list li.sub-menu-nv.active .toggle-mob:after{
		transform: rotate(0deg);
	}
	
	.Menu_list li.sub-menu-nv a:hover .toggle-mob:before, .Menu_list li.sub-menu-nv a.active .toggle-mob:before, 
	.Menu_list li.sub-menu-nv:hover > a .toggle-mob:before,
	.Menu_list li.sub-menu-nv a:hover .toggle-mob:after, .Menu_list li.sub-menu-nv a.active .toggle-mob:after, 
	.Menu_list li.sub-menu-nv:hover > a .toggle-mob:after{
		background: #fff;
		color: #fff;
		border-color: #fff;
	}
	
	.Menu_list li.sub-menu-nv .proDD-menu{
		position:static;
		width:100%;
		border-radius:0;
		background: #f1f1f1;
	}
	.Menu_list li.sub-menu-nv .proDD-menu a{
		text-align: left;
		border-radius:0;
		border-top: 1px solid #ddd;
	}
	.Menu_list li.sub-menu-nv .proDD-menu:before,
	.Menu_list li.sub-menu-nv .proDD-menu:after{ display:none;}
	.Menu_list {width: 100%;display: block;}
	.mobil-mnu-close {position: absolute;top: 25px;right: 25px;width: 16px;cursor: pointer;display: block;}
	header{ height:77px;}
	.serchBar input.search-text{
		width: 100%;
		padding: 5px 0 5px 30px;
		background-position: left center;
	}
	header .rightBr {
		padding: 8px 15px;
		width: 100%;
		position: absolute;
		left: 0;
		background: #eee;
		top: -100%;
	}
	.serchBar {
		margin-right: 0;
		width: 100%;
	}
	.top-space {
		height: 77px;
	}
	
	.mobile-search{ 
		display:block;
		width:40px; height:40px;
		background: #eee url('../images/search-icon.png') no-repeat center center; background-size:18px;
		position: absolute;
		right: 15px;
		top: 18px;
		border-radius: 50%;
	}
	.toggle-search .mobile-search{
		background: #e31318 url('../images/search-icon-w.png') no-repeat center center; background-size:18px;
	}
	.toggle-search header .rightBr{
		top:77px;
	}
	header.after-login .rightBr {
		width: calc(100% + 55px);
	}
	.auctions-links {
		padding: 5px 0; width:100%;
	}
	
	header .proDD{
		top:18px;
	}
	
	
}

@media (max-width: 767px){
	.fotr-iner.signUp-form{
		padding-bottom:25px;
	}
	
	footer {padding: 30px 0 0;}
	footer .bodr-rit {border-right: 0;border-bottom: 1px solid #d1d1d1;}
	footer .fotr-iner {padding: 15px 0;}
	.fotr-iner ul li {
		padding: 5px 0;
	}
	.fotr-iner.acount-info {max-width: 100%;}
	.foter-menu {padding: 26px 0;}
	.foter-menu ul li {margin-right: 10px;padding-right: 10px;}
	.foter-menu ul {text-align: center;}
	
	.comnhd.pad-top h1 {
		padding-top: 30px;
		font-size: 26px;
		line-height: 32px;
		padding-bottom: 15px;
	}
	.banner-inner {
		display: flex;
		flex-wrap: wrap;
	}
	.bannerTxt {
		width: 100%;
		order: 2;
		padding-bottom:30px;
	}
	.img-block {
		height: 325px;
		width: 100%;
		order: 1;
	}
	.img-block:before{ display:none;}
	.fotr-title {
		margin-bottom: 5px;
	}
	.social-links {
		padding: 20px 0 10px;
	}
	.owl-carousel .owl-nav button.owl-next, 
	.owl-carousel .owl-nav button.owl-prev{ opacity:0.51;}
	
	.auction-filter-list .box:hover .auctions-dec, 
	.auctions-lists .box:hover .auctions-dec {
		top: 100%;
	}
	.auction-filter-list .box:hover .auctions-strip {
		bottom: 15px;
	}
	.auction-latests {
		padding-top: 50px;
	}
	
	.select-blocks {
		display: block;
		padding: 20px 0 0;
		width: 100%;
	}
	
	.select-blocks .select-auctions {
		margin: 0 0 15px;
		width: 100%;
	}
	.auction-filter-top {
		padding-bottom: 20px;
	}
	.auction-filter {
		padding: 45px 0 0;
	}
	
	.comnhd h1, .comnhd h2 {
		font-size: 26px;
		line-height: 32px;
	}
	.copyright {
		margin-top: 15px;
		padding: 15px 0;
	}
	
	.fotr-iner.signUp-form {
		max-width: 100%;
	}
	ul.lists-item {
		margin-left:0;
		margin-top:35px;
	}
	
	
	/* Login css */
	.forms-block{
		padding:25px 20px;
	}
	.form-group.btnBx {
		text-align: center;
		display: block;
	}
	.comnBtn{
		width:100%;
		margin-bottom:15px;
	}
	
	.copyright span.mob-full{ display:block;}
}

@media (max-width: 414px){
	.img-block {
		height: 201px;
	}
}