/*login*/

.login-wrap{
	display: flex;
    align-items: center;
    min-height: 100vh;
    padding: 50px;
    position: relative;
    justify-content: center;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.login-content-wrapper{
	position: relative;
	display: flex;
    /*max-width: 700px;*/
    width: 100%;
    background: #fff;
    margin: 0 auto;
    box-shadow: 1px 0 20px rgb(0 0 0 / 8%);
    border-radius: 4px;
    overflow: hidden;
    min-height: 500px;
}
.block-left{
	width: 50%;
    display: flex;
    align-items: center;
    background-image: url(../images/img-1.jpg);
    background-position: center;
    background-size: contain;

}
.block-right{
	background: #ffffff;
    /* color: #000; */
    width: 50%;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    position: relative;
}

.block-right h2 {
    font-size: 30px;
    color: #111;
    margin-bottom: 15px;
}
.block-right p{
	font-size: 14px;
	line-height: 20px;
	color: #979797;
}
.block-right form{
	margin-top: 15px;
}
.block-right .form-group {
    margin-bottom: 20px;
    position: relative;
}
.block-right .form-group label, .form-group label{
	font-size: 14px;
	margin-bottom: 0px;
	position: relative;
}
.block-right .form-control, .form-control{
	background: transparent;
    border-radius: 0;
	font-size: 14px !important;
    padding: 6px 28px 6px 10px;
    height: calc(2.25rem + 3px);
}
.block-right .form-control:focus, .form-control:focus{
	box-shadow: none;
	border: 1px solid #144734;
}
.block-right form .form-group i {
    position: absolute;
    right: 10px;
    height: auto;
    top: 35px;
    color: #8b8b8b;
}
.block-right .custom-btn:hover{
	/*background-color: #144734;
	color: #111*/
}
.block-right .forgot_pass a, .block-right .signup a{
	font-size: 14px;
    color: #144734;
}
/*login*/
a{color: #144734;}
a:hover{color: #000;}
.owl-banner .item {
    height: auto;
    border: none;
}

.navbar-nav li:hover > .dropdown-menu {
	transition: all .5s;
    display: block;
}
.dropdown-menu{
	border-top: 2px solid #144734;
}
.dropdown-item{
    padding: 0.5rem 1.5rem;
    font-size: 15px;
}
.dropdown-menu:before{
	border-bottom: 10px solid #144734;
    border-left: 10px solid transparent;
    border-left-color: hsla(0,0%,100%,0);
    border-right: 10px solid transparent;
    border-right-color: hsla(0,0%,100%,0);
    top: -12px;
    content: "";
    height: 0;
    left: 30px;
    margin-left: -10px;
    position: absolute;
    width: 0;
    z-index: 5;
}
.dropdown-item.active, .dropdown-item:active{
	color: #2b2e37;
    text-decoration: none;
    background-color: #f7f7f7;
}
.main-banner{
	margin-top: 70px;
}
.owl-banner .item{cursor: pointer;}
.owl-banner .item .item-content {
    position: relative;
    bottom: 0px;
    background: #fff;
    padding: 0;
    width: 100%;
    border-radius: 5px;
    overflow: hidden;
    display: flex;
    flex-wrap: wrap;
    border: 1px solid #ebebeb;
    /* align-items: center; */
}
/* #slider-front .item-content:before {
    content: "";
    height: 100%;
    background-color: #f9f9f9;
    transform: skewX(-15deg) translateX(10%);
    -webkit-transform: skewX(-15deg) translateX(10%);
    position: absolute;
    right: 0;
    top: 0;
    width: 72%;
    border-left: 5px solid #ebebeb;
} */
#slider-front.owl-carousel .owl-item img {
    height: 320px;
    object-fit: cover;
}
.main-search{
	height: 50px
}
.search-block{
	display: flex;
	align-items: center;
	background-color: #fff;
	height: 50px;
	border-radius: 4px;
	padding: 10px;
	padding-right: 20px;
    position: relative;

}
.search-block .main-search{
	border:0;
    font-size: 16px !important;
}
.search-block .main-search:focus{
	border:0;
	outline: none;
	box-shadow: none;
}
.search-block i{
	font-size: 18px
}
.latest-bid{
	margin-top: 50px
}
.latest-bid small a{
	color: #144734;
    font-size: 16px;
}
.listing li:nth-child(1){
	border-top: 1px solid #f5f5f5;
}
.listing li a{
	display: flex;
	justify-content: space-between;
	border-bottom: 1px solid #f5f5f5;
	padding: 15px 15px;
	font-size: 15px;
	color: #1e1e1e;
}
.listing li a:hover{background-color: #f1f1f1}
.listing-desc{
	width:185px; 
	display: flex;
}
.listing .listing-desc .listing-name{
	display: inline-block;
}
.listing .listing-desc .listing-amount{
	display: inline-block;
	width: 100px;
	text-align: right;
}
.listing .listing-desc .listing-duration{
	display: inline-block;
	width: 100px;
	text-align: right;
}
.listing .listing-desc .listing-duration.timing-active{color: #144734}
.recent-feature{
	border-bottom: 3px solid #f9f9f9;
	padding-bottom: 15px
}
.recent-feature ul{
	display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 15px
}
.recent-feature ul li{
	width: 50%;
	border-bottom: none !important;
}
.recent-feature ul li h5{
	font-size: 14px!important;
	line-height: 20px!important;
	font-weight: 700!important;
	padding: 5px;
}
.recent-feature ul li span{padding: 0 5px;font-size: 12px !important;margin-top: 0 !important}
.img-thumb{
	background-position: center;
	background-size: cover;
	height: 150px;
	width: 150px;
	margin: auto;
}
.custom-btn{
	text-align: center;
    color: #fff;
    font-size: 14px;
    /*display: block;*/
    background: #000;
    border: 1px solid  #000;
    padding: 8px 20px;	
    transition: all .3s;
    cursor: pointer;
}
.custom-btn:hover{
	color: #144734;
	border: 1px solid  #144734;
	background-color: transparent;
}
.custom-btn-outline{
    text-align: center;
    display: inline-block;
    color: #000;
    font-size: 14px;
    /*display: block;*/
    background: transparent;
    border: 1px solid  #000;
    padding: 8px 20px;	
    transition: all .3s;
    cursor: pointer;
}
.custom-btn-outline:hover{
	color: #fff !important;
	border: 1px solid  #144734 !important;
	background-color: #144734 !important;
}
.product-detail {
	font-size: 14px;
}
.product-detail  span{
	color: #7a7a7a;
}
.product-detail ul{
	padding-left: 20px;
	line-height: 25px;
	list-style: circle;
	color: #7a7a7a;
}
.img-gallery ul, .product-img-gallery ul{
	display: flex;
	flex-wrap: wrap;
    margin-left: -10px;
    margin-right: -10px;
}
.img-gallery h3, .product-bid h3, .product-img-gallery h3{
	font-size: 18px;
    text-transform: uppercase;
    font-weight: 900;
    letter-spacing: 0.5px;
    color: #20232e;
    border-bottom: 1px solid #eee;
    padding-bottom: 15px;
    margin-bottom: 25px;
}
.img-gallery ul li{
	/* margin: 5px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    width: 150px;
    height: 150px; */
}

.product-img-gallery ul li{
    margin: 5px;
    width: 170px;
    height: 170px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}
.faq-block{
	margin-top: 30px
}
.faq-block h4{
	font-size: 22px
}
.faq-block .card{
	margin-bottom: 15px;
    border: none;
    background: #00000003; 
    border-left: 3px solid #144734;
}
.faq-block .card-header{
	border-radius: 0;
    background: transparent;
    border-bottom: 0;
    padding: 0.75rem 0.5rem;
}
.faq-block .card-header a{
	color: #144734;
    white-space: normal;
    text-align: left;
    display: flex;
    padding: 2px 5px;
}
.faq-block .card-header a:before {
    font-family: FontAwesome;
    content:"\f068";
    padding-right: 5px;
}
.faq-block .card-header a.collapsed:before {
    content:"\f067";
}
.faq-block .card-body{
	padding-top: 0;
	color: #7a7a7a;
	font-size: 15px;
    line-height: 25px;
}
.down-content div{
	font-size: 14px;
    font-weight: 400;
    color: #7a7a7a;
    line-height: 25px;
    margin-top: 10px;
}
.custom-check input{
	padding: 0;
	height: initial;
	width: initial;
	margin-bottom: 0;
	display: none;
	cursor: pointer;
}
.custom-check label {
  position: relative;
  cursor: pointer;
}
.custom-check label:before {
  content:'';
  -webkit-appearance: none;
  background-color: transparent;
  border: 2px solid #000000;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05);
  padding: 8px;
  display: inline-block;
  position: relative;
  vertical-align: middle;
  cursor: pointer;
  margin-right: 10px;
}

.custom-check input:checked + label:after {
  content: '';
  display: block;
  position: absolute;
  top: 2px;
  left: 7px;
  width: 6px;
  height: 14px;
  border: solid #144734;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}
.custom-radio input[type="radio"] {
    display: none;
}

.custom-radio {
    
    position: relative;
}
.custom-radio label{
    cursor: pointer;
    padding-left: 30px;
}

.custom-radio label::before {
    content: "";
    position: absolute;
    width: 20px;
    height: 20px;
    background-color: transparent;
    border: 2px solid #000;
    border-radius: 50%;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    transition: border-color 400ms ease;
}

.custom-radio label::after {
    content: "";
    position: absolute;
    width: 20px;
    height: 20px;
    background-color: #144734;
    border: 2px solid #144734;
    border-radius: 50%;
    top: 50%;
    left: 0;
    transform: translateY(-50%) scale(0);
    transition: transform 400ms ease;
}

.custom-radio input[type="radio"]:checked + label::before {
    border-color: #144734;
}

.custom-radio input[type="radio"]:checked + label::after {
    transform: translateY(-50%) scale(0.55);
}
.myAccount h3{
    color: #20232e;
    border-bottom: 1px solid #eee;
    padding-bottom: 15px;
    margin-bottom: 25px;
}
.myAccount-content{
    margin-top: 30px;
}
.myAccount .nav.nav-tabs{
    border-bottom: 0;
}
.myAccount .nav-tabs .nav-item{
    margin-right: 5px;
    width: 24.5%;
}
.myAccount .nav-tabs .nav-link{
    color: #000;
    border: 0;
    background: #f7f7f7;
    border-radius: 4px;
    padding: 0.5rem 3rem;
    text-align: center;
}
.myAccount .nav-tabs .nav-item.show .nav-link, 
.myAccount .nav-tabs .nav-link.active, 
.myAccount .nav-tabs .nav-link:hover{
    color: #fff;
    background-color: #144734;
    border-color: #144734;
    border-radius: 4px;
}

.myAccount .tab-pane{
    padding: 30px 0;
    font-size: 14px;
}
.myAccount .tab-pane span{color:#7a7a7a}
.switch input[type=checkbox]{
	height: 0;
	width: 0;
	visibility: hidden;
}

.switch label {
	cursor: pointer;
	text-indent: -9999px;
	width: 60px;
	height: 30px;
	background: #f1f0f0;
	display: block;
	border-radius: 100px;
	position: relative;
}

.switch label:after {
	content: '';
	position: absolute;
	top: 5px;
	left: 5px;
	width: 20px;
	height: 20px;
	background: #fff;
	border-radius: 90px;
	transition: 0.3s;
}

.switch input:checked + label {
	background: #144734;
}

.switch input:checked + label:after {
	left: calc(100% - 5px);
	transform: translateX(-100%);
}

.switch label:active:after {
	width: 130px;
}

.modal-header{
    border-bottom: 0;
}
.modal-content .close{
    position: absolute;
    top: 15px;
    right: 20px;
    font-size: 30px;
    cursor: pointer;
    z-index: 999;
}
.modal-content .close:focus{
    outline: none;
    box-shadow: none;
}
.modal-footer{
    border-top: 0;
}
.add-addr{
    font-size: 18px;
    color: #111;
}
.edit-btn, .edit-btn:hover{
    font-size: 18px;
    color: #000;
}

.delete-btn{
    font-size: 18px;
    color: #d50000;
}
.blog-posts .comments ul li .right-content{margin-left: 0;width: 100%;}
.blog-posts .comments ul li.replied{padding-left: 0;width: 100%;}
.blog-posts .comments ul li .right-content, .blog-posts .comments ul li.replied{
    line-height: 24px;
}
.blog-posts .comments .timing, .blog-posts .comments .timing{
    font-size: 12px;
    color: #adb5c3;
    margin-top: 10px;
}
.blog-posts .comments .right-content .userName:hover h4{
    color: #144734!important;
    transition: 0.3s;
}
.card-box{
    border:1px solid #eee;
    border-radius: 0;
}
.product-bid .table{
    font-size: 14px;
    color: #7a7a7a;
}
.pointer-content ul{
    padding-left: 20px;
}
.pointer-content ul li{
    line-height: 25px;
    margin-bottom: 10px;
    list-style: circle;
    color: #144734;
}
.pointer-content ul li a{
    color: #144734;
    font-size: 15px;
}
.text-ellipsis{
    display: -webkit-box !important;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    overflow: hidden;
    line-height: 22px!important;
    font-size: 14px!important;
}
.blog-post{
    position: relative;
}
.blog-post .status{
    position: absolute;
    top: 10px;
  /*  min-width: 150px;*/
    width: auto;
    padding: 5px 10px;
    color: #fff;
    z-index:1;
    font-weight: 700;
    box-shadow: 2px 2px 5px #00000075;
}
.blog-post .status::after {
    content: '';
    position: absolute;
    right: -13px;
    top: 0;
    
}
.blog-post .status-win{
    background-color: #1cb719;
}
.blog-post .status-win:after{
    content: '';
    background: transparent;
    border-bottom: 17px solid transparent;
    border-left: 13px solid #1cb719;
    border-top: 17px solid transparent;
}
.blog-post .status-lose{
    background-color: #dd2929;
}
.blog-post .status-lose:after{
    content: '';
    background: transparent;
    border-bottom: 17px solid transparent;
    border-left: 13px solid #dd2929;
    border-top: 17px solid transparent;
}
.blog-posts .blog-banner{
    /*overflow: hidden;*/
    /* background-position: center;
    background-size: contain;
    background-repeat: no-repeat; */
    width: 100%;
    /* height: 350px; */
    background-color: #fff;
}
.blog-banner.detail_bid_banner_vs img {
    width: 100%;
    aspect-ratio: 1/1;
    object-fit: cover;
}
.blog-posts .blog-thumb{
    overflow: hidden;
}
.blog-posts .blog-thumb img{
    transition: transform .5s ease;
}
.blog-posts .blog-thumb:hover img{
    
    -ms-transform: scale(1.2); /* IE 9 */
    -webkit-transform: scale(1.2); /* Safari 3-8 */
    transform: scale(1.2);
    
}
.rotate-icon{
    -webkit-transform: matrix(-1, 0, 0, 1, 0, 0);
    -moz-transform: matrix(-1, 0, 0, 1, 0, 0);
    -o-transform: matrix(-1, 0, 0, 1, 0, 0);
    transform: matrix(-1, 0, 0, 1, 0, 0)
}
.common-reply-field{margin-bottom: 30px;display: flex;}
/*.common-reply-field a{
    padding: 7px 10px;
    background: #ccc;
    color: #000;
}*/
.common-reply-field a {
    padding: 7px 10px;
    background: #1b4734;
    color: #fff;
}
.reply-field{
    margin-top: 10px;
    display: flex;
}
.reply-field input{
    height: 35px;
    border: 0;
    border-bottom: 1px solid #000;
    width: 100%;
    color: #7a7a7a;
    font-size: 14px;
}
.reply-field a{
    border-bottom: 1px solid #000;
    padding: 5px 10px;
}
.reply-field input:focus{
    outline: none;
    border: 0;
    border-bottom: 1px solid #000;
    box-shadow: none;

}
.grid-wrapper {
    display: flex;
    grid-gap: 30px;
    flex-wrap: wrap;
  }
  
  /* ******************* Main Styeles : Radio Card */
  label.radio-card {
    cursor: pointer;
  }
  label.radio-card .card-content-wrapper {
    background: #fff;
    border-radius: 5px;
    min-width: 280px;
    max-width: 280px;
    min-height: 120px;
    padding: 15px;
    display: grid;
    box-shadow: 0 2px 4px 0 rgba(219, 215, 215, 0.04);
    transition: 200ms linear;
    border: 1px solid #ccc;
    position: relative;
  }
  label.radio-card .check-icon {
    width: 20px;
    height: 20px;
    display: inline-block;
    border: solid 2px #e3e3e3;
    border-radius: 50%;
    transition: 200ms linear;
    position: absolute;
    right: 10px;
    top: 10px;
  }
  label.radio-card .check-icon:before {
    content: "";
    position: absolute;
    inset: 0;
    background-image: url("data:image/svg+xml,%3Csvg width='12' height='9' viewBox='0 0 12 9' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0.93552 4.58423C0.890286 4.53718 0.854262 4.48209 0.829309 4.42179C0.779553 4.28741 0.779553 4.13965 0.829309 4.00527C0.853759 3.94471 0.889842 3.88952 0.93552 3.84283L1.68941 3.12018C1.73378 3.06821 1.7893 3.02692 1.85185 2.99939C1.91206 2.97215 1.97736 2.95796 2.04345 2.95774C2.11507 2.95635 2.18613 2.97056 2.2517 2.99939C2.31652 3.02822 2.3752 3.06922 2.42456 3.12018L4.69872 5.39851L9.58026 0.516971C9.62828 0.466328 9.68554 0.42533 9.74895 0.396182C9.81468 0.367844 9.88563 0.353653 9.95721 0.354531C10.0244 0.354903 10.0907 0.369582 10.1517 0.397592C10.2128 0.425602 10.2672 0.466298 10.3112 0.516971L11.0651 1.25003C11.1108 1.29672 11.1469 1.35191 11.1713 1.41247C11.2211 1.54686 11.2211 1.69461 11.1713 1.82899C11.1464 1.88929 11.1104 1.94439 11.0651 1.99143L5.06525 7.96007C5.02054 8.0122 4.96514 8.0541 4.90281 8.08294C4.76944 8.13802 4.61967 8.13802 4.4863 8.08294C4.42397 8.0541 4.36857 8.0122 4.32386 7.96007L0.93552 4.58423Z' fill='white'/%3E%3C/svg%3E%0A");
    background-repeat: no-repeat;
    background-size: 12px;
    background-position: center center;
    transform: scale(1.6);
    transition: 200ms linear;
    opacity: 0;
  }
  label.radio-card input[type=radio] {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
  }
  label.radio-card input[type=radio]:checked + .card-content-wrapper {
    box-shadow: 0 2px 4px 0 rgba(219, 215, 215, 0.5), 0 0 0 2px #144734;
  }
  label.radio-card input[type=radio]:checked + .card-content-wrapper .check-icon {
    background: #144734;
    border-color: #144734;
    transform: scale(1.2);
  }
  label.radio-card input[type=radio]:checked + .card-content-wrapper .check-icon:before {
    transform: scale(1);
    opacity: 1;
  }
  label.radio-card input[type=radio]:focus + .card-content-wrapper .check-icon {
    box-shadow: 0 0 0 4px rgba(48, 86, 213, 0.2);
    border-color: #144734;
  }
  label.radio-card .card-content img {
    margin-bottom: 10px;
  }
  label.radio-card .card-content h4 {
    font-size: 16px;
    letter-spacing: -0.24px;
    text-align: left;
    color: #1f2949;
    margin-bottom: 10px;
  }
  label.radio-card .card-content h5 {
    font-size: 14px;
    line-height: 1.4;
    text-align: left;
    color: #999999;
    font-weight: 400;
  }

.marked .dropdown-toggle::after{display: none;}
.marked .dropdown-menu{left: -15px;}
.card-box{
    border: 0;
    box-shadow: 0 0 5px #cccccc52;
    padding: 15px !important;
    margin-top: 20px;
}
header.sticky {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    background-color: #fff;
    transition: all 0.2s ease-in 0s;
    -webkit-transform: translate(0);
    transform: translate(0);
}
.pagination{justify-content: center;flex-wrap: wrap}
.page-link:hover, .page-link{color: #000}
.page-item.active .page-link {
    z-index: 1;
    color: #fff;
    background-color: #144734;
    border-color: #144734;
}
.error-validate
{
  color:red;
}
@media (max-width: 767px) and (min-width: 320px){
    .dataTables_paginate .pagination {
    justify-content: center !important;
    flex-wrap: wrap;
}
.latest-bid .lat_bid_order_1 {
    display: none;
}
.h2, h2 {
    font-size: 1.5rem;
}
div.dataTables_info {
    text-align: center;
    margin-bottom: 10px;
}
    .h3, h3{font-size: 1.5rem;}
    .owl-banner .item .item-content{
        width: 100%;
        text-align: left;
    }
    .owl-banner .item .item-content p.text-light{
        font-size: 12px;
        display: -webkit-box;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
    }
    /*.owl-banner .item{height: 300px;}*/
    .img-gallery ul{justify-content: center;}
    .myAccount .nav-tabs .nav-item{
        width: 100%;
        margin-bottom: 10px;
        margin-right: 0;
    }
    .dropdown-menu:before{
        top: 45px;
        content: "";
        height: 0;
        left: 0;
        right: 0;
        margin-left: 0;
        margin: auto;
    }
    .modal-open .modal{
        padding-right: 0;
    }
    .block-left{display: none;}
    .block-right{width: 100%;}
    .navbar-nav{padding-bottom: 10px;}
    .blog-posts {
        margin-top: 40px;
    }
    footer{
        margin-top: 30px;
        padding: 35px 0px 35px;
    }
    footer ul.social-icons{
        padding-bottom: 40px;
    }
    footer ul.social-icons li{margin-right: 10px;}
    footer ul.social-icons li:after{margin-left: 15px;}
    .navbar .navbar-brand{left: 15px;margin-left: 15px;}
    /*.navbar .navbar-toggler{right: 15px;}*/
}

.text-wrap{display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    height:70px;
}
.child-comment{
    padding-left: 40px;
    margin-top: 15px;
}
.child-child-comment{
    padding-left: 60px;
    margin-top: 15px;
}
button.custom-btn.bg-gray {
    background-color: #8e8c917d;
    color: black;
}
.all-blog-posts .blog-thumb-img{
        background-position: center;
    background-size: contain;
    width: 100%;
     /* height: 240px; */
    overflow: hidden;
    background-repeat: no-repeat;
    background-color: #fff;
}

.item {
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}
.show-results a{
    display: block;
    color: #000;
}
.search-result{
    position: absolute;
    width: 100%;
    z-index: 9;
    max-height: 300px;
    overflow: auto;
}
.category-dropdown{
    max-height: 250px;
    overflow: auto;
}
.blog-post .blog-result{
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
     /* height: 240px; */
    border: 1px solid #eee;
    border-bottom: 0;

}
.slide_banner_caption p {
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.text-truncate-heading{
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.pointer-content-work ul {
    padding-left: 20px;
}
.pointer-content-work ul li {
    line-height: 25px;
    margin-bottom: 10px;
    list-style: circle;
    /* color: #144734; */
}
.pointer-content-work ul {
    padding-left: 20px;
    font-size: 14px;
    font-weight: 400;
    color: #7a7a7a;
}
.space-for-content{
    margin-bottom: 1.5rem!important;
}
label.error {
    color: red;
}
/* .unique-img{
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    width: 200px;
    height: 200px;
    margin: auto;
} */
.top-detail .d-flex{margin-top:10px;border-bottom: 1px solid #ddd;border-top: 1px solid #eee;}
.fixed-detail{
    position: fixed;
    top: 62px;
    left: 0;
    width: 100%;
    padding: 0px 15px 0;
    margin: 0 auto;
    background: #fff;
    z-index: 2;
    border-bottom: 0;
    max-width: 1240px;
    right: 0;
    /*box-shadow: 0px 1px 10px rgb(0 0 0 / 10%);*/
}
#myWinning_filter, #myBids_filter, #myShipments_filter, #myAddress_filter{text-align: right}
#myWinning_filter label, #myBids_filter label, #myShipments_filter label, #myAddress_filter label{text-align: left}
.dataTables_paginate .pagination{justify-content: right}

.card-content-wrapper.activeCard {
    box-shadow: 0 2px 4px 0 rgba(219, 215, 215, 0.5), 0 0 0 2px #144734 !important;
}
.card-content-wrapper.activeCard .check-icon {
    background: #144734;
    border-color: #144734;
    transform: scale(1.2);
}
.card-content-wrapper.activeCard .check-icon:before {
    transform: scale(1);
    opacity: 1;
}

/*new css 30/09*/
.container {
    max-width: 1240px;
}
.form-group {
    margin-bottom: 20px;
}
#store_contact_us, #store_submit_my_watch {
    background: #f9f9f9;
    padding: 50px;
    border-radius: 10px;
}
form#store_contact_us input.form-control, form#store_submit_my_watch input.form-control,
form#store_contact_us select.form-control, form#store_submit_my_watch select.form-control {
    height: 45px;
    background: #fff;
}
form#store_contact_us textarea.form-control, form#store_submit_my_watch textarea.form-control {
    background: #fff;
}
.dropdown-toggle::after {
    margin-left: 1px;
}
#store_contact_us label, #store_submit_my_watch label {
    font-weight: 500;
}
.upload__btn {
    background: #fff;
}
.dataTables_length label {
    display: flex;
    align-items: center;
}
.dataTables_length label select.form-control {
    width: 70px;
    margin: 0px 6px;
}
.dataTables_filter label {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.dataTables_filter label input.form-control {
    width: 200px;
    margin-left: 8px;
}
a.add-addr i {
    color: #144734;
    font-size: 20px;
}
.search-block:before {
    content: "\f002";
    position: absolute;
    right: 15px;
    font-family: 'FontAwesome';
    font-size: 18px;
}
ul.post-info a {
    color: #000;
}
.blog-banner.detail_bid_banner_vs {
    background-size: contain;
    margin-top: 20px;
    width: 75%;
}
.slider-img{
    width: 25%;
    margin-top:20px ;
}
.bid_detail_content .blog-post {
    background: #fff;
    border: none;
}
.blog-posts .bid_detail_content .down-content {
    padding: 0;
    border-top: none;
}
.blog-posts .bid_detail_content .down-content p {
    padding: 20px 0px;
    margin: 20px 0px;
}
.bid_product_table_vs .table td, .bid_product_table_vs .table th {
    border-top: none;
    border-bottom: 1px solid #dee2e6;
    padding: 18px;
}
ul.photo_gallry_vs li {
    width: calc(50% - 20px);
    margin: 10px !important;
    padding: 0px;
    background-color: #fff;
    border: 1px solid #eee;
    /* height: 140px;
    background-size: contain; */
}
ul.photo_gallry_vs li a {
    display: block;
    height: 100%;
    width: 100%;
}
.sidebar_div_vs {
    background: #f9f9f9;
    padding: 20px;
    margin-bottom: 30px;
    position: relative;
}
.getEmail input.form-control {
    background: #fff;
}
.product-detail span {
    color: #144734;
}
.product-detail ul {
    margin-top: 5px;
}
.gallery_models {
    display: flex;
    flex-wrap: wrap;
    margin-left: -5px;
    margin-right: -5px;
}
.gallery_models > div {
    width: calc(25% - 10px);
    border: 1px solid #eee;
    padding: 0;
    margin: 5px 5px;
}
.gallery_models > div img {
    max-width: 100%;
    /* height: 200px; */
    width: 100%;
    object-fit: contain;
    margin-bottom: 0;
}
.filters .form-group {
    margin-bottom: 12px;
}
#user_signup {
    background: #f9f9f9;
    padding: 50px;
    border-radius: 10px;
}
form#user_signup input.form-control {
    height: 45px;
    background: #fff;
}
.home_main_banner{
    position: relative;
    padding: 50px 0px;
    margin-top: 0 !important;
    background-color: #f9f9f9;
}
.latest-img-view {
    border: 1px solid #eee;
    /* padding: 15px; */
    position: relative;
}
/* .latest-img-view .unique-img {
    background-size: contain;
    width: auto;
    height: 260px;
} */
.latest-bid ul.listing {
    max-height: 280px;
    overflow-y: auto;
}
.latest-bid ul.listing li a:hover, .latest-bid ul.listing li.active_bid a{
    background: #f9f9f9;
}
.slide_banner_img {
    width: 320px;
}
.main-content.slide_banner_caption {
    width: calc(100% - 320px);
    padding: 35px 50px;
    position: relative;
}
.slide_banner_caption .meta-category span {
    font-size: 26px !important;
}
.home_banner_post_info li {
    color: #666;
}
.home_banner_post_info li strong {
    color: #333;
}
.navbar-nav li:last-child .dropdown-menu {
    left: auto;
    right: 0;
}
.navbar-nav li:last-child .dropdown-menu:before{
    left: auto;
    right: 30px;
}
.current_info label {
    font-weight: 500;
}
.addCard {
    border: 1px solid #144734;
    padding: 8px 15px;
    display: inline-block;
    transition: all 0.3s;
}
.addCard:hover {
    background: #144734;
    color: #fff;
}
.saved_card_header {
    border-bottom: 1px solid #eee;
    position: relative;
    padding-bottom: 10px;
}


@media(max-width: 1100px){
a.navbar-brand img {
    max-width: 150px;
}
.navbar .navbar-nav a.nav-link {
    font-size: 14px;
}  
.navbar .navbar-nav .nav-item {
    margin: 0;
}  
header {
    height: auto;
}
/*.navbar .navbar-toggler {
    top: 15px;
}*/
.background-header {
    height: auto;
}
.sidebar {
    margin-left: 15px;
}
.fixed-detail {
    top: 55px;
    padding: 0px 15px 0;
}
/* .blog-post .blog-result {
    height: 200px;
} */
}


@media(max-width: 992px){
.dropdown-menu:before{
    content: none;
}
.fixed-detail {
    top: 61px;
}
.bid_detail_btns_vs .custom-btn-outline:hover {
    background: inherit !important;
    color: inherit !important;
    border-color: inherit !important;
}
.dateTime_hide_completed {
    display: none !important;
}

.dropdown-menu {
    border-top: none;
    box-shadow: none;
    border: none;
        padding-top: 0;
    margin-top: 0;
}
.sidebar {
    margin-left: 0;
    margin-top: 0;
    padding-top: 30px;
}
.top-detail .d-flex {
    flex-wrap: wrap;
}
footer {
    padding: 25px 0px 25px;
}
footer ul.social-icons {
    padding-bottom: 25px;
    margin-bottom: 25px;
}
.navbar .navbar-brand {
    width: auto;
    left: 15px;
    position: relative;
}
}

@media(max-width: 767px){
.main-banner {
    margin-top: 40px;
}
.slide_banner_img {
    width: 280px;
}
#slider-front.owl-carousel .owl-item img {
    height: 280px;
    object-fit: cover;
}
.main-content.slide_banner_caption {
    width: calc(100% - 280px);
}
.lat_bid_order_2 {
    order: 2;
}
    .text-wrap{
        height:auto;
    }
.lat_bid_order_1 {
    order: 1;
}
.latest-img-view {
    margin-top: 0px;
    margin-bottom: 20px;
}
/* .latest-img-view .unique-img {
    height: 190px;
} */
.navbar .navbar-brand {
    width: auto;
    left: 0;
    position: relative;
}
.bid_detail_btns_vs a {
    display: inline-block;
    margin-top: 8px;
}
.fixed-detail {
    top: 0;
    padding: 0;
    position: relative;
}
.bid_product_table_vs tbody tr th {
    width: 35%;
}
.comments .content {
    height: 340px;
    min-height: 340px;
    overflow: auto;
}
.blog-posts .comments ul li .right-content h4 {
    font-size: 16px;
    font-weight: 600;
}
}

@media(max-width: 520px){
#store_contact_us, #store_submit_my_watch, #user_signup {
    padding: 25px 20px;
}
.top-detail span {
    font-size: 13px !important;
}
.slide_banner_img {
    width: 40%;
}
.main-content.slide_banner_caption {
    width: 60%;
}
#slider-front.owl-carousel .owl-item img {
    height: auto;
    aspect-ratio: 1/1;
}
.dataTables_length label {
    justify-content: center;
}
.dataTables_filter label {
    justify-content: center;
}
.login-content-wrapper .block-right {
    padding: 30px !important;
}
.home_main_banner {
    position: relative;
    padding: 30px 0px;
}
#slider-front.owl-carousel .owl-item img {
    /* height: 150px;
    object-fit: contain;
        padding: 5px;
            background-color: #fff; */
}
.latest-bid {
    margin-top: 30px;
}
.blog-posts {
    margin-top: 30px;
}
.main-content.slide_banner_caption {
    padding: 15px 15px;
    position: relative;
    text-align: left;
}
.home_banner_post_info span.mob_txt_hide_vs {
    display: none;
}
#slider-front .item-content:before{
    content: none;
}
.slide_banner_caption .meta-category span {
    font-size: 16px !important;
}
.slide_banner_caption > p {
    display: none;
}
ul.post-info.home_banner_post_info {
    margin-top: 10px !important;
}
.owl-banner .item .item-content {
    align-items: center;
}
.gallery_models > div {
    width: calc(50% - 10px);
}
}


.pac-container {
    z-index: 1051;
}
.setting_switch_dr .switch input[type=checkbox] {
    display: none;
}
.setting_switch_dr .switch label {
    margin: 0;
}
.setting_switch_dr h6{
    min-width: 200px;
}
.notification-dr {
    width: 80%;
}
.switch.notification-switch-dr {
    width: 20%;
    display: flex;
    justify-content: flex-end;
}
.card.card-notification-dr {
    padding: 20px !important;
}
.model_dropdown_detail_vs .btn {
    background: #eee;
    border: 1px solid #eee;
    font-size: 14px;
    box-shadow: none;
    margin-bottom: 5px;
    color: #000;
}
.model_dropdown_detail_vs .dropdown-toggle::after{
    content: none;
}
.model_dropdown_detail_vs .btn.dropdown-toggle:focus {
    border-color: #144734;
}
.model_dropdown_detail_vs .dropdown-menu:before{
    content: none;
}
.model_dropdown_detail_vs .dropdown-menu {
    border: 1px solid #eee;
    box-shadow: 0px 2px 4px rgb(0 0 0 / 16%);
    z-index: 1;
}
.model_dropdown_detail_vs .dropdown-item {
    font-size: 14px;
    color: #144734;
}
.watch_auction_popup_vs .modal-header img {
    max-width: 170px;
}
.watch_auction_popup_vs .modal-header {
    background: #20232e;
    justify-content: center;
}
.watch_auction_popup_vs .modal-body {
    padding: 40px;
}
.watch_auction_popup_vs .modal-lg {
    max-width: 630px;
}
.watch_auction_popup_vs h2 {
    margin-bottom: 15px;
}
.watch_auction_popup_vs p {
    margin-bottom: 10px;
    font-size: 15px;
}
.watch_auction_popup_vs .form-group label{
    font-weight: bold;
}
.model_dropdown_detail_vs {
    display: flex;
    flex-wrap: wrap;
    position: relative;
}
.model_dropdown_detail_vs > div {
    margin-right: 0; 
    margin-bottom: 20px;
    width: 100%;
}
.blog-posts .down-content ul.post-info li:last-child:after, ul.post-info li:last-child:after {
    content: none;
}
.top-detail ul.post-info li {
    font-size: 15px;
}
.detailContent .down-content {
    padding: 0;
}
.bid_detail_content .product-bid {
    padding-top: 15px !important;
}
.blog-posts .comments {
    margin-top: 0;
}
.top-detail.fixed-detail .mobile_sticky {
    margin-top: 0;
    padding: 8px 0px !important;
    border-top: 0;
}
.fixed-detail h2 {
    display: none;
}
.detail_content_bid {
    margin: 0 !important;
}

@media (max-width: 767px) {
    .post-banner-layout {
        height: auto;
        padding: 50px 0px;
    }
    .bid_detail_content .product-bid {
        padding-top: 0px !important;
    }
    .post-banner-layout:before {
    height: 100%;
}
    header .navbar {
    padding: 10px 0px;
}

    .post-banner-layout .banner-content p {
        font-size: 15px;
        line-height: 24px;
    }
	span.mob_txt_hide_vs {
		display: none;
	}
	.bid_detail_btns_vs #send_auction, .bid_detail_btns_vs #how_it_works_Auction {
		display: none;
	}
	.bid_detail_btns_vs a {
		margin-top: 0 !important;
	}
	.top-detail ul.post-info li {
		font-size: 13px;
	}
	.blog-posts .down-content ul.post-info li:after, ul.post-info li:after {
		margin-left: 6px;
	}
	.blog-posts .down-content ul.post-info li, ul.post-info li {
		margin-right: 3px;
	}
	.bid_detail_btns_vs .custom-btn, .bid_detail_btns_vs .custom-btn-outline {
		padding: 8px 8px;
	}
	.bid_detail_btns_vs .custom-btn-outline i{
		margin-right: 0px !important;
		font-size: 18px;
		top: 2px;
    	position: relative;
	}
	.mobile_sticky {
		position: relative;
		transition: all 0.3s;
	}
	.fixed-detail .mobile_sticky {
		position: fixed;
		top: 61px;
		background: #fff;
		width: 100%;
		left: 0;
		padding: 10px 15px !important;
        margin-top: 20px;
	}
    .top-detail.fixed-detail .mobile_sticky {
        padding: 8px 15px !important;
    }
}


@media (max-width: 520px){
    #slider-front.owl-banner .item .item-content .meta-category span{
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
    }
    .subscribed_brand_vs {
    margin-top: 8px;
}
}

img {
    max-width: 100%;
}
span.notify_brand_listing_vs {
    position: absolute;
    top: 10px;
    right: 10px;
}
span.notify_brand_listing_vs i {
    font-size: 20px;
}
.subscribed_brand_vs .custom-btn i {
   /* color: #144734;*/
    color: #fef851;
}
.subscribed_brand_vs .Cutom-btn-dr i {
    color: #144734 !important;
}
.subscribed_brand_vs .custom-btn:hover {
    color: #fff;
    border: 1px solid #000;
    background-color: #000;
}
.subscribed_brand_vs .custom-btn{
    outline: none;
    box-shadow: none;
}
.subscribed_brand_vs .custom-btn.Cutom-btn-dr {
    border: 1px solid #144734;
    background: transparent;
    color: #144734;
}
.subscribed_brand_vs .custom-btn.Cutom-btn-dr .fa-bell:before{
    content: "\f0a2";
}

i.fa.fa-bell-o.ml-2 {
    color: #fff !important;
}
i.fa.fa-bell.ml-2 {
    color: #fef851 !important;
}
.show-results a:hover {
    color: #144734;
    background: #f8f9fa;
}
.custom-btn.placeBid {
    display: inline-block;
    background: #144734;
    border-color: #144734;
    color: #fff;
}

.custom-btn.placeBid-btn {
    display: inline-block;
    background: #144734;
    border-color: #144734;
    color: #fff;
}

.like-btn{
    color:#000 !important;
}

.unlike-btn{
    color:#144734 !important;
}
.forms-sample .form-group > label {
    display: block;
}
.navbar-brand img {
    max-width: 200px;
}
.pac-container {
    border-top: none;
}
span.bell-icon-class i.fa.fa-bell-o.ml-2 {
    color: #000 !important;
}
.navbar-nav li.marked .dropdown-menu {
    left: auto;
    right: 0;
}
.navbar-nav li.marked .dropdown-menu:before {
    left: auto;
    right: 8px;
}
.bid_detail_btns_vs .custom-btn-outline.marked-favourite {
    color: #fff !important;
    border: 1px solid #144734 !important;
    background-color: #144734 !important;
}
.down-content a{
    color: #20232e !important;
}

#myBtn{
    color:#144734;
    font-weight: 600;
}

.product-bid{
    border-top: #EEEEEE !important;
}

.container-1 {
    max-height: 95px;
    overflow: hidden;
  }
  
  .container-1 p {
    margin: 0;
    padding: 0;
    
  }

  .specification{
    border-top: 1px solid #ddd;
  }
  
  .latest-img-view img {
    aspect-ratio: 1/1;
    object-fit: cover;
    height: 100%;
    width: 100%;
}
.photo_gallry_vs li img {
    aspect-ratio: 1/1;
    object-fit: cover;
    height: 100%;
    width: 100%;
}
.active_auction_posts .blog-post .down-content p {
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.home_sidebar.sidebar{
    margin-top: 0;
}
.all-blog-posts-result .blog-thumb {
    width: 100%;
    height: 100%;
}
.all-blog-posts-result .blog-post {
    aspect-ratio: 1/1;
}
.navbar-nav .dropdown-menu {
    margin-top: 0;
}
.bid_detail_slider.bid_slider-thumb {
    margin-right: 20px;
    width: 90px;
}
.bid_detail_slider.bid_slider-content {
    width: calc(100% - 110px);
    padding: 0;
}
.blog-banner.detail_bid_banner_vs {
    display: flex;
    width: 100%;
}
.bid_detail_slider.bid_slider-thumb .slick-slide img {
    border: 2px solid #ddd;
    margin-bottom: 10px;
    cursor: pointer;
    width: 90px;
}
.bid_detail_slider.bid_slider-thumb .slick-slide.slick-current.slick-active img {
    cursor: default;
    border-color: #0e8558;
}
.bid_detail_slider.bid_slider-thumb .slick-prev {
    left: 0;
    opacity: 1;
    color: #fff;
    font-size: 24px;
    background: #272933;
    width: 90px;
    top: 0;
    padding: 5px 5px;
    height: auto;
    position: relative;
    transform: inherit;
    -webkit-transform: inherit;
    -ms-transform: inherit;
}
.bid_detail_slider.bid_slider-thumb .slick-prev:before, .bid_detail_slider.bid_slider-thumb .slick-next:before{
    content: none;
}
.bid_detail_slider.bid_slider-thumb .slick-next {
    right: 0;
    opacity: 1;
    color: #fff;
    font-size: 24px;
    background: #272933;
    width: 90px;
    bottom: 0;
    padding: 5px 5px;
    height: auto;
    top: auto;
    position: relative;
    transform: inherit;
    -webkit-transform: inherit;
    -ms-transform: inherit;
}
.bid_detail_slider.bid_slider-thumb .slick-list {
    margin: 0px;
}
header .navbar {
    transition: all 0.3s;
}
.bid_detail_slider.bid_slider-thumb .slick-prev {
    margin-bottom: 10px;
}
header.background-header {
    height: auto;
}
header {
    height: auto;
}
header.background-header nav.navbar {
    padding: 8px 0px;
}
.top-detail {
    transition: all 0.3s;
}
span.read-more-btn {
    cursor: pointer;
}
.read-more-btn:hover {
    color: #144734;
}


@media(max-width: 1100px){
.bid_detail_slider.bid_slider-thumb {
    width: 70px;
    margin-right: 15px;
}
.bid_detail_slider.bid_slider-content {
    width: calc(100% - 85px);
    padding: 0;
}
.bid_detail_slider.bid_slider-thumb .slick-prev, .bid_detail_slider.bid_slider-thumb .slick-next {
    font-size: 20px;
    width: 70px;
}
}

@media(max-width: 520px){
.bid_detail_slider.bid_slider-content {
    width: 100%;
}
.bid_detail_slider.bid_slider-thumb {
    width: 100%;
    margin-right: 0;
    order:2;
    padding: 0px 32px;
    margin-top: 10px;
}
.bid_detail_slider.bid_slider-thumb .slick-prev {
    margin-bottom: 0;
}
.blog-banner.detail_bid_banner_vs {
    display: flex;
    width: 100%;
    flex-wrap: wrap;
}
.bid_detail_slider.bid_slider-thumb .slick-list {
    margin: 0;
}
.bid_detail_slider.bid_slider-thumb .slick-slide img {
    margin: 0px;
}
.bid_detail_slider.bid_slider-thumb .slick-prev {
    position: absolute;
    left: 0;
    height: 100%;
    width: 30px;
    z-index: 1;
}
.bid_detail_slider.bid_slider-thumb .slick-next  {
    position: absolute;
    right: 0;
    height: 100%;
    width: 30px;
    top: 0;
}
.bid_detail_slider.bid_slider-thumb .slick-prev i {
    transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
}
.bid_detail_slider.bid_slider-thumb .slick-next i {
    transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
}
.blog-posts .detailContent .down-content {
    padding: 15px 0;
    border-top: 1px solid #eee;
}
.model_dropdown_detail_vs > div {
    margin-right: 0;
}
}

.detail_content_bid .read-more {
    font-size: 14px;
    letter-spacing: 0.2px;
    font-weight: 600;
    color: #144734 !important;
}
.detail_content_bid .read-more:hover {
    color: #144734;
}
#termConditionModal .modal-header {
    background: #f2f2f2;
}
div#termConditionModal .modal-body {
    max-height: 430px;
    overflow-y: auto;
}
.modal-footer.decalre_model_footer {
    border-top: 1px solid #ddd;
}
.detail_content_bid p {
    padding-top: 15px !important;
}

.place_bid_btn[disabled] {
    pointer-events: none;
    opacity: 0.2;
}
.body_wrap_content {
    min-height: 65vh;
}
