@charset "utf-8";
/* CSS Document */

.d-block {
  display: block !important;
}
.d-none {
  display: none !important;
}
.d-flex {
  display: flex;
}
.p-relative {
  position: relative;
}

.p-t-0 {
  padding-top: 0px !important;
}
.p-t-20 {
  padding-top: 20px !important;
}
.p-b-0 {
  padding-bottom: 0px !important;
}
.p-b-2 {
  padding-bottom: 2px;
}
.p-b-5 {
  padding-bottom: 5px !important;
}
.p-b-15 {
  padding-bottom: 15px !important;
}
.p-r-0 {
  padding-right: 0px !important;
}
.p-l-0 {
  padding-left: 0px !important;
}
.p-l-10 {
  padding-left: 10px !important;
}
.p-l-20 {
  padding-left: 20px !important;
}

.m-t--12 {
  margin-top: -12px;
}
.m-t--50 {
  margin-top: -50px;
}
.m-t--90 {
  margin-top: -90px !important;
}
.m-t-0 {
  margin-top: 0px;
}
.m-t-5 {
  margin-top: 5px;
}
.m-t-7 {
  margin-top: 7px;
}
.m-t-10 {
  margin-top: 10px;
}
.m-t-15 {
  margin-top: 15px;
}
.m-t-20 {
  margin-top: 20px;
}
.m-t-25 {
  margin-top: 25px;
}
.m-t-30 {
  margin-top: 30px;
}
.m-t-45 {
  margin-top: 45px;
}
.m-r-5 {
  margin-right: 5px;
}
.m-r-10 {
  margin-right: 10px;
}
.m-b-0 {
  margin-bottom: 0px !important;
}
.m-b-5 {
  margin-bottom: 5px !important;
}
.m-b-10 {
  margin-bottom: 10px !important;
}
.m-b-15 {
  margin-bottom: 15px !important;
}
.m-l-0 {
  margin-left: 0px !important;
}
.m-l-25 {
  margin-left: 25px !important;
}
p {
  line-height: 15px;
}
.c-gray {
  color: #777777;
}
.c-green {
  color: #009ad0;
}
.c-black {
  color: #000 !important;
}
.bdr-0 {
  border-width: 0px !important;
}
.bdr-b {
  border-bottom: 1px solid #f0f0f0;
}

.icon-svg {
  width: 15px !important;
  height: 15px !important;
  display: block;
}
.f-right {
  float: right;
}
.f-left {
  float: left;
}
.clr {
  clear: both;
}

.c-yellow {
  color: #009ad0 !important;
}

.btn-yellow {
  background: #009ad0;
  color: #fff;
}
.form-check-validation input.input-required,
.form-check-validation select.input-required,
.form-check-validation label.input-required{
  border-color: #c85454 !important;
}
.box-shadow-1 {
  box-shadow: 0 1px 10px 0 rgb(32 33 36 / 10%);
}
@media (max-width: 1200px){
  .box-shadow-1.sidebar-content{
    position: fixed;
  }
}
.box-shadow-2 {
  box-shadow: 0 1px 10px 0 rgb(32 33 36 / 10%);
}
.tp-head {
  position: absolute;
  z-index: 9;
  width: 100%;
  height: 67px;
  box-shadow: 0 1px 10px 0 rgb(32 33 36 / 10%);
}
.header-middle {
  padding-bottom: 10px !important;
  padding-top: 10px !important;
}
.hed-icon {
  width: 25px;
  height: 25px;
}
.logo img {
  width: 140px;
}
.log-dt {
  width: auto;
  height: auto;
  padding: 3px 8px;
  border-radius: 7px;
  border-color: #bebebe;
  border-width: 1px;
  margin-bottom: 0px;
}
.log-dt:hover {
  background: none !important;
  border-color: #bebebe !important;
}
.log-dt i {
  background: #bebebe;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  line-height: 25px;
  text-align: center;
}
.log-dt .w-icon-hamburger {
  background: none;
  color: #bebebe;
  margin-right: 15px;
  height: auto;
  width: auto;
}
.log-dt i .hed-icon {
  width: 20px;
  height: 20px;
}
.mob-search {
  position: absolute;
  bottom: -20px;
  left: 12px;
  width: 94%;
}
.mob-search .header-search {
  border-radius: 5px;
  background: #fff;
}
.mob-search .btn-search {
  border-radius: 0 5px 5px 0 !important;
  padding: 10px 15px;
  background: #009ad0;
  color: #fff;
}
.mob-search .btn-search:hover {
  background: #fe7c00;
  color: #fff;
}
.cnd-mn {
  position: relative;
  /*top: 126px;
	margin-bottom:126px;*/
}
.sidebar-fixed-menu {
  /*top:-125px;*/
  z-index: 9;
  height: 100%;
}
.side-mnu-bar {
  text-align: left;
}
.side-mnu-bar .logo {
  display: inline-block;
  margin-right: 0px !important;
  margin-top: 10px;
  margin-bottom: 17px;
  margin-left: 20px !important;
}
.side-mnu-bar .site-logo {
  position: relative;
}
.side-mnu-bar .site-logo .text-beta {
  position: absolute;
  bottom: 20px;
  font-size: 12px;
}
.side-mnu-bar .main-mnu > li {
  padding: 0 20px;
}
.main-mnu > li > a {
  display: flex !important;
}

.main-mnu > li > a > span {
  padding: 11px 10px 11px 0px;
  border-bottom: 1px solid #e1e1e1;
  width: 100%;
  text-align: left;
  font-size: 12px;
  font-weight: 500;
}
.category-menu i.ico-svg {
  width: 25px !important;
  padding-top: 5px;
  margin-right: 10px;
}
.trms {
  margin: 0px auto;
  padding: 0px;
  display: block;
  margin-left: 10%;
  margin-top: 0px;
}
.trms li {
  margin: 0px;
  padding: 10px;
  list-style: none;
  float: left;
}
.trms li a {
  font-size: 11px;
  color: #777777;
}
.right-cnt {
  margin-top: 80px;
}
.banner-img {
  width: 100%;
  border-radius: 10px;
}
.banner-wrap {
  position: relative;
}
.banner-wrap h2 {
  font-size: 28px;
  color: #fff;
  top: 32%;
  position: absolute;
  left: 20px;
  width: 325px;
  margin-bottom: 0px;
}
.live-auctions .swiper-button-prev::before,
.live-auctions .swiper-button-next::before {
  display: none;
}
.live-auctions .swiper-button-next {
  right: 45px !important;
}
.widget-products .live-auctions .swiper-button-next {
  width: 75px !important;
  font-size: 11.5px !important;
  font-weight: 600;
  text-transform: uppercase;
  color: #f5c955;
}
.widget-products .live-auctions .swiper-button-next i {
  margin-left: 5px;
  font-size: 15px;
  font-weight: 500;
}
.widget-b-body h4 {
  font-size: 16px;
  /*padding-left:10px;*/
}
.live-auctions .ratings-container {
  display: block !important;
  font-size: 11px !important;
  line-height: 15px;
  width: 100%;
}
.live-auctions .product-details {
  text-align: left;
  min-height: 125px;
}
.live-auctions .lot-no,
.car-name .lot-no {
  margin-right: 3.5rem;
  position: relative;
  display: block;
  float: left;
}
.live-auctions .lot-right,
.car-name .lot-right {
  margin-right: 0.5rem;
  position: relative;
  display: block;
  float: right;
}
.live-auctions .product-name {
  text-align: left;
  font-size: 12px;
  font-weight: 600;
  margin-bottom: 10px;
}
.live-auctions .product-simple:hover .product-price {
  visibility: visible !important;
  opacity: 1 !important;
}
.live-auctions .product-pa-wrapper {
  text-align: left;
  display: block !important;
}
.live-auctions .product-price .new-price {
  color: #009ad0;
  font-size: 15px;
}
.yn-btn.btn.btn-sm {
  font-size: 12px;
  padding: 6px 15px;
  border-radius: 6px !important;
  border: 0px;
}
.widget-products .widget-body.widget-b-body {
  /*padding: 2.6rem 0 2.3rem!important;*/
  padding: 2.6rem 0 2.3rem;
  -webkit-transition: border-color 0.3s;
  transition: border-color 0.3s;
}
.live-auctions .swiper-wrapper {
  padding: 0;
}
.live-auctions .swiper-wrapper .swiper-slide {
  margin: 10px 9.3px !important;
  padding: 5px;
  border-radius: 5px !important;
}
.live-auctions .swiper-wrapper .swiper-slide:first-child {
  margin-left: 0px !important;
}
.live-auctions .swiper-wrapper .swiper-slide:lasr-child {
  margin-right: 0px !important;
}
.live-auctions .product-media img {
  border-radius: 5px !important;
}
.widget-body.widget-b-body .title-underline::after {
  display: none;
}
.lot-left {
  margin-right: 0.5rem;
  position: relative;
  display: block;
  float: left;
  padding: 10px 0 0;
}

.buy-it {
  margin-bottom: 25px;
  background-color: #f8f8f8;
}
.buy-it-now {
  margin: 0px;
  padding: 0px;
}
.buy-it-now li {
  margin: 0px 0px 15px;
  padding: 0px;
  list-style: none;
  background: #fff;
  border-radius: 5px !important;
}
.buy-it-now li .product-media {
  width: 25%;
  float: left;
  background: #000;
  border-radius: 5px 0 0px 5px;
}
.buy-it-now li .product-media img {
  border-radius: 5px 0 0px 5px;
}
.buy-it-now li .car-name {
  width: 25%;
  float: left;
  padding: 85px 10px 0;
}
.buy-it-now li .car-name h5 {
  margin-bottom: 5px;
  font-size: 15px;
}
.buy-it-now li .car-name p {
  margin-bottom: 10px;
  color: #9b9b9b;
  line-height: 15px;
}
.car-name .ratings-container {
  /*display:block!important;*/
}
.car-name .ratings-container span {
  font-weight: 400;
  line-height: 18px;
}
.buy-it-now li .d-payment {
  width: 20%;
  float: left;
  padding: 85px 10px 0;
}
.buy-it-now li .d-payment h4 {
  color: #009ad0;
  margin-bottom: 0px;
  font-size: 1.6rem;
}
.buy-it-now li .d-payment p,
.buy-it-now li .price p {
  color: #9b9b9b;
  font-size: 1.2rem;
  margin-bottom: 0px;
}
.buy-it-now li .price,
.buy-it-now li .buy {
  width: 15%;
  float: left;
  padding: 83px 10px 0;
}
.buy-it-now li .price h5 {
  margin-bottom: 0px;
}
.buy-it .view-all {
  font-size: 12.5px !important;
  font-weight: 600 !important;
  text-transform: uppercase;
  color: #f5c955;
}

.bottom-btn-part {
  position: fixed;
  right: 2%;
  top: 86px;
  z-index: 1;
}
.top-btn-part {
  position: static;
  right: 2%;
  top: 86px;
  z-index: 1;
  float: right;
}
.top-btn-part li a {
  color: #000 !important;
}
.bottom-btn-part ul {
  margin: 0px;
  padding: 0px;
}
.bottom-btn-part ul li {
  margin: 0px;
  padding: 5px;
  float: left;
  list-style: none;
}
.bottom-btn-part ul li a {
  margin: 0px;
  padding: 10px 25px;
  background: #fff;
  color: #9b9b9b;
  border-radius: 20px;
  box-shadow: 0 1px 10px 0 rgb(32 33 36 / 20%);
}

.mobile-menu-container .site-logo {
  position: relative;
}
.mobile-menu-container .site-logo .text-beta {
  position: absolute;
  top: 20px;
  font-size: 14px;
}
.mmenu-active .mobile-menu-container {
  padding-left: 0px !important;
  padding-right: 0px !important;
}

.mob-menu-top {
  width: 100%;
  height: 60px;
  display: block;
  padding: 0px 15px;
}
.mobile-menu-container .tab-content {
  padding: 0px 15px;
}
.mob-menu-logo {
  width: 120px;
  display: block;
  float: left;
}
.mob-menu-tp-right {
  float: right;
}
.mob-menu-tp-right ul {
  margin: 0px;
  padding: 0px;
  margin-right: 15px;
}
.mob-menu-tp-right ul li {
  margin: 0px;
  padding: 0px 10px;
  list-style: none;
  float: left;
}
.mob-menu-btn {
  width: 100%;
  display: block;
  padding: 15px 30px;
  height: 50px;
}
.mob-menu-btn a {
  padding: 5px 20px;
  color: #006fa8;
  border-radius: 5px;
  display: block;
  border: 1px solid #006fa8;
  float: left;
  margin-right: 10px;
}
.hed-icon1 {
  width: 30px;
  height: 30px;
}
.hed-icon2 {
  width: 22px !important;
  height: 20px;
}
.mob-menu-tp-right ul li:last-child {
  padding-right: 0px;
}
.mob-sign-up {
  background: #f4f4f4;
  padding: 10px 10px 10px 25px;
  line-height: 30px;
}
.mob-sign-up-icon {
  width: 30px;
  height: 30px;
  display: block;
  float: left;
  background: #bebebe;
  border-radius: 50%;
  margin-right: 10px;
}
.mob-sign-up-icon img {
  width: 20px;
  height: 20px;
  display: block;
  margin: auto;
  margin-top: 3px;
}

.mob-sign-up a {
  color: #000;
  font-weight: 600;
}
.sign-out {
  width: 100%;
  text-align: center;
  color: #000;
  margin-top: 15px;
}
.sign-out a {
  color: #000;
}

.pj-name {
  font-size: 20px !important;
  text-transform: uppercase;
}
.auctions .nav-tabs li {
  width: 33.3%;
}
.auctions .buy-it-now li .car-name,
.auctions .buy-it-now li .d-payment {
  padding: 70px 10px 0;
}

.auctions .buy-it-now.bidding li .car-name,
.auctions .buy-it-now.bidding li .d-payment,
.auctions .buy-it-now.bidding li .buy {
  padding: 85px 10px 0;
}
.auctions .buy-it-now.bidding li .price {
  padding: 78px 10px 0;
}

.auctions li .buy {
  padding: 70px 10px 0;
}
.auctions li .price {
  padding: 70px 10px 0;
}
.auctions li .price {
  width: 13%;
}
.auctions li .buy {
  width: 17%;
}
.t-aling-end {
  text-align: end;
}
.t-aling-center {
  text-align: center;
}
.t-aling-left {
  text-align: left !important;
}
.auctions h5 {
  margin-bottom: 0px;
}
.mob-bid {
  position: absolute;
  right: 0px;
  top: -11px;
  margin-right: 0px;
}

.buy-it-now.v-pending li .d-payment {
  padding: 70px 10px 0;
}

.auctions .buy-it-now.v-pending li .car-name {
  padding: 70px 10px 0;
}

.buy-it-now.v-live li .car-name {
  width: 28%;
  float: left;
  padding: 75px 10px 0;
}
.buy-it-now.v-live li .d-payment {
  width: 27%;
  padding: 75px 10px 0;
}
.auctions .v-live li .buy {
  width: 20%;
  padding: 75px 10px 0;
}
.btn-icon {
  width: 15px;
  height: 15px;
  margin-right: 5px;
}
.auctions .buy-it-now.v-not-sold li .car-name,
.auctions .buy-it-now.v-not-sold li .d-payment {
  padding: 70px 10px 0;
}
.name-bar {
  width: 100%;
  padding: 10px;
  border-radius: 5px;
  box-shadow: 0 1px 10px 0 rgb(32 33 36 / 10%);
}
.icon-gust-head {
  width: 46px;
  height: 46px;
  border-radius: 50%;
  background: #fff;
  text-align: center;
  line-height: 36px;
  border: 1px solid #e1e1e1;
}
.icon-gust-head i {
  width: 40px;
  height: 40px;
  display: block;
  line-height: 36px;
  border-radius: 50%;
  background: #8058dc;
  border: 1px solid #e1e1e1;
  margin: auto;
  padding: 0px;
  margin-top: 4%;
}
.icon-gust-head img {
  border-radius: 50%;
  width: 30px;
}
.name-bar h5 {
  margin-left: 10px;
  line-height: 46px;
  margin-bottom: 0px;
  font-size: 13px;
  font-weight: 600;
}
.online-green {
  position: absolute;
  left: 38px;
  top: 25px;
  width: 10px;
  height: 10px;
  display: block;
  background: #06ce19;
  border: 1px solid #fff;
  border-radius: 50%;
}
.c-call {
  margin: 0px;
  padding: 0px;
}
.c-call li {
  margin: 0px;
  padding: 0px;
  list-style: none;
  float: left;
  margin-left: 10px;
  margin-top: 3px;
}
.chat-call {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: #fff;
  text-align: center;
  border: 1px solid #e1e1e1;
  box-shadow: 0 1px 5px 0 rgb(32 33 36 / 10%);
}
.chat-call i {
  width: 36px;
  height: 36px;
  display: block;
  line-height: 31px;
  border-radius: 50%;
  background: #009ad0;
  border: 1px solid #e1e1e1;
  margin: auto;
  padding: 0px;
  margin-top: 6%;
}
.chat-call img {
  border-radius: 50%;
  width: 25px;
}
.chat-v-call {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: #fff;
  text-align: center;
  border: 1px solid #e1e1e1;
  box-shadow: 0 1px 5px 0 rgb(32 33 36 / 10%);
}
.chat-v-call i {
  width: 36px;
  height: 36px;
  display: block;
  line-height: 31px;
  border-radius: 50%;
  background: #006fa8;
  border: 1px solid #e1e1e1;
  margin: auto;
  padding: 0px;
  margin-top: 6%;
}
.chat-v-call img {
  border-radius: 50%;
  width: 25px;
}
.chat-cnt-main {
  width: 100%;
  padding: 10px 0px 0;
  margin-bottom: 100px;
}
.chat-cnt-l,
.chat-cnt-r {
  width: 100%;
  display: block;
  margin-bottom: 10px;
  margin-top: 10px;
}

.chat-me {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: #fff;
  text-align: center;
  border: 1px solid #e1e1e1;
  position: absolute;
  right: 0px;
  bottom: 0px;
}
.chat-me i {
  width: 36px;
  height: 36px;
  display: block;
  line-height: 31px;
  border-radius: 50%;
  background: #1c74cd;
  border: 1px solid #e1e1e1;
  margin: auto;
  padding: 0px;
  margin-top: 5%;
}
.chat-me img {
  border-radius: 50%;
  width: 25px;
}
.chat-pic {
  width: 200px;
  border-radius: 5px;
  margin-right: 50px;
}

.chat-day {
  border-top: 1px solid #eee;
  text-align: center;
  margin-bottom: 10px;
  margin-top: 20px;
}
.chat-day p {
  background: #fff;
  width: 175px;
  font-size: 12px;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.chat-gust {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: #fff;
  text-align: center;
  border: 1px solid #e1e1e1;
  position: absolute;
  left: 0px;
  bottom: 0px;
}
.chat-gust i {
  width: 36px;
  height: 36px;
  display: block;
  line-height: 31px;
  border-radius: 50%;
  background: #8058db;
  border: 1px solid #e1e1e1;
  margin: auto;
  padding: 0px;
  margin-top: 5%;
}
.chat-gust img {
  border-radius: 50%;
  width: 25px;
}

.chat-txt {
  max-width: 44%;
  display: block;
  margin-left: 50px;
  background: #eaeaea;
  padding: 11px;
  border-radius: 10px;
}
.chat-txt p {
  margin-bottom: 5px;
  line-height: 18px;
}
.chat-cnt-r .chat-txt {
  margin-left: 0px;
  margin-right: 50px;
  background: #fff;
  text-align: left;
  box-shadow: 0 1px 5px 0 rgb(32 33 36 / 20%);
}
.chat-icon-pic {
  width: 50px;
  height: 50px;
  margin-left: 50px;
}
.voice-note {
  width: 100px;
}
.chat-txt ul {
  margin: 0px;
  padding: 0px;
}
.chat-txt ul li {
  margin: 0px;
  padding: 0px;
  list-style: none;
}
.chat-txt ul li p {
  font-size: 10px;
  margin-bottom: 0px;
}

.product-g-bottom {
  margin: 20px 0 0;
  padding: 0px;
}
.product-g-bottom li {
  margin: 0px;
  padding: 15px 5px;
  list-style: none;
  float: left;
  width: 33.33%;
  background: #009ad0;
}
.product-g-bottom li a {
  margin: auto;
  padding: 0px 0px;
  list-style: none;
  display: block;
  text-align: center;
  color: #fff;
  font-size: 13px;
  min-height: 60px;
  border-right: 1px solid #fff;
}
.product-g-bottom li:last-child a {
  border-right: 0px;
}
.product-g-bottom li a img {
  width: 35px;
  height: 35px;
  margin: auto;
}

.product-details .product-title {
  margin-bottom: 5px !important;
  line-height: 20px;
}
.bid-time,
.bid-time-price {
  margin: 0px;
  padding: 0px 10px 0 0 !important;
}
.bid-time-price li {
  width: 50%;
  margin: 0px;
  padding: 10px;
  float: left;
}
.bid-time-price li:first-child {
  padding-left: 0px;
}
.bid-time-price li:last-child {
  padding-right: 0px;
}
.bid-time-price li p {
  margin-bottom: 10px;
}
.bid-time-price li a {
  text-decoration: underline;
  font-size: 14px;
}
.bid-time li {
  margin: 20px 0px;
  padding: 5px;
  list-style: none;
  border-radius: 10px;
  border: 1px solid #c4c2c2;
}
.bid-time li span {
  width: 45px;
  height: 45px;
  display: block;
  float: left;
  padding: 7px;
  margin-right: 10px;
  border-radius: 50%;
  border: 1px solid #c4c2c2;
}
.bid-time li span img {
  width: 30px;
  height: 30px;
}
.bid-time li h6 {
  color: #009ad0;
  margin-bottom: 0px;
  line-height: 20px;
}
.bid-time li p {
  color: #777777;
  margin-bottom: 0px;
  font-size: 12px;
}

.cnt-inn {
  margin-top: 20px;
  text-align: center;
  padding-left: 34%;
}

.btn-inn1 {
  padding: 10px 25px;
  background: #009ad0;
  color: #fff;
  border-radius: 5px;
  font-size: 13px;
  font-weight: 500;
  display: block;
  float: left;
  line-height: 30px;
  margin-right: 15px;
  box-shadow: 0 5px 15px 0 rgb(32 33 36 / 20%);
}
.btn-inn1:hover {
  color: #fff;
  background: #006fa8;
}

.btn-inn1 img,
.btn-inn2 img {
  width: 30px;
  height: 30px;
  display: block;
  float: left;
  margin-right: 10px;
}
.btn-inn2 {
  padding: 9px 15px;
  color: #009ad0;
  border: 1px solid #009ad0;
  border-radius: 5px;
  font-size: 13px;
  font-weight: 500;
  display: block;
  float: left;
  line-height: 30px;
  margin-right: 15px;
}
.btn-inn2:hover {
  color: #009ad0;
  background: #f0f0f0;
}

.icon-6 {
  margin: 20 0 0 0px;
  padding: 0px;
}
.icon-6 li {
  margin: 0;
  padding: 0px;
  width: 16.66%;
  float: left;
  list-style: none;
  border: 1px solid #f1f1f1;
}
.icon-6 li a {
  width: 100%;
  display: block;
  text-align: center;
  padding: 15px;
  color: #777777;
}
.icon-6 li a p {
  margin-bottom: 0px;
  color: #777777;
  line-height: 16px;
  height: 30px;
}
.icon-6 li img {
  width: 70px;
  height: 70px;
  margin-bottom: 5px;
}
.buy-back-full {
  border-radius: 5px;
  margin: 20px 0;
}
.buy-back {
  background: #009ad0;
  width: 20%;
  height: 56px;
  float: left;
  padding: 10px;
  border-radius: 5px 0 0 5px;
}
.buy-back p {
  color: #fff;
  line-height: 18px;
  margin-bottom: 0px;
}
.buy-back img {
  width: 30px;
  height: 30px;
  float: left;
  margin-right: 10px;
}
.buy-back-txt {
  background: #f3f3f3;
  width: 80%;
  float: left;
  padding: 10px;
  height: 56px;
  border-radius: 0px 5px 5px 0;
}
.buy-back-txt p {
  line-height: 18px;
  margin-bottom: 0px;
}
.form-buy {
  margin: 20px 0;
}
.mst {
  border-radius: 10px;
  box-shadow: 0 1px 5px 0 rgb(32 33 36 / 20%);
  padding: 5px 15px;
}
.icon {
  width: 30px;
  height: 30px;
}

.card-header {
  color: #333;
  font-size: 1.6rem;
  font-weight: 600;
  letter-spacing: -0.025em;
  line-height: 1.5;
}
.card-header a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: inherit;
  padding: 1.4rem 5rem 1.4rem 2rem;
  -webkit-transition: background-color 0.4s;
  transition: background-color 0.4s;
}

.expand::after,
.collapse::after {
  content: "";
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}

.card-header a::after,
.card-header a::before {
  position: absolute;
  top: 50%;
  right: 2rem;
  margin-top: -1.1rem;
  font-family: "wolmart";
  font-size: 1.2rem;
  font-weight: 400;
  color: #333;
}
.collapse::after {
  -webkit-transform: translateY(-50%) rotate(180deg);
  transform: translateY(-50%) rotate(180deg);
}
.collapse::after {
  -webkit-transform: translateY(-50%) rotate(180deg);
  transform: translateY(-50%) rotate(180deg);
}

.card {
  box-shadow: 0 1px 10px 0 rgb(32 33 36 / 10%);
  margin-bottom: 20px;
  border-radius: 10px;
}
.accordion-border .card-body {
  border-top: 0;
  padding: 0;
}
.accordion .collapsed,
.accordion .expanding {
  display: none;
}

.form-control {
  border-radius: 10px;
  padding: 5px 15px;
  border: 1px solid #b7b7b7;
}
.v-info {
  width: 50%;
  float: left;
  padding: 15px;
}
.v-info .form-group {
  position: relative;
}
.v-info .form-group.label-large-text {
  margin-top: 30px;
}
.v-info .form-group label {
  position: absolute;
  left: 10px;
  top: -17px;
  padding: 5px 15px;
  background: #fff;
  color: #009ad0;
}
.v-info .form-group.label-large-text label {
  top: -18px;
  font-size: 1.2rem;
}
.icon-sm {
  width: 20px;
  height: 20px;
  display: block;
  float: left;
  margin-right: 10px;
}
.form-group span {
  position: absolute;
  right: 28px;
  /* top: 28%; */
  bottom: 12px;
}
.page-name span {
  font-size: 12px;
}

.bid-tim-in {
  width: 40%;
  float: left;
}
.btn-bid {
  padding: 10px 45px;
  background: #009ad0;
  color: #fff;
  border-radius: 5px;
  font-size: 13px;
  font-weight: 500;
  display: inline-block;
  float: left;
  line-height: 30px;
  margin-right: 15px;
  box-shadow: 0 5px 15px 0 rgb(32 33 36 / 20%);
}
.edit-vechicle-save.btn-bid {
  float: none;
  padding: 10px 65px;
}
.btn-bid:hover {
  color: #fff;
  background: #006fa8;
}
.btn-bid img {
  width: 30px;
  height: 30px;
  display: block;
  float: left;
  margin-right: 10px;
}

.share-watch {
  display: block;
  width: 100%;
  margin-top: 25px;
}
ul {
  margin: 0px;
  padding: 0px;
}
ul li {
  margin: 0px;
  padding: 0px;
  list-style: none;
}
.share-watch ul li {
  margin: 0px 10px 0 0;
  padding: 0px;
  list-style: none;
  float: left;
}
.share-watch ul li a {
  margin: 0px;
  padding: 10px 40px;
  background: #fff;
  display: block;
  float: left;
  color: #9b9b9b !important;
  border-radius: 20px;
  box-shadow: 0 1px 10px 0 rgb(32 33 36 / 20%);
}

.share-watch ul li a .hed-icon2 {
  float: left;
	margin-right: 10px;
}

.logo-login {
  margin-top: 5px;
  display: block;
  margin-left: 10px !important;
}
.login-popup {
  margin: auto;
  padding-left: 15px;
  padding-right: 15px;
}
.login-page {
  padding-top: 70px;
}
.inn-logo {
  width: 100%;
  display: block;
}
.inn-logo {
  width: 100%;
  display: block;
}
.inn-logo a {
  width: 175px;
  display: block;
  margin: auto;
}
.inn-logo a img {
  width: 100%;
  display: block;
}
.show-me {
  width: 45px;
  height: 30px;
  padding: 5px 13px;
  text-align: right;
  background: #fff;
  display: block;
  position: absolute;
  right: 3px;
  top: 6px;
  border-left: 1px solid #e5e5e5;
}
.show-me img {
  width: 20px;
  height: 20px;
  background: #fff;
  float: right;
}
.btn-primary {
  color: #fff;
  border-color: #009ad0;
  background-color: #009ad0;
  border-radius: 5px;
  padding: 17px 0 !important;
  box-shadow: 0 5px 15px 0 rgb(32 33 36 / 20%);
}
.btn-primary:hover {
  color: #fff;
  border-color: #006fa8;
  background-color: #006fa8;
}
.b-green {
  background-color: #009ad0;
  border-color: #009ad0;
}

.b-green:hover {
  background-color: #02595c;
  border-color: #02595c;
}
.width50 {
  width: 50%;
  float: left;
}
.bdr-l {
  border-left: 1px solid #c2c2c2;
  margin: 40px 0;
}
.sell-or-buy-car h1 {
  font-size: 32px;
  text-transform: uppercase;
  margin-bottom: 15px;
  line-height: 35px;
}
.sell-or-buy-car h1 span {
  color: #009ad0;
}
.sell-or-buy-car p {
  font-size: 14px;
  font-weight: 400;
  color: #777777;
  margin-bottom: 15px;
}
.sell-or-buy-car img.barcode {
  margin: 0px auto 20px;
}
.sell-or-buy-car img.barcode {
  margin: 0px auto 20px;
  width: 120px;
}
.sell-or-buy-car form .form-group {
  width: 470px;
  margin: 0px auto 15px;
  position: relative;
}
.sell-or-buy-car form .form-group::before {
  content: "";
  position: absolute;
  left: 120px;
  top: 11px;
  height: 30px;
  width: 1px;
  background: #b1b1b1;
  z-index: 1;
  display: none;
}
.sell-or-buy-car form .form-group select {
  border: none;
  position: absolute;
  -webkit-appearance: none;
  -moz-appearance: none;
  -o-appearance: none;
  appearance: none;
  background-image: url(../../images/top-bottom-arrow.png);
  background-repeat: no-repeat;
  background-position-x: 92%;
  background-position-y: 0px;
  padding-right: 25px;
  left: 20px;
  top: 13px;
  color: #777777;
  font-size: 13px;
  height: 26px;
  z-index: 2;
  width: 95px;
}
.sell-or-buy-car form .form-group input {
  width: 470px;
  padding: 15px 130px 15px 130px;
  color: #777777;
  border: 1px solid #b7b7b7;
  border-radius: 8px;
  font-size: 16px;
}
.sell-or-buy-car form .form-group button {
  position: absolute;
  right: 0px;
  top: 0px;
  background: #009ad0;
  border-radius: 0px 8px 8px 0px;
  padding: 15px 40px;
  color: #ffffff;
  font-size: 16px;
  height: 50px;
  width: 100px;
  display: block;
  font-weight: 600;
  border: 1px solid #009ad0;
}
.sell-or-buy-car p.change-font {
  font-size: 12px;
}
.sell-or-buy-car img.ggl-stre {
  width: 150px;
  margin-right: 12px;
}
.sell-or-buy-car img.playstore {
  width: 150px;
}
.d-md-block {
  display: block !important;
}
.login-footer {
  border-top: 1px solid #c2c2c2;
  padding-top: 25px;
}
.login-popup .form-control.tell {
  padding: 5px 10px 5px 107px;
}
.login-popup .form-group.tell-code select {
  border: none;
  position: absolute;
  -webkit-appearance: none;
  -moz-appearance: none;
  -o-appearance: none;
  appearance: none;
  background-image: url(../../images/top-bottom-arrow.png);
  background-repeat: no-repeat;
  background-position-x: 92%;
  background-position-y: 0px;
  padding-right: 25px;
  left: 15px;
  top: 9px;
  color: #777777;
  font-size: 13px;
  height: 26px;
  z-index: 2;
  width: 87px;
}
.login-popup .tell-code::before {
  content: "";
  position: absolute;
  left: 105px;
  top: 9px;
  height: 25px;
  width: 1px;
  background: #b1b1b1;
  z-index: 1;
}
.half {
  width: 50%;
  float: left;
  display: block;
  padding: 0px 3px;
}
.sign-up {
  max-width: 60rem;
}
.sign-up .show-me {
  width: 38px;
  height: 30px;
  padding: 5px 7px;
  right: 7px;
}

.my-bids .buy-it-now li .d-payment {
  width: 18%;
}
.my-bids li .buy {
  width: 19%;
}

.my-bids .buy-it-now.find-me-car-auct li .d-payment {
  width: 19%;
}
.my-bids .buy-it-now.find-me-car-auct li .buy {
  width: 18%;
}

.auctions .buy-it-now.find-buy li .car-name {
  padding: 70px 10px 0;
}
.my-bids .buy-it-now.find-buy li .d-payment {
  width: 19%;
  padding: 70px 10px 0;
}
.auctions .buy-it-now.find-buy li .price {
  width: 16%;
  padding: 70px 10px 0;
}
.auctions .buy-it-now.find-buy li .buy {
  width: 15%;
  padding: 70px 10px 0;
}

.auctions.purchases .nav-tabs li {
  width: 50%;
}
.nav-link .act,
.nav-link .in-act {
  width: 30px;
  height: 30px;
  display: inline-block;
  margin-right: 10px;
}
.nav-link .act {
  display: none;
}
.nav-link.active .in-act {
  display: none;
  width: 30px;
  height: 30px;
  margin-right: 10px;
}

.nav-link.active .act {
  width: 30px;
  height: 30px;
  display: inline-block;
  margin-right: 10px;
}
.icon-tab .nav-link {
  padding: 4px 0;
}

.auctions .buy-it-now.sold li .car-name {
  padding: 70px 10px 0;
}

.buy-it-now.sold li .d-payment {
  width: 20%;
  float: left;
  padding: 70px 10px 0;
}
.auctions .sold li .price {
  padding: 70px 10px 0;
}
.auctions li .price {
  /*width: 15%;*/
}
.auctions .sold li .buy {
  width: 15%;
  padding: 70px 10px 0;
}
.like {
  width: 35px;
  height: 35px;
  border: 2px solid #009ad0;
  border-radius: 5px;
  padding: 3px;
}
.dis-like {
  width: 35px;
  height: 35px;
  border: 2px solid #777777;
  border-radius: 5px;
  padding: 3px;
}
.thump1 {
  margin-right: 10px;
}

.auctions .my-bid-list li .price {
  width: 13%;
}
.auctions .v-pending li .price {
  width: 13%;
}
.auctions .v-not-sold li .price {
  width: 13%;
}

.bid-btn-1 {
  background: #009ad0;
  padding: 10px 25px;
  width: 100%;
  display: block;
  color: #fff;
  font-weight: 600;
  text-align: center;
  text-decoration: none !important;
  border-radius: 20px 0 0 20px;
}
.bid-btn-2 {
  background: #ebebeb;
  padding: 10px 25px;
  width: 100%;
  display: block;
  color: #000;
  font-weight: 600;
  text-align: center;
  text-decoration: none !important;
  border-radius: 0 20px 20px 0;
}
.cnt-inn1 {
  margin-top: 20px;
  text-align: center;
  padding-left: 20%;
}
.btn-bid3 {
  padding: 10px 45px;
  background: #fff;
  color: #000;
  border-radius: 25px;
  font-size: 13px;
  font-weight: 500;
  display: block;
  float: left;
  line-height: 30px;
  margin-right: 15px;
  box-shadow: 0 5px 15px 0 rgb(32 33 36 / 20%);
}

.btn-bid3 img {
  width: 30px;
  height: 30px;
  display: block;
  float: left;
  margin-right: 10px;
}

.auctions .purch li .price {
  width: 13%;
}

.my-inspection {
  border: 1px solid #d4d4d4;
  padding: 25px 20px 25px;
  border-radius: 20px;
}



.my-account {
  border: 1px solid #d4d4d4;
  padding: 25px 20px 25px;
  border-radius: 20px;
  background: #fff;
}
.big-three {
  border: 1px solid #f1f1f1;
  background: #fff;
  color: #777777;
  padding: 10px;
  border-radius: 20px;
  width: 100%;
  display: block;
  margin-top: 15px;
  -webkit-transition: 0.3s !important;
  transition: 0.3s !important;
  height: auto;
  float: none;
}

.smal-three-one {
  border-radius: 50%;
  border: 1px solid #c9c9c9;
  width: 50px;
  height: 50px;
  padding: 10px;
  background: #fff;
  float: left;
}
.smal-three-one img {
  width: 30px;
  height: 30px;
}
.smal-three-two {
  float: left;
}
.smal-three-two p {
  line-height: 50px;
  font-size: 15px;
  margin-left: 10px;
  -webkit-transition: 0.3s !important;
  transition: 0.3s !important;
  margin-bottom: 0px;
}
.smal-three-three {
  float: right;
}
.smal-three-three i {
  line-height: 50px;
  font-size: 20px;
  color: #009ad0;
}
.big-three:hover {
  background: #f1f1f1;
}
.big-three:hover .smal-three-one {
  border-color: #009ad0;
}
.big-three:hover .smal-three-two p {
  color: #000;
  margin-left: 20px;
}

.prefrences .card {
  box-shadow: none;
  margin-bottom: 0px;
  border-radius: 10px;
}
.prefrences .card .prif-icon {
  width: 30px;
  height: 30px;
  float: left;
  margin-top: 20px;
  display: block;
}
.prefrences .card a {
  font-size: 15px;
  font-weight: 500;
  padding: 20px 10px 20px 0px;
  margin: 0px 0 0 46px;
}
.prefrences .card-header a::after,
.prefrences .card-header a::before {
  color: #009ad0;
  font-size: 18px;
  right: 0px;
}
.prefrences .card .card-body .prif-card-cnt {
  border-bottom: 1px solid #ededed;
  margin-left: 47px;
  margin-top: 10px;
  padding-bottom: 10px;
}
.prefrences .card a.expand {
  border-bottom: 1px solid #ededed;
}

.prefrences .card .collapse::after {
  -webkit-transform: translateY(-50%) rotate(180deg);
  transform: translateY(-5%) rotate(180deg);
}
.prefrences .card .expand::after {
  -webkit-transform: translateY(-0%) rotate(0deg);
  transform: translateY(-0%) rotate(270deg);
}
.prefrences .card-header a::after,
.prefrences .card-header a::before {
  margin-top: -14px;
}

.card-check {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 20px;
  cursor: pointer;
  font-size: 15px;
  line-height: 10px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.card-check input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}
.card-check .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 15px;
  width: 15px;
  background-color: #fff;
  border-radius: 50%;
  border: 1px solid #777777;
}
.card-check:hover input ~ .checkmark {
  background-color: #fff;
}

.card-check input:checked ~ .checkmark {
  background-color: #fff;
}

.card-check .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

.card-check input:checked ~ .checkmark:after {
  display: block;
}

.card-check .checkmark:after {
  top: 2px;
  left: 2px;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: #009ad0;
}

.e-date {
  width: 100%;
}
.e-date p {
  margin-bottom: 5px;
  text-align: left;
}
#input-wrapper {
  width: 100%;
}
#input-wrapper input {
  width: 100%;
  border-radius: 10px;
  padding: 15px 15px;
  border: 1px solid #e5e5e5;
  background: none;
  z-index: 9;
}
#input-wrapper i {
  position: absolute;
  right: 20px;
  top: 32px;
  font-size: 24px;
}
#start i img {
  width: 50px;
  height: 50px;
}
#messages {
  display: none;
}
.upload-loader{
  display: none;
  text-align: center;
}
.h-john {
  width: 250px;
  height: 250px;
  border-radius: 50%;
  border: 3px solid #efefef;
  padding: 3px;
  background: #fff;
  margin: auto;
  margin-bottom: 15px;
}
.h-john img {
  width: 100%;
  border-radius: 50%;
  border: 2px solid #efefef;
}

.h-john2 {
  width: 250px;
  height: 250px;
  border-radius: 50%;
  border: 3px solid #006fa8;
  padding: 3px;
  background: #fff;
  margin: auto;
  margin-bottom: 15px;
}
.h-john2 img {
  width: 100%;
  border-radius: 50%;
}
.h-john2.h-icon {
  text-align: center;
}
.h-john2.h-icon img.img-svg {
  margin-top: 30px;
  width: 150px;
  border-radius: 0px;
}
.honest-j h4 {
  font-weight: 500;
  text-align: center;
  font-size: 20px;
}
.honest-j p {
  text-align: center;
}
.login-popup .form-group label {
  display: block;
  margin-bottom: 10px;
}
.login-popup .form-group label {
  display: block;
  margin-bottom: 10px;
  z-index: 1;
}
.abse {
  position: absolute;
  left: 10px;
  top: -16px;
  background: #fff;
  padding: 5px 10px;
  z-index: 0;
  margin-bottom: 0px !important;
}
.serch .abse {
  position: absolute;
  left: 10px;
  top: -11px;
  z-index: 0;
  background: #fff;
  padding: 0px 10px;
  margin-bottom: 0px !important;
}

.auctions.in-in .nav-tabs {
  border-width: 0px;
}
.auctions.in-in .nav-tabs li {
  width: auto;
}
.auctions.in-in.tab-nav-underline .nav-link {
  border: 1px solid #d3d3d3;
  border-radius: 15px;
  padding: 5px 20px;
  font-size: 14px;
  font-weight: 500;
}
.auctions.in-in .nav-tabs .nav-item .nav-link.active {
  background: #009ad0;
  color: #fff;
  border-color: #009ad0;
}
.auctions.in-in.tab-nav-underline .nav-item .nav-link.active::after,
.auctions.in-in.tab-nav-underline .nav-item:hover .nav-link::after {
  border-width: 0px;
}

.pop-up-menu {
  margin: 0px;
  padding: 0px;
}
.pop-up-menu li {
  margin: 0px;
  padding: 10px 0px;
  list-style: none;
}
.pop-up-menu li a {
  font-size: 14px;
  color: #898989;
}
.pop-up-menu li a:hover {
  font-size: 14px;
  color: #009ad0;
}
.mfp-close-btn-in .mfp-close {
  color: transparent;
  display: none;
}

.select-bx {
  position: relative;
}
.select-bx::before {
  right: 1.2rem;
  margin-top: -0.1rem;
  font-weight: 400;
}
.select-bx::before {
  content: "";
  font-family: "Wolmart";
  font-size: 9px;
  font-weight: 600;
  line-height: 1;
  position: absolute;
  right: 2rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.select-bx select {
  -moz-appearance: none;
  -webkit-appearance: none;
}
.tp-head {
  background: #fff;
}
.topup-m-bg {
  background: #f2f2f2;
  /* padding-bottom: 5.9%;
		height: 100vh;*/
}
.hight-cs .topup-m-bg {
  height: 100vh;
}
.topup .h-john {
  display: block;
  margin-left: 0px;
}
.balance {
  width: 200px;
  height: 200px;
  display: block;
  background: #fff;
  border-radius: 50%;
  border: 3px solid #009ad0;
  margin-bottom: 30px;
  text-align: center;
}
.balance p {
  margin-top: 25px;
  margin-bottom: 15px;
}
.balance h5 {
  font-size: 18px;
  text-align: center;
}
.topup .tab-content {
  background-color: #f2f2f2;
}
.bg-w-topup {
  width: 42%;
  position: absolute;
  height: 100%;
  display: block;
  background: #fff;
  left: 8%;
}

.topup .tab-vertical .nav-item {
  border-radius: 5px 0 0 5px;
  margin-bottom: 5px;
}
.topup .tab-vertical .nav-item:hover {
  background: #f2f2f2;
}
.topup .tab-vertical .nav-item.bal:hover {
  background: none;
}
.topup .tp-icon {
  width: 30px;
  height: 30px;
  display: block;
  float: left;
  margin-right: 10px;
  margin-top: 0px;
  margin-left: 10px;
}
.topup .tab-vertical .nav-link {
  width: 99.5%;
  display: block;
  float: left;
  padding: 10px;
  line-height: 30px;
  border-radius: 5px 0 0 5px;
  padding-left: 0px;
  margin-bottom: 0px;
  border-bottom: 1px solid #f2f2f2;
}
.topup .tab-vertical .active .nav-link {
  border-bottom: none;
}
.topup .tab-vertical .active {
  background: #f2f2f2;
}

.topup .tab-vertical .tab-content {
  border-top: 0px;
}
.topup .tab-pane h3 {
  font-size: 16px;
  font-weight: 600;
  line-height: 35px;
}
.topup .tab-pane .tp-icon {
  margin-top: 0px;
}
.topup .tab-pane .my-account {
  background: #fff;
}

.c-card,
.exp {
  margin: 0px;
  padding: 0px;
}
.c-card li {
  margin: 0px;
  padding: 0px;
  list-style: none;
  padding-left: 10px;
  width: 20%;
  float: left;
}
.c-card li 1mg {
  width: 100%;
}
.exp li {
  margin: 0px;
  padding: 0px;
  list-style: none;
  width: 50%;
  float: left;
}

.my-money {
  width: 100%;

}
.my-money .money-balance {
  float: right;
  width: 40%;
}
.my-money .money-list {
  float: right;
  width: 60%;
  padding-right: 100px;
  background-color: #fff;
}
.pay-metherd {
    background-color: #fff;
}
.my-money .money-balance .balance {
  margin-top: 25%;
}
.my-money .my-money-m {
  margin: 30px 0 0 0;
  padding: 0px;
}
.my-money .my-money-m li {
  margin: 0px;
  padding: 0px;
  list-style: none;
}
.my-money .my-money-m > li > a {
  display: flex !important;
}
.my-money .my-money-m li i.ico-svg {
  width: 50px !important;
  padding-top: 10px;
  margin-right: 15px;
  display: inline-block;
  vertical-align: middle;
  line-height: 0;
  font-size: 1.7rem;
}
.my-money .my-money-m > li > a > span {
  padding: 20px 10px 20px 0px;
  border-bottom: 1px solid #e1e1e1;
  width: 100%;
  text-align: left;
  font-size: 15px;
  font-weight: 500;
  color: #000;
}
.my-money .my-money-m > li > a:hover,
.my-money .my-money-m > li > a:hover span {
  color: #009ad0;
}

.my-money .my-money-m > li:not(:last-child) > a {
  border-bottom: 0px solid #e1e1e1;
}
.my-money .my-money-m > li .right-arow {
  line-height: 65px;
  font-size: 25px;
  margin-left: -20px;
}

.my-money.my-balence-sheet .money-balance {
  float: left;
  width: 32%;
  margin-right: 25px;
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 1px 10px 0 rgb(32 33 36 / 10%);
}
.my-money.my-balence-sheet .money-list {
  float: left;
  width: 65%;
  padding-right: 0px;
}
.my-money.my-balence-sheet .money-balance .balance {
  margin: 25% auto;
}
.my-balence-list {
}
.my-balence-list li {
  padding: 15px;
  box-shadow: 0 1px 10px 0 rgb(32 33 36 / 10%);
  border-radius: 10px;
  margin-bottom: 10px;
  background: #fff;
}
.my-balence-list li .balance-list1 {
  width: 40%;
  float: left;
}
.my-balence-list li .balance-list2 {
  width: 30%;
  float: left;
}
.my-balence-list li p {
  margin-bottom: 5px;
  text-align: left;
}
.my-balence-list li span {
  font-size: 15px;
  font-weight: 500;
  display: block;
}

.payment-cnt1 {
  width: 35.5%;
  float: left;
  padding-right: 15px;
}
.payment-cnt2 {
  width: 64.5%;
  float: left;
  padding-left: 50px;
}

.pay-metherd a {
  width: 99.5%;
  display: block;
  float: left;
  text-align: left;
  padding: 10px;
  line-height: 30px;
  border-radius: 5px 0 0 5px;
  padding-left: 0px;
  margin-bottom: 10px;
  color: #000;
  border-bottom: 1px solid #f2f2f2;
}
.pay-metherd a:hover,
.pay-metherd a.active {
  background-color: #f2f2f2;
  border-color: #f2f2f2;
  color: #000;
}
.payment-cnt2 .login-popup h3 {
  font-size: 16px;
  font-weight: 600;
  line-height: 35px;
}
.bank-dt-head {
  font-size: 16px;
  font-weight: 600;
  line-height: 35px;
}
.pay-metherd a i {
  float: right;
  font-size: 20px;
  color: #009ad0;
  line-height: 30px;
}
.folder {
  width: 30px;
  height: 30px;
  display: block;
  float: right;
}
.bank-dt-text {
  border-bottom: 1px solid #e1e1e1;
  margin-left: 10px;
  width: 80%;
  text-align: left !important;
  padding-bottom: 15px;
  line-height: 30px;
  color: #777777;
}
.btn-cancel {
  border: 1px solid #009ad0;
  background: none;
  border-radius: 5px;
  padding: 17px 0 !important;
  color: #009ad0;
  display: block;
  max-width: 280px;
}
.btn-cancel:hover {
  border: 1px solid #009ad0;
  background: #009ad0;
  border-radius: 5px;
  padding: 17px 0 !important;
  color: #fff;
}

.my-money .money-list.my-documents {
  float: none;
  width: 90%;
  padding-right: 100px;
}
.doco {
  display: inline-block;
  float: none;
  margin-left: 10px;
  margin-right: 0px;
}

.voice-rc {
  width: 200px;
  height: 5px;
  background: #d8d5d5;
  display: block;
  margin-top: 10px;
  position: relative;
}
.voice-rc span {
  width: 13px;
  height: 13px;
  border-radius: 50%;
  position: absolute;
  top: -4px;
  left: -2px;
  display: block;
  background: #06ce19;
}
.sp-voice {
  margin-bottom: 10px;
  margin-top: 10px;
}
.chat-txt ul li .fa {
  margin-top: 13px;
  font-size: 18px;
  margin-right: 11px;
}

.chat-footer {
  box-shadow: 0 1px 10px 0 rgb(32 33 36 / 10%);
  margin-top: 30px;
  padding: 10px;
  border-radius: 10px;
  position: fixed !important;
  bottom: 0px;
  background: #fff;
  width: 74%;
  margin-bottom: 0px;
}
.chat-footer li {
  float: left;
}
.chat-footer li a {
  margin-left: 25px;
}
.chat-footer li:first-child a {
  margin-left: 0px;
}
.gallery-icon {
  width: 35px;
  height: 35px;
}

.chat-footer li .form-group {
  width: 360px;
  margin-left: 20px;
}
.name-bar.sticky-content.sticky-header.fixed {
  margin-left: 24%;
  width: 75%;
  background: rgb(255, 255, 255);
  margin-top: 0px;
}

.amount,
.date,
.related,
.paid {
  width: 25%;
  float: left;
  padding: 10px;
}
.box {
  width: 20px;
  height: 20px;
  display: block;
  border: 2px solid #006fa8;
  text-align: center;
  margin-left: 10px;
  margin-top: 4px;
}
.box i {
  font-weight: 800;
  color: #009ad0;
  font-size: 16px;
}
.box2 {
  width: 20px;
  height: 20px;
  display: block;
  border: 2px solid #bebebe;
  text-align: center;
  margin-left: 10px;
  margin-top: 4px;
}
.box2 i {
  font-weight: 800;
  color: #009ad0;
  font-size: 16px;
}

.nav-tabs .nav-item .nav-link.active svg {
  width: 25px;
  height: 25px;
  fill: #009ad0;
}
.nav-link svg {
  width: 25px;
  height: 25px;
  fill: #777777;
  margin-right: 5px;
}

.friends {
  position: relative;
}

.friends .btn {
  position: absolute;
  right: 0px;
  top: 0px;
  background: #006fa8;
  color: #fff;
  border: 0px;
  border-radius: 0 10px 10px 0;
  padding: 16px 19px;
  width: 60px;
  height: 47px;
}
.friends-cnt {
  width: 100%;
  margin-bottom: 20px;
  display: inline-block;
  padding-bottom: 20px;
}
.search-part {
  width: 60%;
  float: left;
}
.text-part {
  width: 25%;
  float: left;
  padding: 0 20px;
  margin: auto;
}
.select-part {
  width: 20%;
  float: left;
}
.text-part p {
  line-height: 17px;
  padding: 4px 0px;
  width: 100px;
  margin: auto;
}
.select-part label {
  margin-right: 10px;
}

.friend-profil {
  width: 40%;
  float: left;
}
.friend-contact {
  width: 30%;
  float: left;
}
.friend-chat {
  width: 30%;
  float: left;
}
.friend-contact ul li i {
  width: 20px;
  height: 20px;
  display: inline-block;
  font-size: 16px;
}
.friend-chat a {
  padding: 5px 20px;
  font-size: 14px;
  color: #fff;
  border-radius: 20px;
}
.friend-chat a i {
  margin-right: 10px;
}
.friend-chat .call {
  background: #009ad0;
}
.friend-chat .chat-f {
  background: #e4b03a;
}

.friend-profil .icon-gust-head {
  width: 56px;
  height: 56px;
  line-height: 36px;
}
.friend-profil .icon-gust-head i {
  width: 50px;
  height: 50px;
  line-height: 43px;
  background: #707070;
  margin-top: 3%;
}
.friend-profil .icon-gust-head img {
  border-radius: 50%;
  width: 36px;
}
.friend-profil .online-green {
  position: absolute;
  left: 43px;
  top: 35px;
  width: 15px;
  height: 15px;
  display: block;
  background: #06ce19;
  border: 1px solid #fff;
  border-radius: 50%;
}
.friend-profil .online-red {
  position: absolute;
  left: 43px;
  top: 35px;
  width: 15px;
  height: 15px;
  display: block;
  background: #ff0101;
  border: 1px solid #fff;
  border-radius: 50%;
}
.friend-profil .online-gry {
  position: absolute;
  left: 43px;
  top: 35px;
  width: 15px;
  height: 15px;
  display: block;
  background: #9b9b9b;
  border: 1px solid #fff;
  border-radius: 50%;
}
.b-bdr {
  border-bottom: 1px solid #f1f1f1;
}
.c-yellow {
  color: #e4b03a;
}

.chat-list .search-part {
  width: 50%;
  float: left;
  padding-right: 10px;
}
.chat-list .select-part {
  width: 10%;
  float: left;
  text-align: end;
  padding: 12px 0;
}
.creat-chat {
  width: 15%;
  float: left;
  margin: auto;
  text-align: center;
  margin-top: 3px;
}
.creat-chat a {
  margin: auto;
  color: #666;
  display: flex;
  width: 41px;
  line-height: 16px;
}
.creat-chat i {
  font-size: 30px;
  background: #e4b03a;
  border-radius: 50%;
  line-height: 31px;
  width: 40px;
  height: 40px;
  font-weight: 700;
  color: #fff;
  margin-right: 10px;
  padding: 5px;
  box-shadow: 0 1px 10px 0 rgb(32 33 36 / 10%);
}

.chat-full .friend-profil {
  width: 35%;
  float: left;
}
.chat-full .chat-cnt {
  width: 65%;
  float: left;
}
.chat-full .chat-cnt p {
  width: 95%;
  line-height: 42px;
}
.friends-cnt.chat-full {
  position: relative;
}
.chat-full .chat-time {
  position: absolute;
  right: 5px;
  top: 0px;
  font-size: 10px;
  width: 57px;
  text-align: right;
}
#one_Tick_mark {
  width: 10px;
  height: 10px;
  float: left;
  margin-top: 5px;
}
#Resive {
  width: 13px;
  height: 13px;
  float: left;
  margin-top: 3px;
}
#Seen {
  width: 13px;
  height: 13px;
  float: left;
  margin-top: 3px;
  fill: #009ad0;
}
.n-foru {
  width: 300px;
  margin-left: 17%;
}
.crd-inn {
  padding-left: 15px;
  padding-right: 15px;
}

.chat-cnt-l ul li .form-control {
  min-height: 4rem;
}

.select-items div:hover,
.same-as-selected {
  background-color: #009ad0 !important;
}
.img-count {
  position: absolute;
  right: 20px;
  top: 20px;
  background: rgba(0, 0, 0, 0.5);
  /*border-radius: 10px;*/
  padding: 5px;
  z-index: 99;
  color: #fff;
  font-size: 12px;
}
.img-count .fa {
  font-size: 16px;
  margin-right: 10px;
}

.make-money-2 .form-group select {
  border: none;
  position: absolute;
  -webkit-appearance: none;
  -moz-appearance: none;
  -o-appearance: none;
  appearance: none;
  background-image: url(../../images/top-bottom-arrow.png);
  background-repeat: no-repeat;
  background-position-x: 92%;
  background-position-y: 0px;
  padding-right: 25px;
  left: 20px;
  top: 13px;
  color: #777777;
  font-size: 13px;
  height: 26px;
  z-index: 2;
  width: 95px;
}
.make-money-2 .form-group input {
  width: 100%;
  padding: 15px 15px 15px 130px;
  color: #777777;
  border: 1px solid #b7b7b7;
  border-radius: 8px;
  font-size: 16px;
}

.friends-cnt.three-one .search-part {
  width: 65%;
  float: left;
}
.friends-cnt.three-one .text-part {
  width: 20%;
  float: left;
}
.friends-cnt.three-one .select-part {
  width: 15%;
  float: left;
  text-align: end;
}
.friends-cnt .search-part {
  width: 55%;
  float: left;
}
.friends-cnt .select-part {
  width: 12%;
  float: left;
  text-align: end;
}
.friends-cnt .text-part {
  width: 18%;
  float: left;
}
.honest-j .t1 {
  font-size: 21px;
  line-height: 25px;
}
.honest-j .t2 {
  font-size: 18px;
  line-height: 25px;
}
.product-image video {
  width: 100%;
}
.swiper-container.product-single-swiper {
  max-height: 255px;
}

button {
  padding: 0;
  border: 0;
  background: transparent;
  cursor: pointer;
  outline: none;
  width: 40px;
  height: 40px;
  float: left;
}
#audio-player-container {
  --seek-before-width: 0%;
  --volume-before-width: 100%;
  --buffered-width: 0%;
  position: relative;
  margin: 0px 0 auto 50px;
  /* width: 95%; */
  max-width: 44%;
  height: 65px;
  background: #fff;
}
#audio-player-container::before {
  position: absolute;
  content: "";
  width: calc(100% + 4px);
  height: calc(100% + 4px);
  left: -2px;
  top: -2px;
  border-radius: 10px;
  box-shadow: 0 1px 5px 0 rgb(32 33 36 / 20%);
  z-index: -1;
}
/*p {
    position: absolute;
    top: -18px;
    right: 5%;
    padding: 0 5px;
    margin: 0;
    font-size: 28px;
    background: #fff;
}*/
#play-icon {
  margin: 10px;
  font-size: 20px;
}
path {
  stroke: #007db5;
}
.time {
  display: inline-block;
  width: 37px;
  text-align: center;
  font-size: 12px;
  margin: 0px 0 5px 0;
  float: left;
}
output {
  display: inline-block;
  width: 32px;
  text-align: center;
  font-size: 20px;
  margin: 10px 2.5% 0 5%;
  float: left;
  clear: left;
}
#volume-slider {
  margin: 10px 2.5%;
  width: 58%;
}
#volume-slider::-webkit-slider-runnable-track {
  background: rgba(0, 125, 181, 0.6);
}
#volume-slider::-moz-range-track {
  background: rgba(0, 125, 181, 0.6);
}
#volume-slider::-ms-fill-upper {
  background: rgba(0, 125, 181, 0.6);
}
#volume-slider::before {
  width: var(--volume-before-width);
}
#mute-icon {
  margin: 0 2.5%;
}
input[type="range"] {
  position: relative;
  -webkit-appearance: none;
  width: 74%;
  margin: 0;
  padding: 0;
  height: 19px;
  margin: 20px 2.5% 0px 2.5%;
  float: left;
  outline: none;
}
.tt {
  float: right !important;
  margin-right: 20px !important;
}
input[type="range"]::-webkit-slider-runnable-track {
  width: 100%;
  height: 3px;
  cursor: pointer;
  background: linear-gradient(
    to right,
    rgba(0, 125, 181, 0.6) var(--buffered-width),
    rgba(0, 125, 181, 0.2) var(--buffered-width)
  );
}
input[type="range"]::before {
  position: absolute;
  content: "";
  top: 8px;
  left: 0;
  width: var(--seek-before-width);
  height: 3px;
  background-color: #007db5;
  cursor: pointer;
}
input[type="range"]::-webkit-slider-thumb {
  position: relative;
  -webkit-appearance: none;
  box-sizing: content-box;
  border: 1px solid #007db5;
  height: 15px;
  width: 15px;
  border-radius: 50%;
  background-color: #fff;
  cursor: pointer;
  margin: -7px 0 0 0;
}
input[type="range"]:active::-webkit-slider-thumb {
  transform: scale(1.2);
  background: #007db5;
}
input[type="range"]::-moz-range-track {
  width: 100%;
  height: 3px;
  cursor: pointer;
  background: linear-gradient(
    to right,
    rgba(0, 125, 181, 0.6) var(--buffered-width),
    rgba(0, 125, 181, 0.2) var(--buffered-width)
  );
}
input[type="range"]::-moz-range-progress {
  background-color: #007db5;
}
input[type="range"]::-moz-focus-outer {
  border: 0;
}
input[type="range"]::-moz-range-thumb {
  box-sizing: content-box;
  border: 1px solid #007db5;
  height: 15px;
  width: 15px;
  border-radius: 50%;
  background-color: #fff;
  cursor: pointer;
}
input[type="range"]:active::-moz-range-thumb {
  transform: scale(1.2);
  background: #007db5;
}
input[type="range"]::-ms-track {
  width: 100%;
  height: 3px;
  cursor: pointer;
  background: transparent;
  border: solid transparent;
  color: transparent;
}
input[type="range"]::-ms-fill-lower {
  background-color: #007db5;
}
input[type="range"]::-ms-fill-upper {
  background: linear-gradient(
    to right,
    rgba(0, 125, 181, 0.6) var(--buffered-width),
    rgba(0, 125, 181, 0.2) var(--buffered-width)
  );
}
input[type="range"]::-ms-thumb {
  box-sizing: content-box;
  border: 1px solid #007db5;
  height: 15px;
  width: 15px;
  border-radius: 50%;
  background-color: #fff;
  cursor: pointer;
}
input[type="range"]:active::-ms-thumb {
  transform: scale(1.2);
  background: #007db5;
}
.vin {
  width: 100%;
  height: 50px;
  display: block;
}
.vin-pp {
  width: 25px;
  height: 25px;
  display: block;
  border: 1px solid #009ad0;
  border-radius: 50%;
  position: absolute;
  right: 15px;
  top: -5px;
}
.vin-pp a {
  font-size: 14px;
  line-height: 24px;
}
.cart-dropdown.cart-offcanvas.opened.vin-pp .dropdown-box {
  left: 38%;
  top: 33%;
  background: #fff;
  height: auto;
  padding: 10px;
  border-radius: 10px;
}
.cart-dropdown.cart-offcanvas.opened.vin-pp .dropdown-box p {
  font-size: 13px;
  font-weight: 400;
  line-height: 18px;
  text-align: center;
  margin-bottom: 10px;
}
.vin-pp .product.product-cart {
  padding-top: 0px;
}
.cart-dropdown.cart-offcanvas.opened.vin-pp .products {
  padding-bottom: 0px;
}
.vin-pp .cart-header {
  display: inline-block;
  width: 100%;
}
.s-block-head {
  text-align: center;
  color: #8d8c8c;
  font-weight: 500;
  font-size: 17px;
  margin-bottom: 30px;
}
.s-block-sub-head {
  text-align: center;
  font-size: 15px;
}

.leads-btn {
  width: 10%;
  float: left;
  display: block;
  text-align: left;
  min-height: 20px;
  padding: 10px 5px;
}
.leads-make {
  width: 10%;
  float: left;
  display: block;
  text-align: left;
  min-height: 20px;
  padding: 10px 5px;
}
.leads-model {
  width: 10%;
  float: left;
  display: block;
  text-align: left;
  min-height: 20px;
  padding: 10px 5px;
}
.leads-year {
  width: 10%;
  float: left;
  display: block;
  text-align: left;
  min-height: 20px;
  padding: 10px 5px;
}
.leads-name {
  width: 23%;
  float: left;
  display: block;
  text-align: left;
  min-height: 20px;
  padding: 10px 5px;
}
.leads-email {
  width: 23%;
  float: left;
  display: block;
  text-align: left;
  min-height: 20px;
  padding: 10px 5px;
}
.leads-phone {
  width: 14%;
  float: left;
  display: block;
  text-align: left;
  min-height: 20px;
  padding: 10px 5px;
}

.leads li h6 {
  margin-bottom: 0px;
}
.leads-btn a {
  padding: 2px 15px;
  background: #009ad0;
  color: #fff;
  display: inline-block;
  border-radius: 3px;
  text-align: center;
}
.leads-btn a .fa {
  font-size: 13px;
}

.foot-msg .icon {
  width: 30px;
  height: 30px;
  display: inline-block;
  float: left;
}
.foot-msg p {
  display: block;
  padding-left: 40px;
  line-height: 30px;
  margin-top: 0px;
}

.form-group .iti--allow-dropdown span {
  position: initial;
}

.sell-or-buy-car form .form-group .iti--allow-dropdown input,
.sign-up-form form .form-group .iti--allow-dropdown input {
  padding: 5px 15px 5px 66px;
  min-height: 4.4rem;
}
.sign-up-form form .form-group .iti--allow-dropdown input {
  width: 100%;
  border-radius: 10px;
  border: 1px solid #b7b7b7;
}
.sell-or-buy-car form .form-group .flag-drop {
  height: 44px;
  line-height: 14px;
  padding: 12px 28px;
}

/*---------------------------------------------------------------------------------------------------------------------------------------------------*/

@media only screen and (max-width: 1920px) and (min-width: 1800px) {
  .bg-w-topup {
    left: 8%;
  }
}
/*@media only screen and (max-width: 1799px) and (min-width: 1700px) {
.bg-w-topup {
    left: 4%;
}
}

@media only screen and (max-width: 1699px) and (min-width: 1600px) {

.bg-w-topup {
    left: 1%;
}
}
@media only screen and (max-width: 1599px) and (min-width: 1500px) {

.bg-w-topup {
    left: -2%;
}
}

@media only screen and (max-width: 1499px) and (min-width: 1400px) {

.bg-w-topup {
    left: -6%;
}
}*/

@media only screen and (max-width: 1440px) {
  .buy-it-now li .car-name,
  .buy-it-now li .d-payment,
  .buy-it-now li .price,
  .buy-it-now li .buy {
    padding: 50px 10px 0;
  }
  .auctions .buy-it-now.v-pending li .car-name,
  .buy-it-now.v-pending li .d-payment,
  .buy-it-now.v-pending li .buy {
    padding: 40px 10px 0;
  }
  .buy-it-now.v-pending .price {
    padding: 35px 10px 0;
  }
  .buy-it-now.v-live li .car-name,
  .buy-it-now.v-live li .d-payment,
  .auctions .v-live li .buy {
    padding: 45px 10px 0;
  }
  .auctions .buy-it-now.v-not-sold li .car-name,
  .auctions .buy-it-now.v-not-sold li .d-payment,
  .auctions .buy-it-now.v-not-sold li .price,
  .auctions .buy-it-now.v-not-sold li .buy {
    padding: 45px 10px 0;
  }
  .auctions .buy-it-now li .car-name,
  .auctions .buy-it-now li .d-payment,
  .auctions .buy-it-now li .buy,
  .auctions .buy-it-now li .price {
    padding: 10px 10px 0;
  }
  .auctions .buy-it-now.find-buy li .car-name,
  .my-bids .buy-it-now.find-buy li .d-payment,
  .auctions .buy-it-now.find-buy li .price,
  .auctions .buy-it-now.find-buy li .buy {
    padding: 40px 10px 0;
  }
  .auctions .buy-it-now.bidding li .car-name,
  .auctions .buy-it-now.bidding li .d-payment,
  .auctions .buy-it-now.bidding li .buy {
    padding: 55px 10px 0;
  }
  .auctions .buy-it-now.bidding li .price {
    padding: 50px 10px 0;
  }

  .auctions .buy-it-now.sold li .car-name,
  .auctions .buy-it-now.sold li .d-payment,
  .auctions .buy-it-now.sold li .buy,
  .auctions .buy-it-now.sold li .price {
    padding: 40px 10px 0;
  }

  .bg-w-topup {
    left: 7.7%;
  }
}

@media only screen and (max-width: 1280px) {
  .buy-it-now li .car-name,
  .buy-it-now li .d-payment,
  .buy-it-now li .price,
  .buy-it-now li .buy {
    padding: 40px 10px 0;
  }
  .buy-it-now.v-live li .car-name,
  .buy-it-now.v-live li .d-payment,
  .auctions .v-live li .buy {
    padding: 35px 10px 0;
  }
  .auctions .buy-it-now.v-not-sold li .car-name,
  .auctions .buy-it-now.v-not-sold li .d-payment,
  .auctions .buy-it-now.v-not-sold li .price,
  .auctions .buy-it-now.v-not-sold li .buy {
    padding: 35px 10px 0;
  }

  .auctions .buy-it-now li .car-name,
  .auctions .buy-it-now li .d-payment,
  .auctions .buy-it-now li .buy,
  .auctions .buy-it-now li .price {
    padding: 45px 10px 0;
  }
  .auctions .buy-it-now.find-buy li .car-name,
  .my-bids .buy-it-now.find-buy li .d-payment,
  .auctions .buy-it-now.find-buy li .price,
  .auctions .buy-it-now.find-buy li .buy {
    padding: 30px 10px 0;
  }
  .auctions .buy-it-now.bidding li .car-name,
  .auctions .buy-it-now.bidding li .d-payment,
  .auctions .buy-it-now.bidding li .buy {
    padding: 45px 10px 0;
  }
  .auctions .buy-it-now.bidding li .price {
    padding: 40px 10px 0;
  }
}

@media only screen and (max-width: 1155px) {
  .bg-w-topup {
    left: 7.4%;
  }
}

@media only screen and (max-width: 991px) {
  .container,
  .container-fluid {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }
  .sidebar-fixed-menu {
    display: none;
  }
  .header a:not(.btn) {
    color: inherit;
    display: none;
  }
  .sticky-content-wrapper {
    z-index: 10;
    position: fixed;
  }
  .sticky-content.fix-bottom {
    bottom: -1px;
    position: fixed;
    width: 100%;
    z-index: 10;
  }
  .mobile-menu-close{
    right: 10px;
    top: 20px;
    left: auto;
  }
  .mobile-menu-close:hover .close-icon::before,
  .mobile-menu-close:hover .close-icon::after{
    background-color: #b91414;
  }
  .mmenu-active .mobile-menu-overlay{
    opacity: 0.85;
  }

  .mobile-menu > li > a > span {
    padding: 12px 10px 12px 0px;
    border-bottom: 1px solid #eeeeee;
    width: 100%;
    text-align: left;
    font-size: 12px;
    font-weight: 500;
    color: #000;
  }
  .mobile-menu > li > a:hover, .mobile-menu > li > a:hover span{
    color: #009ad0;
  }
  .mobile-menu i.ico-svg {
    width: 25px !important;
    padding-top: 5px;
    margin-right: 10px;
  }
  .mobile-menu > li > a {
    display: flex;
    padding: 0px;
  }
  .mobile-menu > li:not(:last-child) {
    border-bottom: 0px solid #2e3237;
  }
  .mobile-menu > li > a > .toggle-btn {
    border-width: 0px;
    padding: 0px;
    text-align: end;
    max-width: 10px;
  }
  .header-search .btn-search {
    width: 50px;
    min-height: 47px;
  }
  .header-search input.form-control{
    font-size: 1.4rem;
  }
  .buy-back-full {
    display: none;
  }

  .bg-w-topup {
    left: -7.8%;
  }
}

@media only screen and (max-width: 769px) {
  .auctions .buy-it-now.find-buy li .car-name,
  .my-bids .buy-it-now.find-buy li .d-payment,
  .auctions .buy-it-now.find-buy li .price,
  .auctions .buy-it-now.find-buy li .buy {
    padding: 9px 10px 0;
  }
  .buy-it-now li .d-payment h4 {
    font-size: 12px;
  }
  .buy-it-now li .d-payment p,
  .buy-it-now li .price p {
    color: #9b9b9b;
    font-size: 1.2rem;
    margin-bottom: 0px;
    line-height: 13px;
  }
  .car-name .ratings-container span {
    font-size: 9px;
  }
  .buy-it-now li .price h5 {
    margin-bottom: 0px;
    font-size: 12px;
  }
  .auctions .buy-it-now li .car-name,
  .auctions .buy-it-now li .d-payment,
  .auctions .buy-it-now li .buy,
  .auctions .buy-it-now li .price {
    padding: 12px 10px 0;
  }
  .form-control {
    display: block;
    width: 100%;
  }
  .select-bx::before{
    font-size: 12px;
  }
  .login-popup .form-group label{
    top: 0px;
  }
  .friend-chat a {
    padding: 5px 18px;
    font-size: 13px;
  }

}

@media only screen and (max-width: 765px) {
  .bg-w-topup {
    left: -8%;
  }
}

@media only screen and (max-width: 700px) {
  .t-block {
    display: block !important;
  }
  .t-none {
    display: none !important;
  }
  .my-bids .buy-it-now.find-me-car-auct li .d-payment {
    width: 100%;
    padding: 5px 0px 0;
  }
  .buy-it-now li .car-name p {
    margin-bottom: 0px;
    color: #9b9b9b;
    line-height: 15px;
  }
  .auctions .buy-it-now li .price {
    width: 100%;
    float: none;
    padding: 0;
  }

  .buy-it-now li .product-media {
    width: 35%;
    float: left;
    background: #000;
    border-radius: 5px 0 0px 5px;
  }
  .buy-it-now li .car-name {
    width: 65%;
    float: left;
    padding: 5px;
  }

  .my-bids .buy-it-now.find-buy li .d-payment {
    width: 50%;
    padding: 0;
    float: left;
  }
  .auctions .buy-it-now.find-buy li .price {
    width: 50%;
    padding: 0;
    float: left;
    text-align: right;
  }
}

@media only screen and (max-width: 575px) {
  /*.container, .container-fluid {
    padding-left: 20px!important;
    padding-right: 20px;
}*/
  .m-block {
    display: block !important;
  }
  .m-none {
    display: none !important;
  }
  .m-d-flex {
    display: flex !important;
  }

  .mob-p-t-0 {
    padding-top: 0px !important;
  }
  .mob-p-t-10 {
    padding-top: 10px !important;
  }
  .mob-p-b-30 {
    padding-bottom: 30px !important;
  }
  .mob-p-b-40 {
    padding-bottom: 40px !important;
  }
  .mob-p-b-50 {
    padding-bottom: 50px !important;
  }
  .mob-m-t-0 {
    margin-top: 0px !important;
  }
  .mob-m-t-20 {
    margin-top: 20px !important;
  }
  .mob-m-r-0 {
    margin-right: 0px !important;
  }
  .mob-p-l-0 {
    padding-left: 0px !important;
  }

  .mob-m-b-35 {
    margin-bottom: 35px !important;
  }
  .mob-m-t-0 {
    margin-top: 0px !important;
  }
  .mob-m-l--8 {
    margin-top: 8px !important;
  }

  .c-m-black {
    color: #000 !important;
  }

  .tp-head {
    display: none;
  }
  .right-cnt {
    margin-top: 20px;
  }
  .sidebar-fixed-menu {
    display: none;
  }
  .sticky-content.fix-bottom {
    bottom: -1px;
    position: fixed;
    width: 100%;
  }
  .sticky-content.fixed.fix-bottom {
    -webkit-animation: fixedBottomContent 0s;
    animation: fixedBottomContent 0s;
  }
  .sticky-content-wrapper {
    z-index: 10;
    position: fixed;
  }
  .mmenu-active .mobile-menu-wrapper {
    z-index: 9;
  }
  .banner-wrap {
    padding: 0px;
  }
  .banner-img {
    border-radius: 0px;
  }
  .mob-logo {
    position: absolute;
    left: 15px;
    top: 30px;
    width: 120px;
    display: block;
    height: auto;
  }
  .bell {
    /* position: absolute; */
    /* right: 30px; */
    /* top: 35px; */
    /* height: 22px; */
    /* width: 22px; */
  }
  .banner-wrap div.bell img{
    position: absolute;
    right: 30px;
    top: 35px;
    width: 22px;
  }
  .bn-txt {
    position: absolute;
    width: 100%;
    top: 42%;
  }
  .banner-wrap .bn-txt h2 {
    position: static;
    margin: auto;
  }

  .buy-it-now li .product-media {
    width: 43%;
    float: left;
  }
  .buy-it-now li .product-media img {
    height: 113px;
  }
  .buy-it-now li .car-name {
    width: 57%;
    float: left;
    padding: 1px;
    padding-left: 16px;
  }
  .buy-it-now li .price {
    width: 50%;
    float: left;
    padding: 0;
  }
  .buy-it-now li .d-payment {
    width: 50%;
    float: left;
    padding: 0;
  }

  .mobile-menu-container .title {
    color: #000;
  }
  .mobile-menu-container .title-link-wrapper {
    text-align: left;
    display: block;
  }
  .mobile-menu > li:not(:last-child) {
    border-bottom: 0px solid #2e3237;
  }

  .buy-it-now li .price h5 {
    font-size: 11px;
  }
  .buy-it-now li .price p {
    font-size: 9px !important;
    margin-bottom: 0px;
  }
  .buy-it-now li .car-name h5 {
    margin-bottom: 0px;
    font-size: 13px;
  }

  .buy-it-now li .car-name p {
    margin-bottom: 5px;
    font-size: 10px;
    line-height: 15px;
  }
  .icon-svg {
    width: 12px !important;
    height: 12px !important;
    display: block;
  }
  .car-name .ratings-container span {
    font-weight: 400;
    line-height: 5px;
    font-size: 9px;
  }
  .car-name .lot-right {
    margin-right: 16px;
  }
  .car-name .ratings-container {
    padding-bottom: 2px !important;
  }
  .buy-it-now li .d-payment h4 {
    margin-bottom: 0px;
    font-size: 10px;
  }
  .buy-it-now li .d-payment p {
    font-size: 8px;
    letter-spacing: -0.5px;
    margin-bottom: 0px;
  }
  .buy-it-now .yn-btn.btn.btn-sm {
    font-size: 10px;
    padding: 6px 12px;
    border-radius: 4px !important;
    border: 0px;
    margin-top: 2px !important;
  }
  .yn-btn.btn.btn-sm {
    font-size: 10px;
    padding: 6px 12px;
    border-radius: 4px !important;
    border: 0px;
  }
  .mob-footer-menu {
    width: 28px;
  }
  .mobile-menu > li > a {
    display: flex;
    padding: 0px;
  }
  .mobile-menu i.ico-svg {
    width: 25px !important;
    padding-top: 5px;
    margin-right: 10px;
  }
  .mobile-menu > li > a > span {
    padding: 12px 10px 12px 0px;
    border-bottom: 1px solid #eeeeee;
    width: 100%;
    text-align: left;
    font-size: 12px;
    font-weight: 500;
    color: #000;
  }
  .mobile-menu > li > a > .toggle-btn {
    border-width: 0px;
    padding: 0px;
    text-align: end;
  }
  .sticky-link.active {
    border-top: 2px solid #009ad0;
    margin-top: 0px !important;
    padding-top: 10px !important;
  }
  .sticky-link.active p {
    color: #009ad0 !important;
  }

  .auctions .buy-it-now li .car-name {
    padding: 5px;
  }
  .auctions .buy-it-now li .d-payment {
    width: 100%;
    float: none;
    padding: 0;
  }
  .auctions .buy-it-now li .price {
    width: 100%;
    float: none;
    padding: 0;
  }
  .auctions .ratings-container span {
    line-height: 13px;
  }
  .auctions .nav-tabs li {
    width: 27.8%;
  }
  .mob-pj-hed {
		padding: 0px 10px 0px 10px;
		margin: 15px 0;
    /* border-bottom: 1px solid #e6e6e6; */
		display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
		align-items: center;
  }
	.mob-pj-hed .clr {
    display: none;
	}

  .mob-pj-hed li {
    /* padding: 0px; */
    /* margin: 0px; */
    /* list-style: none; */
    /* width: 80%; */
    /* float: left; */
    padding: 0 5px;
  }
  .mob-pj-hed li:first-child {
    /* padding: 0px; */
    /* margin: 0px; */
    /* list-style: none; */
    /* width: 10%; */
    /* float: left; */
  }
  .mob-pj-hed li.bell {
    /* width: 10%; */
    /* float: left; */
  }
  .mob-pj-hed li i {
    font-size: 20px;
    font-weight: 600;
    color: #777777;
  }
  .mob-pj-hed li h2 {
    color: #000;
    position: inherit;
    width: auto;
    font-size: 20px;
		text-align: left;
  }
  .mob-pj-hed li img {
    width: 28px;
    /* height: 22px; */
    /* float: right; */
  }

  .auctions .buy-it-now.v-pending li .car-name {
    padding: 10px 5px;
  }
  .auctions .buy-it-now.v-pending li .d-payment {
    width: 50%;
    float: left;
    padding: 0;
  }
  .auctions .buy-it-now.v-pending li .price {
    width: 50%;
    float: left;
    padding: 0;
  }
  .auctions .buy-it-now.v-pending li .lot {
    position: absolute;
    right: 10px;
    top: 5px;
    text-align: end;
  }
  .auctions .buy-it-now.v-pending li .car-name,
  .auctions .buy-it-now.v-live li .car-name,
  .auctions .buy-it-now.v-not-sold li .car-name,
  .auctions .buy-it-now li .car-name {
    position: relative;
  }

  .bottom-btn-part {
    position: fixed;
    left: inherit;
    top: inherit;
    bottom: 100px;
    width: 100%;
    right: 0;
    z-index: 1;
    text-align: center;
  }
  .bottom-btn-part ul li{
    float: none;
    display: inline-block;
  }

  .h-john2 {
    width: 170px;
    height: 170px;
  }
  .honest-j .t2 {
    font-size: 14px;
    line-height: 17px;
  }
  .honest-j .t1 {
    font-size: 17px;
    line-height: 20px;
  }

  .h-john2.h-icon img.img-svg {
    width: 90px;
  }

  .buy-it-now.v-live li .car-name {
    width: 57%;
    padding: 5px;
  }
  .auctions .buy-it-now.v-live li .d-payment {
    width: 50%;
    float: left;
    padding: 0;
  }
  .auctions .buy-it-now.v-live li .price {
    width: 50%;
    float: left;
    padding: 0;
  }
  .auctions .buy-it-now.v-live li .lot {
    position: absolute;
    right: 10px;
    top: 5px;
    text-align: end;
  }
  .auctions .buy-it-now.v-live .car-name .lot-right,
  .auctions .buy-it-now.v-pending .car-name .lot-right {
    margin-right: 0px;
  }

  .auctions .buy-it-now.v-not-sold li .car-name {
    padding: 5px;
  }
  .auctions .buy-it-now.v-not-sold li .lot {
    position: absolute;
    right: 10px;
    bottom: 0px;
    text-align: end;
  }
  .auctions .buy-it-now.v-not-sold li .d-payment {
    width: 50%;
    float: left;
    padding: 0;
  }
  .auctions .buy-it-now.v-not-sold li .price {
    width: 50%;
    float: left;
    padding: 0;
  }
  .auctions .buy-it-now.v-not-sold li .yn-btn.btn.btn-sm {
    width: 69px;
    margin-top: 32px !important;
    color: #fff;
    padding: 3px 12px;
  }

  .sticky-link i,
  .cart-dropdown .sticky-link i {
    width: 28px;
  }

  .bid-time,
  .bid-time-price {
    padding: 0px 10px 0 10px !important;
  }
  .cnt-inn {
    padding-left: 7%;
  }
  .cnt-inn.cvvi {
    padding-left: 0px;
  }
  .icon-6 li {
    width: 33.333%;
  }
  .icon-6 li a {
    padding: 15px 5px;
  }

  .v-info {
    width: 100%;
    float: none;
		padding-top: 0px;
  }

  .btn-bid {
    /*padding: 10px 30%;*/
    float: none;
    margin-right: 0;
  }
  .cnt-inn1 .btn-bid {
    padding: 10px 30%;
    float: none;
    margin-right: 0;
    margin-top: 25px;
    display: inline-block;
  }
  .icon-6 li a p {
    height: 34px;
    font-size: 12px;
  }
  .m-bid {
    padding: 10px 26% !important;
    float: left !important;
  }
  .share-watch ul li a {
    padding: 10px 20px;
  }

  .width50 {
    width: 100%;
    float: none;
  }
  .face-finger {
    margin: 40px 0 0 0;
    padding: 0px;
  }
  .face-finger li {
    margin: 0px;
    padding: 0px;

    display: inline-block;
    list-style: none;
  }
  .face-finger li a {
    padding: 15px 10px;
    border: 1px solid #009ad0;
    color: #000;
    border-radius: 5px;
  }
  .face-finger li:first-child {
    padding-right: 10px;
  }
  .face-finger li a img {
    width: 30px;
    height: 30px;
    margin-right: 10px;
  }

  .login-page {
    padding-top: 20px;
  }
  .login-popup .tab-pane {
    padding-bottom: 0;
  }

  .more-abs {
    position: absolute;
    right: 10px;
    top: 5px;
    text-align: end;
  }
  .auctions .buy-it-now.sold li .car-name {
    padding: 5px 10px 0;
  }
  .auctions .buy-it-now.sold li .d-payment {
    width: 50%;
    float: left;
    padding: 0;
  }
  .like,
  .dis-like {
    width: 25px;
    height: 25px;
  }
  .my-offer.buy-it-now li .car-name {
    padding-bottom: 1px;
  }

  .my-bids .buy-it-now.find-me-car-auct li .d-payment {
    width: 100%;
  }
  .auctions .buy-it-now.find-buy li .car-name {
    padding: 10px 5px 0;
  }
  .my-bids .buy-it-now.find-buy li .d-payment {
    width: 50%;
    padding: 0;
    float: left;
  }
  .auctions .buy-it-now.find-buy li .price {
    width: 50%;
    padding: 0;
    float: left;
    text-align: right;
  }

  .tab-nav-underline .nav-item:not(:last-child) {
    /*margin-right: 15px;*/
  }
  .auctions .nav-tabs li {
    width: 33.3%;
  }
  .nav-link.active .act {
    display: block;
    margin: auto;
    margin-bottom: 5px;
  }
  .nav-link .in-act {
    display: block;
    margin: auto;
    margin-bottom: 5px;
  }

  .topup .tab-vertical .nav-tabs {
    margin-top: 20px;
  }
  .balance {
    margin: auto;
    margin-bottom: 20px;
  }
  .my-money .money-balance .balance {
    margin: auto;
    margin-bottom: 20px;
    margin-top: 0px;
    background-color: #fff;
  }

  .my-money .money-balance,
  .my-money .money-list {
    float: none;
    width: 100%;
    padding-right: 0px;
  }
  .my-money .my-money-m > li .right-arow {
    line-height: 50px;
    font-size: 25px;
    margin-left: -20px;
  }
  .my-money .my-money-m > li > a > span {
    padding: 10px 10px 10px 0px;
  }
  .my-money .my-money-m li i.ico-svg {
    width: 40px !important;
    padding-top: 5px;
    margin-right: 15px;
    display: inline-block;
    vertical-align: middle;
    line-height: 0;
    font-size: 1.7rem;
  }

  .my-money.my-balence-sheet .money-balance {
    float: none;
    width: 100%;
    margin-right: 0px;
    background-color: #fff;
    padding: 20px;
    border-radius: 10px;
    margin-bottom: 25px;
    box-shadow: 0 1px 10px 0 rgb(32 33 36 / 10%);
  }

  .my-money.my-balence-sheet .money-balance .balance {
    margin: 7% auto;
  }
  .my-money.my-balence-sheet .money-list {
    float: none;
    width: 100%;
    padding-right: 0px;
  }
  .my-balence-list li {
    padding: 10px;
  }
  .my-balence-list li span {
    font-size: 14px;
    font-weight: 500;
  }

  .my-balence-list li .balance-list1 {
    width: 50%;
    float: left;
  }
  .my-balence-list li .balance-list2 {
    width: 25%;
    float: left;
  }

  .payment-cnt2 {
    width: 100%;
    float: none;
    padding-left: 0px;
  }

  .btn-cancel {
    width: 100%;
    max-width: 100%;
  }
  .bank-dt-text {
    width: 97%;
  }
  .my-money .money-list.my-documents {
    float: none;
    width: 100%;
    padding-right: 0px;
  }
  /*.name-bar.sticky-content.sticky-header.fixed{
	margin-left: 0;
    width: 100%;
    background: rgb(255, 255, 255);
    margin-top: 0px;
}*/

  .chat-footer {
    box-shadow: 0 1px 10px 0 rgb(32 33 36 / 10%);
    margin-top: 30px;
    padding: 24px 10px;
    border-radius: 0;
    position: fixed !important;
    display: block;
    bottom: 0px;
    left: 0px;
    background: #fff;
    z-index: 99;
    margin-bottom: 0px !important;
    width: 100%;
  }
  .gallery-icon {
    width: 20px;
    height: 20px;
  }
  .amount,
  .date,
  .related,
  .paid {
    width: 25%;
    float: left;
    padding: 5px;
  }
  .date {
    width: 30%;
    float: left;
    padding: 5px;
  }

  .paid {
    width: 20%;
    float: left;
    padding: 5px;
  }
  .search-part {
    width: 100%;
    float: none;
  }
  .friend-profil {
    width: 23%;
    float: left;
  }
  .frd-dt {
    width: 77%;
    float: left;
  }
  .frd-dt ul li {
    width: 50%;
    float: left;
  }
  .friend-profil .thump {
    /*margin-left:-8px;*/
  }
  .frd-dt ul li span {
    font-size: 10px;
  }
  .frd-dt .friend-chat {
    width: 100%;
    float: none;
    margin-top: 10px;
  }
  .memb .friend-profil {
    width: 65%;
    float: left;
  }
  .memb .friend-chat {
    width: 35%;
    float: left;
    padding-top: 15px;
  }
  .memb .friend-chat p {
    margin-bottom: 0px;
    line-height: 40px;
    text-align: right;
  }
  .friend-profil .thump h5 {
    margin-bottom: 0px !important;
  }
  .chat-full .friend-profil {
    width: 23%;
    float: left;
  }
  .chat-full .chat-cnt {
    width: 100%;
    float: none;
  }
  .chat-full .frd-dt ul li {
    width: 100%;
    float: left;
  }
  .chat-list .search-part {
    width: 100%;
    float: left;
    padding-right: 0px;
  }
  .chat-txt {
    max-width: 73%;
  }
  .chat-cnt-l,
  .chat-cnt-r {
    margin-bottom: 10px;
    margin-top: 25px;
  }
  .chat-cnt-main {
    padding: 50px 0px 95px;
    margin-bottom: 0px;
  }
  .chat-mob-hed.banner-wrap {
    position: fixed;
    z-index: 9;
    background: #fff;
    width: 102%;
  }
  .chat-mob-hed.banner-wrap .sticky-content-wrapper {
    z-index: 10;
    position: static;
  }
  .chat-pro-pic {
    margin-left: 10px;
  }
  .back-page {
    margin-top: 13px;
  }
  .n-foru {
    width: 100%;
    margin: auto;
  }
  .foot-chat-ctrl {
    width: 100%;
  }
  .foot-chat-ctrl li {
    width: 9%;
  }
  .foot-chat-ctrl .chat-txt-are {
    width: 73%;
  }
  .chat-footer li .form-group {
    width: 94%;
    margin-left: 8px;
  }
  .chat-cnt-l ul li .form-control {
    min-height: 30px;
    border-radius: 20px;
  }

  .cart-dropdown > a i {
    font-size: 18px;
  }
  .chat-cnt-l ul li .sent-bt {
    margin-top: 7px;
  }
  .chat-cnt-l ul li .voice-roc {
    width: 25px;
    height: 25px;
    margin-top: 2px;
  }
  .chat-footer li a {
    margin-left: 5px;
  }

  .cart-dropdown .products .product a {
    background: #fff;
    border-radius: 50%;
    margin-top: 10px;
    width: 50px;
    height: 50px;
  }
  .cart-dropdown .products .product .gallery-icon {
    width: 30px;
    height: 30px;
  }
  .mob-logo-log {
    margin: auto;
    margin-bottom: 15px;
    display: block;
  }
  .log-in-cnt {
    text-align: center;
  }
  .sign-up-wrp .half {
    width: 100%;
    float: none;
    display: block;
    padding: 0px 3px;
  }
  .login-popup .sign-up-wrp .form-group {
    margin-bottom: 10px;
  }
  .login-popup .sign-up-wrp .tab-pane {
    padding-top: 0px;
  }

  .swiper-container-free-mode > .swiper-wrapper {
    display: none;
  }
  .cnt-inn1 {
    margin-top: 20px;
    text-align: center;
    padding-left: 0;
  }
  .cnt-inn1 .btn3,
  cnt-inn1 .btn-bid {
    float: none;
  }
  .cart-toggle {
    background: #009ad0;
    border-radius: 50%;
    padding: 5px !important;
  }
  .cart-toggle i {
    color: #fff !important;
    font-weight: 700;
  }
  .cart-dropdown .cart-toggle.label-down {
    background: transparent;
    padding: 0 !important;
  }
  .honest-j h4 {
    font-size: 19px;
  }
  .login-popup.insp-my-car {
    padding-left: 10px;
    padding-right: 10px;
  }
  .login-popup.insp-my-car .my-account {
    border: 1px solid #d4d4d4;
    padding: 25px 5px 25px;
  }
  .login-popup.insp-my-car .my-account .big-three {
    padding: 8px;
  }

  .friends-cnt .search-part {
    width: 100%;
    float: none;
  }

  /*------------------------------------------*/

  .btn-bid3 img {
    width: 25px;
    height: 25px;
  }
  .container,
  .container-fluid {
    width: 100%;
    padding-left: 5px;
    padding-right: 5px;
  }
  .product-g-bottom {
    margin: 0px 0 0;
  }
  .live-auctions .product-price .new-price {
    color: #009ad0;
    font-size: 13px;
  }
  .title-link-wrapper a i {
    float: right;
    margin-top: 3px;
  }
  .make-money-2 .form-group select {
    left: 10px;
    width: 95px;
  }
  .cnt-inn {
    padding-left: 0%;
  }
  .btn-inn2 {
    padding: 9px 9px;
  }
  .mob-menu-btn a {
    padding: 5px 15px;
  }
  .mob-menu-btn {
    padding: 15px 15px;
    height: 50px;
  }

  #audio-player-container {
    --seek-before-width: 0%;
    --volume-before-width: 100%;
    --buffered-width: 0%;
    position: relative;
    margin: 0px 0 auto 50px;
    /* width: 95%; */
    max-width: 72%;
    height: 65px;
    background: #fff;
  }
  #play-icon {
    padding: 0;
    border: 0;
    background: transparent;
    cursor: pointer;
    outline: none;
    width: 20px;
    height: 40px;
    float: left;
  }
  .tt {
    float: right !important;
    margin-right: 12px !important;
  }

  .vin .cart-toggle {
    background: none;
    border-radius: 0%;
    padding: 0px !important;
  }
  .vin-pp {
    /* right: -6px; */
    /* top: -5px; */
  }
  .cart-dropdown.cart-offcanvas.opened.vin-pp .dropdown-box {
    left: 0%;
    top: 20%;
    background: #fff;
    height: auto;
    padding: 10px;
    border-radius: 10px;
    max-width: 100%;
  }

  .leads-btn {
    width: 25%;
  }
  .leads-make {
    width: 25%;
  }
  .leads-model {
    width: 25%;
  }
  .leads-year {
    width: 25%;
  }
  .leads-name,
  .leads-email,
  .leads-phone {
    width: 100%;
    float: none;
  }

  .leads-name h6,
  .leads-email h6,
  .leads-phone h6 {
    float: left;
    margin-right: 15px;
    min-width: 40px;
  }
  .leads-name p,
  .leads-email p,
  .leads-phone p {
    line-height: 19px;
  }

  .foot-msg p {
    margin-bottom: 0px;
    line-height: 20px;
  }

  .auctions .buy-it-now.sold li .price {
    padding: 20px 10px 0;
  }

  .bg-w-topup {
    display: none;
  }
}

@media only screen and (max-width: 479px) {
  .mobile-menu-container{
    max-width: 100%;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
  .mob-menu-tp-right ul {
    margin-right: 20px;
  }
  .mob-menu-tp-right ul li:last-child{
    display: none;
  }
  .buy-it-now li {
    margin: 0px 5px 15px;
  }
}
/*---------------------------------------------------------------------------------------------------------------------------------------------------*/

@media only screen and (max-width: 375px) {
  .smal-three-two p {
    line-height: 35px;
    font-size: 13px;
    margin-left: 10px;
  }
  .smal-three-three i {
    line-height: 39px;
    font-size: 20px;
    color: #009ad0;
  }
  .smal-three-one img {
    width: 20px;
    height: 20px;
  }
  .smal-three-one {
    border-radius: 50%;
    border: 1px solid #c9c9c9;
    width: 40px;
    height: 40px;
    padding: 6px 9px;
    background: #fff;
    float: left;
  }
  .sticky-link {
    text-align: center;
  }

  .form-control {
    display: block;
    width: 100%;
  }
}

.watermarked {
  position: relative;
}

.watermarked:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  background-image: url("../../images/logo-2.png");
  background-size: 143px 42px;
  background-position: center;
  background-repeat: no-repeat;
  opacity: 0.7;
}

.watermarked2 {
  position: relative;
}

.watermarked2:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: -200px;
  right: 150px;
  background-image: url("../../images/logo-2.png");
  background-size: 143px 42px;
  background-repeat: no-repeat;
  opacity: 0.7;
}

.accordion-border .card-body .form-group .mdl-data-table {
  margin: 15px 0px 10px;
}
.accordion-border .card-body .form-group .mdl-data-table span {
  /* position: relative; */
  /* right: auto; */
  /* height: 36px; */
  /* width: 36px; */
}
.accordion-border .card-body .form-group .mdl-data-table label {
  top: 0px;
  left: 0;
  position: relative;
  padding: 0;
  background: transparent;
}
.accordion-border .card-body .mdl-data-table td:first-of-type,
.accordion-border .card-body .mdl-data-table th:first-of-type {
  padding-left: 0px;
}

.accordion-border .card-body .mdl-data-table th,
.accordion-border .card-body .mdl-data-table td {
  height: 40px;
}

.accordion-border .card-body .mdl-data-table td:last-of-type,
.accordion-border .card-body .mdl-data-table th:last-of-type {
  padding-right: 0px;
}
@media only screen and (max-width: 991px) {
  .watermarked:after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    background-image: url("../../images/logo-2.png");
    background-size: 80px 23px;
    background-position: center;
    background-repeat: no-repeat;
    opacity: 0.7;
  }

  .v-info .form-group label {
    text-align: left;
    position: relative;
    top: 0;
    left: 0;
    background-color: transparent;
    padding-left: 0px;
    display: block;
    padding-right: 0px;
  }
  .v-info .form-group .form-control {
    /* margin-top: 10px; */
		margin-bottom: 10px;
  }
  .auctions .my-bids .buy-it-now.bidding li .car-name,
  .auctions .my-bids .buy-it-now.bidding li .d-payment,
  .auctions .my-bids .buy-it-now.bidding li .buy,
  .auctions .my-bids .buy-it-now.bidding li .price {
    padding: 10px 10px 0;
  }
  .auctions .my-bids .buy-it-now.bidding li .d-payment {
    padding: 0 0 0 10px;
  }
}

.containerimg {
  padding-top: 10px;
  width: 95%;
  border: 0px !important;
}
@media only screen and (max-width: 767px) {
  .product-g-bottom {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 10px;
  }
  .product-g-bottom li a span {
    display: block;
    min-height: 42px;
    font-size: 12px;
  }
}
@media only screen and (max-width: 575px) {
  .accordion-border .card-body .v-info ~ .v-info {
    padding-top: 0px;
  }
  .login-popup .form-group label {
    position: relative;
    left: 0px;
    z-index: 1;
  }
  .login-popup .select-bx::before {
    top: auto;
    bottom: 10px;
  }
}
@media only screen and (max-width: 350px) {
  .bottom-btn-part {
    /* left: 5%; */
    /* top: 79%; */
  }
  .sticky-link {
    text-align: center;
    margin-bottom: 5px;
    margin-top: 5px;
  }
  .buy-it-now li .car-name p {
    margin-bottom: 10px;
    font-size: 12px;
  }
  .buy-it-now .yn-btn.btn.btn-sm.se5 {
    margin-top: 0px !important;
  }
  .product-g-bottom li {
    padding: 15px 0px 5px;
  }
  .product-g-bottom li a span {
    font-size: 10px;
    min-height: auto;
  }
  .bid-time,
  .bid-time-price {
    padding: 0px !important;
  }
  .bid-time-price li p {
    font-size: 13px;
  }
  .bid-time li p {
    font-size: 11px;
  }
  .btn-bid3 {
    padding: 10px 32px;
    font-size: 13px;
    line-height: 23px;
    margin-right: 15px;
    box-shadow: 0 5px 15px 0 rgb(32 33 36 / 20%);
  }
  .car-name .ratings-container {
    padding-bottom: 0px !important;
    margin-bottom: 10px;
  }
  .auctions .buy-it-now.v-not-sold li .yn-btn.btn.btn-sm {
    margin-top: 45px !important;
  }
  .honest-j h4 {
    font-size: 16px;
  }
  .h-john {
    width: 200px;
    height: 200px;
  }
  .honest-j p {
    text-align: center;
    font-size: 12px;
  }
  .make-money-2 .form-group select {
    left: 10px;
    width: 82px;
  }
  .make-money-2 .form-group input {
    padding: 15px 15px 15px 96px;
  }
  .h-john2 {
    width: 150px;
    height: 150px;
  }
  .smal-three-one img {
    width: 25px;
    height: 25px;
  }
  .smal-three-one {
    width: 40px;
    height: 40px;
    padding: 5px;
  }
  .smal-three-two p {
    line-height: 40px;
    font-size: 12px;
  }
  .smal-three-three i {
    line-height: 40px;
  }
  #audio-player-container {
    --seek-before-width: 0%;
    --volume-before-width: 100%;
    --buffered-width: 0%;
    position: relative;
    margin: 0px 0 auto 16.5%;
    width: 73%;
    max-width: 350px;
    height: 65px;
  }
  .gallery-icon {
    width: 20px;
    height: 20px;
  }
  .chat-cnt-l ul li .sent-bt {
    margin-top: 7px;
  }
  .chat-footer li .form-group {
    width: 94%;
    margin-left: 8px;
  }
  .chat-cnt-l ul li .form-control {
    min-height: 30px;
    border-radius: 20px;
  }
  .chat-cnt-l ul li .voice-roc {
    width: 25px;
    height: 25px;
    margin-top: 2px;
  }
  .cart-dropdown > a i {
    font-size: 18px;
  }
  .chat-footer {
    box-shadow: 0 1px 10px 0 rgb(32 33 36 / 10%);
    margin-top: 30px;
    padding: 20px 10px;
    border-radius: 0;
    position: fixed !important;
    display: block;
    bottom: 0px;
    left: 0px;
    background: #fff;
    z-index: 99;
    margin-bottom: 0px !important;
    width: 100%;
  }
  .chat-cnt-main {
    padding: 50px 0px 45px;
    margin-bottom: 0px;
  }
  .s-block-head {
    font-size: 13px;
    margin-bottom: 15px;
  }
  .s-block-sub-head {
    text-align: center;
    font-size: 12px;
    margin-bottom: 5px !important;
  }
  .vin {
    width: 100%;
    height: 30px;
    display: block;
  }

  .buy-it-now li .product-media {
    width: 100%;
    float: none;
    border-radius: 5px 5px 0px 0px;
  }
  .buy-it-now li .product-media img {
    border-radius: 5px 5px 0px 0px;
    height: auto;
  }
  .buy-it-now li .car-name {
    width: 100%;
    float: none;
    padding: 5px;
  }
  .buy-it-now li .car-name h5 {
    margin-bottom: 0px;
    font-size: 13px;
  }

  .car-name .ratings-container span {
    font-weight: 400;
    line-height: 13px;
    font-size: 11px;
  }
  .buy-it-now .yn-btn.btn.btn-sm {
    margin-top: 0px !important;
    margin-bottom: 10px;
  }

  .v-pending .ratings-container,
  .v-live .ratings-container {
    clear: both;
  }

  .buy-it-now.v-live li .car-name {
    width: 100%;
    padding: 5px;
  }
  .auctions .buy-it-now.bidding li .car-name,
  .auctions .buy-it-now.bidding li .d-payment,
  .auctions .buy-it-now.bidding li .buy {
    padding: 5px 10px 0;
  }
  .auctions .buy-it-now.bidding li .price {
    padding: 0px 10px 0;
  }
  .btn-inn1 {
    padding: 10px 12px;
  }
  .btn-inn1 {
    padding: 10px 12px;
  }
  .btn-inn2 {
    padding: 9px 8px;
  }
  .btn-inn1 img,
  .btn-inn2 img {
    width: 25px;
    height: 25px;
  }
}
form.form-disable-editable input,
form.form-disable-editable select,
form.form-disable-editable textarea {
  pointer-events: none;
}


@media only screen and (max-width: 400px) {
  .my-inpection-calendar {
    top: 40px !important;
  }

  #ui-datepicker-div {
    z-index: 22 !important;
  }
}
.click-disable{
  pointer-events: none !important;
}
