:root {
  --text-color: #282828;
}

body {
  font-family: "Mont-Regular";
}

main {
  display: flex;
  flex-wrap: wrap;
}

header {
  width: 100%;
  background: #fff;
  height: 96px;
  padding-left: 10%;
  display: flex;
  align-items: center;
  position: relative;
  z-index: 99999;
}
@media only screen and (max-width: 767px) {
  header {
    height: 56px;
  }
}
header .logo-area {
  width: 16%;
  margin-right: 10%;
}
@media only screen and (max-width: 1600px) {
  header .logo-area {
    width: 14%;
    margin-right: 5%;
  }
}
@media only screen and (max-width: 1200px) {
  header .logo-area {
    margin-right: 3%;
  }
}
@media only screen and (max-width: 991px) {
  header .logo-area {
    width: 18%;
  }
}
header .logo-area img {
  min-width: 143px;
  max-width: 100%;
}
@media only screen and (max-width: 1200px) {
  header .logo-area img {
    min-width: auto;
  }
}
@media only screen and (max-width: 767px) {
  header .logo-area img {
    min-width: 143px;
  }
}
header .header-navigation {
  width: 55%;
  padding-right: 20px;
}
@media only screen and (max-width: 1366px) {
  header .header-navigation {
    width: 58%;
  }
}
@media only screen and (max-width: 991px) {
  header .header-navigation {
    display: none;
  }
}
header .header-navigation ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
}
header .header-navigation ul li {
  padding-right: 4%;
}
@media only screen and (max-width: 1600px) {
  header .header-navigation ul li {
    padding-right: 2.5%;
  }
}
@media only screen and (max-width: 1366px) {
  header .header-navigation ul li {
    padding-right: 2%;
  }
}
header .header-navigation ul li:last-child {
  padding-right: 0;
}
header .header-navigation ul li a {
  text-decoration: none;
  padding: 0;
  margin: 0;
  font-size: 15px;
  color: var(--text-color);
}
@media only screen and (max-width: 1600px) {
  header .header-navigation ul li a {
    font-size: 14px;
  }
}
@media only screen and (max-width: 1200px) {
  header .header-navigation ul li a {
    font-size: 12px;
  }
}
header .header-contact {
  width: 14%;
}
@media only screen and (max-width: 1200px) {
  header .header-contact {
    width: 17%;
  }
}
@media only screen and (max-width: 991px) {
  header .header-contact {
    margin-left: auto;
    width: 23%;
  }
}
@media only screen and (max-width: 767px) {
  header .header-contact {
    display: none;
  }
}
header .header-contact ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  align-items: center;
}
header .header-contact ul li {
  margin-right: 8px;
}
@media only screen and (max-width: 1600px) {
  header .header-contact ul li {
    line-height: 13px;
  }
}
@media only screen and (max-width: 1600px) {
  header .header-contact ul li:first-child img {
    width: 17px;
  }
}
@media only screen and (max-width: 1366px) {
  header .header-contact ul li:first-child img {
    width: 15px;
  }
}
@media only screen and (max-width: 1600px) {
  header .header-contact ul li:nth-child(2) img {
    width: 16px;
  }
}
@media only screen and (max-width: 1366px) {
  header .header-contact ul li:nth-child(2) img {
    width: 14px;
  }
}
header .header-contact ul li:last-child {
  margin-right: 0;
}
@media only screen and (max-width: 1600px) {
  header .header-contact ul li:last-child span {
    font-size: 20px;
  }
}
@media only screen and (max-width: 1366px) {
  header .header-contact ul li:last-child span {
    font-size: 17px;
  }
}
header .header-contact ul li span {
  font-family: "Mont-Black";
  font-size: 24px;
  color: var(--text-color);
}

body {
  /* Track */
  /* Handle */
  /* Handle on hover */
}
body ::-webkit-scrollbar {
  width: 4px;
  height: 6px;
}
body ::-webkit-scrollbar-track {
  background: rgba(112, 112, 112, 0.35);
}
body ::-webkit-scrollbar-thumb {
  background: #EE0000;
}
body ::-webkit-scrollbar-thumb:hover {
  background: #555;
}

.header-right-area {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  width: 5%;
}
@media only screen and (max-width: 1200px) {
  .header-right-area {
    width: 7%;
  }
}
@media only screen and (max-width: 767px) {
  .header-right-area {
    margin-left: auto;
    width: 20%;
    margin-right: 20px;
    justify-content: flex-end;
  }
}
.header-right-area .header-search-block {
  display: flex;
  margin-right: 15px;
}
@media only screen and (max-width: 1366px) {
  .header-right-area .header-search-block img {
    width: 15px;
  }
}
@media only screen and (max-width: 768px) {
  .header-right-area .header-search-block img {
    width: 17px;
  }
}

.header-lang-block img {
  width: 25px;
  height: 25px;
}
@media only screen and (max-width: 1600px) {
  .header-lang-block img {
    width: 20px;
    height: 20px;
  }
}
@media only screen and (max-width: 1366px) {
  .header-lang-block img {
    width: 18px;
    height: 18px;
  }
}
@media only screen and (max-width: 767px) {
  .header-lang-block img {
    width: 25px;
    height: 25px;
  }
}

.nav-links {
  height: 100%;
  display: block;
}
.nav-links a {
  font-family: "Mont-Heavy";
  font-size: 13px;
  width: 100%;
  background: #282828;
  border-radius: 2px;
  color: #fff;
  outline: 0;
  margin: 0;
  padding: 10px 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  writing-mode: tb-rl;
  transform: rotate(-180deg);
  text-decoration: none;
  min-height: 90px;
  height: 100%;
}
@media screen and (min-width: 768px) and (min-height: 766px) {
  .nav-links a {
    display: block;
    text-align: center;
  }
}
@media only screen and (max-width: 767px) {
  .nav-links a {
    max-width: 23px;
    width: 100%;
    font-size: 9px;
  }
}

.sidebar-wrap {
  position: sticky;
  top: 0px;
  margin-top: -96px;
  z-index: 9999;
  width: 103px;
  height: 100vh;
  background: #fff;
}
@media only screen and (max-width: 767px) {
  .sidebar-wrap {
    width: 47px;
    min-width: 47px;
  }
}
.sidebar-wrap .sidebar-inner {
  width: 100%;
  display: flex;
  height: 100%;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  overflow: auto;
}
.sidebar-wrap .sidebar-inner::-webkit-scrollbar {
  display: none;
}
@media screen and (max-width: 767px), screen and (max-height: 766px) {
  .sidebar-wrap .sidebar-inner {
    overflow: auto;
  }
}
.sidebar-wrap .logo-icon {
  display: block;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 27px;
  padding-right: 27px;
  min-height: 111px;
}
@media only screen and (max-width: 1920px) {
  .sidebar-wrap .logo-icon {
    min-height: 100px;
  }
}
@media only screen and (max-width: 767px) {
  .sidebar-wrap .logo-icon {
    min-height: 60px;
    padding-top: 15px;
    padding-left: 8px;
    padding-right: 8px;
  }
}
.sidebar-wrap .logo-icon img {
  min-width: 27px;
  width: 61px;
  max-width: 100%;
}
.sidebar-wrap .grid-icon {
  margin-bottom: 10px;
}
.sidebar-wrap .grid-icon img {
  width: 33px;
  height: 33px;
  cursor: pointer;
}
@media only screen and (max-width: 767px) {
  .sidebar-wrap .grid-icon img {
    width: 25px;
    height: 25px;
  }
}
.sidebar-wrap .sidebar-navigation {
  margin-bottom: 15px;
}
.sidebar-wrap .sidebar-navigation > div {
  margin-bottom: 5px;
}
@media screen and (min-width: 768px) and (min-height: 766px) {
  .sidebar-wrap .sidebar-navigation {
    display: flex;
    flex-direction: column;
    height: 40vh;
  }
}
.sidebar-wrap .sidebar-navigation .login-area {
  height: 150px;
}
@media screen and (min-width: 320px) and (max-width: 767px) and (max-height: 765px) {
  .sidebar-wrap .sidebar-navigation .login-area {
    height: 90px;
  }
}
@media screen and (min-width: 768px) and (min-height: 766px) {
  .sidebar-wrap .sidebar-navigation .login-area {
    height: 50%;
  }
}
.sidebar-wrap .sidebar-navigation .signup-area {
  position: relative;
  height: 150px;
}
@media screen and (min-width: 768px) and (min-height: 766px) {
  .sidebar-wrap .sidebar-navigation .signup-area {
    height: 50%;
  }
}
@media screen and (min-width: 320px) and (max-width: 767px) and (max-height: 765px) {
  .sidebar-wrap .sidebar-navigation .signup-area {
    height: 90px;
  }
}
.sidebar-wrap .sidebar-navigation .side-account-area {
  position: relative;
  height: 120px;
}
@media screen and (min-width: 768px) and (min-height: 766px) {
  .sidebar-wrap .sidebar-navigation .side-account-area {
    height: 31%;
  }
}
@media screen and (min-width: 320px) and (max-width: 767px) and (max-height: 765px) {
  .sidebar-wrap .sidebar-navigation .side-account-area {
    height: 90px;
  }
}
@media screen and (min-width: 768px) and (min-height: 766px) {
  .sidebar-wrap .sidebar-navigation .side-account-area .nav-links a {
    font-size: 11px;
    padding: 5px 10px;
  }
}
.sidebar-wrap .sidebar-navigation .side-bids-area {
  height: 150px;
  position: relative;
}
@media screen and (min-width: 768px) and (min-height: 766px) {
  .sidebar-wrap .sidebar-navigation .side-bids-area {
    height: 40%;
  }
}
@media screen and (min-width: 320px) and (max-width: 767px) and (max-height: 765px) {
  .sidebar-wrap .sidebar-navigation .side-bids-area {
    height: 107px;
  }
}
.sidebar-wrap .sidebar-navigation .side-bids-area .nav-links a {
  white-space: nowrap;
}
@media screen and (min-width: 768px) and (min-height: 700px) {
  .sidebar-wrap .sidebar-navigation .side-bids-area .nav-links a {
    font-size: 11px;
    padding: 5px 10px;
  }
}
.sidebar-wrap .sidebar-navigation .side-deposit-area {
  height: 107px;
  position: relative;
}
@media screen and (min-width: 768px) and (min-height: 766px) {
  .sidebar-wrap .sidebar-navigation .side-deposit-area {
    height: 29%;
  }
}
@media screen and (min-width: 320px) and (max-width: 767px) and (max-height: 765px) {
  .sidebar-wrap .sidebar-navigation .side-deposit-area {
    height: 90px;
  }
}
.sidebar-wrap .sidebar-navigation .side-deposit-area .nav-links a {
  white-space: nowrap;
  background: #CE001B;
}
@media screen and (min-width: 768px) and (min-height: 766px) {
  .sidebar-wrap .sidebar-navigation .side-deposit-area .nav-links a {
    font-size: 11px;
    padding: 5px 10px;
  }
}
@media screen and (min-width: 320px) and (min-height: 766px) {
  .sidebar-wrap .sidebar-social {
    height: 23vh;
  }
}
.sidebar-wrap .sidebar-social ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
@media screen and (min-width: 320px) and (min-height: 766px) {
  .sidebar-wrap .sidebar-social ul {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
}
.sidebar-wrap .sidebar-social ul li {
  margin-bottom: 15px;
}
.sidebar-wrap .sidebar-social ul li img {
  max-width: 22px;
  display: block;
  margin: 0 auto;
}
@media only screen and (max-width: 767px) {
  .sidebar-wrap .sidebar-social ul li.youtube {
    max-width: 14px;
    margin-left: auto;
    margin-right: auto;
  }
  .sidebar-wrap .sidebar-social ul li.youtube img {
    max-width: 100%;
  }
  .sidebar-wrap .sidebar-social ul li.linkdin {
    max-width: 18px;
    margin-left: auto;
    margin-right: auto;
  }
  .sidebar-wrap .sidebar-social ul li.linkdin img {
    max-width: 100%;
  }
  .sidebar-wrap .sidebar-social ul li.twitter {
    max-width: 17px;
    margin-left: auto;
    margin-right: auto;
  }
  .sidebar-wrap .sidebar-social ul li.twitter img {
    max-width: 100%;
  }
  .sidebar-wrap .sidebar-social ul li.facebook {
    width: 19px;
    margin-left: auto;
    margin-right: auto;
  }
  .sidebar-wrap .sidebar-social ul li.facebook img {
    max-width: 100%;
  }
  .sidebar-wrap .sidebar-social ul li.instagram {
    width: 17px;
    margin-left: auto;
    margin-right: auto;
  }
  .sidebar-wrap .sidebar-social ul li.instagram img {
    max-width: 100%;
  }
}
.sidebar-wrap .search-area {
  margin-bottom: 10px;
}
@media only screen and (max-width: 767px) {
  .sidebar-wrap .search-area img {
    max-width: 16px;
    display: block;
    margin: 0 auto;
  }
}
.sidebar-wrap .notification-area {
  margin-bottom: 10px;
}
.sidebar-wrap .notification-area .notification-icon {
  position: relative;
}
@media only screen and (max-width: 767px) {
  .sidebar-wrap .notification-area .notification-icon img {
    width: 19px;
  }
}
.sidebar-wrap .notification-area .notification-icon .bell-alert {
  position: absolute;
  left: -8px;
  top: -8px;
  width: 16px;
  height: 16px;
  background: #D5001B;
  color: #fff;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: "Mont-Black";
  font-size: 7px;
}
@media only screen and (max-width: 767px) {
  .sidebar-wrap .notification-area .notification-icon .bell-alert {
    left: -9px;
    top: -1px;
    width: 14px;
    height: 14px;
  }
}
.sidebar-wrap .up-arrow {
  cursor: pointer;
  padding-bottom: 10px;
}
@media only screen and (max-width: 767px) {
  .sidebar-wrap .up-arrow img {
    width: 16px;
  }
}

.main-site-wrap {
  width: calc(100% - 103px);
}
@media only screen and (max-width: 576px) {
  .main-site-wrap {
    width: calc(100% - 47px);
  }
}
.main-site-wrap .site-content-top {
  padding: 30px 50px;
  background: #F2F2F2;
}
@media only screen and (max-width: 767px) {
  .main-site-wrap .site-content-top {
    padding-top: 0;
    padding-left: 15px;
    padding-right: 15px;
  }
}
.main-site-wrap .site-content-top .banner-wrap {
  position: relative;
  margin-bottom: 19px;
}
@media only screen and (max-width: 767px) {
  .main-site-wrap .site-content-top .banner-wrap {
    padding-top: 0;
    margin-left: -15px;
    margin-right: -15px;
  }
}
@media only screen and (max-width: 767px) {
  .main-site-wrap .site-content-top .banner-wrap.about-banner-wrap {
    margin-bottom: 0;
  }
}
@media only screen and (max-width: 767px) {
  .main-site-wrap .site-content-top .banner-wrap.du-banner-wrap {
    display: none;
  }
}
.main-site-wrap .site-content-top .banner-wrap.du-banner-wrap figure {
  height: 300px;
}
.main-site-wrap .site-content-top .banner-wrap.du-banner-wrap figure img {
  height: 100%;
}
.main-site-wrap .site-content-top .banner-wrap.du-banner-wrap .banner-content {
  bottom: 35px;
}
.main-site-wrap .site-content-top .banner-wrap.du-banner-wrap.tag-banner .banner-content {
  bottom: 70px;
}
.main-site-wrap .site-content-top .banner-wrap .banner-repeat {
  position: relative;
}
.main-site-wrap .site-content-top .banner-wrap figure {
  border-radius: 25px;
  overflow: hidden;
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 1200px) {
  .main-site-wrap .site-content-top .banner-wrap figure {
    width: 100%;
    height: 304px;
    display: flex;
    overflow: hidden;
    margin: 0;
  }
}
@media only screen and (max-width: 767px) {
  .main-site-wrap .site-content-top .banner-wrap figure {
    border-radius: 0;
  }
}
.main-site-wrap .site-content-top .banner-wrap figure video {
  display: block;
  width: 100%;
  height: 480px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media only screen and (max-width: 1200px) {
  .main-site-wrap .site-content-top .banner-wrap figure video {
    -o-object-fit: cover;
       object-fit: cover;
    width: 100%;
    height: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .main-site-wrap .site-content-top .banner-wrap figure video {
    border-radius: 0;
  }
}
.main-site-wrap .site-content-top .banner-wrap figure img {
  height: 480px;
}
@media only screen and (max-width: 1200px) {
  .main-site-wrap .site-content-top .banner-wrap figure img {
    -o-object-fit: cover;
       object-fit: cover;
    width: 100%;
    height: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .main-site-wrap .site-content-top .banner-wrap figure img {
    border-radius: 0;
  }
}
@media only screen and (max-width: 576px) {
  .main-site-wrap .site-content-top .banner-wrap figure img {
    -o-object-position: 58% 0;
       object-position: 58% 0;
  }
}
.main-site-wrap .site-content-top .banner-wrap img {
  max-width: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.main-site-wrap .site-content-top .banner-wrap .static-banner-content {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  text-align: center;
}
.main-site-wrap .site-content-top .banner-wrap .static-banner-content h1 {
  font-family: "Mont-Black";
  font-size: 134px;
  line-height: 155px;
  color: #FFFFFF;
}
@media only screen and (max-width: 1800px) {
  .main-site-wrap .site-content-top .banner-wrap .static-banner-content h1 {
    font-size: 100px;
    line-height: 120px;
  }
}
@media only screen and (max-width: 1400px) {
  .main-site-wrap .site-content-top .banner-wrap .static-banner-content h1 {
    font-size: 80px;
    line-height: 100px;
  }
}
@media only screen and (max-width: 1200px) {
  .main-site-wrap .site-content-top .banner-wrap .static-banner-content h1 {
    font-size: 60px;
    line-height: 100px;
  }
}
@media only screen and (max-width: 992px) {
  .main-site-wrap .site-content-top .banner-wrap .static-banner-content h1 {
    font-size: 50px;
    line-height: 100px;
  }
}
@media only screen and (max-width: 768px) {
  .main-site-wrap .site-content-top .banner-wrap .static-banner-content h1 {
    font-size: 26px;
    line-height: 50px;
  }
}
.main-site-wrap .site-content-top .banner-wrap .banner-content {
  position: absolute;
  bottom: 50px;
  left: 50px;
}
@media only screen and (max-width: 576px) {
  .main-site-wrap .site-content-top .banner-wrap .banner-content {
    bottom: 20px;
    left: 20px;
  }
}
.main-site-wrap .site-content-top .banner-wrap .banner-content h1 {
  font-family: "Mont-Black";
  font-size: 66px;
  line-height: 73px;
  color: #fff;
}
@media only screen and (max-width: 1600px) {
  .main-site-wrap .site-content-top .banner-wrap .banner-content h1 {
    font-size: 50px;
    line-height: 55px;
  }
}
@media only screen and (max-width: 1366px) {
  .main-site-wrap .site-content-top .banner-wrap .banner-content h1 {
    font-size: 40px;
    line-height: 48px;
  }
}
@media only screen and (max-width: 1200px) {
  .main-site-wrap .site-content-top .banner-wrap .banner-content h1 {
    font-size: 30px;
    line-height: 40px;
  }
}
@media only screen and (max-width: 576px) {
  .main-site-wrap .site-content-top .banner-wrap .banner-content h1 {
    font-size: 20px;
    line-height: 26px;
    text-transform: uppercase;
  }
}
.main-site-wrap .site-content-top .banner-wrap .banner-content h1 span {
  display: block;
}
.main-site-wrap .site-content-top .banner-wrap .banner-content h1 samp {
  font-size: 59px;
  font-family: "Mont-Regular";
  display: block;
}
@media only screen and (max-width: 1600px) {
  .main-site-wrap .site-content-top .banner-wrap .banner-content h1 samp {
    font-size: 40px;
  }
}
@media only screen and (max-width: 1366px) {
  .main-site-wrap .site-content-top .banner-wrap .banner-content h1 samp {
    font-size: 30px;
  }
}
@media only screen and (max-width: 1200px) {
  .main-site-wrap .site-content-top .banner-wrap .banner-content h1 samp {
    font-size: 22px;
  }
}
@media only screen and (max-width: 576px) {
  .main-site-wrap .site-content-top .banner-wrap .banner-content h1 samp {
    font-size: 18px;
  }
}
.main-site-wrap .site-content-top .banner-wrap .banner-content a {
  font-family: "Mont-Black";
  font-size: 27px;
  width: -moz-max-content;
  width: max-content;
  height: 45px;
  background: #D5001B;
  border-radius: 5px;
  color: #fff;
  padding: 0 22px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
}
@media only screen and (max-width: 1600px) {
  .main-site-wrap .site-content-top .banner-wrap .banner-content a {
    font-size: 22px;
    padding: 0 12px;
    height: 40px;
  }
}
@media only screen and (max-width: 1366px) {
  .main-site-wrap .site-content-top .banner-wrap .banner-content a {
    font-size: 19px;
    padding: 0 10px;
    height: 40px;
  }
}
@media only screen and (max-width: 1200px) {
  .main-site-wrap .site-content-top .banner-wrap .banner-content a {
    font-size: 18px;
    padding: 0 10px;
    height: 40px;
  }
}
@media only screen and (max-width: 576px) {
  .main-site-wrap .site-content-top .banner-wrap .banner-content a {
    font-size: 17px;
    height: 27px;
  }
}
.main-site-wrap .site-content-top .acution-time {
  background: #CE001B;
  border-radius: 10px;
}
.main-site-wrap .site-content-top .acution-time.end {
  background: #939393;
}
.main-site-wrap .site-content-top .acution-time.green {
  background: #21AC00;
}
.main-site-wrap .site-content-top .acution-time .timer {
  display: flex;
  justify-content: space-between;
  font-size: 16px;
  color: #fff;
  font-family: "Mont-Black";
  text-align: center;
}
@media only screen and (max-width: 1750px) {
  .main-site-wrap .site-content-top .acution-time .timer {
    font-size: 13px;
    line-height: 20px;
  }
}
@media only screen and (max-width: 1600px) {
  .main-site-wrap .site-content-top .acution-time .timer {
    font-size: 11px;
    line-height: 20px;
  }
}
@media only screen and (max-width: 1366px) {
  .main-site-wrap .site-content-top .acution-time .timer {
    font-size: 10px;
    line-height: 20px;
  }
}
@media only screen and (max-width: 576px) {
  .main-site-wrap .site-content-top .acution-time .timer {
    font-size: 10px;
  }
}
.main-site-wrap .site-content-top .acution-time .timer div {
  width: 25%;
  border-right: 1px solid #fff;
  text-align: center;
  padding: 0 10px;
}
.main-site-wrap .site-content-top .auction-cat {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 15px;
}
@media only screen and (min-width: 1921px) {
  .main-site-wrap .site-content-top .auction-cat {
    justify-content: space-between;
  }
}
@media only screen and (max-width: 1750px) {
  .main-site-wrap .site-content-top .auction-cat {
    gap: 10px;
  }
}
@media only screen and (max-width: 1366px) {
  .main-site-wrap .site-content-top .auction-cat {
    gap: 5px;
  }
}
@media only screen and (max-width: 1200px) {
  .main-site-wrap .site-content-top .auction-cat {
    justify-content: flex-start;
  }
}
@media only screen and (max-width: 576px) {
  .main-site-wrap .site-content-top .auction-cat {
    justify-content: space-between;
    gap: 15px;
  }
}
@media only screen and (max-width: 576px) {
  .main-site-wrap .site-content-top .auction-cat.auction-cat-wrapper2 {
    margin-right: 0;
  }
}
.main-site-wrap .site-content-top .auction-cat.auction-cat-wrapper2 .auction-block.cat-block-style2 {
  min-width: 538px;
}
@media only screen and (max-width: 1800px) {
  .main-site-wrap .site-content-top .auction-cat.auction-cat-wrapper2 .auction-block.cat-block-style2 {
    min-width: 499px;
  }
}
@media only screen and (max-width: 1366px) {
  .main-site-wrap .site-content-top .auction-cat.auction-cat-wrapper2 .auction-block.cat-block-style2 {
    min-width: 440px;
  }
}
@media only screen and (max-width: 576px) {
  .main-site-wrap .site-content-top .auction-cat.auction-cat-wrapper2 .auction-block.cat-block-style2 {
    min-width: 100%;
  }
}
.main-site-wrap .site-content-top .auction-cat.market-cat-wrapper2::-webkit-scrollbar {
  display: none;
}
@media only screen and (max-width: 576px) {
  .main-site-wrap .site-content-top .auction-cat.market-cat-wrapper2 .auction-block.cat-block-style2 {
    min-width: 100%;
    padding-right: 7px;
  }
}
@media only screen and (max-width: 576px) {
  .main-site-wrap .site-content-top .auction-cat.market-cat-wrapper2 .auction-block.cat-block-style2 .cat-right-block {
    padding-left: 8px;
  }
  .main-site-wrap .site-content-top .auction-cat.market-cat-wrapper2 .auction-block.cat-block-style2 .cat-right-block .auction-name .eng {
    font-size: 13px;
  }
  .main-site-wrap .site-content-top .auction-cat.market-cat-wrapper2 .auction-block.cat-block-style2 .cat-right-block .auction-name .eng span {
    font-size: 9px;
  }
  .main-site-wrap .site-content-top .auction-cat.market-cat-wrapper2 .auction-block.cat-block-style2 .cat-right-block .auction-name .arb {
    font-size: 13px;
  }
  .main-site-wrap .site-content-top .auction-cat.market-cat-wrapper2 .auction-block.cat-block-style2 .cat-right-block .auction-name .arb span {
    font-size: 9px;
  }
}
.main-site-wrap .site-content-top .auction-cat .auction-block {
  background: #fff;
  padding: 9px 9px 15px;
  border-radius: 29px 29px 10px 10px;
  width: calc(14.2857142% - 15px);
}
@media only screen and (max-width: 1750px) {
  .main-site-wrap .site-content-top .auction-cat .auction-block {
    width: calc(14.2857142% - 10px);
  }
}
@media only screen and (max-width: 1366px) {
  .main-site-wrap .site-content-top .auction-cat .auction-block {
    width: calc(14.2857142% - 5px);
    padding: 5px 5px 10px;
    border-radius: 10px;
  }
}
@media only screen and (max-width: 1200px) {
  .main-site-wrap .site-content-top .auction-cat .auction-block {
    width: 160px;
  }
}
.main-site-wrap .site-content-top .auction-cat .auction-block:last-child {
  margin-right: 0;
}
@media only screen and (max-width: 576px) {
  .main-site-wrap .site-content-top .auction-cat .auction-block:nth-child(2n) {
    margin-right: 0;
  }
}
@media only screen and (max-width: 1920px) {
  .main-site-wrap .site-content-top .auction-cat .auction-block {
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 576px) {
  .main-site-wrap .site-content-top .auction-cat .auction-block {
    width: calc(50% - 8px);
    margin-bottom: 0px;
  }
}
@media only screen and (max-width: 576px) {
  .main-site-wrap .site-content-top .auction-cat .auction-block {
    border-radius: 10px;
    padding: 6px 6px 10px;
  }
}
.main-site-wrap .site-content-top .auction-cat .auction-block.live-block .auction-status .live {
  background: #21AC00;
}
.main-site-wrap .site-content-top .auction-cat .auction-block.live-block .acution-time {
  background: #21AC00;
}
.main-site-wrap .site-content-top .auction-cat .auction-block .auction-status {
  position: relative;
  margin-bottom: 12px;
}
.main-site-wrap .site-content-top .auction-cat .auction-block .auction-status img {
  width: 100%;
  border-radius: 25px;
}
@media only screen and (max-width: 1366px) {
  .main-site-wrap .site-content-top .auction-cat .auction-block .auction-status img {
    border-radius: 10px;
  }
}
@media only screen and (max-width: 576px) {
  .main-site-wrap .site-content-top .auction-cat .auction-block .auction-status img {
    border-radius: 10px;
  }
}
.main-site-wrap .site-content-top .auction-cat .auction-block .auction-status:last-child {
  margin-right: 0;
}
.main-site-wrap .site-content-top .auction-cat .auction-block .auction-status .live {
  position: absolute;
  left: 0;
  bottom: 0;
  padding: 10px 19px;
  font-size: 15px;
  color: #fff;
  background: #D5001B;
  border-radius: 0px 25px 0px 25px;
  font-family: "Mont-Heavy";
}
@media only screen and (max-width: 1750px) {
  .main-site-wrap .site-content-top .auction-cat .auction-block .auction-status .live {
    padding: 5px 15px;
    font-size: 12px;
    border-radius: 0px 18px 0px 18px;
  }
}
@media only screen and (max-width: 1366px) {
  .main-site-wrap .site-content-top .auction-cat .auction-block .auction-status .live {
    padding: 3px 15px;
    font-size: 10px;
    border-radius: 0px 10px 0px 10px;
  }
}
@media only screen and (max-width: 576px) {
  .main-site-wrap .site-content-top .auction-cat .auction-block .auction-status .live {
    padding: 6px 13px;
    font-size: 9px;
    border-radius: 0px 10px 0px 10px;
  }
}
.main-site-wrap .site-content-top .auction-cat .auction-block .auction-status .live.vergin-live {
  background: #282828;
}
.main-site-wrap .site-content-top .auction-cat .auction-block .auction-status .count {
  position: absolute;
  right: 0;
  top: 0;
  padding: 10px 19px;
  font-size: 15px;
  color: #D5001B;
  background: #fff;
  border-radius: 0px 25px 0px 25px;
  font-family: "Mont-Heavy";
}
@media only screen and (max-width: 1750px) {
  .main-site-wrap .site-content-top .auction-cat .auction-block .auction-status .count {
    padding: 5px 15px;
    font-size: 13px;
    border-radius: 0px 18px 0px 18px;
  }
}
@media only screen and (max-width: 1366px) {
  .main-site-wrap .site-content-top .auction-cat .auction-block .auction-status .count {
    padding: 0px 15px;
    font-size: 12px;
    border-radius: 0px 10px 0px 10px;
  }
}
@media only screen and (max-width: 576px) {
  .main-site-wrap .site-content-top .auction-cat .auction-block .auction-status .count {
    padding: 0px 13px;
    border-radius: 0px 10px 0px 10px;
  }
}
.main-site-wrap .site-content-top .auction-cat .auction-block .auction-name {
  font-family: "Mont-Black";
  font-size: 19px;
  line-height: 29px;
  text-align: center;
  display: flex;
  flex-wrap: wrap;
}
@media only screen and (max-width: 1750px) {
  .main-site-wrap .site-content-top .auction-cat .auction-block .auction-name {
    font-size: 16px;
    line-height: 24px;
  }
}
@media only screen and (max-width: 1600px) {
  .main-site-wrap .site-content-top .auction-cat .auction-block .auction-name {
    font-size: 13px;
    line-height: 20px;
  }
}
@media only screen and (max-width: 1366px) {
  .main-site-wrap .site-content-top .auction-cat .auction-block .auction-name {
    font-size: 12px;
    line-height: 20px;
  }
}
@media only screen and (max-width: 576px) {
  .main-site-wrap .site-content-top .auction-cat .auction-block .auction-name {
    font-size: 13px;
    line-height: 20px;
  }
}
.main-site-wrap .site-content-top .auction-cat .auction-block .auction-name .eng {
  margin-bottom: 0px;
  display: block;
  width: 100%;
}
.main-site-wrap .site-content-top .auction-cat .auction-block .auction-name .arb {
  font-family: "GESSTwoBold-Bold";
  font-size: 14px;
  line-height: 19px;
  margin-bottom: 6px;
  width: 100%;
}
@media only screen and (max-width: 1366px) {
  .main-site-wrap .site-content-top .auction-cat .auction-block .auction-name .arb {
    font-size: 10px;
    line-height: 19px;
  }
}
.main-site-wrap .site-content-top .auction-cat.auction-cat-wrapper2 {
  flex-wrap: nowrap;
  overflow: auto;
}
@media only screen and (max-width: 768px) {
  .main-site-wrap .site-content-top .auction-cat.auction-cat-wrapper2 {
    flex-direction: column;
    overflow: initial;
  }
}
.main-site-wrap .site-content-top .auction-cat .cat-block-style2 {
  width: calc(33.3333333333% - 15px);
  padding: 12px 24px 12px 12px;
  display: flex;
  align-items: center;
  border-radius: 25px;
  margin-right: 0;
}
@media only screen and (max-width: 1600px) {
  .main-site-wrap .site-content-top .auction-cat .cat-block-style2 {
    margin-right: 0px;
    min-width: 410px;
  }
}
@media only screen and (max-width: 768px) {
  .main-site-wrap .site-content-top .auction-cat .cat-block-style2 {
    min-width: auto;
    width: auto;
    max-width: 302px;
    padding: 5px 15px 5px 6px;
    border-radius: 14px;
    margin-right: 10px;
    margin: 0 auto 20px;
  }
  .main-site-wrap .site-content-top .auction-cat .cat-block-style2:last-child {
    margin-bottom: 0;
  }
}
.main-site-wrap .site-content-top .auction-cat .cat-block-style2:nth-child(3n) {
  margin-right: 0;
}
@media only screen and (max-width: 1600px) {
  .main-site-wrap .site-content-top .auction-cat .cat-block-style2:nth-child(3n) {
    margin-right: 20px;
  }
}
@media only screen and (max-width: 768px) {
  .main-site-wrap .site-content-top .auction-cat .cat-block-style2:nth-child(3n) {
    margin-right: auto;
  }
}
@media only screen and (max-width: 768px) {
  .main-site-wrap .site-content-top .auction-cat .cat-block-style2:nth-child(2n) {
    margin-right: auto;
  }
}
.main-site-wrap .site-content-top .auction-cat .cat-block-style2 .auction-status {
  width: 160px;
  margin-bottom: 0;
}
@media only screen and (max-width: 1800px) {
  .main-site-wrap .site-content-top .auction-cat .cat-block-style2 .auction-status {
    width: 130px;
  }
}
@media only screen and (max-width: 1600px) {
  .main-site-wrap .site-content-top .auction-cat .cat-block-style2 .auction-status {
    width: 112px;
  }
}
@media only screen and (max-width: 768px) {
  .main-site-wrap .site-content-top .auction-cat .cat-block-style2 .auction-status {
    width: 92px;
    height: 92px;
    border-radius: 10px;
  }
}
@media only screen and (max-width: 1800px) {
  .main-site-wrap .site-content-top .auction-cat .cat-block-style2 .auction-status .count {
    padding: 2px 15px;
    font-size: 13px;
    color: #D5001B;
    background: #fff;
    border-radius: 0px 14px 0px 14px;
    font-family: "Mont-Heavy";
  }
}
@media only screen and (max-width: 768px) {
  .main-site-wrap .site-content-top .auction-cat .cat-block-style2 .auction-status .count {
    font-size: 10px;
    border-radius: 0px 10px 0px 10px;
    padding: 2px 10px;
  }
}
@media only screen and (max-width: 1800px) {
  .main-site-wrap .site-content-top .auction-cat .cat-block-style2 .auction-status .live {
    padding: 4px 15px;
    font-size: 13px;
    color: #fff;
    background: #D5001B;
    border-radius: 0px 14px 0px 14px;
    font-family: "Mont-Heavy";
  }
}
@media only screen and (max-width: 768px) {
  .main-site-wrap .site-content-top .auction-cat .cat-block-style2 .auction-status .live {
    font-size: 10px;
    border-radius: 0px 10px 0px 10px;
    padding: 2px 10px;
  }
}
.main-site-wrap .site-content-top .auction-cat .cat-block-style2 .cat-right-block {
  width: calc(100% - 160px);
  padding: 0 0 0 25px;
}
@media only screen and (max-width: 1800px) {
  .main-site-wrap .site-content-top .auction-cat .cat-block-style2 .cat-right-block {
    width: calc(100% - 130px);
  }
}
@media only screen and (max-width: 1600px) {
  .main-site-wrap .site-content-top .auction-cat .cat-block-style2 .cat-right-block {
    width: calc(100% - 112px);
  }
}
@media only screen and (max-width: 768px) {
  .main-site-wrap .site-content-top .auction-cat .cat-block-style2 .cat-right-block {
    width: calc(100% - 92px);
    padding-left: 17px;
  }
}
.main-site-wrap .site-content-top .auction-cat .cat-block-style2 .cat-right-block.cat-right-tag-block .auction-name .eng span {
  font-size: 17px;
}
.main-site-wrap .site-content-top .auction-cat .cat-block-style2 .cat-right-block.cat-right-tag-block .auction-name .arb span {
  font-family: "Mont-Bold";
  font-size: 22px;
}
@media only screen and (max-width: 768px) {
  .main-site-wrap .site-content-top .auction-cat .cat-block-style2 .cat-right-block.cat-right-direct-block .auction-name .eng {
    font-size: 14px;
  }
}
.main-site-wrap .site-content-top .auction-cat .cat-block-style2 .cat-right-block.cat-right-direct-block .auction-name .eng span {
  font-size: 17px;
}
@media only screen and (max-width: 768px) {
  .main-site-wrap .site-content-top .auction-cat .cat-block-style2 .cat-right-block.cat-right-direct-block .auction-name .eng span {
    font-size: 9px;
  }
}
.main-site-wrap .site-content-top .auction-cat .cat-block-style2 .cat-right-block.cat-right-direct-block .auction-name .arb {
  font-size: 22px;
}
@media only screen and (max-width: 1800px) {
  .main-site-wrap .site-content-top .auction-cat .cat-block-style2 .cat-right-block.cat-right-direct-block .auction-name .arb {
    font-size: 20px;
  }
}
@media only screen and (max-width: 1600px) {
  .main-site-wrap .site-content-top .auction-cat .cat-block-style2 .cat-right-block.cat-right-direct-block .auction-name .arb {
    font-size: 18px;
  }
}
@media only screen and (max-width: 768px) {
  .main-site-wrap .site-content-top .auction-cat .cat-block-style2 .cat-right-block.cat-right-direct-block .auction-name .arb {
    font-size: 15px;
  }
}
.main-site-wrap .site-content-top .auction-cat .cat-block-style2 .cat-right-block .auction-name .eng {
  font-family: "Mont-Black";
  text-align: left;
  font-size: 24px;
  line-height: 30px;
  text-transform: capitalize;
  margin-bottom: 10px;
  opacity: 1;
}
@media only screen and (max-width: 1800px) {
  .main-site-wrap .site-content-top .auction-cat .cat-block-style2 .cat-right-block .auction-name .eng {
    font-size: 19px;
    line-height: 30px;
    margin-bottom: 5px;
  }
}
@media only screen and (max-width: 1600px) {
  .main-site-wrap .site-content-top .auction-cat .cat-block-style2 .cat-right-block .auction-name .eng {
    font-size: 16px;
    line-height: 30px;
    margin-bottom: 5px;
  }
}
@media only screen and (max-width: 768px) {
  .main-site-wrap .site-content-top .auction-cat .cat-block-style2 .cat-right-block .auction-name .eng {
    font-size: 15px;
    line-height: 20px;
    margin-bottom: 5px;
  }
}
.main-site-wrap .site-content-top .auction-cat .cat-block-style2 .cat-right-block .auction-name .arb {
  font-family: "GESSTwoBold-Bold";
  text-align: left;
  font-size: 28px;
  line-height: 42px;
  text-transform: capitalize;
  margin-bottom: 17px;
}
@media only screen and (max-width: 1800px) {
  .main-site-wrap .site-content-top .auction-cat .cat-block-style2 .cat-right-block .auction-name .arb {
    font-size: 24px;
    line-height: 30px;
    margin-bottom: 10px;
  }
}
@media only screen and (max-width: 1600px) {
  .main-site-wrap .site-content-top .auction-cat .cat-block-style2 .cat-right-block .auction-name .arb {
    font-size: 18px;
    line-height: 30px;
  }
}
@media only screen and (max-width: 768px) {
  .main-site-wrap .site-content-top .auction-cat .cat-block-style2 .cat-right-block .auction-name .arb {
    font-size: 18px;
    line-height: 20px;
    margin-bottom: 8px;
  }
}
.main-site-wrap .site-content-top .auction-cat .cat-block-style2 .cat-right-block .auction-name .arb span {
  font-size: 15px;
}
.main-site-wrap .site-content-top .auction-cat .cat-block-style2 .cat-right-block .acution-time {
  width: 100%;
  margin-right: 30px;
}
.main-site-wrap .site-content-top .auction-cat .cat-block-style2 .cat-right-block .acution-time .timer {
  display: flex;
  align-items: center;
  height: 40px;
}
@media only screen and (max-width: 1800px) {
  .main-site-wrap .site-content-top .auction-cat .cat-block-style2 .cat-right-block .acution-time .timer {
    height: 30px;
  }
}
@media only screen and (max-width: 768px) {
  .main-site-wrap .site-content-top .auction-cat .cat-block-style2 .cat-right-block .acution-time .timer {
    height: 22px;
  }
}
.main-site-wrap .site-content-top .auction-cat .cat-block-style2 .cat-right-block .acution-action-area {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.main-site-wrap .site-content-top .auction-cat .cat-block-style2 .cat-right-block .acution-action-area a {
  background: #D5001B;
  border-radius: 5px;
  font-family: "Mont-Black";
  text-align: center;
  font-size: 25px;
  line-height: 41px;
  letter-spacing: 0px;
  color: #FFFFFF;
  border: 0;
  outline: none;
  padding-left: 23px;
  padding-right: 23px;
  text-decoration: none;
  display: inline-block;
}
@media only screen and (max-width: 1800px) {
  .main-site-wrap .site-content-top .auction-cat .cat-block-style2 .cat-right-block .acution-action-area a {
    font-size: 20px;
    line-height: 34px;
  }
}
@media only screen and (max-width: 1600px) {
  .main-site-wrap .site-content-top .auction-cat .cat-block-style2 .cat-right-block .acution-action-area a {
    font-size: 16px;
    line-height: 30px;
  }
}
@media only screen and (max-width: 768px) {
  .main-site-wrap .site-content-top .auction-cat .cat-block-style2 .cat-right-block .acution-action-area a {
    font-size: 14px;
    line-height: 24px;
    padding-left: 12px;
    padding-right: 12px;
  }
}
@media only screen and (max-width: 768px) {
  .main-site-wrap .site-content-top .auction-cat .cat-block-style2 .cat-right-block .acution-action-area .arrow img {
    width: 14px;
  }
}
.main-site-wrap .site-content-bot .about-partner-area {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  background: #fff;
}
.main-site-wrap .site-content-bot .about-partner-area .partner-area {
  padding-top: 25px;
  padding-bottom: 25px;
  padding-left: 20px;
  height: 100%;
  border-right: 1px solid rgba(112, 112, 112, 0.08);
  display: flex;
  align-items: center;
  padding-right: 45px;
  margin-right: 20px;
  width: calc(70% - 20px);
}
@media only screen and (max-width: 991px) {
  .main-site-wrap .site-content-bot .about-partner-area .partner-area {
    overflow: auto;
    order: 1;
    width: 100%;
    margin: 0;
    border: 0;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .main-site-wrap .site-content-bot .about-partner-area .partner-area ul li img {
    max-width: 915px;
  }
}
.main-site-wrap .site-content-bot .about-partner-area .client-area {
  width: 30%;
  padding-right: 20px;
}
@media only screen and (max-width: 991px) {
  .main-site-wrap .site-content-bot .about-partner-area .client-area {
    width: 100%;
    order: 3;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
    padding-right: 10px;
  }
  .main-site-wrap .site-content-bot .about-partner-area .client-area img {
    display: block;
    margin: 0 auto;
  }
}
.main-site-wrap .site-content-bot .about-partner-area ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.main-site-wrap .site-content-bot .about-partner-area ul li img {
  max-width: 100%;
}
.main-site-wrap .site-content-bot .online-auction-section {
  width: 100%;
  padding: 50px 50px;
  background: url("../images/about-img.jpg") no-repeat left top;
  background-size: cover;
  text-align: center;
  color: #fff;
}
@media only screen and (max-width: 991px) {
  .main-site-wrap .site-content-bot .online-auction-section {
    order: 2;
  }
}
@media only screen and (max-width: 767px) {
  .main-site-wrap .site-content-bot .online-auction-section {
    padding: 15px 20px 25px;
    text-align: left;
  }
}
.main-site-wrap .site-content-bot .online-auction-section h2 {
  color: transparent;
  font-size: 65px;
  line-height: 75px;
  margin: 0 0 10px 0;
  font-family: "Mont-Black";
  -webkit-text-stroke: 1px #fff;
}
@media only screen and (max-width: 767px) {
  .main-site-wrap .site-content-bot .online-auction-section h2 {
    font-size: 31px;
    line-height: 36px;
    color: #fff;
    -webkit-text-stroke: initial;
  }
}
.main-site-wrap .site-content-bot .online-auction-section p {
  font-family: "Mont-Regular";
  font-size: 19px;
  line-height: 30px;
  margin: 0 0 20px 0;
}
@media only screen and (max-width: 767px) {
  .main-site-wrap .site-content-bot .online-auction-section p {
    font-size: 15px;
    line-height: 20px;
  }
}
.main-site-wrap .site-content-bot .online-auction-section a {
  font-family: "Mont-Heavy";
  font-size: 13px;
  padding: 0 50px;
  height: 30px;
  width: -moz-max-content;
  width: max-content;
  margin: 0 auto;
  color: #282828;
  background: #ffffff;
  text-align: center;
  text-decoration: none;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media only screen and (max-width: 767px) {
  .main-site-wrap .site-content-bot .online-auction-section a {
    min-width: 198px;
    margin: 0;
  }
}
.main-site-wrap .site-content-bot .contact-bot-area {
  display: flex;
  padding: 0 0 0 100px;
  background: #F2F2F2;
  color: #282828;
}
@media only screen and (max-width: 1700px) {
  .main-site-wrap .site-content-bot .contact-bot-area {
    padding-left: 50px;
    flex-wrap: wrap;
  }
}
@media only screen and (max-width: 1200px) {
  .main-site-wrap .site-content-bot .contact-bot-area {
    padding-left: 25px;
  }
}
.main-site-wrap .site-content-bot .contact-bot-area h2 {
  font-size: 35px;
  margin: 0 0 20px 0;
  font-family: "Mont-Black";
  color: #282828;
}
@media only screen and (max-width: 767px) {
  .main-site-wrap .site-content-bot .contact-bot-area h2 {
    font-size: 27px;
  }
}
.main-site-wrap .site-content-bot .contact-bot-area .services {
  width: 33.333333%;
  padding-top: 30px;
  padding-bottom: 10px;
}
@media only screen and (max-width: 1700px) {
  .main-site-wrap .site-content-bot .contact-bot-area .services {
    width: 27%;
  }
}
@media only screen and (max-width: 1200px) {
  .main-site-wrap .site-content-bot .contact-bot-area .services {
    width: 50%;
  }
}
@media only screen and (max-width: 767px) {
  .main-site-wrap .site-content-bot .contact-bot-area .services {
    width: 100%;
  }
}
.main-site-wrap .site-content-bot .contact-bot-area .services ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.main-site-wrap .site-content-bot .contact-bot-area .services ul li {
  font-size: 19px;
  margin-bottom: 5px;
}
@media only screen and (max-width: 767px) {
  .main-site-wrap .site-content-bot .contact-bot-area .services ul li {
    font-size: 11px;
  }
}
.main-site-wrap .site-content-bot .contact-bot-area .services ul li a {
  color: #282828;
  text-decoration: none;
}
.main-site-wrap .site-content-bot .contact-bot-area .services ul li a:hover {
  color: #D5001B;
  text-decoration: underline;
}
.main-site-wrap .site-content-bot .contact-bot-area .reachus {
  width: 33.333333%;
  padding-top: 30px;
  padding-bottom: 10px;
  padding-right: 100px;
}
@media only screen and (max-width: 1700px) {
  .main-site-wrap .site-content-bot .contact-bot-area .reachus {
    width: 40%;
  }
}
@media only screen and (max-width: 1200px) {
  .main-site-wrap .site-content-bot .contact-bot-area .reachus {
    width: 50%;
  }
}
@media only screen and (max-width: 767px) {
  .main-site-wrap .site-content-bot .contact-bot-area .reachus {
    width: 100%;
    padding-right: 0;
  }
}
.main-site-wrap .site-content-bot .contact-bot-area .reachus samp {
  font-family: "Mont-Regular";
  display: block;
}
@media only screen and (max-width: 1700px) {
  .main-site-wrap .site-content-bot .contact-bot-area .reachus samp {
    display: inline;
  }
}
.main-site-wrap .site-content-bot .contact-bot-area .reachus ul {
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 19px;
}
@media only screen and (max-width: 767px) {
  .main-site-wrap .site-content-bot .contact-bot-area .reachus ul {
    font-size: 11px;
  }
}
.main-site-wrap .site-content-bot .contact-bot-area .reachus ul li {
  margin: 0 0 30px 0;
  display: flex;
}
.main-site-wrap .site-content-bot .contact-bot-area .reachus ul li.number span {
  font-size: 22px;
  font-family: "Mont-Bold";
}
@media only screen and (max-width: 767px) {
  .main-site-wrap .site-content-bot .contact-bot-area .reachus ul li.number span {
    font-size: 14px;
  }
}
.main-site-wrap .site-content-bot .contact-bot-area .reachus ul li label {
  width: 113px;
}
@media only screen and (max-width: 767px) {
  .main-site-wrap .site-content-bot .contact-bot-area .reachus ul li label {
    width: 80px;
  }
}
.main-site-wrap .site-content-bot .contact-bot-area .reachus ul li span {
  width: calc(100% - 113px);
}
.main-site-wrap .site-content-bot .contact-bot-area .map {
  width: 33.3333333%;
}
@media only screen and (max-width: 1700px) {
  .main-site-wrap .site-content-bot .contact-bot-area .map {
    width: 33%;
  }
}
@media only screen and (max-width: 1200px) {
  .main-site-wrap .site-content-bot .contact-bot-area .map {
    width: calc(100% + 25px);
    margin-left: -25px;
  }
}
.main-site-wrap .site-content-bot .contact-bot-area .map iframe {
  width: 100%;
  height: 100%;
}
@media only screen and (max-width: 1200px) {
  .main-site-wrap .site-content-bot .contact-bot-area .map iframe {
    height: 250px;
  }
}
.main-site-wrap .site-content-bot footer {
  display: flex;
  justify-content: space-between;
  padding: 0 50px 0 50px;
  height: 65px;
  align-items: center;
  background: #282828;
  color: #fff;
}
@media only screen and (max-width: 991px) {
  .main-site-wrap .site-content-bot footer {
    padding: 0 15px 0 15px;
  }
}
.main-site-wrap .site-content-bot footer a {
  text-decoration: none;
  color: #fff;
}
.main-site-wrap .site-content-bot footer .blank-area, .main-site-wrap .site-content-bot footer .copyright, .main-site-wrap .site-content-bot footer .footer-list {
  width: 33.3333333%;
  font-size: 16px;
}
.main-site-wrap .site-content-bot footer .blank-area {
  width: 33%;
}
@media only screen and (max-width: 1200px) {
  .main-site-wrap .site-content-bot footer .blank-area {
    display: none;
  }
}
.main-site-wrap .site-content-bot footer .copyright {
  width: 34%;
}
@media only screen and (max-width: 1200px) {
  .main-site-wrap .site-content-bot footer .copyright {
    width: 50%;
  }
}
@media only screen and (max-width: 767px) {
  .main-site-wrap .site-content-bot footer .copyright {
    width: 100%;
    font-size: 12px;
  }
}
.main-site-wrap .site-content-bot footer .copyright {
  text-align: center;
  font-family: "Mont-Heavy";
}
.main-site-wrap .site-content-bot footer .footer-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  justify-content: center;
}
@media only screen and (max-width: 1200px) {
  .main-site-wrap .site-content-bot footer .footer-list {
    width: 50%;
  }
}
@media only screen and (max-width: 767px) {
  .main-site-wrap .site-content-bot footer .footer-list {
    display: none;
  }
}
.main-site-wrap .site-content-bot footer .footer-list li {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
.main-site-wrap .site-content-bot footer .footer-list li a {
  font-size: 10px;
  font-family: "Mont-Bold";
  text-decoration: none;
}
.main-site-wrap .site-content-bot footer .footer-list li:after {
  content: "";
  display: block;
  background: #fff;
  width: 3px;
  height: 3px;
  border-radius: 50%;
  margin-right: 10px;
  margin-left: 10px;
}
.main-site-wrap .site-content-bot footer .footer-list li:last-child:after {
  display: none;
}

.slick-dots {
  position: absolute;
  bottom: 40px;
  right: 40px;
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: right;
}
@media only screen and (max-width: 576px) {
  .slick-dots {
    bottom: 20px;
    right: 20px;
  }
}

.slick-dots li {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
@media only screen and (max-width: 576px) {
  .slick-dots li {
    width: 10px;
    height: 10px;
  }
}

.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 20px;
  height: 20px;
  padding: 5px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: transparent;
}
@media only screen and (max-width: 576px) {
  .slick-dots li button {
    width: 10px;
    height: 10px;
  }
}

.slick-dots li button:before {
  background: #707070;
  line-height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  content: "";
  border-radius: 50%;
}
@media only screen and (max-width: 576px) {
  .slick-dots li button:before {
    width: 10px;
    height: 10px;
  }
}

.slick-dots li.slick-active button:before {
  background: #ffffff;
}

/* menu login area */
.menu-login-area {
  background: #272833;
  position: fixed;
  width: 100%;
  max-width: 100%;
  height: 100%;
  margin: 0;
  left: 0;
  justify-content: center;
  align-items: flex-start;
  top: 0;
  z-index: 99999;
  overflow: auto;
}
.menu-login-area .modal-header {
  display: block;
  flex-shrink: 0;
  align-items: center;
  justify-content: space-between;
  padding: 0;
  border-bottom: 0;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.menu-login-area .modal-dialog {
  max-width: 100%;
  margin: 0;
  background: #272833;
}
.menu-login-area .modal-dialog .modal-body {
  border-radius: 0;
  padding: 0;
  background: #272833;
}
@media only screen and (max-width: 576px) {
  .menu-login-area {
    flex-wrap: wrap;
  }
}
.menu-login-area .menu-login-logo {
  display: none;
}
@media only screen and (max-width: 576px) {
  .menu-login-area .menu-login-logo {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 56px;
    background: #282828;
  }
}
.menu-login-area .close-icon {
  position: absolute;
  right: 50px;
  top: 40px;
  cursor: pointer;
}
@media only screen and (max-width: 1800px) {
  .menu-login-area .close-icon {
    right: 30px;
    top: 30px;
  }
}
@media only screen and (max-width: 576px) {
  .menu-login-area .close-icon {
    right: 20px;
    top: 12px;
  }
}
.menu-login-area .close-icon img {
  width: 50px;
}
@media only screen and (max-width: 1800px) {
  .menu-login-area .close-icon img {
    width: 40px;
  }
}
@media only screen and (max-width: 1200px) {
  .menu-login-area .close-icon img {
    width: 30px;
  }
}
.menu-login-area .menu-login-wrap {
  max-width: 1550px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  width: 100%;
  align-items: flex-start;
  color: #ffffff;
}
@media only screen and (max-width: 1800px) {
  .menu-login-area .menu-login-wrap {
    padding-left: 50px;
    padding-right: 50px;
  }
}
@media only screen and (max-width: 767px) {
  .menu-login-area .menu-login-wrap {
    flex-wrap: wrap;
  }
}
@media only screen and (max-width: 576px) {
  .menu-login-area .menu-login-wrap {
    padding-left: 0;
    padding-right: 0;
  }
}
.menu-login-area .menu-login-wrap .menu-login-left {
  max-width: calc(100% - 538px);
  padding-right: 100px;
  padding-top: 50px;
}
@media only screen and (max-width: 1800px) {
  .menu-login-area .menu-login-wrap .menu-login-left {
    max-width: 55%;
    padding-right: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .menu-login-area .menu-login-wrap .menu-login-left {
    max-width: 100%;
    width: 100%;
    padding-right: 0;
  }
}
@media only screen and (max-width: 576px) {
  .menu-login-area .menu-login-wrap .menu-login-left {
    padding-top: 0;
  }
}
.menu-login-area .menu-login-wrap .menu-login-right {
  width: 538px;
  padding-top: 100px;
}
@media only screen and (max-width: 1800px) {
  .menu-login-area .menu-login-wrap .menu-login-right {
    max-width: 45%;
  }
}
@media only screen and (max-width: 767px) {
  .menu-login-area .menu-login-wrap .menu-login-right {
    width: 100%;
    max-width: 100%;
  }
}
@media only screen and (max-width: 576px) {
  .menu-login-area .menu-login-wrap .menu-login-right {
    padding-top: 0;
    background: #20232F;
  }
}
.menu-login-area .menu-login-wrap .menu-profile-block {
  display: flex;
  align-items: center;
  margin-bottom: 68px;
}
@media only screen and (max-width: 1600px) {
  .menu-login-area .menu-login-wrap .menu-profile-block {
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 576px) {
  .menu-login-area .menu-login-wrap .menu-profile-block {
    background: #20232F;
    padding-left: 24px;
    padding-right: 24px;
    margin-bottom: 0;
    padding-top: 19px;
    padding-bottom: 19px;
  }
}
.menu-login-area .menu-login-wrap .menu-profile-block figure {
  width: 154px;
  height: 154px;
  display: block;
  background: rgba(63, 64, 67, 0.36);
  padding: 21px;
  margin-right: 19px;
  border-radius: 50%;
}
@media only screen and (max-width: 1200px) {
  .menu-login-area .menu-login-wrap .menu-profile-block figure {
    width: 88px;
    height: 88px;
    padding: 12px;
    margin-right: 11px;
  }
}
@media only screen and (max-width: 576px) {
  .menu-login-area .menu-login-wrap .menu-profile-block figure {
    margin-bottom: 0;
  }
}
.menu-login-area .menu-login-wrap .menu-profile-block figure img {
  width: 100%;
  height: 100%;
}
.menu-login-area .menu-login-wrap .menu-profile-block h2 {
  font-size: 38px;
  line-height: 45px;
  font-family: "Mont-Heavy";
  color: #fff;
}
@media only screen and (max-width: 1200px) {
  .menu-login-area .menu-login-wrap .menu-profile-block h2 {
    font-size: 22px;
    line-height: 26px;
  }
}
@media only screen and (max-width: 576px) {
  .menu-login-area .menu-login-wrap .menu-profile-block h2 {
    margin-bottom: 0;
  }
}
.menu-login-area .menu-login-wrap .menu-profile-block h2 span {
  display: block;
  font-family: "Mont-Book";
  font-size: 23px;
  line-height: 43px;
}
@media only screen and (max-width: 1200px) {
  .menu-login-area .menu-login-wrap .menu-profile-block h2 span {
    font-size: 14px;
    line-height: 26px;
  }
}
.menu-login-area .menu-login-wrap .profile-navigation {
  font-family: "Mont-Bold";
}
@media only screen and (max-width: 576px) {
  .menu-login-area .menu-login-wrap .profile-navigation {
    background: #000000;
    font-family: "Mont-Book";
    padding-top: 10px;
    padding-bottom: 50px;
  }
}
.menu-login-area .menu-login-wrap .profile-navigation ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.menu-login-area .menu-login-wrap .profile-navigation ul li {
  font-size: 30px;
  line-height: 40px;
  margin-bottom: 20px;
  text-transform: capitalize;
}
@media only screen and (max-width: 1600px) {
  .menu-login-area .menu-login-wrap .profile-navigation ul li {
    font-size: 22px;
    line-height: 40px;
    margin-bottom: 10px;
  }
}
@media only screen and (max-width: 1200px) {
  .menu-login-area .menu-login-wrap .profile-navigation ul li {
    font-size: 14px;
    line-height: 26px;
  }
}
.menu-login-area .menu-login-wrap .profile-navigation ul li:last-child a {
  border: 0;
}
.menu-login-area .menu-login-wrap .profile-navigation ul li a {
  color: #ffffff;
  text-decoration: none;
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 576px) {
  .menu-login-area .menu-login-wrap .profile-navigation ul li a {
    border-bottom: 1px solid #20232F;
    line-height: 39px;
    padding-left: 24px;
    padding-right: 24px;
  }
}
.menu-login-area .menu-login-wrap .profile-navigation ul li a span {
  margin-left: 17px;
  position: relative;
  top: -2px;
}
@media only screen and (max-width: 1200px) {
  .menu-login-area .menu-login-wrap .profile-navigation ul li a span {
    margin-left: 10px;
  }
}
.menu-login-area .menu-login-wrap .profile-navigation ul li a span img {
  width: 18px;
}
@media only screen and (max-width: 1200px) {
  .menu-login-area .menu-login-wrap .profile-navigation ul li a span img {
    width: 10px;
  }
}
.menu-login-area .menu-login-wrap .profile-action {
  font-family: "Mont-Black";
  padding-top: 40px;
}
@media only screen and (max-width: 576px) {
  .menu-login-area .menu-login-wrap .profile-action {
    padding-top: 0;
    background: #000;
  }
}
.menu-login-area .menu-login-wrap .profile-action ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
@media only screen and (max-width: 576px) {
  .menu-login-area .menu-login-wrap .profile-action ul {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-bottom: 20px;
  }
}
.menu-login-area .menu-login-wrap .profile-action ul li {
  margin-bottom: 15px;
}
.menu-login-area .menu-login-wrap .profile-action ul li a {
  font-size: 25px;
  line-height: 60px;
  border-radius: 5px;
  background: #D5001B;
  width: 444px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  text-decoration: none;
}
@media only screen and (max-width: 1600px) {
  .menu-login-area .menu-login-wrap .profile-action ul li a {
    font-size: 22px;
    width: 300px;
    line-height: 50px;
  }
}
@media only screen and (max-width: 1200px) {
  .menu-login-area .menu-login-wrap .profile-action ul li a {
    line-height: 44px;
    font-size: 14px;
    width: 240px;
  }
}
.menu-login-area .menu-login-wrap .map-area {
  margin-bottom: 30px;
}
.menu-login-area .menu-login-wrap .map-area iframe {
  width: 100%;
  height: 580px;
  border-radius: 25px;
}
@media only screen and (max-width: 1600px) {
  .menu-login-area .menu-login-wrap .map-area iframe {
    height: 400px;
  }
}
@media only screen and (max-width: 1200px) {
  .menu-login-area .menu-login-wrap .map-area iframe {
    height: 300px;
  }
}
@media only screen and (max-width: 767px) {
  .menu-login-area .menu-login-wrap .map-area iframe {
    display: none;
  }
}
.menu-login-area .menu-login-wrap .menu-contact-area .menu_social {
  list-style: none;
  padding: 0;
  margin: 0 0 20px 0;
  display: flex;
  justify-content: center;
}
@media only screen and (max-width: 1200px) {
  .menu-login-area .menu-login-wrap .menu-contact-area .menu_social {
    margin-bottom: 15px;
  }
}
.menu-login-area .menu-login-wrap .menu-contact-area .menu_social li {
  padding-right: 25px;
}
.menu-login-area .menu-login-wrap .menu-contact-area .menu_social li:last-child {
  padding-right: 0;
}
@media only screen and (max-width: 1200px) {
  .menu-login-area .menu-login-wrap .menu-contact-area .menu_social li.menu_facebook img {
    width: 21px;
  }
  .menu-login-area .menu-login-wrap .menu-contact-area .menu_social li.menu_instagram img {
    width: 20px;
  }
  .menu-login-area .menu-login-wrap .menu-contact-area .menu_social li.menu_snapchat img {
    width: 24px;
  }
  .menu-login-area .menu-login-wrap .menu-contact-area .menu_social li.menu_youtube img {
    width: 26px;
  }
  .menu-login-area .menu-login-wrap .menu-contact-area .menu_social li.menu_twitter img {
    width: 24px;
  }
  .menu-login-area .menu-login-wrap .menu-contact-area .menu_social li.menu_tiktok img {
    width: 21px;
  }
  .menu-login-area .menu-login-wrap .menu-contact-area .menu_social li.menu_whatsapp img {
    width: 21px;
  }
}
.menu-login-area .menu-login-wrap .menu-contact-area .contact-info {
  color: #fff;
}
.menu-login-area .menu-login-wrap .menu-contact-area .contact-info h3 {
  font-size: 22px;
  line-height: 26px;
  font-family: "Mont-Bold";
  margin-bottom: 15px;
  text-align: center;
}
@media only screen and (max-width: 1200px) {
  .menu-login-area .menu-login-wrap .menu-contact-area .contact-info h3 {
    font-size: 15px;
    line-height: 18px;
    margin-bottom: 11px;
  }
}
.menu-login-area .menu-login-wrap .menu-contact-area .contact-info a {
  text-decoration: none;
  color: #fff;
}
.menu-login-area .menu-login-wrap .menu-contact-area .contact-info ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  max-width: 490px;
  margin: 0 auto 10px;
}
@media only screen and (max-width: 1200px) {
  .menu-login-area .menu-login-wrap .menu-contact-area .contact-info ul {
    justify-content: center;
  }
}
.menu-login-area .menu-login-wrap .menu-contact-area .contact-info ul li {
  background: #D5001B;
  border-radius: 4px;
  display: flex;
  height: 41px;
  justify-content: flex-start;
  align-items: center;
  width: calc(50% - 7px);
}
@media only screen and (max-width: 1200px) {
  .menu-login-area .menu-login-wrap .menu-contact-area .contact-info ul li {
    height: 30px;
  }
}
@media only screen and (max-width: 1200px) {
  .menu-login-area .menu-login-wrap .menu-contact-area .contact-info ul li {
    width: -moz-max-content;
    width: max-content;
  }
}
.menu-login-area .menu-login-wrap .menu-contact-area .contact-info ul li strong {
  font-family: "Mont-Black";
  font-size: 29px;
  padding: 0 15px;
}
@media only screen and (max-width: 1200px) {
  .menu-login-area .menu-login-wrap .menu-contact-area .contact-info ul li strong {
    font-size: 20px;
  }
}
.menu-login-area .menu-login-wrap .menu-contact-area .contact-info ul li.number img {
  max-height: 41px;
}
@media only screen and (max-width: 1200px) {
  .menu-login-area .menu-login-wrap .menu-contact-area .contact-info ul li.number img {
    max-height: 30px;
  }
}
@media only screen and (max-width: 1200px) {
  .menu-login-area .menu-login-wrap .menu-contact-area .contact-info ul li.email {
    margin-left: 10px;
  }
}
.menu-login-area .menu-login-wrap .menu-contact-area .contact-info ul li.email span {
  padding: 0 7px 0 10px;
  line-height: 10px;
}
.menu-login-area .menu-login-wrap .menu-contact-area .contact-info ul li.email samp {
  font-size: 17px;
  font-family: "Mont-Book";
  padding-right: 7px;
}
@media only screen and (max-width: 1200px) {
  .menu-login-area .menu-login-wrap .menu-contact-area .contact-info ul li.email samp {
    font-size: 12px;
  }
}
.menu-login-area .menu-login-wrap .menu-contact-area .contact-info p {
  text-align: center;
  font-size: 14px;
  font-family: "Mont-Book";
  margin-bottom: 5px;
}
@media only screen and (max-width: 1200px) {
  .menu-login-area .menu-login-wrap .menu-contact-area .contact-info p {
    font-size: 10px;
    margin-bottom: 0;
  }
}
.menu-login-area .menu-login-wrap .menu-contact-area .contact-info .links {
  display: block;
  text-align: center;
  margin-bottom: 10px;
}
.menu-login-area .menu-login-wrap .menu-contact-area .contact-info .links a {
  font-size: 21px;
  line-height: 25px;
  font-family: "Mont-Bold";
  text-decoration: none;
  color: #D5001B;
  text-decoration: none;
}
@media only screen and (max-width: 1200px) {
  .menu-login-area .menu-login-wrap .menu-contact-area .contact-info .links a {
    font-size: 15px;
    line-height: 18px;
  }
}

.filter-header {
  position: relative;
  height: 54px;
  display: flex;
  flex-wrap: wrap;
  background: #ffffff;
  position: sticky;
  top: 0;
  z-index: 2;
}
.filter-header .du-mobile-header {
  display: none;
}
.filter-header .du-mobile-header.virgin-mobile-header {
  background: #7c2727;
  /* Old browsers */
  /* FF3.6-15 */
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(45deg, #7c2727 0%, #7f2828 27%, #c13535 52%, #4a4a4a 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#7c2727", endColorstr="#4a4a4a",GradientType=1 );
  /* IE6-9 fallback on horizontal gradient */
}
.filter-header .du-mobile-header.du-plates-header {
  background: #d1d1d1;
  /* Old browsers */
  /* FF3.6-15 */
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(45deg, #d1d1d1 2%, #ffffff 29%, #aaaaaa 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#d1d1d1", endColorstr="#aaaaaa",GradientType=1 );
  /* IE6-9 fallback on horizontal gradient */
  color: #000;
}
.filter-header .du-mobile-header.market-mobile-header {
  background: #d1d1d1;
  /* Old browsers */
  /* FF3.6-15 */
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(45deg, #000000 -20%, #ffffff 17%, #000000 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#000000", endColorstr="#000000",GradientType=1 );
  /* IE6-9 fallback on horizontal gradient */
}
.filter-header .du-mobile-header.car-mobile-header {
  background: #e50f0f;
  /* Old browsers */
  /* FF3.6-15 */
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, #e50f0f 0%, #720000 59%, #000000 100%, #000000 101%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#e50f0f", endColorstr="#000000",GradientType=1 );
  /* IE6-9 */
}
@media only screen and (max-width: 768px) {
  .filter-header .du-mobile-header {
    display: flex;
    background: transparent linear-gradient(222deg, #1099CB 0%, #604DBF 41%, #27287C 100%) 0% 0% no-repeat padding-box;
    justify-content: space-between;
    height: 56px;
    align-items: center;
    width: 100%;
    padding-left: 20px;
    padding-right: 47px;
    color: #fff;
  }
  .filter-header .du-mobile-header .heading {
    font-size: 20px;
    line-height: 22px;
    font-family: "Mont-Black";
    width: calc(100% - 16px);
    text-align: center;
  }
}
@media only screen and (max-width: 1600px) {
  .filter-header {
    height: 54px;
  }
}
@media only screen and (max-width: 1200px) {
  .filter-header {
    height: auto;
  }
}
.filter-header p {
  background: #D5001B;
  font-size: 17px;
  line-height: 54px;
  width: auto;
  text-align: center;
  font-family: "Mont-Heavy";
  color: #fff;
  display: flex;
  flex-grow: 2;
  justify-content: flex-start;
  align-items: center;
  margin: 0;
  padding-left: 25px;
  padding-right: 25px;
}
@media only screen and (max-width: 1800px) {
  .filter-header p {
    font-size: 15px;
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media only screen and (max-width: 1600px) {
  .filter-header p {
    font-size: 12px;
  }
}
@media only screen and (max-width: 1200px) {
  .filter-header p {
    width: 100%;
    line-height: 44px;
  }
}
@media only screen and (max-width: 768px) {
  .filter-header p {
    background: #717171;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 6px;
    padding-bottom: 6px;
    font-size: 10px;
    line-height: 12px;
    font-family: "Mont-Book";
  }
}
.filter-header ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-grow: 1;
}
@media only screen and (max-width: 1200px) {
  .filter-header ul {
    width: 90%;
  }
}
@media only screen and (max-width: 768px) {
  .filter-header ul {
    width: 100%;
  }
}
.filter-header ul li {
  width: 50%;
  background: #fff;
  font-size: 17px;
  line-height: 20px;
  text-align: center;
  color: #D5001B;
  display: flex;
  align-items: center;
  border-right: 4px solid #F2F2F2;
}
@media only screen and (max-width: 1600px) {
  .filter-header ul li {
    font-size: 14px;
  }
}
@media only screen and (max-width: 1200px) {
  .filter-header ul li {
    height: 40px;
  }
}
@media only screen and (max-width: 768px) {
  .filter-header ul li {
    height: 30px;
    font-size: 13px;
  }
}
@media only screen and (max-width: 768px) {
  .filter-header ul li:last-child {
    border-right: 0;
  }
}
.filter-header ul li.favorite {
  font-size: 18px;
  color: #fff;
  background: #000;
}
@media only screen and (max-width: 1800px) {
  .filter-header ul li.favorite {
    font-size: 16px;
  }
}
@media only screen and (max-width: 1600px) {
  .filter-header ul li.favorite {
    font-size: 15px;
  }
}
@media only screen and (max-width: 768px) {
  .filter-header ul li.favorite {
    font-size: 12px;
  }
}
.filter-header ul li.favorite svg {
  margin-right: 7px;
}
@media only screen and (max-width: 768px) {
  .filter-header ul li.favorite svg {
    width: 11px;
  }
}
.filter-header ul li.favorite a {
  color: #fff;
  font-family: "Mont-Heavy";
}
@media only screen and (max-width: 1200px) {
  .filter-header ul li.favorite a {
    justify-content: center;
  }
}
.filter-header ul li.center-align a {
  justify-content: space-between;
}
.filter-header ul li.active {
  color: #fff;
  background: #D5001B;
}
.filter-header ul li.active a {
  color: #fff;
}
.filter-header ul li.active a svg {
  transform: rotate(180deg);
}
.filter-header ul li.active a svg path {
  fill: #fff;
}
.filter-header ul li.general_link a svg {
  margin-left: 15px;
}
@media only screen and (max-width: 768px) {
  .filter-header ul li.general_link a svg {
    margin-left: 8px;
  }
}
.filter-header ul li a {
  display: flex;
  align-items: center;
  padding-left: 20px;
  padding-right: 20px;
  text-decoration: none;
  justify-content: space-between;
  width: 100%;
  height: 100%;
  color: #D5001B;
  font-family: "Mont-Book";
}
@media only screen and (max-width: 1600px) {
  .filter-header ul li a {
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media only screen and (max-width: 768px) {
  .filter-header ul li a {
    padding-left: 7px;
    padding-right: 7px;
  }
}
@media only screen and (max-width: 768px) {
  .filter-header ul li a svg {
    width: 11px;
  }
}
.filter-header .bit_count {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 4%;
}
@media only screen and (max-width: 1200px) {
  .filter-header .bit_count {
    width: 10%;
  }
}
@media only screen and (max-width: 768px) {
  .filter-header .bit_count {
    position: absolute;
    right: 8px;
    top: 15px;
  }
}
.filter-header .bit_count span {
  width: 28px;
  height: 28px;
  font-size: 15px;
  background: #D5001B;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: "Mont-Heavy";
  color: #fff;
  border-radius: 6px;
}
.filter-header .select-dropdown {
  padding-left: 15px;
  padding-right: 15px;
}
@media only screen and (max-width: 768px) {
  .filter-header .select-dropdown {
    display: none;
  }
}
.filter-header .select-dropdown .dropdown {
  width: 100%;
}
.filter-header .select-dropdown .dropdown-select-btn {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 18px;
  font-family: "Mont-Bold";
  color: #000;
  cursor: pointer;
  white-space: nowrap;
}
@media only screen and (max-width: 1800px) {
  .filter-header .select-dropdown .dropdown-select-btn {
    font-size: 16px;
  }
}
.filter-header .select-dropdown .dropdown-select-btn svg {
  margin-left: 10px;
}
.filter-header .select-dropdown .dropdown-menu {
  top: 100% !important;
  left: -15px !important;
  background-color: rgba(255, 255, 255, 0.97);
}
.filter-header .select-dropdown .dropdown-menu span a {
  font-size: 18px;
  color: #000;
}

/* menu login area */
/* side block */
.arrow-position {
  position: absolute;
  left: 100%;
  top: 50%;
  width: 25px;
  height: 25px;
  display: none;
}
@media only screen and (max-width: 768px) {
  .arrow-position img {
    width: 8px;
    margin-top: -12px;
  }
}
.arrow-position.arrow-position-display {
  display: block;
}

.custom-backdrop {
  left: 103px;
  top: 0;
}
@media only screen and (max-width: 768px) {
  .custom-backdrop {
    left: 47px;
  }
}

.side-modal .modal-dialog {
  max-width: inherit;
  margin: 0;
  position: static;
}
.side-modal .modal-content {
  position: static;
  display: block;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: transparent;
  background-clip: padding-box;
  border: 0;
  border-radius: 0;
  outline: 0;
}

.side-block {
  position: absolute;
  width: 424px;
  height: auto;
  border-radius: 20px;
  padding: 35px 50px 50px;
  box-shadow: 0 7px 64px #ffffff;
  left: calc(103px + 25px);
  top: calc(100px + 50px);
  background: #fff;
}
.side-block.final-card-payment {
  padding: 0 0 50px 0;
}
.side-block.final-card-payment .amount-block {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #f2f3f7;
  line-height: 50px;
  border-radius: 20px 20px 0 0;
  font-size: 16px;
  font-family: "Mont-Bold";
  margin-bottom: 20px;
}
.side-block.final-card-payment .bids-list-wrap {
  width: 100%;
  padding: 0 20px;
}
.side-block.final-card-payment .bids-list-wrap .bids-list-ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  height: auto;
}
.side-block.final-card-payment .bids-list-wrap .bids-list-ul li {
  width: 100%;
}
.side-block.final-card-payment .bids-list-wrap .bids-list-ul li.half-width {
  width: 48%;
}
.side-block.final-card-payment .bids-list-wrap .save-card-option .form-check {
  width: 100%;
  background-color: white;
  border: 1px solid #707070;
  border-radius: 9px;
  display: inline-block;
  height: 44px;
  padding: 0px 12px;
  font-size: 13px;
  line-height: 18px;
  font-family: "Mont-Bold";
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
}
@media only screen and (max-width: 768px) {
  .side-block.final-card-payment .bids-list-wrap .save-card-option .form-check {
    height: 30px;
    padding: 0px 9px 0px 9px;
    font-size: 10px;
    line-height: 18px;
  }
}
.side-block.final-card-payment .bids-list-wrap .save-card-option .form-check-input {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e");
  background-color: #A5A6AE;
  border-color: #A5A6AE;
  width: 4em;
  height: 2em;
}
@media only screen and (max-width: 768px) {
  .side-block.final-card-payment .bids-list-wrap .save-card-option .form-check-input {
    width: 24px;
    height: 11px;
  }
}
.side-block.final-card-payment .bids-list-wrap .save-card-option .form-check-input:checked {
  background-color: #6EBC7D;
  border-color: #6EBC7D;
}
.side-block.final-card-payment .bids-list-wrap .save-card-option label {
  font-family: "Mont-SemiBold";
  position: relative;
  font-family: "Mont-Bold";
  font-size: 16px;
  color: #aaa;
}
@media only screen and (max-width: 1200px) {
  .side-block.final-card-payment .bids-list-wrap .save-card-option label {
    top: 0px;
  }
}
@media only screen and (max-width: 768px) {
  .side-block.final-card-payment .bids-list-wrap .save-card-option label {
    padding-left: 7px;
    font-size: 12px;
    line-height: 18px;
  }
}
.side-block.final-card-payment .bids-list-wrap .save-card-option label span {
  color: #D5001B;
}
.side-block.final-card-payment .bids-list-wrap .signout_btn button {
  background: #53ab6f;
  width: 100%;
}
@media only screen and (max-width: 768px) {
  .side-block {
    width: 307px;
    padding: 19px 20px 31px;
    left: calc(47px + 10px);
    top: calc(47px + 90px);
    border-radius: 11px;
  }
}
.side-block.profile-block {
  padding: 16px 30px 25px;
}
@media only screen and (max-width: 768px) {
  .side-block.profile-block {
    padding: 19px 17px 31px;
  }
}
.side-block.bids-purchase-booking {
  padding: 16px 25px 25px;
}
@media only screen and (max-width: 768px) {
  .side-block.bids-purchase-booking {
    padding: 19px 17px 31px;
  }
}
.side-block.my-deposit {
  padding: 16px 25px 25px;
}
@media only screen and (max-width: 768px) {
  .side-block.my-deposit {
    padding: 19px 17px 31px;
  }
}
.side-block h3 {
  font-size: 28px;
  margin: 0 0 5px 0;
  font-family: "Mont-Black";
  color: #282828;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .side-block h3 {
    font-size: 17px;
    line-height: 20px;
    margin: 0 0 7px 0;
  }
}
.side-block p {
  font-family: "Mont-SemiBold";
  font-size: 14px;
  margin: 0 0 20px 0;
  color: #282828;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .side-block p {
    font-size: 9px;
    margin: 0 0 10px 0;
  }
}
.side-block .form-style-input1 ul.input-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.side-block .form-style-input1 ul.input-list li {
  margin-bottom: 19px;
  border-bottom: 1px solid #707070;
  position: relative;
  height: 57px;
}
@media only screen and (max-width: 768px) {
  .side-block .form-style-input1 ul.input-list li {
    height: 32px;
    margin: 0 0 10px 0;
  }
}
.side-block .form-style-input1 ul.input-list li:last-child {
  border-bottom: 0;
}
@media only screen and (max-width: 768px) {
  .side-block .form-style-input1 ul.input-list li:last-child {
    border-bottom: 1px solid #707070;
  }
}
.side-block .form-style-input1 ul.input-list li.forget-area {
  display: flex;
  justify-content: space-between;
  height: auto;
  border: 0;
  margin-bottom: 40px;
  padding-top: 11px;
}
@media only screen and (max-width: 768px) {
  .side-block .form-style-input1 ul.input-list li.forget-area {
    margin-bottom: 27px;
  }
}
.side-block .form-style-input1 ul.input-list li.forget-area label {
  font-size: 14px;
  font-family: "Mont-Book";
  display: inline-block;
  margin: 0 0 5px 0;
  color: #272833;
}
@media only screen and (max-width: 768px) {
  .side-block .form-style-input1 ul.input-list li.forget-area label {
    font-size: 9px;
    margin-bottom: 0;
    vertical-align: middle;
  }
}
@media only screen and (max-width: 768px) {
  .side-block .form-style-input1 ul.input-list li.forget-area input {
    vertical-align: middle;
  }
}
.side-block .form-style-input1 ul.input-list li.forget-area strong {
  font-size: 14px;
  font-family: "Mont-Bold";
  display: inline-block;
  margin: 0;
  color: #272833;
  font-weight: normal;
}
@media only screen and (max-width: 768px) {
  .side-block .form-style-input1 ul.input-list li.forget-area strong {
    font-size: 10px;
  }
}
.side-block .form-style-input1 ul.input-list.prfile-edit-input {
  margin-bottom: 20px;
}
.side-block .form-style-input1 input + .float-label {
  font-family: "Mont-Book";
  font-size: 16px;
  color: #282828;
  position: absolute;
  left: 10px;
  top: 1em;
  transition: transform 200ms ease;
  pointer-events: none;
}
@media only screen and (max-width: 768px) {
  .side-block .form-style-input1 input + .float-label {
    font-size: 12px;
    top: 7px;
    left: 5px;
  }
}
.side-block .form-style-input1 input:focus + .float-label,
.side-block .form-style-input1 input + .float-label.freeze {
  font-size: 12px;
  transform: translateY(-1em);
}
@media only screen and (max-width: 768px) {
  .side-block .form-style-input1 input:focus + .float-label,
.side-block .form-style-input1 input + .float-label.freeze {
    font-size: 10px;
    transform: translateY(-0.8em);
  }
}
.side-block .form-style-input1 input[type=text],
.side-block .form-style-input1 input[type=password],
.side-block .form-style-input1 input[type=email] {
  width: 100%;
  border: 0;
  padding-left: 10px;
  font-family: "Mont-Bold";
  font-size: 20px;
  color: #676870;
  height: 20px;
  margin-top: 27px;
}
@media only screen and (max-width: 768px) {
  .side-block .form-style-input1 input[type=text],
.side-block .form-style-input1 input[type=password],
.side-block .form-style-input1 input[type=email] {
    margin-top: 10px;
    font-size: 12px;
    padding-left: 5px;
  }
}
.side-block .form-style-input1 input[type=text]:focus,
.side-block .form-style-input1 input[type=password]:focus,
.side-block .form-style-input1 input[type=email]:focus {
  border: 0;
  outline: none;
}
.side-block .form-style-input1 .form-action-style {
  list-style: none;
  padding: 0;
  margin: 40px 0 0 0;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media only screen and (max-width: 768px) {
  .side-block .form-style-input1 .form-action-style {
    margin-top: 25px;
    padding-left: 20px;
    padding-right: 20px;
  }
}
.side-block .form-style-input1 .form-action-style li {
  margin-bottom: 15px;
}
@media only screen and (max-width: 768px) {
  .side-block .form-style-input1 .form-action-style li {
    width: 100%;
    margin-bottom: 11px;
  }
}
.side-block .form-style-input1 .form-action-style .formbtn {
  font-size: 14px;
  line-height: 44px;
  border-radius: 2px;
  background: #D5001B;
  width: 240px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  text-decoration: none;
  border: 0;
  padding-left: 20px;
  padding-right: 20px;
  margin-left: 0;
}
@media only screen and (max-width: 768px) {
  .side-block .form-style-input1 .form-action-style .formbtn {
    line-height: 30px;
    width: 100%;
    padding-left: 7px;
    padding-right: 7px;
  }
}
@media only screen and (max-width: 768px) {
  .side-block .form-style-input1 .form-action-style .formbtn .btn-submit {
    font-family: "Mont-Bold";
  }
}
@media only screen and (max-width: 768px) {
  .side-block .form-style-input1 .form-action-style .formbtn.signup-google img {
    width: 6px;
  }
}
@media only screen and (max-width: 768px) {
  .side-block .form-style-input1 .form-action-style .formbtn.signup-facebook img {
    width: 4px;
  }
}
.side-block .form-style-input1 .form-action-style .formbtn.signup-google, .side-block .form-style-input1 .form-action-style .formbtn.signup-facebook {
  justify-content: flex-start;
  background: #000;
}
@media only screen and (max-width: 768px) {
  .side-block .form-style-input1 .form-action-style .formbtn.signup-google, .side-block .form-style-input1 .form-action-style .formbtn.signup-facebook {
    font-size: 10px;
  }
}
.side-block .form-style-input1 .form-action-style .formbtn img {
  margin-right: 15px;
}
@media only screen and (max-width: 768px) {
  .side-block .form-style-input1 .form-action-style .formbtn img {
    margin-right: 7px;
  }
}
.side-block .form-style-input1 .already-user {
  font-family: "Mont-Book";
  font-size: 13px;
  color: #282828;
  display: block;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .side-block .form-style-input1 .already-user {
    font-size: 9px;
  }
}
.side-block .form-style-input1 .already-user a {
  font-family: "Mont-Bold";
  color: #D5001B;
  display: inline-block;
  margin-left: 7px;
}
@media only screen and (max-width: 768px) {
  .side-block .form-style-input1 .already-user a {
    margin-left: 4px;
  }
}
.side-block .bids-list-wrap {
  /* width */
  /* Track */
  /* Handle */
  /* Handle on hover */
}
.side-block .bids-list-wrap ::-webkit-scrollbar {
  width: 4px;
  height: 6px;
}
.side-block .bids-list-wrap ::-webkit-scrollbar-track {
  background: rgba(112, 112, 112, 0.35);
}
.side-block .bids-list-wrap ::-webkit-scrollbar-thumb {
  background: #EE0000;
}
.side-block .bids-list-wrap ::-webkit-scrollbar-thumb:hover {
  background: #555;
}
.side-block .bids-list-wrap ul.bids-list-ul {
  list-style: none;
  padding: 0 10px 0 0;
  margin: 0;
  height: 360px;
  overflow: auto;
}
@media only screen and (max-width: 768px) {
  .side-block .bids-list-wrap ul.bids-list-ul.my-depdosit-ul li {
    align-items: center;
  }
}
.side-block .bids-list-wrap ul.bids-list-ul li {
  margin-bottom: 19px;
  border-bottom: 1px solid #707070;
  position: relative;
  height: 57px;
  padding-left: 12px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 10px;
}
@media only screen and (max-width: 768px) {
  .side-block .bids-list-wrap ul.bids-list-ul li {
    height: 40px;
    padding-left: 7px;
    align-items: flex-end;
    padding-bottom: 5px;
  }
}
.side-block .bids-list-wrap .limit-error {
  font-size: 9px;
  line-height: 10px;
  color: #DB0000;
  font-family: "Mont-Book";
}
@media only screen and (max-width: 768px) {
  .side-block .bids-list-wrap .limit-error {
    font-size: 8px;
    line-height: 8px;
    display: block;
  }
}
.side-block .bids-list-wrap .limit-error span {
  display: block;
}
@media only screen and (max-width: 768px) {
  .side-block .bids-list-wrap .limit-error span {
    display: inline;
  }
}
.side-block .bids-list-wrap .bid-status {
  min-width: 90px;
  height: 19px;
  font-size: 12px;
  line-height: 16px;
  color: #fff;
  font-family: "Mont-Book";
  height: 19px;
  background: #00C927;
  border-radius: 4px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-left: 7px;
  padding-right: 7px;
}
@media only screen and (max-width: 768px) {
  .side-block .bids-list-wrap .bid-status {
    height: 21px;
    padding-left: 5px;
    font-size: 9px;
    line-height: 12px;
    min-width: 66px;
  }
}
.side-block .bids-list-wrap .bid-status.highest {
  background: #00C927;
}
.side-block .bids-list-wrap .bid-status.unlimited {
  background: #00C927;
  min-width: 120px;
  font-family: "Mont-Bold";
  font-size: 10px;
}
@media only screen and (max-width: 768px) {
  .side-block .bids-list-wrap .bid-status.unlimited {
    height: 15px;
    padding-left: 5px;
    font-size: 8px;
    line-height: 12px;
    min-width: 99px;
  }
}
.side-block .bids-list-wrap .bid-status.limited {
  background: #C90000;
  min-width: 120px;
  font-family: "Mont-Bold";
  font-size: 10px;
}
@media only screen and (max-width: 768px) {
  .side-block .bids-list-wrap .bid-status.limited {
    height: 15px;
    padding-left: 5px;
    font-size: 8px;
    line-height: 12px;
    min-width: 99px;
  }
}
.side-block .bids-list-wrap .bid-status.deposit {
  background: #000000;
  min-width: 120px;
  font-family: "Mont-Bold";
  font-size: 10px;
  margin-bottom: 4px;
}
@media only screen and (max-width: 768px) {
  .side-block .bids-list-wrap .bid-status.deposit {
    height: 15px;
    padding-left: 5px;
    font-size: 8px;
    line-height: 12px;
    min-width: 99px;
    margin-bottom: 2px;
  }
}
.side-block .bids-list-wrap .bid-status.disapproved {
  background: #C90000;
}
.side-block .bids-list-wrap .bid-status.pending {
  background: #FC8813;
}
.side-block .bids-list-wrap .bid-status.canceled {
  background: #9A9A9A;
}
.side-block .bids-list-wrap .bid-status.unpaid {
  background: #00AAC9;
}
.side-block .bids-list-wrap .bid-heading {
  font-size: 12px;
  line-height: 16px;
  display: block;
  font-family: "Mont-book";
  margin-bottom: 8px;
  color: rgba(39, 40, 52, 0.5);
}
@media only screen and (max-width: 768px) {
  .side-block .bids-list-wrap .bid-heading {
    font-size: 9px;
    line-height: 14px;
    margin: 7px 0 4px 0;
  }
}
.side-block .bids-list-wrap .bid-number {
  width: 100%;
  display: block;
  border: 0;
  font-family: "Mont-Bold";
  font-size: 20px;
  color: #676870;
  line-height: 20px;
  margin-bottom: 0px;
}
@media only screen and (max-width: 768px) {
  .side-block .bids-list-wrap .bid-number {
    font-size: 14px;
    line-height: 16px;
  }
}
.side-block .deposit-noti {
  background: #EE0000;
  border-radius: 9px;
  height: 35px;
  padding-left: 5px;
  padding-right: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 12px;
  line-height: 18px;
  font-family: "Mont-Bold";
  color: #fff;
  margin-bottom: 10px;
}
@media only screen and (max-width: 768px) {
  .side-block .deposit-noti {
    height: 25px;
    padding-left: 5px;
    padding-right: 5px;
    font-size: 9px;
    line-height: 14px;
    margin-bottom: 8px;
  }
}
.side-block .bank-auction-selection {
  margin-bottom: 10px;
}
.side-block .bank-table {
  background: #fff;
  margin-bottom: 20px;
}
.side-block .bank-table table {
  border-collapse: collapse;
  border: 1px solid #e3e4e7;
  width: 100%;
}
.side-block .bank-table table tr:nth-child(2n-1) {
  background: #f2f2f2;
}
.side-block .bank-table table tr td {
  border: 1px solid #e3e4e7;
  font-size: 13px;
  line-height: 18px;
  font-family: "Mont-Regular";
  padding: 5px 10px;
}
@media only screen and (max-width: 768px) {
  .side-block .bank-table table tr td {
    font-size: 9px;
    line-height: 14px;
    padding: 5px;
  }
}
.side-block .bank-table table tr td strong {
  font-family: "Mont-Bold";
}
.side-block .auction-deposit-wrap {
  margin-bottom: 10px;
  width: 100%;
  background-color: white;
  border: 1px solid #707070;
  border-radius: 9px;
  display: inline-block;
  height: 37px;
  padding: 0px 5px;
  font-size: 13px;
  line-height: 18px;
  font-family: "Mont-Bold";
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media only screen and (max-width: 768px) {
  .side-block .auction-deposit-wrap {
    height: 30px;
    padding: 0px 9px 0px 9px;
    font-size: 10px;
    line-height: 18px;
  }
}
.side-block .auction-deposit-wrap input {
  border: 0;
  margin: 0;
  outline: 0;
}
.side-block .auction-deposit-wrap input:focus {
  border: 0;
  outline: 0;
}
.side-block .auction-deposit-wrap input::-moz-placeholder {
  color: #212529;
}
.side-block .auction-deposit-wrap input::placeholder {
  color: #212529;
}
.side-block .auction-deposit-wrap span {
  padding-right: 10px;
}
@media only screen and (max-width: 768px) {
  .side-block .auction-deposit-wrap span {
    padding-right: 0;
  }
}
.side-block .upload-area {
  cursor: pointer;
  margin-bottom: 10px;
  position: relative;
}
.side-block .upload-area input {
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0;
  z-index: 2;
  cursor: pointer;
}
.side-block .upload-area .upload-block {
  cursor: pointer;
  position: relative;
  z-index: 1;
  width: 100%;
  background-color: white;
  border: 1px solid #707070;
  border-radius: 9px;
  display: inline-block;
  height: 80px;
  padding: 0px 5px;
  font-size: 13px;
  line-height: 18px;
  font-family: "Mont-Bold";
  display: flex;
  justify-content: center;
  align-items: center;
  color: #212529;
}
@media only screen and (max-width: 768px) {
  .side-block .upload-area .upload-block {
    height: 70px;
    font-size: 9px;
    line-height: 14px;
  }
}
.side-block .round-block {
  width: 100%;
  background-color: white;
  border: 1px solid #707070;
  border-radius: 9px;
  display: inline-block;
  height: 37px;
  padding: 0px 5px;
  font-size: 13px;
  line-height: 18px;
  font-family: "Mont-Bold";
  display: flex;
  justify-content: center;
  align-items: center;
}
@media only screen and (max-width: 768px) {
  .side-block .round-block {
    height: 30px;
    padding: 0px 9px 0px 9px;
    font-size: 10px;
    line-height: 18px;
  }
}
.side-block .round-block.deposit {
  width: 135px;
}
@media only screen and (max-width: 768px) {
  .side-block .round-block.deposit {
    width: 35%;
    justify-content: flex-start;
  }
}
.side-block .round-block.bidding-limit {
  justify-content: flex-start;
  width: 219px;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 26px;
}
@media only screen and (max-width: 768px) {
  .side-block .round-block.bidding-limit {
    width: calc(65% - 12px);
    font-size: 20px;
    padding-left: 14px;
    padding-right: 14px;
  }
}
.side-block .auction-calculate-area {
  min-height: 200px;
}
.side-block .auction-calculate-area ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.side-block .auction-calculate-area ul li {
  display: flex;
  flex-wrap: wrap;
  gap: 11px;
  justify-content: space-between;
  margin-bottom: 11px;
}
.side-block .calculate-deposit .auction-selection-wrap {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 25px;
}
@media only screen and (max-width: 768px) {
  .side-block .calculate-deposit .auction-selection-wrap {
    margin-bottom: 18px;
  }
}
.side-block .calculate-deposit .auction-selection-wrap .auction-selection-left {
  width: 295px;
}
@media only screen and (max-width: 768px) {
  .side-block .calculate-deposit .auction-selection-wrap .auction-selection-left {
    width: calc(80% - 12px);
  }
}
.side-block .calculate-deposit .auction-selection-wrap .auction-selection-right {
  width: 53px;
}
@media only screen and (max-width: 768px) {
  .side-block .calculate-deposit .auction-selection-wrap .auction-selection-right {
    width: 20%;
  }
}
@media only screen and (max-width: 768px) {
  .side-block .calculate-deposit .auction-selection-wrap .auction-selection-right .round-block {
    font-size: 11px;
  }
}
.side-block .side-profile-block {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 26px;
}
@media only screen and (max-width: 1600px) {
  .side-block .side-profile-block {
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 768px) {
  .side-block .side-profile-block {
    margin-bottom: 15px;
  }
}
.side-block .side-profile-block figure {
  width: 102px;
  height: 102px;
  display: block;
  background: rgba(63, 64, 67, 0.17);
  padding: 14px;
  margin-right: 12px;
  border-radius: 50%;
}
@media only screen and (max-width: 1200px) {
  .side-block .side-profile-block figure {
    width: 88px;
    height: 88px;
    padding: 12px;
    margin-right: 11px;
  }
}
@media only screen and (max-width: 768px) {
  .side-block .side-profile-block figure {
    margin-bottom: 0;
    width: 57px;
    height: 57px;
    padding: 8px;
    margin-right: 7px;
  }
}
.side-block .side-profile-block figure img {
  width: 100%;
  height: 100%;
}
.side-block .side-profile-block h2 {
  width: calc(100% - 114px);
  font-size: 25px;
  line-height: 30px;
  font-family: "Mont-Heavy";
  color: #1A1B1E;
}
@media only screen and (max-width: 1200px) {
  .side-block .side-profile-block h2 {
    font-size: 22px;
    line-height: 26px;
  }
}
@media only screen and (max-width: 768px) {
  .side-block .side-profile-block h2 {
    font-size: 14px;
    line-height: 17px;
    margin-bottom: 0;
    width: calc(100% - 64px);
  }
}
.side-block .side-profile-block h2 span {
  display: block;
  font-family: "Mont-Book";
  font-size: 16px;
  line-height: 30px;
}
@media only screen and (max-width: 1200px) {
  .side-block .side-profile-block h2 span {
    font-size: 14px;
    line-height: 26px;
  }
}
@media only screen and (max-width: 768px) {
  .side-block .side-profile-block h2 span {
    font-size: 8px;
    line-height: 15px;
    margin-bottom: 0;
  }
}
.side-block .profile-block-menu ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.side-block .profile-block-menu ul li {
  margin-bottom: 36px;
}
@media only screen and (max-width: 768px) {
  .side-block .profile-block-menu ul li {
    margin-bottom: 23px;
  }
}
@media only screen and (max-width: 768px) {
  .side-block .profile-block-menu ul li.li-profile a span img {
    width: 14px;
  }
}
@media only screen and (max-width: 768px) {
  .side-block .profile-block-menu ul li.li-my-deposit a span img {
    width: 17px;
  }
}
@media only screen and (max-width: 768px) {
  .side-block .profile-block-menu ul li.li-bids a span img {
    width: 27px;
  }
}
@media only screen and (max-width: 768px) {
  .side-block .profile-block-menu ul li.li-purchase a span img {
    width: 19px;
  }
}
@media only screen and (max-width: 768px) {
  .side-block .profile-block-menu ul li.li-booking a span img {
    width: 12px;
  }
}
@media only screen and (max-width: 768px) {
  .side-block .profile-block-menu ul li.li-ads a span img {
    width: 21px;
  }
}
@media only screen and (max-width: 768px) {
  .side-block .profile-block-menu ul li.li-pay-deposit a span img {
    width: 18px;
  }
}
.side-block .profile-block-menu ul li a {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  text-decoration: none;
}
.side-block .profile-block-menu ul li a span {
  width: 47px;
  margin-right: 15px;
  display: flex;
  justify-content: center;
}
@media only screen and (max-width: 768px) {
  .side-block .profile-block-menu ul li a span {
    width: 27px;
    margin-right: 12px;
  }
}
.side-block .profile-block-menu ul li a strong {
  font-size: 21px;
  line-height: 25px;
  font-family: "Mont-Bold";
  text-decoration: none;
  border-bottom: 1px solid transparent;
  color: #6E6E6E;
}
@media only screen and (max-width: 768px) {
  .side-block .profile-block-menu ul li a strong {
    font-size: 12px;
    line-height: 14px;
    align-self: flex-end;
  }
}
.side-block .profile-block-menu ul li:hover a strong {
  color: #000;
  border-bottom: 1px solid #6E6E6E;
}
.side-block .signout_btn a, .side-block .signout_btn button {
  color: #ffffff;
  min-width: 263px;
  height: 52px;
  background: #D5001B;
  border-radius: 5px;
  border: #D5001B;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 26px;
  font-family: "Mont-Black";
  font-weight: normal;
  width: -moz-max-content;
  width: max-content;
  margin: 0 auto;
}
@media only screen and (max-width: 768px) {
  .side-block .signout_btn a, .side-block .signout_btn button {
    min-width: 150px;
    height: 30px;
    font-size: 16px;
    font-family: "Mont-Bold";
  }
}
.side-block .bids-list-search {
  display: flex;
  flex-wrap: wrap;
  gap: 11px;
  margin-bottom: 24px;
}
@media only screen and (max-width: 768px) {
  .side-block .bids-list-search {
    gap: 5px;
    margin-bottom: 18px;
  }
}
.side-block .bids-list-search .bids-col1, .side-block .bids-list-search .bids-col2 {
  width: 152px;
}
@media only screen and (max-width: 768px) {
  .side-block .bids-list-search .bids-col1, .side-block .bids-list-search .bids-col2 {
    width: 114px;
  }
}
.side-block .bids-list-search .bids-col3 {
  width: 44px;
}
@media only screen and (max-width: 768px) {
  .side-block .bids-list-search .bids-col3 {
    width: 31px;
  }
}
.side-block .bids-list-search .search-btn-wrap {
  background: #EE0000;
  height: 37px;
  border-radius: 9px;
  padding: 0 12px;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media only screen and (max-width: 768px) {
  .side-block .bids-list-search .search-btn-wrap {
    height: 30px;
    padding: 0 5px;
  }
  .side-block .bids-list-search .search-btn-wrap img {
    width: 15px;
  }
}
.side-block .select-container {
  width: 100%;
  /* arrows */
}
.side-block .select-container select {
  width: 100%;
  /* styling */
  background-color: white;
  border: 1px solid #707070;
  border-radius: 9px;
  display: inline-block;
  height: 37px;
  padding: 0px 20px 0px 9px;
  font-size: 13px;
  line-height: 18px;
  font-family: "Mont-Bold";
  /* reset */
  margin: 0;
  box-sizing: border-box;
  -webkit-appearance: none;
  -moz-appearance: none;
}
@media only screen and (max-width: 768px) {
  .side-block .select-container select {
    height: 30px;
    padding: 0px 20px 0px 9px;
    font-size: 10px;
    line-height: 18px;
  }
}
.side-block .select-container select {
  background: url(../images/select_arrow.svg) no-repeat calc(100% - 8px) 15px;
  background-size: 8px 4px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  position: relative;
  cursor: pointer;
  outline: none;
}
@media only screen and (max-width: 768px) {
  .side-block .select-container select {
    background-position: calc(100% - 6px) 12px;
  }
}
.side-block .select-container select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #000;
}
.side-block .side-tabs {
  display: flex;
  flex-wrap: wrap;
  margin-right: 18px;
  margin-bottom: 21px;
  font-family: "Mont-Book";
}
@media only screen and (max-width: 768px) {
  .side-block .side-tabs {
    margin-right: 0;
    margin-bottom: 12px;
  }
}
.side-block .side-tabs .back-arrow {
  margin-right: 18px;
}
@media only screen and (max-width: 768px) {
  .side-block .side-tabs .back-arrow {
    margin-right: 7px;
    display: flex;
  }
}
@media only screen and (max-width: 768px) {
  .side-block .side-tabs .back-arrow img {
    width: 16px;
  }
}
.side-block .side-tabs ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
}
.side-block .side-tabs ul li {
  margin-right: 13px;
}
@media only screen and (max-width: 768px) {
  .side-block .side-tabs ul li {
    margin-right: 5px;
  }
}
.side-block .side-tabs ul li a.active {
  font-family: "Mont-Bold";
  background: #EE0000;
  color: #fff;
}
.side-block .side-tabs ul li a {
  line-height: 24px;
  background: #E6E6E6;
  border-radius: 6px;
  padding: 0 7px;
  font-size: 11px;
  color: #000000;
  display: block;
  text-decoration: none;
  min-width: 80px;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .side-block .side-tabs ul li a {
    line-height: 22px;
    padding: 0 5px;
    font-size: 10px;
    min-width: 50px;
  }
}
.side-block .side-tabs .more-links a {
  line-height: 24px;
  background: #E6E6E6;
  border-radius: 6px;
  padding: 0 7px;
  font-size: 11px;
  color: #000000;
  text-decoration: none;
  display: block;
  min-width: 80px;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .side-block .side-tabs .more-links a {
    line-height: 22px;
    padding: 0 5px;
    font-size: 10px;
    min-width: 50px;
  }
}
.side-block .side-menu-desc {
  text-align: center;
  font-size: 13px;
  line-height: 18px;
  color: #1A1B1E;
  margin: 0 0 25px 0;
}
@media only screen and (max-width: 768px) {
  .side-block .side-menu-desc {
    font-size: 9px;
    line-height: 14px;
    margin-bottom: 20px;
  }
}
.side-block .side-menu-desc.credit-desc {
  font-size: 18px;
  font-family: "Mont-Book";
  line-height: 23px;
}
@media only screen and (max-width: 768px) {
  .side-block .side-menu-desc.credit-desc {
    font-size: 12px;
    line-height: 14px;
    margin-bottom: 14px;
  }
}

/* side block */
/* notification block */
.notification-wrap {
  position: absolute;
  width: 424px;
  left: 128px;
}
@media only screen and (max-width: 768px) {
  .notification-wrap {
    left: 57px;
    width: 305px;
  }
}
.notification-wrap .noti-close {
  width: 16px;
  height: 16px;
  position: absolute;
  right: 15px;
  top: 8px;
  cursor: pointer;
}
@media only screen and (max-width: 768px) {
  .notification-wrap .noti-close {
    right: 8px;
    top: 0px;
  }
}
.notification-wrap .notification-block {
  padding: 20px;
  box-shadow: 0px 7px 64px #00000012;
  border-radius: 8px;
  position: static;
  left: 0;
  bottom: 0;
  display: flex;
  justify-content: space-between;
  background: #fff;
  align-items: center;
  margin-bottom: 10px;
  position: relative;
}
@media only screen and (max-width: 768px) {
  .notification-wrap .notification-block {
    padding: 6px;
    margin-bottom: 0;
  }
}
.notification-wrap .notification-block .noti-ico {
  width: 55px;
}
@media only screen and (max-width: 768px) {
  .notification-wrap .notification-block .noti-ico {
    width: 37px;
  }
}
.notification-wrap .notification-block .noti-content {
  width: calc(100% - 55px);
  padding-left: 15px;
}
@media only screen and (max-width: 768px) {
  .notification-wrap .notification-block .noti-content {
    width: calc(100% - 55px);
    padding-left: 15px;
  }
}
.notification-wrap .notification-block .noti-content h5 {
  font-size: 14px;
  line-height: 16px;
  color: #282828;
  font-family: "Mont-Bold";
  margin: 0 0 4px 0;
}
@media only screen and (max-width: 768px) {
  .notification-wrap .notification-block .noti-content h5 {
    font-size: 9px;
    margin: 0 0 2px 0;
  }
}
.notification-wrap .notification-block .noti-content h5 strong {
  font-size: 15px;
  font-family: "Mont-Black";
}
@media only screen and (max-width: 768px) {
  .notification-wrap .notification-block .noti-content h5 strong {
    font-size: 10px;
  }
}
.notification-wrap .notification-block .noti-content p {
  font-size: 13px;
  line-height: 16px;
  color: #282828;
  font-family: "Mont-Book";
  margin: 0 0 5px 0;
}
@media only screen and (max-width: 768px) {
  .notification-wrap .notification-block .noti-content p {
    font-size: 10px;
    line-height: 12px;
    margin: 0 0 3px 0;
  }
}
.notification-wrap .notification-block .noti-content .noti-time {
  display: flex;
  align-items: center;
}
.notification-wrap .notification-block .noti-content .noti-time img {
  width: 15px;
}
@media only screen and (max-width: 768px) {
  .notification-wrap .notification-block .noti-content .noti-time img {
    width: 8px;
  }
}
.notification-wrap .notification-block .noti-content .noti-time span {
  color: #7F8081;
  font-size: 12px;
  display: inline-block;
  margin-left: 5px;
}
@media only screen and (max-width: 768px) {
  .notification-wrap .notification-block .noti-content .noti-time span {
    font-size: 10px;
  }
}

/* notification block */
@media only screen and (max-width: 768px) {
  .remove-space-wrap {
    margin-left: -15px;
    margin-right: -15px;
    margin-bottom: -30px;
  }
}

/* about page wrapper */
.about-content-block {
  background: #FFFFFF;
  border-radius: 25px;
  opacity: 1;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  overflow: hidden;
  margin-bottom: 25px;
}
@media only screen and (max-width: 768px) {
  .about-content-block {
    display: flex;
    flex-wrap: wrap;
    border-radius: 0;
    margin-bottom: 0;
  }
}
.about-content-block .left {
  padding: 40px 20px 0 70px;
}
@media only screen and (max-width: 1400px) {
  .about-content-block .left {
    padding: 20px 20px 0 20px;
  }
}
@media only screen and (max-width: 768px) {
  .about-content-block .left {
    order: 1px;
  }
}
.about-content-block .left p {
  font-size: 19px;
  line-height: 30px;
  color: #000000;
  margin: 0 0 25px 0;
}
@media only screen and (max-width: 1400px) {
  .about-content-block .left p {
    font-size: 15px;
    line-height: 20px;
    margin-bottom: 20px;
  }
}
.about-content-block .right {
  float: right;
  max-width: 40%;
}
@media only screen and (max-width: 768px) {
  .about-content-block .right {
    float: none;
    max-width: 100%;
  }
}
@media only screen and (max-width: 768px) {
  .about-content-block .right {
    order: 2;
    padding: 0px 20px 0 30px;
  }
}
.about-content-block .right img {
  max-width: 100%;
}

.achievements-content-block {
  background: rgba(0, 0, 0, 0.8);
  border-radius: 25px;
  opacity: 1;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  overflow: hidden;
  margin-bottom: 25px;
  display: flex;
}
@media only screen and (max-width: 768px) {
  .achievements-content-block {
    display: flex;
    flex-wrap: wrap;
    border-radius: 0;
    margin-bottom: 0;
  }
}
.achievements-content-block .left {
  max-width: 60%;
  padding: 40px 20px 0 70px;
}
@media only screen and (max-width: 1400px) {
  .achievements-content-block .left {
    padding: 20px 20px 0 20px;
  }
}
@media only screen and (max-width: 768px) {
  .achievements-content-block .left {
    order: 1px;
    max-width: 100%;
  }
}
.achievements-content-block .left h2 {
  color: transparent;
  font-size: 65px;
  line-height: 75px;
  margin: 0 0 33px 0;
  font-family: "Mont-Black";
  -webkit-text-stroke: 1px #fff;
}
@media only screen and (max-width: 767px) {
  .achievements-content-block .left h2 {
    font-size: 31px;
    line-height: 36px;
    color: #fff;
    -webkit-text-stroke: initial;
  }
}
.achievements-content-block .left p {
  font-size: 19px;
  line-height: 30px;
  color: #fff;
  margin: 0 0 25px 0;
}
@media only screen and (max-width: 1400px) {
  .achievements-content-block .left p {
    font-size: 15px;
    line-height: 20px;
    margin-bottom: 20px;
  }
}
.achievements-content-block .right {
  float: left;
  max-width: 40%;
}
@media only screen and (max-width: 768px) {
  .achievements-content-block .right {
    float: none;
    max-width: 100%;
  }
}
@media only screen and (max-width: 768px) {
  .achievements-content-block .right {
    order: 2;
    padding: 0px 20px 0 30px;
  }
}
.achievements-content-block .right img {
  max-width: 100%;
  display: block;
  margin-left: 40px;
}
@media only screen and (max-width: 768px) {
  .achievements-content-block .right img {
    margin-left: 0;
  }
}

/* about page wrapper */
/* contact page wrapper */
.branches-wrap {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 44px;
}
@media only screen and (max-width: 1800px) {
  .branches-wrap {
    gap: 20px;
  }
}
@media only screen and (max-width: 800px) {
  .branches-wrap {
    gap: 0;
    flex-direction: column;
  }
}
@media only screen and (max-width: 768px) {
  .branches-wrap {
    margin-top: 15px;
  }
}
.branches-wrap .branches-block {
  width: calc(33.3333333333% - 30px);
  height: 311px;
  background: #FFFFFF;
  border-radius: 25px;
  padding: 25px 20px;
  min-width: 286px;
}
@media only screen and (max-width: 1800px) {
  .branches-wrap .branches-block {
    width: calc(33.3333333333% - 14px);
  }
}
@media only screen and (max-width: 1600px) {
  .branches-wrap .branches-block {
    padding: 20px 15px;
    height: 270px;
  }
}
@media only screen and (max-width: 1400px) {
  .branches-wrap .branches-block {
    height: 234px;
  }
}
@media only screen and (max-width: 1200px) {
  .branches-wrap .branches-block {
    height: 190px;
    padding: 13px 10px;
    border-radius: 11px;
  }
}
@media only screen and (max-width: 800px) {
  .branches-wrap .branches-block {
    margin: 0 auto 15px;
    box-shadow: 0px 3px 6px #00000029;
  }
}
.branches-wrap .branches-block .map-image {
  display: block;
  text-align: center;
  margin-bottom: 25px;
}
.branches-wrap .branches-block .map-image img {
  max-width: 100%;
}
@media only screen and (max-width: 1600px) {
  .branches-wrap .branches-block .map-image img {
    max-width: 27px;
  }
}
.branches-wrap .branches-block h3 {
  font-family: "Mont-Black";
  font-size: 31px;
  line-height: 20px;
  text-align: center;
  color: #CE001B;
  margin: 0 0 15px 0;
}
@media only screen and (max-width: 1800px) {
  .branches-wrap .branches-block h3 {
    font-size: 26px;
  }
}
@media only screen and (max-width: 1600px) {
  .branches-wrap .branches-block h3 {
    font-size: 24px;
  }
}
@media only screen and (max-width: 1400px) {
  .branches-wrap .branches-block h3 {
    font-size: 20px;
  }
}
@media only screen and (max-width: 1200px) {
  .branches-wrap .branches-block h3 {
    font-size: 16px;
    line-height: 18px;
    margin-bottom: 9px;
  }
}
.branches-wrap .branches-block .address {
  font-size: 19px;
  line-height: 24px;
  text-align: center;
  color: #000000;
  margin: 0 0 15px 0;
  min-height: 48px;
}
@media only screen and (max-width: 1800px) {
  .branches-wrap .branches-block .address {
    font-size: 16px;
  }
}
@media only screen and (max-width: 1600px) {
  .branches-wrap .branches-block .address {
    font-size: 14px;
  }
}
@media only screen and (max-width: 1400px) {
  .branches-wrap .branches-block .address {
    font-size: 11px;
    line-height: 18px;
    min-height: 36px;
    margin-bottom: 8px;
  }
}
@media only screen and (max-width: 1200px) {
  .branches-wrap .branches-block .address {
    font-size: 10px;
    line-height: 13px;
    min-height: 25px;
    margin-bottom: 9px;
  }
}
.branches-wrap .branches-block .address span {
  display: block;
}
.branches-wrap .branches-block .number_timing {
  font-family: "Mont-Bold";
  font-size: 23px;
  line-height: 29px;
  text-align: center;
  color: #CE001B;
  margin: 0;
}
@media only screen and (max-width: 1600px) {
  .branches-wrap .branches-block .number_timing {
    font-size: 18px;
    line-height: 26px;
  }
}
@media only screen and (max-width: 1400px) {
  .branches-wrap .branches-block .number_timing {
    font-size: 16px;
    line-height: 22px;
  }
}
@media only screen and (max-width: 1200px) {
  .branches-wrap .branches-block .number_timing {
    font-size: 12px;
    line-height: 15px;
  }
}
.branches-wrap .branches-block .number_timing span {
  display: block;
}

.inquiry-area {
  display: flex;
  flex-wrap: wrap;
  overflow: hidden;
  margin-top: 35px;
  border-radius: 25px;
}
@media only screen and (max-width: 576px) {
  .inquiry-area {
    margin-top: 0px;
    overflow: initial;
  }
}
.inquiry-area .inquire-left {
  width: 50%;
}
@media only screen and (max-width: 1200px) {
  .inquiry-area .inquire-left {
    width: 100%;
    border-radius: 12px;
    margin-bottom: 15px;
  }
  .inquiry-area .inquire-left iframe {
    width: 100%;
    height: 350px;
    border-radius: 12px;
  }
}
@media only screen and (max-width: 576px) {
  .inquiry-area .inquire-left {
    width: 286px;
    margin: 0 auto;
  }
  .inquiry-area .inquire-left iframe {
    width: 286;
    margin: 0 auto 15px;
    height: 227px;
    border-radius: 12px;
  }
}
.inquiry-area .inquire-right {
  width: 50%;
  background: #000000;
  padding: 22px 40px 17px 64px;
}
@media only screen and (max-width: 1200px) {
  .inquiry-area .inquire-right {
    width: 100%;
    border-radius: 12px;
    padding: 20px 25px 20px;
  }
}
@media only screen and (max-width: 576px) {
  .inquiry-area .inquire-right {
    width: 286px;
    margin: 0 auto;
    padding: 15px;
  }
}
.inquiry-area h2 {
  font-family: "Mont-Black";
  font-size: 43px;
  line-height: 49px;
  color: #FFFFFF;
  text-transform: uppercase;
  margin: 0 0 39px 0;
}
@media only screen and (max-width: 1200px) {
  .inquiry-area h2 {
    font-size: 26px;
    line-height: 30px;
    margin-bottom: 15px;
    text-align: center;
  }
}

.inquiry-form {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-end;
}
.inquiry-form .inquiry-form-left {
  width: calc(100% - 150px);
  padding-right: 42px;
}
@media only screen and (max-width: 1400px) {
  .inquiry-form .inquiry-form-left {
    width: 100%;
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 768px) {
  .inquiry-form .inquiry-form-left {
    padding-right: 0;
  }
}
.inquiry-form .inquiry-form-left .input-list {
  max-width: 70%;
}
@media only screen and (max-width: 1600px) {
  .inquiry-form .inquiry-form-left .input-list {
    max-width: 100%;
  }
}
.inquiry-form .inquiry-form-right {
  width: 150px;
}
@media only screen and (max-width: 1600px) {
  .inquiry-form .inquiry-form-right {
    width: 100%;
  }
}
@media only screen and (max-width: 576px) {
  .inquiry-form .inquiry-form-right {
    margin-bottom: -34px;
  }
}
.inquiry-form .inquiry-form-right button {
  width: 150px;
  height: 42px;
  display: block;
  margin: 0 auto;
  /* UI Properties */
  background: #D5001B;
  border-radius: 4px;
  font-family: "Mont-Black";
  text-align: center;
  font-size: 18px;
  line-height: 20px;
  letter-spacing: 0px;
  color: #FFFFFF;
  text-transform: uppercase;
  border: 0;
  outline: none;
}

.form-style-input2 ul.input-list {
  list-style: none;
  padding: 0;
  margin: 0 0 20px 0;
}
.form-style-input2 ul.input-list li {
  margin-bottom: 19px;
  border-bottom: 1px solid #707070;
  position: relative;
  height: 57px;
}
@media only screen and (max-width: 768px) {
  .form-style-input2 ul.input-list li {
    margin-bottom: 15px;
  }
}
.form-style-input2 input + .float-label {
  font-family: "Mont-Book";
  font-size: 24px;
  color: #ffffff;
  position: absolute;
  left: 10px;
  top: 13px;
  transition: transform 200ms ease;
  pointer-events: none;
}
@media only screen and (max-width: 768px) {
  .form-style-input2 input + .float-label {
    font-size: 14px;
    line-height: 20px;
    top: 25px;
  }
}
.form-style-input2 input:focus + .float-label,
.form-style-input2 input + .float-label.freeze {
  font-size: 12px;
  transform: translateY(-1em);
}
@media only screen and (max-width: 768px) {
  .form-style-input2 input:focus + .float-label,
.form-style-input2 input + .float-label.freeze {
    transform: translateY(-2em);
  }
}
.form-style-input2 input[type=text],
.form-style-input2 input[type=password],
.form-style-input2 input[type=email] {
  width: 100%;
  border: 0;
  padding-left: 10px;
  font-family: "Mont-Book";
  font-size: 24px;
  color: #fff;
  height: 20px;
  margin-top: 27px;
  background: transparent;
}
@media only screen and (max-width: 768px) {
  .form-style-input2 input[type=text],
.form-style-input2 input[type=password],
.form-style-input2 input[type=email] {
    font-size: 14px;
    line-height: 20px;
  }
}
.form-style-input2 input[type=text]:focus,
.form-style-input2 input[type=password]:focus,
.form-style-input2 input[type=email]:focus {
  border: 0;
  outline: none;
}

.text-area-wrap {
  background: rgba(255, 255, 255, 0.79);
  border-radius: 10px;
  overflow: hidden;
}
.text-area-wrap .subject-dropdown {
  border-bottom: 2px solid rgba(0, 0, 0, 0.1);
  height: 55px;
  padding-left: 15px;
  padding-right: 15px;
  width: 100%;
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 768px) {
  .text-area-wrap .subject-dropdown {
    height: 34px;
  }
}
.text-area-wrap .subject-dropdown select {
  background: url(../images/select_arrow.svg) no-repeat 100% 15px;
  background-size: 16px 8px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  position: relative;
  cursor: pointer;
  outline: none;
  border: 0;
  border-radius: 9px;
  display: inline-block;
  height: 37px;
  padding: 0px 20px 0px 9px;
  font-size: 24px;
  line-height: 30px;
  font-family: "Mont-Book";
  margin: 0;
}
@media only screen and (max-width: 768px) {
  .text-area-wrap .subject-dropdown select {
    font-size: 14px;
    line-height: 20px;
  }
}
@media only screen and (max-width: 576px) {
  .text-area-wrap .subject-dropdown select {
    background-size: 12px 6px;
  }
}
.text-area-wrap .subject-dropdown select option {
  font-size: 18px;
}
@media only screen and (max-width: 768px) {
  .text-area-wrap .subject-dropdown select option {
    font-size: 12px;
    line-height: 20px;
  }
}
.text-area-wrap textarea {
  display: block;
  width: 100%;
  height: 220px;
  background: transparent;
  padding: 15px;
  font-size: 18px;
}
@media only screen and (max-width: 768px) {
  .text-area-wrap textarea {
    font-size: 14px;
    line-height: 20px;
  }
}
@media only screen and (max-width: 576px) {
  .text-area-wrap textarea {
    height: 140px;
  }
}

/* contact page wrapper */
/* du auction page */
.du-auction-wrap {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}
@media only screen and (max-width: 768px) {
  .du-auction-wrap {
    gap: 0;
    flex-direction: column;
    padding-top: 20px;
  }
}
.du-auction-wrap .du-auction-block {
  background: transparent linear-gradient(222deg, #1099CB 0%, #604DBF 41%, #27287C 100%) 0% 0% no-repeat padding-box;
  border-radius: 20px;
  width: calc(25% - 12px);
  box-shadow: 0 0 14px 1px #d5d5d5;
}
@media only screen and (max-width: 1800px) {
  .du-auction-wrap .du-auction-block {
    width: calc(25% - 12px);
  }
}
@media only screen and (max-width: 1200px) {
  .du-auction-wrap .du-auction-block {
    line-height: 40px;
    width: calc(50% - 12px);
  }
}
@media only screen and (max-width: 992px) {
  .du-auction-wrap .du-auction-block {
    max-width: 400px;
    width: 100%;
    margin: 0 auto;
  }
}
@media only screen and (max-width: 768px) {
  .du-auction-wrap .du-auction-block {
    width: 290px;
    margin-bottom: 20px;
  }
}
.du-auction-wrap .du-auction-block .du-header {
  overflow: hidden;
  height: 118px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px;
}
@media only screen and (max-width: 1600px) {
  .du-auction-wrap .du-auction-block .du-header {
    height: 97px;
  }
}
@media only screen and (max-width: 1400px) {
  .du-auction-wrap .du-auction-block .du-header {
    height: 90px;
  }
}
@media only screen and (max-width: 768px) {
  .du-auction-wrap .du-auction-block .du-header {
    height: 84px;
    padding-top: 20px;
  }
}
.du-auction-wrap .du-auction-block .du-header h1 {
  text-align: center;
  font-family: "Mont-Bold";
  font-size: 22px;
  line-height: 27px;
  color: #88D8FC;
}
@media only screen and (max-width: 1600px) {
  .du-auction-wrap .du-auction-block .du-header h1 {
    font-size: 20px;
    line-height: 26px;
  }
}
@media only screen and (max-width: 1400px) {
  .du-auction-wrap .du-auction-block .du-header h1 {
    font-size: 16px;
    line-height: 20px;
  }
}
@media only screen and (max-width: 768px) {
  .du-auction-wrap .du-auction-block .du-header h1 {
    font-size: 15px;
    line-height: 18px;
  }
}
.du-auction-wrap .du-auction-block .du-header h1 span {
  text-align: center;
  font-family: "Mont-Black";
  font-size: 54px;
  line-height: 60px;
  display: block;
  color: #FFFFFF;
  cursor: pointer;
}
@media only screen and (max-width: 1800px) {
  .du-auction-wrap .du-auction-block .du-header h1 span {
    font-size: 46px;
    line-height: 54px;
  }
}
@media only screen and (max-width: 1600px) {
  .du-auction-wrap .du-auction-block .du-header h1 span {
    font-size: 38px;
    line-height: 42px;
  }
}
@media only screen and (max-width: 1400px) {
  .du-auction-wrap .du-auction-block .du-header h1 span {
    font-size: 30px;
    line-height: 50px;
  }
}
@media only screen and (max-width: 1400px) {
  .du-auction-wrap .du-auction-block .du-header h1 span {
    line-height: 40px;
  }
}
@media only screen and (max-width: 768px) {
  .du-auction-wrap .du-auction-block .du-header h1 span {
    font-size: 38px;
  }
}
.du-auction-wrap .du-auction-block .du-header.du-tag-block h1 span {
  font-size: 88px;
  line-height: 60px;
}
@media only screen and (max-width: 1400px) {
  .du-auction-wrap .du-auction-block .du-header.du-tag-block h1 span {
    font-size: 60px;
    line-height: 60px;
  }
}
@media only screen and (max-width: 1400px) {
  .du-auction-wrap .du-auction-block .du-header.du-tag-block h1 span {
    line-height: 40px;
  }
}
@media only screen and (max-width: 768px) {
  .du-auction-wrap .du-auction-block .du-header.du-tag-block h1 span {
    font-size: 66px;
  }
}
.du-auction-wrap .du-auction-block .du-content {
  background: #fff;
  border-radius: 20px;
  padding: 15px 25px 25px;
}
@media only screen and (max-width: 1600px) {
  .du-auction-wrap .du-auction-block .du-content {
    padding: 15px 15px 20px;
  }
}
@media only screen and (max-width: 768px) {
  .du-auction-wrap .du-auction-block .du-content {
    padding: 10px 17px 17px;
  }
}
.du-auction-wrap .du-auction-block .du-content .price {
  font-family: "Mont-Black";
  font-size: 55px;
  line-height: 41px;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  margin-bottom: 17px;
  margin-top: 7px;
}
@media only screen and (max-width: 1800px) {
  .du-auction-wrap .du-auction-block .du-content .price {
    font-size: 46px;
    line-height: 46px;
  }
}
@media only screen and (max-width: 1600px) {
  .du-auction-wrap .du-auction-block .du-content .price {
    font-size: 36px;
    line-height: 36px;
    margin-top: 0;
  }
}
@media only screen and (max-width: 1400px) {
  .du-auction-wrap .du-auction-block .du-content .price {
    font-size: 30px;
    line-height: 30px;
  }
}
@media only screen and (max-width: 768px) {
  .du-auction-wrap .du-auction-block .du-content .price {
    font-size: 39px;
    line-height: 40px;
    margin-bottom: 10px;
  }
}
.du-auction-wrap .du-auction-block .du-content .price span {
  font-family: "Mont-Black";
  font-size: 24px;
  line-height: 30px;
  margin-left: 10px;
}
@media only screen and (max-width: 1600px) {
  .du-auction-wrap .du-auction-block .du-content .price span {
    font-size: 20px;
    line-height: 24px;
    margin-left: 5px;
  }
}
@media only screen and (max-width: 768px) {
  .du-auction-wrap .du-auction-block .du-content .price span {
    font-size: 17px;
    line-height: 40px;
  }
}
.du-auction-wrap .du-auction-block .du-content .acution-time {
  margin-bottom: 15px;
}
.du-auction-wrap .du-auction-block .du-content .acution-time .timer {
  height: 34px;
}
@media only screen and (max-width: 768px) {
  .du-auction-wrap .du-auction-block .du-content .acution-time .timer {
    height: 26px;
  }
}
.du-auction-wrap .du-auction-block .du-content .acution-time .timer div {
  display: flex;
  justify-content: center;
  align-items: center;
}
.du-auction-wrap .du-auction-block .du-content .total-bid-area {
  display: flex;
  justify-content: space-between;
  font-size: 16px;
  line-height: 16px;
  color: #282828;
  font-family: "Mont-Bold";
  margin-bottom: 12px;
}
@media only screen and (max-width: 1400px) {
  .du-auction-wrap .du-auction-block .du-content .total-bid-area {
    font-size: 12px;
    line-height: 16px;
  }
}
@media only screen and (max-width: 768px) {
  .du-auction-wrap .du-auction-block .du-content .total-bid-area {
    font-size: 11px;
    line-height: 20px;
  }
}
.du-auction-wrap .du-auction-block .du-content .total-bid-area span {
  color: #D5001B;
}
.du-auction-wrap .du-auction-block .du-content .market-bid-end-area {
  background: #D5001B;
  height: 35px;
  line-height: 35px;
  font-size: 19px;
  font-family: "Mont-Black";
  text-align: center;
  padding: 0 5px;
  border-radius: 5px;
  margin-bottom: 12px;
  color: #fff;
}
@media only screen and (max-width: 1800px) {
  .du-auction-wrap .du-auction-block .du-content .market-bid-end-area {
    font-size: 17px;
  }
}
@media only screen and (max-width: 1400px) {
  .du-auction-wrap .du-auction-block .du-content .market-bid-end-area {
    font-size: 14px;
  }
}
.du-auction-wrap .du-auction-block .du-content .bid-end-area {
  margin-left: -25px;
  margin-right: -25px;
  background: #F2F2F2;
  line-height: 28px;
  padding: 0 5px;
  text-align: center;
  font-size: 16px;
  color: #282828;
  font-family: "Mont-Bold";
  margin-bottom: 12px;
}
@media only screen and (max-width: 1800px) {
  .du-auction-wrap .du-auction-block .du-content .bid-end-area {
    font-size: 14px;
    line-height: 28px;
  }
}
@media only screen and (max-width: 1600px) {
  .du-auction-wrap .du-auction-block .du-content .bid-end-area {
    margin-left: -15px;
    margin-right: -15px;
    font-size: 12px;
  }
}
@media only screen and (max-width: 1400px) {
  .du-auction-wrap .du-auction-block .du-content .bid-end-area {
    font-size: 10px;
    line-height: 24px;
  }
}
@media only screen and (max-width: 768px) {
  .du-auction-wrap .du-auction-block .du-content .bid-end-area {
    font-size: 11px;
    line-height: 30px;
    margin-right: -17px;
    margin-left: -17px;
  }
}
.du-auction-wrap .du-auction-block .du-content .custom-bid-area {
  display: flex;
  justify-content: space-between;
  margin-bottom: 16px;
}
.du-auction-wrap .du-auction-block .du-content .custom-bid-area .left {
  width: 57%;
}
@media only screen and (max-width: 1800px) {
  .du-auction-wrap .du-auction-block .du-content .custom-bid-area .left {
    width: 50%;
  }
}
@media only screen and (max-width: 1400px) {
  .du-auction-wrap .du-auction-block .du-content .custom-bid-area .left {
    width: 45%;
  }
}
.du-auction-wrap .du-auction-block .du-content .custom-bid-area .left input {
  width: 100%;
  background-color: white;
  box-shadow: 0px 0px 1px #00000029;
  border: 1px solid #D1D1D1;
  border-radius: 12px;
  height: 50px;
  text-align: center;
  padding: 10px 10px;
  font-size: 32px;
  line-height: 32px;
  font-family: "Mont-Black";
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media only screen and (max-width: 1600px) {
  .du-auction-wrap .du-auction-block .du-content .custom-bid-area .left input {
    height: 40px;
    padding: 5px 10px;
    font-size: 24px;
    line-height: 32px;
  }
}
@media only screen and (max-width: 1400px) {
  .du-auction-wrap .du-auction-block .du-content .custom-bid-area .left input {
    height: 40px;
    padding: 5px 10px;
    font-size: 20px;
    line-height: 28px;
  }
}
@media only screen and (max-width: 768px) {
  .du-auction-wrap .du-auction-block .du-content .custom-bid-area .left input {
    height: 36px;
    padding: 5px 10px;
    font-size: 22px;
    line-height: 30px;
  }
}
.du-auction-wrap .du-auction-block .du-content .custom-bid-area .right {
  width: 43%;
  padding-left: 22px;
}
@media only screen and (max-width: 1800px) {
  .du-auction-wrap .du-auction-block .du-content .custom-bid-area .right {
    padding-left: 10px;
    width: 50%;
  }
}
@media only screen and (max-width: 1400px) {
  .du-auction-wrap .du-auction-block .du-content .custom-bid-area .right {
    width: 55%;
    padding-left: 10px;
  }
}
@media only screen and (max-width: 1400px) {
  .du-auction-wrap .du-auction-block .du-content .custom-bid-area .right .form-check {
    margin-bottom: 0;
    padding-bottom: 0;
    line-height: 17px;
    min-height: auto;
  }
}
@media only screen and (max-width: 1200px) {
  .du-auction-wrap .du-auction-block .du-content .custom-bid-area .right .form-check {
    line-height: 20px;
    margin-bottom: 0;
  }
}
@media only screen and (max-width: 768px) {
  .du-auction-wrap .du-auction-block .du-content .custom-bid-area .right .form-check {
    line-height: 12px;
    min-height: 18px;
    display: flex;
  }
}
.du-auction-wrap .du-auction-block .du-content .custom-bid-area .right .form-check-input {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e");
  background-color: #A5A6AE;
  border-color: #A5A6AE;
}
@media only screen and (max-width: 1400px) {
  .du-auction-wrap .du-auction-block .du-content .custom-bid-area .right .form-check-input {
    width: 27px;
    height: 13px;
  }
}
@media only screen and (max-width: 768px) {
  .du-auction-wrap .du-auction-block .du-content .custom-bid-area .right .form-check-input {
    width: 24px;
    height: 11px;
  }
}
.du-auction-wrap .du-auction-block .du-content .custom-bid-area .right .form-check-input:checked {
  background-color: #6EBC7D;
  border-color: #6EBC7D;
}
.du-auction-wrap .du-auction-block .du-content .custom-bid-area .right label {
  font-family: "Mont-SemiBold";
  font-size: 9px;
  position: relative;
  top: -3px;
}
@media only screen and (max-width: 1400px) {
  .du-auction-wrap .du-auction-block .du-content .custom-bid-area .right label {
    top: 0px;
  }
}
@media only screen and (max-width: 1200px) {
  .du-auction-wrap .du-auction-block .du-content .custom-bid-area .right label {
    top: 0px;
  }
}
@media only screen and (max-width: 768px) {
  .du-auction-wrap .du-auction-block .du-content .custom-bid-area .right label {
    padding-left: 7px;
    line-height: 18px;
  }
}
.du-auction-wrap .du-auction-block .du-content .custom-bid-area .right label span {
  color: #D5001B;
}
.du-auction-wrap .du-auction-block .du-content .bid-error {
  font-size: 12px;
  line-height: 16px;
  display: block;
  text-align: center;
  margin-bottom: 18px;
  height: 16px;
}
.du-auction-wrap .du-auction-block .du-content .bid-error.green {
  color: #21AC00;
}
.du-auction-wrap .du-auction-block .du-content .bid-error.red {
  color: #D5001B;
}
.du-auction-wrap .du-auction-block .du-content .bid-action-area {
  display: flex;
}
.du-auction-wrap .du-auction-block .du-content .bid-action-area .icon-wrap {
  width: 54px;
  height: 54px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #A5A6AE;
  border-radius: 6px;
  margin-right: 6px;
}
@media only screen and (max-width: 1800px) {
  .du-auction-wrap .du-auction-block .du-content .bid-action-area .icon-wrap {
    height: 46px;
  }
}
@media only screen and (max-width: 1600px) {
  .du-auction-wrap .du-auction-block .du-content .bid-action-area .icon-wrap {
    width: 40px;
    height: 40px;
  }
}
@media only screen and (max-width: 1400px) {
  .du-auction-wrap .du-auction-block .du-content .bid-action-area .icon-wrap {
    width: 34px;
    height: 34px;
  }
}
.du-auction-wrap .du-auction-block .du-content .bid-action-area .icon-wrap.active {
  background: #D5001B;
}
.du-auction-wrap .du-auction-block .du-content .bid-action-area .action_btn {
  margin-left: auto;
  width: calc(100% - 120px);
}
@media only screen and (max-width: 1600px) {
  .du-auction-wrap .du-auction-block .du-content .bid-action-area .action_btn {
    width: calc(100% - 92px);
  }
}
@media only screen and (max-width: 1400px) {
  .du-auction-wrap .du-auction-block .du-content .bid-action-area .action_btn {
    width: calc(100% - 80px);
  }
}
.du-auction-wrap .du-auction-block .du-content .bid-action-area .action_btn.black a {
  background: #000000 !important;
}
.du-auction-wrap .du-auction-block .du-content .bid-action-area .action_btn a {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 54px;
  background: #A5A6AE;
  border-radius: 6px;
  padding: 0 15px;
  color: #fff;
  flex-grow: 2;
  font-size: 22px;
  font-family: "Mont-Black";
  text-decoration: none;
}
@media only screen and (max-width: 1800px) {
  .du-auction-wrap .du-auction-block .du-content .bid-action-area .action_btn a {
    height: 46px;
    font-size: 17px;
  }
}
@media only screen and (max-width: 1600px) {
  .du-auction-wrap .du-auction-block .du-content .bid-action-area .action_btn a {
    font-size: 17px;
    height: 40px;
    padding: 0 7px;
  }
}
@media only screen and (max-width: 1400px) {
  .du-auction-wrap .du-auction-block .du-content .bid-action-area .action_btn a {
    font-size: 15px;
    height: 34px;
    padding: 0 7px;
  }
}
@media only screen and (max-width: 768px) {
  .du-auction-wrap .du-auction-block .du-content .bid-action-area .action_btn a {
    font-size: 15px;
  }
}
.du-auction-wrap .du-auction-block .du-content .bid-action-area .action_btn a.active {
  background: #D5001B;
}
.du-auction-wrap .du-auction-block .du-content .bid-action-area .action_btn a img {
  margin-left: 25px;
}
@media only screen and (max-width: 1800px) {
  .du-auction-wrap .du-auction-block .du-content .bid-action-area .action_btn a img {
    margin-left: 10px;
  }
}
@media only screen and (max-width: 1400px) {
  .du-auction-wrap .du-auction-block .du-content .bid-action-area .action_btn a img {
    margin-left: 5px;
    max-width: 30px;
  }
}
@media only screen and (max-width: 1400px) {
  .du-auction-wrap .du-auction-block .du-content .bid-action-area .action_btn a img.cart-img {
    max-width: 25px;
  }
}
.du-auction-wrap .du-auction-block .du-content .bid-action-area.plates-direct-action {
  display: flex;
  gap: 14px;
}
.du-auction-wrap .du-auction-block .du-content .bid-action-area.plates-direct-action .booknow a {
  background: #000000 !important;
}
.du-auction-wrap.virgin-auction-block-wrap .du-auction-block {
  background: #7c2727;
  /* Old browsers */
  /* FF3.6-15 */
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(45deg, #7c2727 0%, #7f2828 27%, #c13535 52%, #4a4a4a 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#7c2727", endColorstr="#4a4a4a",GradientType=1 );
  /* IE6-9 fallback on horizontal gradient */
}
.du-auction-wrap.virgin-auction-block-wrap .du-header h1 {
  color: #fff;
}
.du-auction-wrap.plates-auction-wrap .du-auction-block {
  background: #d1d1d1;
  /* Old browsers */
  /* FF3.6-15 */
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(45deg, #d1d1d1 2%, #ffffff 29%, #aaaaaa 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#d1d1d1", endColorstr="#aaaaaa",GradientType=1 );
  /* IE6-9 fallback on horizontal gradient */
}
.du-auction-wrap.market-auction-wrap .du-auction-block {
  background: transparent;
}
.du-auction-wrap.market-auction-wrap .du-auction-block .du-content {
  position: relative;
  margin-top: -15px;
}
.du-auction-wrap.market-auction-wrap .du-auction-block .du-header {
  flex-wrap: wrap;
  padding: 0;
  height: 269px;
  position: relative;
  align-items: flex-start;
}
.du-auction-wrap.market-auction-wrap .market-block_img {
  width: 100%;
  height: 100%;
}
.du-auction-wrap.market-auction-wrap .market-block_img img {
  max-width: 100%;
  width: 100%;
  height: 100%;
}
.du-auction-wrap.market-auction-wrap .market-block-head-con {
  position: absolute;
  background: rgba(0, 0, 0, 0.6);
  width: 100%;
  left: 0;
  bottom: 0;
  color: #fff;
  text-align: center;
  padding-top: 10px;
  padding-bottom: 25px;
  border-radius: 20px 20px 0 0;
}
.du-auction-wrap.market-auction-wrap .market-block-head-con h4 {
  margin: 0;
  font-size: 24px;
  line-height: 33px;
  font-family: "Mont-Heavy";
  cursor: pointer;
}
@media only screen and (max-width: 1400px) {
  .du-auction-wrap.market-auction-wrap .market-block-head-con h4 {
    font-size: 17px;
    line-height: 28px;
  }
}
.du-auction-wrap.market-auction-wrap .market-block-head-con p {
  margin: 0;
  font-size: 20px;
  line-height: 28px;
  font-family: "Mont-Book";
}
@media only screen and (max-width: 1400px) {
  .du-auction-wrap.market-auction-wrap .market-block-head-con p {
    font-size: 15px;
    line-height: 24px;
  }
}
.du-auction-wrap.market-auction-wrap .search-icon {
  position: absolute;
  right: 12px;
  top: 12px;
  line-height: initial;
  cursor: pointer;
}
@media only screen and (max-width: 1400px) {
  .du-auction-wrap.market-auction-wrap .search-icon img {
    width: 29px;
    height: 24px;
  }
}

/* du auction page */
/*plates number */
.plates_pattern1 {
  background: url(../images/pattern1.png) no-repeat left top;
  background-size: 100% 100% !important;
  width: 299px;
  height: 76px;
  font-family: "Mont-Bold";
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
}

.plates_pattern1 .name {
  font-size: 43px;
  line-height: 43px;
  color: #000000;
  width: 60px;
  text-align: center;
}

.plates_pattern1 .number {
  font-size: 44px;
  line-height: 44px;
  color: #000000;
  width: 150px;
  text-align: center;
}

.plates_pattern2 {
  background: url(../images/pattern2.png) no-repeat left top;
  height: 63px;
}

.plates_pattern3 {
  background: url(../images/pattern3.png) no-repeat left top;
  width: 303px;
  height: 77px;
  justify-content: flex-start;
}

.plates_pattern3 .name {
  font-size: 37px;
}

.plates_pattern3 .number {
  width: 135px;
  font-size: 40px;
}

.plates_pattern4 {
  background: url(../images/pattern4.png) no-repeat left top;
  width: 299px;
  height: 64px;
}

.plates_pattern5 {
  background: url(../images/pattern5.png) no-repeat left top;
  width: 300px;
  height: 75px;
}

.plates_pattern6 {
  background: url(../images/pattern6.png) no-repeat left top;
  width: 300px;
  height: 75px;
  justify-content: flex-end;
}

.plates_pattern7 {
  background: url(../images/pattern7.png) no-repeat left top;
  width: 298px;
  height: 64px;
  justify-content: space-between;
}

.plates_pattern7 .name {
  font-size: 24px;
  align-self: flex-start;
  margin-top: 3px;
  width: 50px;
}

.plates_pattern8 {
  background: url(../images/pattern8.png) no-repeat left top;
  width: 294px;
  height: 61px;
  justify-content: flex-end;
}

.plates_pattern8 .number {
  width: 195px;
}

.plates_pattern9 {
  background: url(../images/pattern9.png) no-repeat left top;
  width: 195px;
  height: 101px;
  justify-content: space-between;
}

.plates_pattern9 .name {
  align-self: flex-start;
  font-size: 43px;
  margin-top: 14px;
  margin-left: 16px;
  width: 50px;
}

.plates_pattern9 .number {
  align-self: flex-end;
  font-size: 34px;
  position: relative;
  width: 120px;
  top: -5px;
}

@media only screen and (max-width: 1600px) {
  .plates_pattern1 {
    width: 96%;
    height: 60px;
  }

  .plates_pattern1 .name {
    width: 22%;
    font-size: 35px;
  }

  .plates_pattern1 .number {
    width: 50%;
    font-size: 35px;
  }

  .plates_pattern1.plates_pattern3 .name {
    font-size: 30px;
  }

  .plates_pattern1.plates_pattern3 .number {
    font-size: 30px;
    width: 42%;
  }

  .plates_pattern1.plates_pattern4 .name {
    width: 18%;
  }

  .plates_pattern1.plates_pattern7 .name {
    font-size: 20px;
  }

  .plates_pattern1.plates_pattern8 .number {
    width: 67%;
  }

  .plates_pattern1.plates_pattern9 {
    height: 73px;
    width: 200px;
  }

  .plates_pattern1.plates_pattern9 .name {
    font-size: 28px;
    margin-top: 6px;
  }

  .plates_pattern1.plates_pattern9 .number {
    font-size: 27px;
    top: 3px;
  }
}
@media only screen and (max-width: 768px) {
  .plates_pattern1 {
    width: 96%;
    height: 50px;
  }

  .plates_pattern1 .name {
    width: 22%;
    font-size: 27px;
  }

  .plates_pattern1 .number {
    width: 50%;
    font-size: 27px;
  }

  .plates_pattern1.plates_pattern3 .name {
    font-size: 25px;
  }

  .plates_pattern1.plates_pattern3 .number {
    font-size: 25px;
    width: 42%;
  }

  .plates_pattern1.plates_pattern4 .name {
    width: 18%;
  }

  .plates_pattern1.plates_pattern7 .name {
    font-size: 20px;
  }

  .plates_pattern1.plates_pattern8 .number {
    width: 67%;
  }

  .plates_pattern1.plates_pattern9 {
    height: 70px;
    width: 170px;
  }

  .plates_pattern1.plates_pattern9 .name {
    font-size: 28px;
    margin-top: 6px;
  }

  .plates_pattern1.plates_pattern9 .number {
    font-size: 27px;
    top: 3px;
  }
}
/* plates number */
/* sell car page */
.sell-car-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 30px;
}
@media only screen and (max-width: 1400px) {
  .sell-car-wrap {
    gap: 20px;
  }
}
@media only screen and (max-width: 576px) {
  .sell-car-wrap {
    padding-top: 13px;
  }
}
.sell-car-wrap .sell-car-left {
  width: 30%;
}
.sell-car-wrap .sell-car-right {
  width: calc(70% - 30px);
  padding: 20px;
  background: #ffffff;
  border-radius: 20px;
}
@media only screen and (max-width: 1400px) {
  .sell-car-wrap .sell-car-right {
    width: calc(70% - 20px);
  }
}
@media only screen and (max-width: 992px) {
  .sell-car-wrap .sell-car-right {
    width: 100%;
  }
}
@media only screen and (max-width: 576px) {
  .sell-car-wrap .sell-car-right {
    padding: 15px;
  }
}
.sell-car-wrap .upload-block {
  width: 100%;
  height: 263px;
  padding: 20px;
  background: #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  border-radius: 20px;
  margin-bottom: 25px;
  cursor: pointer;
}
@media only screen and (max-width: 1400px) {
  .sell-car-wrap .upload-block {
    height: 220px;
  }
}
.sell-car-wrap .upload-block.upload-block2 {
  height: 193px;
  margin-bottom: 0;
}
@media only screen and (max-width: 1400px) {
  .sell-car-wrap .upload-block.upload-block2 {
    height: 137px;
  }
}
.sell-car-wrap .upload-block input[type=file] {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
}
.sell-car-wrap .upload-block .upload-block-inner img {
  margin-bottom: 30px;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (max-width: 1400px) {
  .sell-car-wrap .upload-block .upload-block-inner img {
    max-height: 42px;
    margin-bottom: 10px;
  }
}
.sell-car-wrap .upload-block .upload-block-inner span {
  font-size: 20px;
  color: #7C7C7C;
  display: block;
}
@media only screen and (max-width: 1400px) {
  .sell-car-wrap .upload-block .upload-block-inner span {
    font-size: 16px;
  }
}
.sell-car-wrap ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 20px;
}
@media only screen and (max-width: 576px) {
  .sell-car-wrap ul {
    gap: 10px;
  }
}
.sell-car-wrap ul li {
  width: calc(50% - 10px);
}
@media only screen and (max-width: 576px) {
  .sell-car-wrap ul li {
    width: 100%;
  }
}
.sell-car-wrap .select-block {
  width: 100%;
  /* arrows */
}
.sell-car-wrap .select-block select {
  width: 100%;
  /* styling */
  background-color: #ffffff;
  border: 1px solid #707070;
  border-radius: 9px;
  display: inline-block;
  height: 60px;
  padding: 0px 30px 0px 15px;
  font-family: "Mont-Bold";
  font-size: 22px;
  color: #575757;
  /* reset */
  margin: 0;
  box-sizing: border-box;
  -webkit-appearance: none;
  -moz-appearance: none;
}
@media only screen and (max-width: 1400px) {
  .sell-car-wrap .select-block select {
    height: 40px;
    font-size: 16px;
  }
}
@media only screen and (max-width: 576px) {
  .sell-car-wrap .select-block select {
    height: 33px;
    font-size: 12px;
    padding-left: 10px;
  }
}
.sell-car-wrap .select-block select {
  background: url(../images/select_arrow.svg) no-repeat calc(100% - 14px) 24px;
  background-size: 14px 8px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  position: relative;
  cursor: pointer;
  outline: none;
}
@media only screen and (max-width: 1400px) {
  .sell-car-wrap .select-block select {
    background-position: calc(100% - 14px) 16px;
  }
}
@media only screen and (max-width: 768px) {
  .sell-car-wrap .select-block select {
    background-position: calc(100% - 6px) 14px;
  }
}
@media only screen and (max-width: 576px) {
  .sell-car-wrap .select-block select {
    background-position: calc(100% - 11px) 12px;
    background-size: 12px;
  }
}
.sell-car-wrap .select-block select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #000;
}
.sell-car-wrap input[type=text],
.sell-car-wrap input[type=password],
.sell-car-wrap input[type=email] {
  width: 100%;
  border: 1px solid #707070;
  padding-left: 15px;
  padding-right: 15px;
  height: 60px;
  font-family: "Mont-Bold";
  font-size: 22px;
  border-radius: 9px;
  color: #575757;
}
@media only screen and (max-width: 1400px) {
  .sell-car-wrap input[type=text],
.sell-car-wrap input[type=password],
.sell-car-wrap input[type=email] {
    height: 40px;
    font-size: 16px;
  }
}
@media only screen and (max-width: 576px) {
  .sell-car-wrap input[type=text],
.sell-car-wrap input[type=password],
.sell-car-wrap input[type=email] {
    height: 33px;
    font-size: 12px;
    padding-left: 15px;
    padding-right: 15px;
  }
}
.sell-car-wrap input[type=text]:focus,
.sell-car-wrap input[type=password]:focus,
.sell-car-wrap input[type=email]:focus {
  border: 1px solid #707070;
  outline: none;
}
.sell-car-wrap .terms-area {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  margin-top: 26px;
}
@media only screen and (max-width: 576px) {
  .sell-car-wrap .terms-area {
    margin-top: 15px;
  }
}
.sell-car-wrap .terms-area .form-check {
  width: 75%;
  padding-left: 0;
}
@media only screen and (max-width: 1600px) {
  .sell-car-wrap .terms-area .form-check {
    width: 65%;
  }
}
@media only screen and (max-width: 1200px) {
  .sell-car-wrap .terms-area .form-check {
    width: 100%;
  }
}
@media only screen and (max-width: 991px) {
  .sell-car-wrap .terms-area .form-check {
    margin-bottom: 10px;
  }
}
@media only screen and (max-width: 576px) {
  .sell-car-wrap .terms-area .form-check {
    margin-bottom: 5px;
  }
}
.sell-car-wrap .terms-area .form-check label {
  width: calc(100% - 70px);
}
@media only screen and (max-width: 576px) {
  .sell-car-wrap .terms-area .form-check label {
    width: calc(100% - 35px);
  }
}
.sell-car-wrap .terms-area .form-check.first {
  padding-right: 20px;
  width: 25%;
}
@media only screen and (max-width: 1600px) {
  .sell-car-wrap .terms-area .form-check.first {
    width: 35%;
  }
}
@media only screen and (max-width: 1200px) {
  .sell-car-wrap .terms-area .form-check.first {
    width: 100%;
  }
}
.sell-car-wrap .terms-area .form-check.first label {
  white-space: nowrap;
}
.sell-car-wrap .terms-area .form-check {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.sell-car-wrap .terms-area .form-check-input:checked {
  background-color: #6EBC7D;
  border-color: #6EBC7D;
  margin-top: 0;
}
.sell-car-wrap .terms-area .form-check-input {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e");
  background-color: #A5A6AE;
  border-color: #A5A6AE;
  height: 35px;
  width: 70px;
  margin-top: 0;
  margin-left: 0;
}
@media only screen and (max-width: 1400px) {
  .sell-car-wrap .terms-area .form-check-input {
    height: 25px;
    width: 50px;
  }
}
@media only screen and (max-width: 576px) {
  .sell-car-wrap .terms-area .form-check-input {
    height: 17px;
    width: 34px;
  }
}
.sell-car-wrap .terms-area label {
  font-size: 14px;
  position: relative;
  padding-left: 15px;
}
@media only screen and (max-width: 1400px) {
  .sell-car-wrap .terms-area label {
    font-size: 13px;
  }
}
@media only screen and (max-width: 576px) {
  .sell-car-wrap .terms-area label {
    font-size: 10px;
  }
}
.sell-car-wrap .terms-area label span {
  color: #d5001b;
}
.sell-car-wrap .sell-action-area a {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 50px;
  background: #d5001b;
  border-radius: 6px;
  padding: 0 25px;
  color: #fff;
  font-size: 22px;
  font-family: "Mont-Black";
  text-decoration: none;
  width: -moz-max-content;
  width: max-content;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (max-width: 1400px) {
  .sell-car-wrap .sell-action-area a {
    height: 40px;
    font-size: 17px;
  }
}
@media only screen and (max-width: 576px) {
  .sell-car-wrap .sell-action-area a {
    height: 30px;
    line-height: 30px;
    font-size: 12px;
    margin-top: 10px;
    padding: 0 10px;
    width: 100%;
    max-width: 280px;
  }
}
.sell-car-wrap .mobile-upload-area {
  margin-top: 25px;
}
@media only screen and (max-width: 576px) {
  .sell-car-wrap .mobile-upload-area {
    margin-top: 10px;
  }
}
.sell-car-wrap .mobile-upload-area .upload-block {
  background: #DBDBDB;
  height: 137px;
}
@media only screen and (max-width: 576px) {
  .sell-car-wrap .mobile-upload-area .upload-block {
    height: 90px;
    border-radius: 10px;
    margin-bottom: 10px;
  }
}
.sell-car-wrap .mobile-upload-area .upload-block.upload-block2 {
  height: 90px;
}
.sell-car-wrap .mobile-upload-area .upload-block .upload-block-inner img {
  max-height: 32px;
  margin-bottom: 15px;
}
.sell-car-wrap .mobile-upload-area .upload-block .upload-block-inner span {
  font-size: 11px;
}

.car-static-header {
  display: none;
}
.car-static-header.car-mobile-header {
  background: #e50f0f;
  /* Old browsers */
  /* FF3.6-15 */
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, #e50f0f 0%, #720000 59%, #000000 100%, #000000 101%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#e50f0f", endColorstr="#000000",GradientType=1 );
  /* IE6-9 */
}
@media only screen and (max-width: 768px) {
  .car-static-header {
    display: flex;
    background: transparent linear-gradient(222deg, #1099CB 0%, #604DBF 41%, #27287C 100%) 0% 0% no-repeat padding-box;
    justify-content: space-between;
    height: 56px;
    align-items: center;
    width: 100%;
    padding-left: 20px;
    padding-right: 47px;
    color: #fff;
  }
  .car-static-header .heading {
    font-size: 20px;
    line-height: 22px;
    font-family: "Mont-Black";
    width: calc(100% - 16px);
    text-align: center;
  }
}

/* sell car page */
/* Confirm Popup */
.general-popup {
  padding-left: 103px;
  padding-top: 96px;
  padding-bottom: 0;
}
@media only screen and (max-width: 768px) {
  .general-popup {
    padding-left: 47px;
    padding-top: 56px;
    padding-bottom: 56px;
  }
}
.general-popup .modal-dialog {
  max-width: 900px;
}
@media only screen and (max-width: 1600px) {
  .general-popup .modal-dialog {
    max-width: 700px;
  }
}
@media only screen and (max-width: 1200px) {
  .general-popup .modal-dialog {
    max-width: 500px;
  }
}
@media only screen and (max-width: 768px) {
  .general-popup .modal-dialog {
    max-width: 270px;
    margin: 0 auto;
  }
}
.general-popup .modal-dialog .modal-content {
  border-radius: 20px;
}
@media only screen and (max-width: 1600px) {
  .general-popup .modal-dialog .modal-content {
    border-radius: 10px;
  }
}
.general-popup .modal-dialog .modal-body {
  padding: 20px 31px;
}
@media only screen and (max-width: 1600px) {
  .general-popup .modal-dialog .modal-body {
    padding: 20px 31px;
  }
}
@media only screen and (max-width: 768px) {
  .general-popup .modal-dialog .modal-body {
    padding: 10px 9px;
  }
}

/* Package Benefits Popup */
.package-banefits .modal-dialog {
  max-width: 1177px;
}
@media only screen and (max-width: 1600px) {
  .package-banefits .modal-dialog {
    max-width: 800px;
  }
}
@media only screen and (max-width: 1200px) {
  .package-banefits .modal-dialog {
    max-width: 500px;
  }
}
@media only screen and (max-width: 768px) {
  .package-banefits .modal-dialog {
    max-width: 270px;
    margin: 0 auto;
  }
}
.package-banefits .package-banefits-body {
  display: flex;
  flex-wrap: wrap;
  padding: 30px 0;
}
@media only screen and (max-width: 1600px) {
  .package-banefits .package-banefits-body {
    padding: 10px 0;
  }
}
.package-banefits .package-banefits-body .cross-pop {
  position: absolute;
  right: 15px;
  top: 15px;
  cursor: pointer;
}
@media only screen and (max-width: 768px) {
  .package-banefits .package-banefits-body .cross-pop {
    right: 12px;
    top: 2px;
  }
}
@media only screen and (max-width: 1600px) {
  .package-banefits .package-banefits-body .cross-pop img {
    width: 40px;
  }
}
@media only screen and (max-width: 768px) {
  .package-banefits .package-banefits-body .cross-pop img {
    width: 18px;
  }
}
.package-banefits .package-banefits-body .left {
  width: 382px;
}
@media only screen and (max-width: 1600px) {
  .package-banefits .package-banefits-body .left {
    width: 300px;
  }
}
@media only screen and (max-width: 1200px) {
  .package-banefits .package-banefits-body .left {
    width: 100%;
  }
}
.package-banefits .package-banefits-body .right {
  width: calc(100% - 382px);
  padding: 0 0 0 30px;
}
@media only screen and (max-width: 1600px) {
  .package-banefits .package-banefits-body .right {
    width: calc(100% - 300px);
    padding: 0 0 0 15px;
  }
}
@media only screen and (max-width: 1200px) {
  .package-banefits .package-banefits-body .right {
    width: 100%;
    padding: 0;
  }
}
.package-banefits .package-banefits-body .image-wrap {
  background: url(../images/Iphone_mockup.jpg) no-repeat left top;
  background-size: 100%;
  display: block;
  height: 100%;
  padding: 97px 50px 0;
  text-align: center;
}
@media only screen and (max-width: 1600px) {
  .package-banefits .package-banefits-body .image-wrap {
    padding: 79px 20px 0;
    background-size: 100% 100%;
  }
}
@media only screen and (max-width: 1200px) {
  .package-banefits .package-banefits-body .image-wrap {
    background-size: 100% auto;
    min-height: 200px;
    max-width: 300px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 0px;
  }
}
@media only screen and (max-width: 768px) {
  .package-banefits .package-banefits-body .image-wrap {
    padding-top: 70px;
    min-height: 187px;
  }
}
.package-banefits .package-banefits-body .image-wrap .pkg-number {
  color: #fff;
  font-size: 40px;
  line-height: 40px;
  font-family: "Mont-Black";
  margin: 0 0 15px 0;
  display: block;
}
@media only screen and (max-width: 1600px) {
  .package-banefits .package-banefits-body .image-wrap .pkg-number {
    font-size: 30px;
    line-height: 30px;
    margin-bottom: 5px;
  }
}
@media only screen and (max-width: 768px) {
  .package-banefits .package-banefits-body .image-wrap .pkg-number {
    font-size: 25px;
    line-height: 25px;
    margin-bottom: 5px;
  }
}
.package-banefits .package-banefits-body .image-wrap .pkg-name {
  color: #88D8FC;
  font-size: 22px;
  line-height: 27px;
  font-family: "Mont-Bold";
  display: block;
}
@media only screen and (max-width: 1600px) {
  .package-banefits .package-banefits-body .image-wrap .pkg-name {
    font-size: 17px;
    line-height: 17px;
    margin-bottom: 5px;
  }
}
@media only screen and (max-width: 768px) {
  .package-banefits .package-banefits-body .image-wrap .pkg-name {
    font-size: 12px;
    line-height: 14px;
    margin-bottom: 5px;
  }
}
.package-banefits .package-banefits-body .pkg-tabs {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
  margin: 0 0 40px 0;
}
@media only screen and (max-width: 1600px) {
  .package-banefits .package-banefits-body .pkg-tabs {
    margin: 0 0 20px 0;
  }
}
@media only screen and (max-width: 1200px) {
  .package-banefits .package-banefits-body .pkg-tabs {
    margin-top: 30px;
  }
}
@media only screen and (max-width: 768px) {
  .package-banefits .package-banefits-body .pkg-tabs {
    margin-top: 15px;
    margin-bottom: 19px;
  }
}
.package-banefits .package-banefits-body .pkg-tabs li {
  padding-left: 25px;
  padding-right: 25px;
  border-right: 1px solid rgba(15, 15, 15, 0.43);
}
@media only screen and (max-width: 1600px) {
  .package-banefits .package-banefits-body .pkg-tabs li {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media only screen and (max-width: 768px) {
  .package-banefits .package-banefits-body .pkg-tabs li {
    line-height: 12px;
    padding-left: 12px;
    padding-right: 12px;
  }
}
.package-banefits .package-banefits-body .pkg-tabs li:first-child {
  padding-left: 0;
}
.package-banefits .package-banefits-body .pkg-tabs li:last-child {
  border-right: 0;
  padding-right: 0;
}
.package-banefits .package-banefits-body .pkg-tabs li a {
  font-size: 25px;
  line-height: 25px;
  color: rgba(15, 15, 15, 0.43);
  font-family: "Mont-Book";
  text-decoration: none;
}
@media only screen and (max-width: 1600px) {
  .package-banefits .package-banefits-body .pkg-tabs li a {
    font-size: 18px;
    line-height: 18px;
  }
}
@media only screen and (max-width: 768px) {
  .package-banefits .package-banefits-body .pkg-tabs li a {
    font-size: 12px;
    line-height: 12px;
  }
}
.package-banefits .package-banefits-body .pkg-tabs li a.active {
  color: #000;
}
.package-banefits .package-banefits-body h3 {
  color: #D5001B;
  font-size: 29px;
  line-height: 29px;
  font-family: "Mont-Black";
  margin: 0 0 15px 0;
}
@media only screen and (max-width: 1600px) {
  .package-banefits .package-banefits-body h3 {
    font-size: 22px;
    line-height: 22px;
  }
}
@media only screen and (max-width: 768px) {
  .package-banefits .package-banefits-body h3 {
    font-size: 14px;
    line-height: 14px;
    margin-bottom: 12px;
  }
}
.package-banefits .package-banefits-body .modal-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.package-banefits .package-banefits-body .modal-list li {
  display: flex;
  flex-wrap: wrap;
}
.package-banefits .package-banefits-body .modal-list li.li-hd {
  font-size: 26px;
  line-height: 26px;
  font-family: "Mont-Book";
  margin: 0 0 20px 0;
}
@media only screen and (max-width: 1600px) {
  .package-banefits .package-banefits-body .modal-list li.li-hd {
    font-size: 20px;
    line-height: 20px;
    margin-bottom: 15px;
  }
}
@media only screen and (max-width: 768px) {
  .package-banefits .package-banefits-body .modal-list li.li-hd {
    font-size: 13px;
    line-height: 13px;
    margin-bottom: 10px;
  }
}
.package-banefits .package-banefits-body .modal-list li.li-normal {
  font-size: 19px;
  line-height: 26px;
  font-family: "Mont-Book";
  margin: 30px 0 0px 0;
}
@media only screen and (max-width: 1600px) {
  .package-banefits .package-banefits-body .modal-list li.li-normal {
    font-size: 17px;
    line-height: 22px;
    margin-top: 25px;
  }
}
@media only screen and (max-width: 768px) {
  .package-banefits .package-banefits-body .modal-list li.li-normal {
    font-size: 10px;
    line-height: 14px;
    margin-top: 20px;
  }
}
.package-banefits .package-banefits-body .modal-list li::before {
  content: "";
  width: 11px;
  height: 11px;
  background: #D5001B;
  border-radius: 50%;
  margin-right: 15px;
  margin-top: 6px;
}
@media only screen and (max-width: 1600px) {
  .package-banefits .package-banefits-body .modal-list li::before {
    width: 10px;
    height: 10px;
    background: #D5001B;
    border-radius: 50%;
    margin-right: 10px;
  }
}
@media only screen and (max-width: 768px) {
  .package-banefits .package-banefits-body .modal-list li::before {
    width: 8px;
    height: 8px;
    background: #D5001B;
    border-radius: 50%;
    margin-right: 9px;
    margin-top: 2px;
  }
}
.package-banefits .package-banefits-body .modal-list li span {
  width: calc(100% - 31px);
}
@media only screen and (max-width: 1600px) {
  .package-banefits .package-banefits-body .modal-list li span {
    width: calc(100% - 20px);
  }
}
@media only screen and (max-width: 768px) {
  .package-banefits .package-banefits-body .modal-list li span {
    width: calc(100% - 17px);
  }
}
.package-banefits .package-banefits-body .alert-notification {
  padding-left: 26px;
  color: #D5001B;
  font-size: 15px;
  margin-top: 15px;
}
@media only screen and (max-width: 1600px) {
  .package-banefits .package-banefits-body .alert-notification {
    padding-left: 20px;
  }
}
@media only screen and (max-width: 768px) {
  .package-banefits .package-banefits-body .alert-notification {
    font-size: 10px;
    line-height: 14px;
  }
}
.package-banefits.car-popup-slider .market_left h3 {
  text-align: center;
}
.package-banefits.car-popup-slider .market_left .attachment-area {
  margin-top: 100px;
}
@media only screen and (max-width: 1600px) {
  .package-banefits.car-popup-slider .market_left .attachment-area a {
    padding: 0 15px;
    font-size: 18px;
  }
}
@media only screen and (max-width: 768px) {
  .package-banefits.car-popup-slider .right .attachment-area {
    text-align: center;
  }
}
.package-banefits.car-popup-slider .right .attachment-area h3 {
  text-align: center !important;
}
@media only screen and (max-width: 768px) {
  .package-banefits.car-popup-slider .right .attachment-area a {
    font-size: 12px;
    height: 30px;
  }
}

/* Package Benefits Popup */
.confirm-pop-wrap .confirm-pop-body {
  display: flex;
}
.confirm-pop-wrap .confirm-pop-body .left {
  width: 137px;
}
@media only screen and (max-width: 1600px) {
  .confirm-pop-wrap .confirm-pop-body .left {
    width: 15%;
  }
}
@media only screen and (max-width: 768px) {
  .confirm-pop-wrap .confirm-pop-body .left {
    width: 44px;
  }
}
.confirm-pop-wrap .confirm-pop-body .left .left-icon {
  width: 137px;
  height: 135px;
  background: #D5001B;
  border-radius: 16px;
  opacity: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media only screen and (max-width: 1600px) {
  .confirm-pop-wrap .confirm-pop-body .left .left-icon {
    width: 100%;
    height: auto;
    padding: 13px;
  }
}
@media only screen and (max-width: 768px) {
  .confirm-pop-wrap .confirm-pop-body .left .left-icon {
    width: 44px;
    height: 44px;
    padding: 11px 6px;
    border-radius: 6px;
  }
}
.confirm-pop-wrap .confirm-pop-body .left .left-icon img {
  width: 93px;
  height: 61px;
}
@media only screen and (max-width: 1600px) {
  .confirm-pop-wrap .confirm-pop-body .left .left-icon img {
    max-width: 100%;
    max-height: 100%;
  }
}
@media only screen and (max-width: 1600px) {
  .confirm-pop-wrap .confirm-pop-body .left .left-icon img {
    height: 45px;
  }
}
@media only screen and (max-width: 1600px) {
  .confirm-pop-wrap .confirm-pop-body .left .left-icon img {
    max-height: 100%;
  }
}
.confirm-pop-wrap .confirm-pop-body .right {
  width: calc(100% - 137px);
  padding-left: 39px;
}
@media only screen and (max-width: 1600px) {
  .confirm-pop-wrap .confirm-pop-body .right {
    width: 85%;
    padding-left: 20px;
  }
}
@media only screen and (max-width: 768px) {
  .confirm-pop-wrap .confirm-pop-body .right {
    width: calc(100% - 44px);
    padding-left: 12px;
  }
}
.confirm-pop-wrap .confirm-pop-body .right h3 {
  margin: 0;
  text-align: center;
}
.confirm-pop-wrap .confirm-pop-body .right h3 span {
  font-size: 27px;
  line-height: 27px;
  display: block;
  margin-bottom: 10px;
  color: #272833;
  font-family: "Mont-Bold";
}
@media only screen and (max-width: 1600px) {
  .confirm-pop-wrap .confirm-pop-body .right h3 span {
    font-size: 20px;
    line-height: 20px;
  }
}
@media only screen and (max-width: 1200px) {
  .confirm-pop-wrap .confirm-pop-body .right h3 span {
    font-size: 16px;
    line-height: 18px;
  }
}
@media only screen and (max-width: 768px) {
  .confirm-pop-wrap .confirm-pop-body .right h3 span {
    font-size: 8px;
    line-height: 12px;
  }
}
.confirm-pop-wrap .confirm-pop-body .right h3 strong {
  font-size: 102px;
  line-height: 92px;
  display: block;
  margin-bottom: 0px;
  color: #0070AC;
  font-family: "Mont-Black";
}
@media only screen and (max-width: 1600px) {
  .confirm-pop-wrap .confirm-pop-body .right h3 strong {
    font-size: 70px;
    line-height: 70px;
  }
}
@media only screen and (max-width: 1200px) {
  .confirm-pop-wrap .confirm-pop-body .right h3 strong {
    font-size: 50px;
    line-height: 50px;
  }
}
@media only screen and (max-width: 768px) {
  .confirm-pop-wrap .confirm-pop-body .right h3 strong {
    font-size: 31px;
    line-height: 17px;
  }
}
.confirm-pop-wrap .confirm-pop-body .right .price {
  text-align: center;
  display: block;
}
@media only screen and (max-width: 1200px) {
  .confirm-pop-wrap .confirm-pop-body .right .price {
    text-align: center;
    margin-bottom: 15px;
  }
}
@media only screen and (max-width: 768px) {
  .confirm-pop-wrap .confirm-pop-body .right .price {
    margin-bottom: 0px;
  }
}
.confirm-pop-wrap .confirm-pop-body .right .price span {
  font-size: 27px;
  line-height: 54px;
  margin-bottom: 20px;
  color: #272833;
  font-family: "Mont-Bold";
}
@media only screen and (max-width: 1600px) {
  .confirm-pop-wrap .confirm-pop-body .right .price span {
    font-size: 20px;
    line-height: 30px;
  }
}
@media only screen and (max-width: 1200px) {
  .confirm-pop-wrap .confirm-pop-body .right .price span {
    font-size: 18px;
    line-height: 20px;
  }
}
@media only screen and (max-width: 768px) {
  .confirm-pop-wrap .confirm-pop-body .right .price span {
    font-size: 7px;
    line-height: 11px;
  }
}
.confirm-pop-wrap .confirm-pop-body .right .price strong {
  font-size: 47px;
  line-height: 54px;
  margin-bottom: 0px;
  color: #272833;
  font-family: "Mont-Heavy";
}
@media only screen and (max-width: 1600px) {
  .confirm-pop-wrap .confirm-pop-body .right .price strong {
    font-size: 30px;
    line-height: 40px;
  }
}
@media only screen and (max-width: 1200px) {
  .confirm-pop-wrap .confirm-pop-body .right .price strong {
    font-size: 23px;
    line-height: 26px;
  }
}
@media only screen and (max-width: 768px) {
  .confirm-pop-wrap .confirm-pop-body .right .price strong {
    font-size: 13px;
    line-height: 16px;
  }
}
.confirm-pop-wrap .confirm-pop-body .right .pop-action {
  display: flex;
  justify-content: center;
  gap: 20px;
}
@media only screen and (max-width: 1600px) {
  .confirm-pop-wrap .confirm-pop-body .right .pop-action {
    justify-content: center;
    gap: 15px;
  }
}
@media only screen and (max-width: 1200px) {
  .confirm-pop-wrap .confirm-pop-body .right .pop-action {
    justify-content: center;
  }
}
@media only screen and (max-width: 768px) {
  .confirm-pop-wrap .confirm-pop-body .right .pop-action {
    gap: 10px;
  }
}
.confirm-pop-wrap .confirm-pop-body .right .pop-action button {
  height: 80px;
  color: #fff;
  font-size: 37px;
  line-height: 37px;
  font-family: "Mont-Black";
  padding: 0 45px;
  border-radius: 6px;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media only screen and (max-width: 1600px) {
  .confirm-pop-wrap .confirm-pop-body .right .pop-action button {
    height: 50px;
    font-size: 26px;
    line-height: 26px;
    padding: 0 25px;
  }
}
@media only screen and (max-width: 1200px) {
  .confirm-pop-wrap .confirm-pop-body .right .pop-action button {
    height: 40px;
    font-size: 20px;
    line-height: 20px;
    padding: 0 20px;
  }
}
@media only screen and (max-width: 768px) {
  .confirm-pop-wrap .confirm-pop-body .right .pop-action button {
    height: 26px;
    font-size: 11px;
    line-height: 16px;
    padding: 0 10px;
  }
}
.confirm-pop-wrap .confirm-pop-body .right .pop-action button img {
  width: 50px;
  margin-left: 33px;
}
@media only screen and (max-width: 1600px) {
  .confirm-pop-wrap .confirm-pop-body .right .pop-action button img {
    width: 30px;
    margin-left: 20px;
  }
}
@media only screen and (max-width: 1200px) {
  .confirm-pop-wrap .confirm-pop-body .right .pop-action button img {
    width: 24px;
    margin-left: 15px;
  }
}
@media only screen and (max-width: 768px) {
  .confirm-pop-wrap .confirm-pop-body .right .pop-action button img {
    width: 20px;
    margin-left: 10px;
  }
}
.confirm-pop-wrap .confirm-pop-body .right .pop-action button.cancel {
  background: #282828;
  border-color: #282828;
}
.confirm-pop-wrap .confirm-pop-body .right .pop-action button.bidnow {
  background: #D5001B;
  border-color: #D5001B;
}

/* Confirm Popup */
/* plates auction pop */
.plate-image-wrap {
  background: url(../images/pop_car.png) no-repeat left top;
  background-size: cover;
  display: block;
  padding: 25px 40px 0;
  text-align: center;
  min-height: 420px;
  background-size: 100% 100%;
}

@media only screen and (max-width: 1600px) {
  .plate-image-wrap {
    padding-left: 30px;
    padding-right: 30px;
    min-height: 420px;
  }
}
@media only screen and (max-width: 1600px) {
  .plate-image-wrap {
    margin-top: 15px;
    min-height: 330px;
  }
}
@media only screen and (max-width: 768px) {
  .plate-image-wrap {
    padding-top: 15px;
    padding-left: 25px;
    padding-right: 25px;
    margin-bottom: 10px;
    min-height: 238px;
  }
}
.plates_confirm .confirm-pop-body .right h3 strong {
  font-size: 72px;
}

.cars_confirm .confirm-pop-body .right h3 strong {
  font-size: 40px;
  line-height: 50px;
  color: #D5001B;
}

@media only screen and (max-width: 1600px) {
  .plates_confirm .confirm-pop-body .right h3 strong {
    font-size: 52px;
    line-height: 60px;
  }

  .cars_confirm .confirm-pop-body .right h3 strong {
    font-size: 32px;
    line-height: 44px;
    color: #D5001B;
  }
}
@media only screen and (max-width: 1200px) {
  .plates_confirm .confirm-pop-body .right h3 strong {
    font-size: 36px;
    line-height: 43px;
  }

  .cars_confirm .confirm-pop-body .right h3 strong {
    font-size: 22px;
    line-height: 32px;
    color: #D5001B;
  }
}
@media only screen and (max-width: 768px) {
  .plates_confirm .confirm-pop-body .right h3 strong {
    font-size: 20px;
    line-height: 15px;
  }

  .cars_confirm .confirm-pop-body .right h3 strong {
    font-size: 12px;
    line-height: 12px;
    color: #D5001B;
  }
}
/* plates auction pop */
/* book popup */
.popup_form-area ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.popup_form-area ul li {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 15px;
}

.popup_form-area ul li .form_single_row {
  display: flex;
  justify-content: space-between;
  width: 45%;
  align-items: center;
}

.popup_form-area ul li .popup_form_left {
  font-size: 17px;
  color: #000;
}

.popup_form-area ul li .popup_form_left strong {
  font-size: 18px;
  font-family: "Mont-Black";
}

.popup_form-area ul li .popup_form_right .input-field-area {
  background: #efefef;
  height: 43px;
  padding-left: 30px;
  padding-right: 30px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-radius: 7px;
  width: 183px;
}

.popup_form-area ul li .popup_form_right .input-field-area.big {
  width: 273px;
}

.popup_form-area ul li .popup_form_right .radio-btn-area {
  display: flex;
}

.popup_form-area ul li .popup_form_right .radio-btn-area .radio-btn-area-container:last-child {
  margin-left: 25px;
}

.popup_form-area ul li .popup_form_right .input-field-area.big input {
  font-size: 31px;
}

.popup_form-area ul li .popup_form_right .input-field-area input {
  background: transparent;
  border: 0;
  outline: none;
  color: #d5001b;
  font-size: 18px;
  font-family: "Mont-Black";
  width: 100%;
}

.popup_form-area ul li .popup_form_right .input-field-area span {
  color: #d5001b;
  font-size: 11px;
  font-family: "Mont-Black";
}

.radio-btn-area-container {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 0;
  cursor: pointer;
  font-size: 18px;
  font-family: "Mont-Black";
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.radio-btn-area-container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

.radio-btn-area-container .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 21px;
  width: 21px;
  background-color: #20232e;
  border-radius: 50%;
  border: 2px solid #d6d6d6;
}

.radio-btn-area-container:hover input ~ .checkmark {
  background-color: #d5001b;
}

.radio-btn-area-container input:checked ~ .checkmark {
  background-color: #d5001b;
}

.radio-btn-area-container .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* 
.radio-btn-area-container input:checked ~ .checkmark:after {
  display: block;
}

.radio-btn-area-container .checkmark:after {
  left: 9px;
  top: 5px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
} */
.buy-action-area {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 40px;
}

.buy-action-area a {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 54px;
  background: #d5001b;
  border-radius: 6px;
  padding: 0 25px;
  color: #fff;
  flex-grow: 2;
  font-size: 22px;
  font-family: "Mont-Black";
  text-decoration: none;
}

.buy-action-area .form-check {
  display: flex;
  align-items: center;
}

.buy-action-area .form-check-input:checked {
  background-color: #6EBC7D;
  border-color: #6EBC7D;
  margin-top: 0;
}

.buy-action-area .form-check-input {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e");
  background-color: #A5A6AE;
  border-color: #A5A6AE;
  height: 35px;
  width: 70px;
  margin-top: 0;
}

.buy-action-area label {
  font-size: 17px;
  position: relative;
  padding-left: 15px;
}

.buy-action-area label span {
  color: #d5001b;
}

@media only screen and (max-width: 1600px) {
  .form_single_row_wrap {
    flex-wrap: wrap;
  }

  .popup_form-area ul li .form_single_row {
    width: 100%;
  }

  .popup_form-area ul li .form_single_row:first-child {
    margin-bottom: 15px;
  }

  .package-banefits .package-banefits-body .left h3 {
    margin: 0 0 20px 0;
    font-family: "Mont-Black";
    text-align: center;
  }
}
@media only screen and (max-width: 1200px) {
  .package-banefits .package-banefits-body {
    padding-top: 45px;
  }

  .plate-image-wrap {
    margin-top: 0;
    background-size: 100% 100%;
  }

  .package-banefits .package-banefits-body .left {
    margin-bottom: 15px;
  }
}
@media only screen and (max-width: 768px) {
  .package-banefits .package-banefits-body .left h3 {
    margin: 0 0 20px 0;
    font-family: "Mont-Black";
    text-align: center;
  }

  .package-banefits .package-banefits-body {
    padding-top: 25px;
  }

  .plate-image-wrap {
    min-height: 250px;
  }

  .popup_form-area ul li {
    margin-bottom: 10px;
  }

  .popup_form-area ul li .popup_form_left {
    font-size: 11px;
    justify-content: flex-start;
  }

  .popup_form-area ul li .popup_form_left strong {
    font-size: 11px;
  }

  .popup_form-area ul li .popup_form_right .input-field-area {
    height: 26px;
    padding-left: 15px;
    padding-right: 15px;
    width: 111px;
  }

  .popup_form-area ul li .popup_form_right .input-field-area input {
    font-size: 11px;
  }

  .popup_form-area ul li .popup_form_right .input-field-area.big {
    width: 165px;
  }

  .popup_form-area ul li .popup_form_right .input-field-area.big input {
    font-size: 18px;
  }

  .popup_form-area ul li .popup_form_right .input-field-area span {
    font-size: 9px;
  }

  .radio-btn-area-container .checkmark {
    height: 13px;
    width: 13px;
  }

  .radio-btn-area-container {
    font-size: 11px;
    padding-left: 25px;
  }

  .popup_form-area ul li .popup_form_right .radio-btn-area .radio-btn-area-container:last-child {
    margin-left: 10px;
  }

  .buy-action-area {
    flex-wrap: wrap;
    justify-content: center;
  }

  .popup_form-area ul li .form_single_row {
    justify-content: space-between;
    align-items: center;
  }

  .popup_form_left {
    width: 100%;
    display: flex;
    justify-content: center;
    margin-bottom: 15px;
  }

  #booknow .popup_form_left, #buynow .popup_form_left {
    margin-bottom: 0;
  }

  .popup_form_right {
    width: 100%;
  }

  .buy-action-area .form-check-input {
    height: 22px;
    width: 44px;
  }

  .buy-action-area label {
    font-size: 11px;
  }

  .buy-action-area a {
    max-width: 200px;
    margin: 0 auto;
    height: 45px;
    font-size: 24px;
  }
}
.generate-code-pop .cross-pop {
  display: block;
  text-align: right;
  margin-bottom: 10px;
}
.generate-code-pop .cross-pop img {
  cursor: pointer;
}

.code-block-top {
  background: #eaeaea;
  padding: 25px;
  border-radius: 8px;
  margin-bottom: 20px;
}

.code-block-top h3 {
  font-size: 32px;
  font-family: "Mont-Black";
  margin: 0 0 20px 0;
  text-align: center;
}

.code-block {
  background: #d1d1d1;
  /* Old browsers */
  /* FF3.6-15 */
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(45deg, #d1d1d1 2%, #ffffff 29%, #aaaaaa 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#d1d1d1", endColorstr="#aaaaaa",GradientType=1 );
  /* IE6-9 fallback on horizontal gradient */
  display: flex;
  justify-content: space-between;
  border-radius: 5px;
  overflow: hidden;
  margin: 0 auto;
}

.code-block .code-block-left {
  width: 65%;
  padding: 20px 20px;
}

.code-block .code-block-left .code-input-area {
  border: 2px solid #000;
  background: #fff;
  display: flex;
}

.code-block .code-block-left .code-input-area span {
  border-right: 1px solid #000;
  height: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px 15px;
}

.code-block .code-block-left .code-input-area span.code {
  width: 27%;
}

.code-block .code-block-left .code-input-area span.emirate {
  width: 30%;
}

.code-block .code-block-left .code-input-area span.plate_number {
  width: 53%;
}

.code-block .code-block-left .code-input-area span input {
  background: transparent;
  width: 100%;
  outline: none;
  color: #676870;
  font-size: 15px;
  border: 0;
  text-align: center;
}

.code-block .code-block-right {
  width: 35%;
}

.code-block .code-block-right a {
  font-size: 25px;
  color: #fff;
  background: #d5001b;
  padding: 20px;
  font-family: "Mont-Black";
  display: block;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
}

.code-block-request {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.request-left {
  width: 50%;
}

.request-right a {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 70px;
  background: #D5001B;
  border-radius: 6px;
  padding: 0 15px;
  color: #fff;
  flex-grow: 2;
  font-size: 30px;
  font-family: "Mont-Black";
  text-decoration: none;
  min-width: 200px;
}

@media only screen and (max-width: 1600px) {
  .code-block-top h3 {
    font-size: 26px;
  }

  .code-block .code-block-right a {
    font-size: 22px;
    padding: 20px 15px;
  }

  .code-block .code-block-left .code-input-area span {
    padding: 10px 5px;
    font-size: 13px;
  }
}
@media only screen and (max-width: 1200px) {
  .code-block-top {
    background: #eaeaea;
    padding: 15px;
    border-radius: 8px;
    margin-bottom: 20px;
  }

  .code-block-top h3 {
    font-size: 18px;
    margin: 0 0 12px 0;
  }

  .code-block .code-block-left {
    padding: 10px;
    width: 70%;
  }

  .code-block .code-block-left .code-input-area span {
    height: 60px;
    padding: 10px 5px;
  }

  .code-block .code-block-left .code-input-area span input {
    font-size: 10px;
  }

  .code-block .code-block-right {
    width: 30%;
  }

  .code-block .code-block-right a {
    padding: 10px 7px;
    font-size: 13px;
  }

  .request-right a {
    height: 60px;
    border-radius: 6px;
    font-size: 22px;
    min-width: 160px;
  }
}
@media only screen and (max-width: 768px) {
  .generate-code-pop .cross-pop img {
    width: 18px;
  }

  .code-block-top {
    padding: 10px 7px;
  }

  .code-block-top h3 {
    font-size: 14px;
  }

  .code-block {
    flex-wrap: wrap;
    padding: 10px 7px;
  }

  .code-block .code-block-left {
    width: 100%;
    padding: 0;
  }

  .code-block .code-block-right {
    width: 100%;
  }

  .code-block .code-block-left .code-input-area span {
    height: 40px;
  }

  .code-block .code-block-left .code-input-area span.plate_number {
    border-right: 0;
  }

  .code-block-request {
    flex-wrap: wrap;
  }

  .request-left {
    width: 80%;
    margin: 0 auto 20px;
  }

  .request-right {
    width: 100%;
  }

  .request-right a {
    height: 40px;
    border-radius: 6px;
    font-size: 18px;
    min-width: 140px;
  }
}
#booknow.package-banefits .package-banefits-body, #buynow.package-banefits .package-banefits-body {
  padding-top: 52px;
}

/* book popup */
/* market popup */
#market_popup .package-banefits-body {
  padding-top: 50px;
}
@media only screen and (max-width: 768px) {
  #market_popup .package-banefits-body {
    padding-top: 25px;
  }
}

@media only screen and (max-width: 768px) {
  #market_popup.package-banefits .package-banefits-body .pkg-tabs li {
    padding-left: 7px;
    padding-right: 7px;
  }
}

@media only screen and (max-width: 768px) {
  #market_popup.package-banefits .package-banefits-body .pkg-tabs li a {
    font-size: 10px;
    line-height: 10px;
  }
}

#market_popup .modal-list li.li-normal {
  margin-top: 10px;
}

.market-pop-slider {
  margin-bottom: 20px;
}

.market-pop-slider img {
  max-width: 100%;
  height: auto;
  border-radius: 20px;
}

.slider-nav-thumb img {
  max-width: 100%;
  height: auto;
  border-radius: 7px;
}

.slider-nav-thumb .slick-slide {
  margin-left: 5px;
  margin-right: 5px;
}

.market-pop-slider .slick-dots {
  display: none !important;
}

.pop-table-wrap {
  font-size: 19px;
  font-family: "Mont-Book";
  margin-bottom: 30px;
}
@media only screen and (max-width: 1600px) {
  .pop-table-wrap {
    font-size: 17px;
  }
}
@media only screen and (max-width: 768px) {
  .pop-table-wrap {
    font-size: 10px;
  }
}
.pop-table-wrap table {
  border-bottom: 1px sold #B4B4B4;
  width: 100%;
}
.pop-table-wrap table td {
  border-bottom: 1px solid #B4B4B4;
  padding-top: 5px;
  padding-bottom: 5px;
}
.pop-table-wrap table td.text-left-align {
  text-align: left;
}
.pop-table-wrap table td.text-right-align {
  text-align: right;
}

.attachment-area {
  margin-top: 30px;
}

.attachment-area h3 {
  text-align: left !important;
}

.attachment-area span {
  display: block;
  margin-bottom: 15px;
}
@media only screen and (max-width: 768px) {
  .attachment-area span {
    display: inline-block;
  }
}

.attachment-area a {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 54px;
  background: #d5001b;
  border-radius: 6px;
  padding: 0 25px;
  color: #fff;
  flex-grow: 2;
  font-size: 22px;
  width: -moz-max-content;
  width: max-content;
  font-family: "Mont-Black";
  text-decoration: none;
  min-width: 195px;
}
@media only screen and (max-width: 768px) {
  .attachment-area a {
    height: 36px;
    font-size: 16px;
    min-width: auto;
    padding: 0 15px;
  }
}

/* market popup */
/* arabic */
body.arb-direction {
  font-family: "GESSTwoMedium";
}

/* market popup files */
.arb-direction {
  direction: rtl;
}

.arb-direction .header-contact ul {
  flex-direction: row-reverse;
}

.arb-direction header .header-contact {
  display: flex;
}

.arb-direction header {
  padding-right: 8%;
  padding-left: 0;
}

.arb-direction header .logo-area {
  margin-left: 6%;
  margin-right: 0;
}

.arb-direction .header-right-area .header-search-block {
  display: flex;
  margin-right: 0;
  margin-left: 15px;
}

.arb-direction .main-site-wrap .site-content-top .banner-wrap figure img {
  transform: scaleX(-1);
  filter: FlipH;
  -ms-filter: "FlipH";
}

.arb-direction .main-site-wrap .site-content-top .banner-wrap .banner-content {
  right: 50px;
  left: auto;
}

.arb-direction .slick-dots {
  left: 40px;
  right: auto;
  text-align: left;
}

.arb-direction .main-site-wrap .site-content-bot .contact-bot-area {
  padding: 0 100px 0 0;
}

.arb-direction .main-site-wrap .site-content-bot .contact-bot-area .reachus {
  padding-right: 0;
  padding-left: 100px;
}

.arb-direction header .header-navigation ul li a {
  font-family: "GESSTwoMedium";
  font-size: 14px;
}

.arb-direction header .header-navigation ul li {
  padding-left: 4%;
  padding-right: 0%;
}

.arb-direction header .header-navigation {
  padding-right: 0;
  padding-left: 20px;
  margin-left: 4%;
}

.arb-direction .main-site-wrap .site-content-top .banner-wrap .banner-content h1 {
  font-family: "GESSTwoBold-Bold";
}

.arb-direction .main-site-wrap .site-content-top .banner-wrap .banner-content h1 samp {
  font-family: "GESSTwoBold-Bold";
  direction: rtl;
}

.arb-direction .main-site-wrap .site-content-top .banner-wrap .banner-content a {
  font-family: "GESSTwoBold-Bold";
}

.arb-direction .nav-links a {
  font-family: "GESSTwoBold-Bold";
}

.arb-direction .main-site-wrap .site-content-bot .online-auction-section h2 {
  font-family: "GESSTwoBold-Bold";
}

.arb-direction .main-site-wrap .site-content-bot .online-auction-section p {
  font-family: "GESSTwoMedium";
}

.arb-direction .main-site-wrap .site-content-bot .online-auction-section a {
  font-family: "GESSTwoBold-Bold";
}

.arb-direction .main-site-wrap .site-content-bot .contact-bot-area h2 {
  font-family: "GESSTwoBold-Bold";
}

.arb-direction .main-site-wrap .site-content-bot .contact-bot-area .services ul li {
  font-family: "GESSTwoBold-Bold";
}

.arb-direction .main-site-wrap .site-content-bot .contact-bot-area .reachus ul li {
  font-family: "GESSTwoBold-Bold";
}

.arb-direction .main-site-wrap .site-content-bot .contact-bot-area .reachus ul li.email span {
  font-family: "Mont-Regular";
}

.arb-direction .custom-backdrop {
  left: auto;
  right: 103px;
}

.arb-direction .side-block {
  left: auto;
  right: 128px;
}

.arb-direction .arrow-position {
  right: 100%;
  left: auto;
}

.arb-direction .main-site-wrap .site-content-top .auction-cat {
  direction: ltr;
}

.arb-direction .menu-login-area .menu-login-wrap .menu-profile-block h2 span.before {
  font-family: "GESSTwoMedium";
}

.arb-direction .menu-login-area .menu-login-wrap .profile-navigation ul li a {
  font-family: "GESSTwoBold-Bold";
}

.arb-direction .menu-login-area .menu-login-wrap .profile-navigation ul li a span {
  margin-right: 17px;
  margin-left: 0;
  position: relative;
  top: -2px;
}

.arb-direction .menu-login-area .menu-login-wrap .profile-action {
  font-family: "GESSTwoBold-Bold";
}

.arb-direction .menu-login-area .menu-login-wrap .menu-profile-block figure {
  margin-left: 19px;
  margin-right: 0;
}

.arb-direction .menu-login-area .menu-login-wrap .menu-contact-area .menu_social {
  direction: ltr;
}

.arb-direction .menu-login-area .menu-login-wrap .menu-contact-area .contact-info ul {
  direction: ltr;
}

.arb-direction .menu-login-area .menu-login-wrap .menu-contact-area .contact-info h3 {
  font-family: "GESSTwoMedium";
}

.arb-direction .side-block h3 {
  font-family: "GESSTwoBold-Bold";
}

.arb-direction .side-block p {
  font-family: "GESSTwoMedium";
}

.arb-direction .side-block p .para-number {
  font-family: "Mont-Regular";
}

.arb-direction .side-block .form-style-input1 input + .float-label {
  font-family: "GESSTwoMedium";
  left: auto;
  right: 10px;
}

.arb-direction .side-block .form-style-input1 .form-action-style .formbtn {
  font-family: "GESSTwoBold-Bold";
  width: 250px;
}

.arb-direction .side-block .form-style-input1 .already-user {
  font-family: "GESSTwoMedium";
}

.arb-direction .side-block .form-style-input1 .form-action-style .formbtn img {
  margin-right: 0;
  margin-left: 15px;
}

.arb-direction .side-block .form-style-input1 .already-user {
  font-size: 14px;
}

.arb-direction .side-block .form-style-input1 .already-user a {
  margin-left: 0px;
  margin-right: 7px;
}

.arb-direction .notification-wrap {
  left: auto;
  right: 128px;
}

.arb-direction .notification-wrap .notification-block .noti-content {
  padding-left: 0px;
  padding-right: 15px;
}

.arb-direction .notification-wrap .noti-close {
  right: auto;
  left: 15px;
}

.arb-direction .notification-wrap .notification-block .noti-content .noti-time span {
  margin-left: 0px;
  margin-right: 5px;
}

.arb-direction .side-block .side-profile-block h2 span.before {
  font-family: "GESSTwoMedium";
}

.arb-direction .side-block .side-profile-block figure {
  margin-right: 0px;
  margin-left: 12px;
}

.arb-direction .side-block .profile-block-menu ul li a strong {
  font-family: "GESSTwoBold-Bold";
}

.arb-direction .side-block .profile-block-menu ul li a span {
  margin-right: 0;
  margin-left: 15px;
}

.arb-direction .side-block .signout_btn a, .side-block .signout_btn button {
  font-family: "GESSTwoBold-Bold";
}

.arb-direction .side-block .side-tabs {
  margin-left: 18px;
  margin-right: 0px;
}

.arb-direction .side-block .side-tabs ul li {
  margin-right: 0px;
  margin-left: 13px;
}

.arb-direction .side-block .side-tabs ul li a {
  font-family: "GESSTwoBold-Bold";
}

.arb-direction .side-block .side-tabs ul li a.active {
  font-family: "GESSTwoBold-Bold";
}

.arb-direction .side-block .side-tabs .more-links a {
  font-family: "GESSTwoBold-Bold";
}

.arb-direction .side-block .side-tabs .back-arrow {
  margin-right: 0px;
  margin-left: 18px;
  transform: rotate(180deg);
}

.arb-direction .side-block .form-style-input1 input[type=text].change_lang,
.arb-direction .side-block .form-style-input1 input[type=password].change_lang,
.arb-direction .side-block .form-style-input1 input[type=email].change_lang {
  font-family: "GESSTwoBold-Bold";
}

.arb-direction .side-block .bids-list-wrap .bid-number.change_lang {
  font-family: "GESSTwoBold-Bold";
}

.arb-direction .side-block .select-container select {
  padding: 0px 9px 0px 20px;
  background-position: calc(0% + 8px) 15px;
  font-family: "GESSTwoBold-Bold";
}

.arb-direction .side-block .bids-list-wrap .bid-heading {
  font-family: "GESSTwoMedium";
}

.arb-direction .side-block .bids-list-wrap .bid-status {
  font-family: "GESSTwoMedium";
}

.arb-direction .side-block .bids-list-wrap .my-depdosit-ul .bid-number {
  font-family: "GESSTwoBold-Bold";
}

.arb-direction .side-block .bids-list-wrap .limit-error {
  font-family: "GESSTwoBold-Bold";
}

.arb-direction .side-block .bids-list-wrap .bid-status.deposit {
  font-family: "GESSTwoBold-Bold";
}

.arb-direction .side-block .bids-list-wrap .bid-status.unlimited {
  font-family: "GESSTwoBold-Bold";
}

.arb-direction .side-block .bids-list-wrap .bid-status.limited {
  font-family: "GESSTwoBold-Bold";
}

.arb-direction .side-block .bids-list-wrap .bid-status .deposit_numb {
  font-family: "Mont-Bold";
}

.arb-direction .side-block .round-block.deposit {
  font-family: "GESSTwoBold-Bold";
}

.arb-direction .side-block .round-block.bidding-limit {
  text-align: center;
}

.arb-direction .side-block .auction-deposit-wrap input {
  font-family: "GESSTwoBold-Bold";
}

.arb-direction .side-block .auction-deposit-wrap span {
  font-family: "GESSTwoBold-Bold";
  font-family: "GESSTwoMedium";
}

.arb-direction .side-block .upload-area .upload-block {
  font-family: "GESSTwoBold-Bold";
}

.arb-direction .side-block .bank-table table tr td strong {
  font-family: "GESSTwoBold-Bold";
}

.arb-direction .side-block .bank-table table tr td {
  font-family: "GESSTwoMedium";
}

.arb-direction .side-block .side-menu-desc.credit-desc {
  font-family: "GESSTwoMedium";
  font-size: 14px;
}

.arb-direction .side-block .deposit-noti {
  font-family: "GESSTwoMedium";
}

.arb-direction .side-block.final-card-payment .amount-block {
  font-family: "GESSTwoBold-Bold";
}

.arb-direction .side-block.final-card-payment .bids-list-wrap .save-card-option .form-check {
  font-family: "GESSTwoBold-Bold";
}

.arb-direction .form-switch .form-check-input {
  margin-left: 0;
  margin-right: -2.5em;
}

.arb-direction .side-block.final-card-payment .bids-list-wrap .save-card-option label {
  font-family: "GESSTwoBold-Bold";
}

.arb-direction .main-site-wrap .site-content-top .banner-wrap .static-banner-content h1 {
  font-family: "GESSTwoBold-Bold";
}

.arb-direction .about-content-block {
  font-family: "GESSTwoMedium";
}

.arb-direction .achievements-content-block .left h2 {
  font-family: "GESSTwoBold-Bold";
  color: #fff;
}

.arb-direction .achievements-content-block .left p {
  font-family: "GESSTwoMedium";
}

.arb-direction .about-content-block .right {
  float: left;
}

.arb-direction .branches-wrap .branches-block h3 {
  font-family: "GESSTwoBold-Bold";
}

.arb-direction .branches-wrap .branches-block .address {
  font-family: "GESSTwoMedium";
}

.arb-direction .branches-wrap .branches-block .number_timing span {
  font-family: "GESSTwoBold-Bold";
}

.arb-direction .inquiry-area h2 {
  font-family: "GESSTwoMedium";
}

.arb-direction .form-style-input2 input[type=text],
.arb-direction .form-style-input2 input[type=password],
.arb-direction .form-style-input2 input[type=email] {
  font-family: "GESSTwoMedium";
}

.arb-direction .form-style-input2 input + .float-label {
  font-family: "GESSTwoMedium";
  left: 0;
  right: 10px;
}

.arb-direction .text-area-wrap .subject-dropdown select {
  padding: 0px 9px 0px 20px;
  background-position: 0 15px;
  font-family: "GESSTwoMedium";
}

.arb-direction .inquiry-form .inquiry-form-right button {
  font-family: "GESSTwoBold-Bold";
}

.arb-direction .inquiry-form .inquiry-form-left {
  padding-right: 0px;
  padding-left: 42px;
}

.arb-direction .main-site-wrap .site-content-top .auction-cat.auction-cat-wrapper2 {
  direction: rtl;
}

.arb-direction .main-site-wrap .site-content-top .auction-cat .cat-block-style2 .cat-right-block {
  padding: 0 25px 0 0px;
}

.arb-direction .main-site-wrap .site-content-top .auction-cat .cat-block-style2 .cat-right-block .auction-name .eng {
  text-align: right;
}

.arb-direction .main-site-wrap .site-content-top .auction-cat .cat-block-style2 .cat-right-block.cat-right-direct-block .auction-name .arb {
  text-align: right;
}

.arb-direction .main-site-wrap .site-content-top .auction-cat .cat-block-style2 .cat-right-block .auction-name .arb {
  text-align: right;
}

.arb-direction .main-site-wrap .site-content-top .auction-cat .cat-block-style2 .cat-right-block .acution-action-area a {
  font-family: "GESSTwoBold-Bold";
}

.arb-direction .filter-header p {
  font-family: "GESSTwoBold-Bold";
}

.arb-direction .filter-header ul {
  flex-direction: row-reverse;
}

.arb-direction .filter-header ul li.favorite a {
  font-family: "GESSTwoMedium";
  flex-direction: row-reverse;
}

.arb-direction .filter-header ul li a {
  font-family: "GESSTwoMedium";
}

.arb-direction .du-auction-wrap .du-auction-block .du-header h1 strong {
  font-family: "GESSTwoBold-Bold";
}

.arb-direction .du-auction-wrap .du-auction-block .du-content .price span {
  font-family: "GESSTwoMedium";
}

.arb-direction .du-auction-wrap .du-auction-block .du-content .total-bid-area {
  font-family: "GESSTwoMedium";
}

.arb-direction .du-auction-wrap .du-auction-block .du-content .total-bid-area span {
  font-family: "Mont-Bold";
}

.arb-direction .du-auction-wrap .du-auction-block .du-content .custom-bid-area .right {
  padding-left: 0px;
  padding-right: 22px;
}

.arb-direction .form-switch {
  padding-left: 0;
  padding-right: 2.5em;
}

.arb-direction .du-auction-wrap .du-auction-block .du-content .custom-bid-area .right .form-check-input:checked {
  float: right;
}

.arb-direction .du-auction-wrap .du-auction-block .du-content .bid-action-area .icon-wrap {
  margin-right: 0px;
  margin-left: 6px;
}

.arb-direction .du-auction-wrap .du-auction-block .du-content .bid-action-area .action_btn a img {
  margin-left: 0px;
  margin-right: 25px;
}

.arb-direction .du-auction-wrap .du-auction-block .du-content .bid-end-area {
  font-family: "GESSTwoMedium";
  font-size: 14px;
}

.arb-direction .du-auction-wrap .du-auction-block .du-content .custom-bid-area .right label {
  font-family: "GESSTwoMedium";
}

.arb-direction .du-auction-wrap .du-auction-block .du-content .bid-action-area .action_btn a {
  font-family: "GESSTwoBold-Bold";
}

.arb-direction .confirm-pop-wrap .confirm-pop-body .right h3 span {
  font-family: "GESSTwoBold-Bold";
}

.arb-direction .confirm-pop-wrap .confirm-pop-body .right .price span {
  font-family: "GESSTwoBold-Bold";
}

.arb-direction .confirm-pop-wrap .confirm-pop-body .right .pop-action button {
  font-family: "GESSTwoBold-Bold";
}

.arb-direction .confirm-pop-wrap .confirm-pop-body {
  direction: ltr;
}

.arb-direction .confirm-pop-wrap .confirm-pop-body .right .pop-action {
  direction: rtl;
}

.arb-direction .confirm-pop-wrap .confirm-pop-body .right .pop-action button img {
  margin-left: 0px;
  margin-right: 33px;
}

.arb-direction .package-banefits .package-banefits-body .right {
  padding: 0 30px 0 0px;
}

.arb-direction .package-banefits .package-banefits-body .pkg-tabs li {
  border-right: 0;
  border-left: 1px solid rgba(15, 15, 15, 0.43);
}

.arb-direction .package-banefits .package-banefits-body .pkg-tabs li:first-child {
  padding-right: 0;
  padding-left: 25px;
}

.arb-direction .package-banefits .package-banefits-body .pkg-tabs li:last-child {
  border-left: 0;
  padding-right: 25px;
  padding-left: 0px;
}

.arb-direction .package-banefits .package-banefits-body .modal-list li::before {
  margin-right: 0px;
  margin-left: 15px;
}

.arb-direction .package-banefits .package-banefits-body .image-wrap .pkg-name {
  font-family: "GESSTwoBold-Bold";
}

.arb-direction .package-banefits .package-banefits-body .pkg-tabs li a {
  font-family: "GESSTwoBold-Bold";
}

.arb-direction .package-banefits .package-banefits-body h3 {
  font-family: "GESSTwoBold-Bold";
}

.arb-direction .package-banefits .package-banefits-body .modal-list li.li-hd {
  font-family: "GESSTwoMedium";
}

.arb-direction .package-banefits .package-banefits-body .modal-list li.li-normal {
  font-family: "GESSTwoMedium";
}

.arb-direction .main-site-wrap .site-content-top .auction-cat .cat-block-style2 .cat-right-block .acution-time {
  margin-right: 0px;
  margin-left: 30px;
}

.arb-direction .du-auction-wrap.market-auction-wrap .market-block-head-con h4 {
  font-family: "GESSTwoBold-Bold";
}

.arb-direction .du-auction-wrap.market-auction-wrap .market-block-head-con p {
  font-family: "GESSTwoMedium";
}

.arb-direction .cars_confirm .confirm-pop-body .right h3 strong {
  font-family: "GESSTwoBold-Bold";
}

.arb-direction .pop-table-wrap table td.text-left-align {
  text-align: right;
}

.arb-direction .pop-table-wrap table td.text-right-align {
  text-align: left;
}

.arb-direction .pop-table-wrap {
  font-family: "GESSTwoMedium";
}

.arb-direction .attachment-area h3 {
  text-align: right !important;
}

.arb-direction .slick-slide {
  float: right;
}

.arb-direction .sell-car-wrap .select-block select {
  background-position: calc(0% + 14px) 24px;
  font-family: "GESSTwoBold-Bold";
}

.arb-direction .sell-car-wrap input[type=text], .arb-direction .sell-car-wrap input[type=password], .arb-direction .sell-car-wrap input[type=email] {
  font-family: "GESSTwoBold-Bold";
}

.arb-direction .sell-car-wrap .terms-area .form-check {
  padding-left: 20px;
  padding-right: 0;
}

.arb-direction .sell-car-wrap .terms-area .form-check-input {
  margin-right: 0;
}

.arb-direction .sell-car-wrap .terms-area label {
  padding-right: 15px;
}

.arb-direction .sell-car-wrap .sell-action-area a {
  font-family: "GESSTwoBold-Bold";
}

.arb-direction .confirm-pop-wrap .confirm-pop-body .right h3 strong {
  font-family: "GESSTwoBold-Bold";
}

.arb-direction .confirm-pop-wrap .confirm-pop-body .right h3 strong samp {
  font-family: "Mont-Black";
}

.arb-direction .attachment-area a {
  font-family: "GESSTwoBold-Bold";
}

.arb-direction .plates_pattern1 {
  direction: ltr;
}

.arb-direction .package-banefits .package-banefits-body {
  padding-top: 50px;
}

.arb-direction .popup_form-area ul li .popup_form_left strong {
  font-family: "GESSTwoBold-Bold";
}

.arb-direction .buy-action-area label {
  padding-left: 0;
  padding-right: 15px;
}

.arb-direction .popup_form-area ul li .popup_form_right .input-field-area span {
  font-family: "GESSTwoBold-Bold";
}

.arb-direction .radio-btn-area-container {
  font-family: "GESSTwoBold-Bold";
}

.arb-direction .popup_form-area ul li .popup_form_right .radio-btn-area .radio-btn-area-container:last-child {
  margin-left: 0px;
  margin-right: 25px;
}

.arb-direction .popup_form-area .radio-btn-area-container .checkmark {
  left: auto;
  right: 0;
}

.arb-direction .radio-btn-area-container {
  padding-left: 0;
  padding-right: 35px;
}

.arb-direction .buy-action-area a {
  font-family: "GESSTwoBold-Bold";
}

.arb-direction .code-block-top h3 {
  font-family: "GESSTwoBold-Bold";
}

.arb-direction .code-block .code-block-right a {
  font-family: "GESSTwoBold-Bold";
}

.arb-direction .request-right a {
  font-family: "GESSTwoBold-Bold";
}

.arb-direction #confirm-pop-wrap.confirm-pop-wrap .confirm-pop-body .right h3 strong {
  font-family: "Mont-Black";
}

.arb-direction .du-auction-wrap .du-auction-block .du-content .market-bid-end-area {
  font-family: "GESSTwoBold-Bold";
}

.arb-direction .filter-header .du-mobile-header {
  padding-right: 20px;
  padding-left: 47px;
}

.arb-direction .filter-header .du-mobile-header .arrow {
  transform: rotate(180deg);
}

.arb-direction .filter-header .select-dropdown .dropdown-select-btn {
  font-family: "GESSTwoBold-Bold";
}

.arb-direction .main-site-wrap .site-content-bot .about-partner-area .partner-area {
  padding-right: 20px;
  border-right: 0;
  border-left: 1px solid rgba(112, 112, 112, 0.08);
  padding-left: 45px;
  margin-left: 20px;
  margin-right: 0px;
}

.arb-direction .main-site-wrap .site-content-top .auction-cat .cat-block-style2 .cat-right-block .acution-action-area .arrow {
  transform: rotate(180deg);
}

.arb-direction .filter-header ul li.general_link a svg {
  margin-left: 0px;
  margin-right: 4px;
}

@media only screen and (max-width: 1800px) {
  .arb-direction header .header-navigation ul li {
    padding-left: 3%;
  }

  .arb-direction header .header-navigation ul li a {
    font-size: 13px;
  }
}
@media only screen and (max-width: 1600px) {
  .arb-direction header .header-navigation ul li {
    padding-left: 3%;
  }

  .arb-direction header .header-navigation ul li a {
    font-size: 12px;
  }

  .arb-direction #booknow .popup_form_left {
    margin-bottom: 0;
  }

  .arb-direction #booknow.package-banefits .package-banefits-body .right, .arb-direction #buynow.package-banefits .package-banefits-body {
    width: calc(100% - 300px);
    padding: 0 0 0 15px;
  }

  .arb-direction .package-banefits .package-banefits-body .modal-list li::before {
    margin-left: 10px;
  }
}
@media only screen and (max-width: 1400px) {
  .arb-direction .sell-car-wrap .select-block select {
    background-position: calc(0% + 14px) 16px;
  }
}
@media only screen and (max-width: 1366px) {
  .arb-direction header .header-navigation ul li {
    padding-left: 2%;
  }

  .arb-direction header .header-navigation {
    margin-left: 0;
  }

  .arb-direction header .header-navigation ul li a {
    font-size: 11px;
  }
}
@media only screen and (max-width: 1366px) {
  .arb-direction header .header-navigation ul li {
    padding-left: 1%;
  }

  .arb-direction header .header-navigation {
    margin-left: 0;
  }

  .arb-direction header .header-navigation ul li a {
    font-size: 10px;
  }
}
@media only screen and (max-width: 1200px) {
  .arb-direction .main-site-wrap .site-content-bot .contact-bot-area {
    padding-left: 0px;
    padding-right: 25px;
  }

  .arb-direction .main-site-wrap .site-content-bot .contact-bot-area .map {
    margin-left: 0px;
    margin-right: -25px;
  }

  .arb-direction #booknow.package-banefits .package-banefits-body .right, .arb-direction #buynow.package-banefits .package-banefits-body {
    width: 100%;
    padding: 0;
  }
}
@media only screen and (max-width: 991px) {
  .arb-direction header .header-contact {
    display: flex;
    margin-right: auto;
    margin-left: 0;
  }
}
@media only screen and (max-width: 767px) {
  .arb-direction .code-block .code-block-left .code-input-area span {
    border-right: 0;
    border-left: 1px solid #000;
  }

  .arb-direction .package-banefits .package-banefits-body {
    padding-top: 20px;
  }

  .arb-direction #booknow.package-banefits .package-banefits-body .right, #buynow.package-banefits .package-banefits-body .right {
    width: 100%;
    padding: 0;
  }

  .arb-direction #booknow.package-banefits .package-banefits-body, #buynow.package-banefits .package-banefits-body {
    padding-top: 20px;
  }

  .arb-direction .package-banefits .package-banefits-body .modal-list li::before {
    margin-left: 2px;
  }

  .arb-direction .general-popup {
    padding-left: 0;
    padding-right: 47px;
  }

  .arb-direction .car-static-header .heading {
    font-family: "GESSTwoBold-Bold";
  }

  .arb-direction .sell-car-wrap .select-block select {
    background-position: calc(0% + 6px) 14px;
  }

  .arb-direction header .header-contact {
    display: none;
  }

  .arb-direction .header-right-area {
    margin-left: 20px;
    margin-right: auto;
  }

  .arb-direction .main-site-wrap .site-content-bot .online-auction-section p {
    text-align: right;
  }

  .arb-direction .main-site-wrap .site-content-bot .online-auction-section h2 {
    text-align: right;
  }

  .arb-direction .main-site-wrap .site-content-bot .contact-bot-area .reachus {
    padding-left: 0;
  }

  .arb-direction .sidebar-wrap {
    width: 47px;
    min-width: 47px;
  }

  .arb-direction .main-site-wrap {
    width: calc(100% - 47px);
  }

  .arb-direction .custom-backdrop {
    left: auto;
    right: 47px;
  }

  .arb-direction .side-block {
    right: 57px;
    top: 100px;
  }

  .arb-direction .du-auction-wrap .du-auction-block .du-content .bid-end-area {
    font-size: 11px;
  }

  .arb-direction .du-auction-wrap .du-auction-block .du-content .custom-bid-area .right label {
    padding-left: 0px;
    padding-right: 7px;
  }

  .arb-direction .filter-header .du-mobile-header .heading {
    font-family: "GESSTwoBold-Bold";
  }

  .arb-direction .filter-header .bit_count {
    right: auto;
    left: 8px;
  }

  .arb-direction .filter-header ul li a {
    padding-left: 5px;
    padding-right: 5px;
    font-size: 11px;
  }
}
