@import url("form.elements.css");
.customScroll::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #f1f1f1;
}

.customScroll::-webkit-scrollbar {
  width: 5px;
  background-color: #BFBFBF;
}

.customScroll::-webkit-scrollbar-thumb {
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #BFBFBF;
}

strong {
  font-weight: 600;
}

a {
  text-decoration: none;
  color: #3c8dbc;
}

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

body {
  font-family: "Poppins", sans-serif !important;
}

select:not([multiple]) {
  position: relative;
  font-size: 14px;
  color: #5d5d5d;
  padding: 0 10px;
}

select:not([multiple])::-moz-placeholder {
  color: #5d5d5d;
  opacity: 1;
}

select:not([multiple]):-ms-input-placeholder {
  color: #5d5d5d;
  opacity: 1;
}

select:not([multiple])::-ms-input-placeholder {
  color: #5d5d5d;
  opacity: 1;
}

select:not([multiple])::placeholder {
  color: #5d5d5d;
  opacity: 1;
}

select:not([multiple]):-ms-input-placeholder {
  color: #5d5d5d;
}

select:not([multiple])::-ms-input-placeholder {
  color: #5d5d5d;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type=number] {
  -moz-appearance: textfield;
}

#backToTop {
  position: fixed;
  right: 20px;
  bottom: 20px;
  background-color: #242526;
  color: #fff;
  width: 40px;
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  z-index: 3;
}

.checkbox {
  float: left;
}

.checkbox label, .form-radio label {
  color: #242526;
  font-weight: 300;
  font-size: 14px;
}

.modalWrap {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  z-index: 10;
  display: none;
}

.modalWrap .ifContent {
  width: 600px;
  max-height: 700px;
  overflow-y: auto;
  background-color: #fff;
  padding: 40px;
  position: relative;
  overflow-y: auto;
}

.modalWrap .ifContent .modalCloseBtn {
  position: absolute;
  top: 10px;
  right: 10px;
}

.modalWrap .ifContent .modalCloseBtn i {
  font-size: 40px;
  color: #242526;
}

.modalWrap .ifContent .ifHead {
  float: left;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-bottom: 20px;
  border-bottom: 1px solid #ddd;
}

.modalWrap .ifContent .ifHead .headLeft {
  font-weight: bold;
  font-size: 22px;
  width: 100%;
  padding-bottom: 20px;
  color: #242526;
}

.modalWrap .ifContent .ifHead .headRight {
  font-size: 14px;
  line-height: 22px;
  width: 100%;
  color: #333;
  font-weight: 300;
  margin-bottom: 20px;
}

.modalWrap .ifContent .ifHead .modalHeadline {
  float: left;
  width: 100%;
  font-size: 22px;
  line-height: 28px;
  width: 100%;
  margin-bottom: 10px;
  color: #242526;
  font-weight: 600;
}

.modalWrap .ifContent .modalText {
  float: left;
  width: 100%;
  font-size: 14px;
  line-height: 20px;
  color: #333;
  font-weight: 300;
  margin-bottom: 20px;
}

.modalWrap .ifContent .modalText p {
  float: left;
  width: 100%;
  margin-bottom: 20px;
  font-size: 14px;
  line-height: 20px;
}

.modalWrap .ifContent .modalText .documentWrap {
  font-family: "Poppins", sans-serif !important;
  padding: 0 !important;
}

.modalWrap .ifContent .modalTextError {
  float: left;
  width: 100%;
  font-size: 16px;
  line-height: 20px;
  color: #cc0000;
  font-weight: 600;
  margin-bottom: 20px;
  text-align: center;
}

.modalWrap .ifContent .modalBigText {
  float: left;
  width: 100%;
  font-size: 20px;
  line-height: 28px;
  color: #333;
  font-weight: 500;
  text-align: center;
  padding-bottom: 20px;
}

.modalWrap .ifContent .ifMiddleWrap {
  float: left;
  width: 100%;
}

.modalWrap .ifContent .ifMiddleWrap .infoCallUs {
  float: left;
  width: 100%;
  margin-bottom: 20px;
  font-size: 14px;
}

.modalWrap .ifContent .ifMiddleWrap .infoCallUs .icuHead {
  float: left;
  margin-right: 10px;
  font-weight: 600;
}

.modalWrap .ifContent .ifMiddleWrap .infoCallUs .icuPhone {
  float: left;
}

.modalWrap .ifContent .ifMiddleWrap .middleHead {
  float: left;
  width: 100%;
  font-size: 18px;
  color: #242526;
  margin-bottom: 10px;
  font-weight: 600;
}

.modalWrap .ifContent .ifMiddleWrap .formWrap {
  float: left;
  width: 100%;
  font-size: 14px;
  color: #242526;
  margin-bottom: 10px;
}

.modalWrap .ifContent .ifMiddleWrap .formWrap .fpLine {
  float: left;
  width: 50%;
}

.modalWrap .ifContent .ifMiddleWrap .formWrap .fpLine.formMsg {
  width: 100%;
}

.modalWrap .ifContent .ifMiddleWrap .formWrap .fpLine.formMsg textarea {
  height: 120px;
}

.modalWrap .ifContent .ifMiddleWrap .formWrap .fpLine .form-group {
  float: left;
  width: 100%;
  margin-bottom: 20px;
  margin-top: 20px;
}

.modalWrap .ifContent .ifMiddleWrap .formWrap .fpLine .formTel {
  float: left;
  width: 100%;
}

.modalWrap .ifContent .ifMiddleWrap .formWrap .fpLine .formTel label {
  float: left;
  width: 100%;
  font-size: 14px;
  margin-bottom: 3px;
  font-weight: 300;
  color: #333;
}

.modalWrap .ifContent .ifMiddleWrap .formWrap .fpLine .formTel .telInputs {
  float: left;
  width: 100%;
}

.modalWrap .ifContent .ifMiddleWrap .formWrap .fpLine .formTel .telInputs input {
  outline: 0;
  padding: 7px 10px;
  font-size: 16px;
}

.modalWrap .ifContent .ifMiddleWrap .formWrap .fpLine .formTel .telInputs .countryCode {
  float: left;
  width: 22%;
  margin-right: 2%;
}

.modalWrap .ifContent .ifMiddleWrap .formWrap .fpLine .formTel .telInputs .townCode {
  float: left;
  width: 24%;
  margin-right: 2%;
}

.modalWrap .ifContent .ifMiddleWrap .formWrap .fpLine .formTel .telInputs .telNumber {
  float: left;
  width: 50%;
}

.modalWrap .ifContent .ifMiddleWrap .formWrap .fpLine .formTel .telInputs .kvkk {
  font-size: 14px;
  line-height: 22px;
}

.modalWrap .ifContent .ifMiddleWrap .formWrap .fpLine:nth-child(1) {
  padding-right: 15px;
}

.modalWrap .ifContent .ifMiddleWrap .formWrap .fpLine:nth-child(2) {
  padding-left: 15px;
}

.modalWrap .ifContent .ifMiddleWrap .bcBtns {
  float: left;
  width: 100%;
  font-size: 14px;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.modalWrap .ifContent .ifMiddleWrap .bcBtns button:nth-child(1) {
  margin-right: 15px;
}

.modalWrap .ifContent .ifMiddleWrap .bcBtns button:nth-child(2) {
  margin-left: 15px;
  background-color: #cc0000;
}

.modalWrap .ifContent .ifMiddleWrap .userAllbidsTable {
  float: left;
  width: 100%;
}

.modalWrap .ifContent .ifMiddleWrap .userAllbidsTable .head td {
  font-weight: 600;
  background-color: #e6e6e6;
}

.modalWrap .ifContent .ifMiddleWrap .userAllbidsTable td {
  width: 33.3%;
  padding: 15px 10px;
  text-align: center;
  border: 1px solid #ddd;
  font-size: 14px;
  line-height: 18px;
}

.modalWrap .ifContent .ifMiddleWrap .ctlLine {
  float: left;
  width: 100%;
  margin-bottom: 20px;
  position: relative;
  text-align: center;
}

.modalWrap .ifContent .ifMiddleWrap .ctlLine input {
  float: left;
  width: 100%;
  height: 45px;
  outline: 0;
  border: 1px solid #ddd;
  padding: 30px 15px;
  font-size: 40px;
  margin-bottom: 20px;
  border-radius: 30px;
  text-align: center;
}

.modalWrap .ifContent .ifMiddleWrap .sendSmsAgain {
  float: left;
  width: 100%;
  font-size: 14px;
  line-height: 18px;
  text-align: center;
}

.modalWrap .ifContent .ifMiddleWrap .sendSmsAgain a {
  text-decoration: underline;
}

.modalWrap .ifContent .ifMiddleWrap .resetLine {
  display: none;
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.modalWrap .ifContent .ifMiddleWrap .resetLine.show {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.modalWrap .ifContent .ifMiddleWrap .resetLine .resetText {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  font-size: 14px;
  line-height: 18px;
  margin-bottom: 5px;
}

.modalWrap .ifContent .ifMiddleWrap .resetLine .form-group {
  margin-top: 25px;
}

.modalWrap .ifContent .ifMiddleWrap .resetLine .telInputs {
  float: left;
  width: 100%;
  margin-bottom: 20px;
}

.modalWrap .ifContent .ifMiddleWrap .resetLine .telInputs input {
  outline: 0;
  padding: 7px 10px;
  font-size: 14px;
  border: 1px solid #ddd;
}

.modalWrap .ifContent .ifMiddleWrap .resetLine .telInputs .countryCode {
  float: left;
  width: 50px;
  margin-right: 2%;
}

.modalWrap .ifContent .ifMiddleWrap .resetLine .telInputs .townCode {
  float: left;
  width: 60px;
  margin-right: 2%;
}

.modalWrap .ifContent .ifMiddleWrap .resetLine .telInputs .telNumber {
  float: left;
  width: calc(96% - 110px);
}

.modalWrap .ifContent .ifMiddleWrap .resetLine .address .districtName {
  float: left;
  width: 80px;
  margin-right: 2%;
}

.modalWrap .ifContent .ifMiddleWrap .resetLine .address .quarterName {
  float: left;
  width: 80px;
  margin-right: 2%;
}

.modalWrap .ifContent .ifMiddleWrap .resetLine .address .line1 {
  float: left;
  width: 80px;
}

.modalWrap .ifContent .ifBottom {
  float: left;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.modalWrap .ifContent .ifBottom label {
  font-size: 14px;
}

.modalWrap .ifContent .ifBottom .notRobotWrap {
  float: left;
  width: 350px;
  height: 77px;
}

.modalWrap .ifContent .ifBottom .signInBtns {
  float: left;
  width: calc(100% - 350px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 77px;
}

.modalWrap .ifContent .ifBottom .signInBtns .forgotPassBtn {
  float: left;
  font-size: 14px;
  color: #242526;
  margin-top: 15px;
  font-weight: 400;
}

.modalWrap .ifContent .ifBottom .signInBtns .forgotPassBtn:hover {
  text-decoration: underline;
}

.modalWrap .ifContent .ifBottom .signInBtns button {
  width: 100%;
}

.modalWrap .ifContent.modalSmall {
  width: 400px;
}

.modalWrap.signIn .headLeft {
  margin-bottom: 0 !important;
}

.modalWrap .newAccountWrap {
  float: left;
  width: 100%;
  margin-top: 40px;
  border-top: 1px solid #ddd;
  padding: 20px;
  background-color: #ececec;
}

.modalWrap .newAccountWrap .naHead {
  float: left;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-bottom: 20px;
  font-size: 18px;
  font-weight: 600;
}

.modalWrap .newAccountWrap .naHead i {
  margin-right: 5px;
}

.modalWrap .newAccountWrap .naText {
  float: left;
  width: 100%;
  margin-bottom: 15px;
  font-size: 14px;
  line-height: 20px;
}

.modalWrap .newAccountWrap .naBtn {
  background: rgb(0, 0, 179);
  padding: 15px 20px;
  font-size: 14px;
  color: #fff;
  display: inline-block;
  font-weight: 600;
}

.modalWrap .newAccountWrap .naBtn:hover {
  background-color: #8c98e6;
}

.deleteModal .ifMiddleWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.deleteModal .ifMiddleWrap button {
  margin: 0 10px;
}

.deleteModal .ifMiddleWrap button:nth-child(2) {
  background-color: #cc0000;
}

.containerAll {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
}

.containerAll .container {
  max-width: 1210px;
  width: 100%;
  margin: 0 auto;
  padding: 0 20px;
}

.containerAll header {
  width: 100%;
  background-color: #fff;
  z-index: 9;
}

.containerAll header .header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 90px;
  width: 100%;
  padding: 0 20px;
}

.containerAll header .headerLeft {
  float: left;
}

.containerAll header .headerLeft .logo {
  float: left;
}

.containerAll header .headerLeft .logo img {
  max-width: 180px;
}

.containerAll header .headerRight {
  float: right;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.containerAll header .headerRight .menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  width: 100%;
}

.containerAll header .headerRight .menuCloseBtn {
  display: none;
}

.containerAll header .headerRight .menuOpenBtn {
  display: none;
}

.containerAll header .headerRight a {
  float: left;
  padding: 0 10px;
  color: #242526;
  font-size: 14px;
}

.containerAll header .headerRight a i {
  display: inline-block;
  margin-right: 5px;
  color: #242526;
}

.containerAll header .headerRight a.signInmModalBtn {
  border: 1px solid #242526;
  border-radius: 20px;
  padding: 10px 20px;
  margin-left: 20px;
}

.containerAll header .headerRight a.signInmModalBtn:hover {
  background-color: #242526;
  color: #fff;
  text-decoration: none;
  border: 1px solid #fff;
}

.containerAll header .headerRight a.signInmModalBtn:hover i {
  color: #fff;
}

.containerAll header .headerRight a:hover {
  text-decoration: underline;
}

.containerAll header .headerRight .loginBtn {
  float: left;
  border: 1px solid #242526;
  border-radius: 20px;
  font-size: 14px;
  padding: 10px 20px;
  margin-left: 20px;
  position: relative;
  cursor: pointer;
}

.containerAll header .headerRight .loginBtn:hover {
  background-color: #242526;
  color: #fff;
  text-decoration: none;
  border: 1px solid #fff;
}

.containerAll header .headerRight .loginBtn:hover i {
  color: #fff;
}

.containerAll header .headerRight .loginBtn:hover .accountDDmenu {
  display: block;
}

.containerAll header .headerRight .loginBtn .accountDDmenu {
  width: 180px;
  color: #242526;
  font-weight: 500;
  background-color: #fff;
  padding: 10px 20px;
  position: absolute;
  top: 34px;
  left: 0;
  display: none;
  border-radius: 0;
  -webkit-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
          box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
}

.containerAll header .headerRight .loginBtn .accountDDmenu li {
  float: left;
  width: 100%;
}

.containerAll header .headerRight .loginBtn .accountDDmenu li a {
  float: left;
  width: 100%;
  padding: 15px 0;
  border-bottom: 1px solid #ddd;
  font-size: 13px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.containerAll header .headerRight .loginBtn .accountDDmenu li a:hover {
  text-decoration: none;
  color: #94999a;
}

.containerAll header .headerRight .loginBtn .accountDDmenu li a i {
  font-size: 18px;
  color: #242526;
}

.containerAll header .headerRight .loginBtn .accountDDmenu li:nth-last-child(1) a {
  border-bottom: 0;
}

.containerAll footer {
  width: 100%;
  background-color: #242526;
}

.containerAll footer .fInfoTextLine {
  float: left;
  width: 100%;
  background-color: #303e94;
}

.containerAll footer .fInfoTextLine .fInfoText {
  padding: 40px 20px;
  color: #fff;
  font-weight: 300;
  font-size: 14px;
  line-height: 30px;
}

.containerAll footer .footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 70px 35px;
  width: 100%;
}

.containerAll footer .footer .footerLeft {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.containerAll footer .footer .footerLeft .logo {
  float: left;
}

.containerAll footer .footer .footerLeft .logo img {
  max-width: 150px;
}

.containerAll footer .footer .footerLeft .copyright {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #fff;
  font-size: 12px;
}

.containerAll footer .footer .footerRight {
  float: right;
}

.containerAll footer .footer .footerRight a {
  padding: 10px 20px;
  color: #fff;
  font-size: 14px;
  float: left;
  border-right: 1px solid #fff;
}

.containerAll footer .footer .footerRight a i {
  display: inline-block;
  margin-right: 5px;
  color: #fff;
}

.containerAll footer .footer .footerRight a.signInmModalBtn {
  border-right: none;
}

.containerAll footer .footer .footerRight a:hover {
  text-decoration: underline;
}

.containerAll section {
  float: left;
  width: 100%;
  position: relative;
}

.containerAll .rcsHeadline {
  float: left;
  width: 100%;
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 20px;
  letter-spacing: 1px;
}

.containerAll .listingRightCol {
  width: 100%;
}

.containerAll .listingRightCol .searchBox {
  float: left;
  width: 100%;
  margin-bottom: 40px;
  padding-bottom: 40px;
  border-bottom: 1px solid #e0e1e6;
}

.containerAll .listingRightCol .searchBox .SearchClearAll {
  float: left;
  width: 100%;
  margin-bottom: 10px;
  font-size: 14px;
  text-decoration: underline;
}

.containerAll .listingRightCol .searchBoxWrap {
  float: left;
  width: 100%;
}

.containerAll .listingRightCol .searchBoxRow {
  float: left;
  width: 100%;
  margin-bottom: 40px;
}

.containerAll .listingRightCol .searchBoxRow:nth-last-child(1) {
  margin-bottom: 0;
}

.containerAll .listingRightCol .sLine {
  float: left;
  width: 100%;
  margin-bottom: 10px;
  position: relative;
}

.containerAll .listingRightCol .sLine ul {
  float: left;
  width: 100%;
  padding: 10px 10px 0 10px;
  max-height: 200px;
  padding-bottom: 10px;
  overflow: hidden;
  overflow-y: scroll;
  border: 1px solid #ddd;
  font-size: 14px;
}

.containerAll .listingRightCol .sLine ul li {
  float: left;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.containerAll .listingRightCol .sLine ul li input {
  float: left;
  width: 20px;
}

.containerAll .listingRightCol .sLine ul li span {
  float: left;
}

.containerAll .listingRightCol .sLine ul li:nth-child(1) {
  cursor: pointer;
}

.containerAll .listingRightCol .sLine ul li:nth-child(2) {
  margin-top: 10px;
}

.containerAll .listingRightCol .sLine .arrow {
  position: absolute;
  right: 20px;
  top: 10px;
  font-size: 18px;
  color: #242526;
  pointer-events: none;
}

.containerAll .listingRightCol .sLine.priceMin {
  width: 50%;
  padding-right: 1%;
}

.containerAll .listingRightCol .sLine.priceMax {
  width: 50%;
  padding-left: 1%;
}

.containerAll .listingRightCol .defaultSelect {
  width: 100%;
  float: left;
  border: 1px solid #e0e1e6;
  height: 38px;
  border-radius: 0;
  outline: 0;
  background: transparent;
}

.containerAll .listingRightCol .input input {
  height: 36px;
}

.containerAll .listingRightCol .input select {
  height: 36px;
}

.containerAll .listingRightCol:nth-last-child(1) {
  padding-right: 0;
}

.containerAll .listingRightCol input {
  width: 100%;
  outline: 0;
  padding: 10px;
  border: 1px solid #e0e1e6;
  font-size: 14px;
  cursor: pointer;
}

.containerAll .listingRightCol input::-moz-placeholder {
  color: #5d5d5d;
  opacity: 1;
}

.containerAll .listingRightCol input:-ms-input-placeholder {
  color: #5d5d5d;
  opacity: 1;
}

.containerAll .listingRightCol input::-ms-input-placeholder {
  color: #5d5d5d;
  opacity: 1;
}

.containerAll .listingRightCol input::placeholder {
  color: #5d5d5d;
  opacity: 1;
}

.containerAll .listingRightCol input:-ms-input-placeholder {
  color: #5d5d5d;
}

.containerAll .listingRightCol input::-ms-input-placeholder {
  color: #5d5d5d;
}

.containerAll .listingRightCol .extraFeaturesRow {
  float: left;
  width: 100%;
  margin-bottom: 30px;
}

.containerAll .listingRightCol .extraFeaturesRow.efcOpen {
  display: block;
  padding-top: 20px;
}

.containerAll .listingRightCol .extraFeaturesRow .checkbox {
  float: left;
  width: 50%;
  margin-bottom: 30px;
}

.containerAll .listingRightCol .extraFeaturesRow .checkbox label, .containerAll .listingRightCol .extraFeaturesRow .form-radio label {
  color: #242526;
  font-weight: 300;
  font-size: 14px;
}

.containerAll .listingRightCol .moreFeatures {
  float: left;
  font-size: 14px;
  color: #94999a;
  margin-bottom: 15px;
  width: 100%;
  color: #242526;
}

.containerAll .listingRightCol .searchBtn {
  float: left;
  font-size: 14px;
  background-color: #6a7be7;
  color: #fff;
  width: 100%;
  text-align: center;
  border-radius: 50px;
  position: relative;
  height: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.containerAll .listingRightCol .searchBtn i {
  margin-right: 5px;
}

.containerAll .listingRightCol .searchBtn:hover {
  background-color: #8c98e6;
}

.containerAll .listingRightCol .ms-options-wrap > button {
  height: 50px !important;
}

.containerAll .listingRightCol .sContent .imgWrap {
  padding: 0;
}

.containerAll .listingRightCol .ms-options-wrap > ul {
  overflow-x: hidden !important;
}

.containerAll .sPad {
  padding-bottom: 100px;
}

.containerAll .sHead {
  float: left;
  width: 100%;
  margin-bottom: 20px;
}

.containerAll #results .sContent {
  margin-left: 0 !important;
  margin-right: 0 !important;
}

.containerAll .sContent {
  margin-left: -20px;
  margin-right: -20px;
}

.containerAll .sContent .featuredBoxLine {
  float: left;
  width: 100%;
}

.containerAll .sContent .imgWrap {
  padding: 20px;
  overflow: hidden;
}

.containerAll .sContent .imgWrap .iContent {
  width: 100%;
  border: 1px solid #e0e1e6;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.containerAll .sContent .imgWrap .iContent .imgHead {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 200px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.containerAll .sContent .imgWrap .iContent .imgHead > a {
  width: 100%;
  height: 100%;
}

.containerAll .sContent .imgWrap .iContent .imgHead .mainImg {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}

.containerAll .sContent .imgWrap .iContent .imgHead .mainImg:hover {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}

.containerAll .sContent .imgWrap .iContent .imgHead .imgPosBot {
  float: left;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 40px 20px 20px;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.containerAll .sContent .imgWrap .iContent .imgHead .imgPosBot::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.02)), to(#2c2c2f));
  background-image: linear-gradient(rgba(255, 255, 255, 0.02), rgb(44, 44, 47));
  z-index: -1;
}

.containerAll .sContent .imgWrap .iContent .imgHead .imgPosBot .price {
  float: left;
  color: #fff;
  font-size: 20px;
  font-weight: 600;
}

.containerAll .sContent .imgWrap .iContent .imgHead .imgPosBot .bidBtn {
  float: left;
  text-align: center;
  padding: 10px 20px;
  background-color: #6a7be7;
  color: #fff;
  border-radius: 20px;
  font-weight: 400;
  font-size: 12px;
  letter-spacing: 1px;
}

.containerAll .sContent .imgWrap .iContent .imgHead .imgPosBot .bidBtn:hover {
  background-color: #8c98e6;
}

.containerAll .sContent .imgWrap .iContent .imgHead .reNo {
  float: left;
  padding: 5px 15px;
  font-size: 12px;
  color: #94999a;
  position: absolute;
  top: 10px;
  left: 0;
  background: rgba(0, 0, 0, 0.5);
  color: #fff;
  z-index: 1;
}

.containerAll .sContent .imgWrap .iContent .reInfo {
  float: left;
  width: 100%;
  padding: 15px;
  color: #242526;
}

.containerAll .sContent .imgWrap .iContent .reInfo i {
  width: 15px;
  text-align: center;
}

.containerAll .sContent .imgWrap .iContent .reInfo .headline {
  float: left;
  width: 100%;
  margin-bottom: 10px;
  font-size: 16px;
  line-height: 20px;
  color: #242526;
}

.containerAll .sContent .imgWrap .iContent .reInfo .location {
  float: left;
  width: 100%;
  font-size: 13px;
  color: #94999a;
  margin-bottom: 10px;
}

.containerAll .sContent .imgWrap .iContent .reInfo .line {
  float: left;
  width: 100%;
  height: 1px;
  border-bottom: 1px solid #ddd;
  margin: 20px 0;
}

.containerAll .sContent .imgWrap .iContent .reInfo .type {
  float: left;
  width: 100%;
  font-size: 12px;
  color: #94999a;
  margin-bottom: 10px;
}

.containerAll .sContent .imgWrap .iContent .reInfo .type span {
  font-weight: bold;
  padding-left: 10px;
}

.containerAll .sContent .imgWrap .iContent .counterWrap {
  float: left;
  width: 100%;
  font-size: 14px;
  color: #242526;
  background-color: #f1f1f1;
  padding: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.containerAll .sContent .imgWrap .iContent .counterWrap .cText {
  float: left;
  width: 50px;
  text-align: center;
  font-weight: 300;
  font-size: 13px;
  margin-right: 10px;
  border-right: 1px solid #ddd;
  padding-right: 10px;
}

.containerAll .sContent .imgWrap .iContent .counterWrap .cText i {
  font-size: 18px;
}

.containerAll .sContent .imgWrap .iContent .counterWrap .remaningTime {
  float: left;
}

.containerAll .sContent .imgWrap .iContent .counterWrap .remaningTime li {
  float: left;
  border-right: 1px solid #ddd;
  margin-right: 10px;
  padding-right: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.containerAll .sContent .imgWrap .iContent .counterWrap .remaningTime li span {
  float: left;
  text-align: center;
}

.containerAll .sContent .imgWrap .iContent .counterWrap .remaningTime li span:nth-child(1) {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 3px;
}

.containerAll .sContent .imgWrap .iContent .counterWrap .remaningTime li span:nth-child(2) {
  font-size: 13px;
}

.containerAll .sContent .imgWrap .iContent .counterWrap .remaningTime li:nth-last-child(1) {
  margin-right: 0;
  border: none;
}

.containerAll .sContent .imgWrap .iContent .counterWrap .counterEndText {
  float: left;
  font-size: 13px;
  padding-right: 5px;
}

.containerAll .sContent .imgWrap .iContent .counterWrap .offerAlarm {
  float: left;
  font-weight: 300;
  font-size: 13px;
  width: 40px;
  text-align: center;
}

.containerAll .sContent .addBid {
  float: left;
  width: 175px;
  padding: 20px;
  min-height: 199px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: space-evenly;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.containerAll .sContent .addBid .adTopLine {
  float: left;
  width: 100%;
  margin-bottom: 10px;
  text-align: center;
}

.containerAll .sContent .addBid .adTopLine .tLine1 {
  float: left;
  width: 100%;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 5px;
}

.containerAll .sContent .addBid .adTopLine .tLine2 {
  float: left;
  width: 100%;
  font-size: 14px;
}

.containerAll .sContent .addBid .adBottomLine {
  float: left;
  width: 100%;
  text-align: center;
  background-color: #eee;
  padding-bottom: 10px;
  border-radius: 20px 20px 0 0;
}

.containerAll .sContent .addBid .adBottomLine .bidBtn {
  float: left;
  width: 100%;
  text-align: center;
  padding: 15px;
  background-color: #6a7be7;
  color: #fff;
  border-radius: 20px 20px 0 0;
  font-weight: 600;
  font-size: 14px;
  letter-spacing: 1px;
}

.containerAll .sContent .addBid .adBottomLine .bidBtn .disabled {
  opacity: 0.8;
  pointer-events: none;
}

.containerAll .sContent .addBid .adBottomLine .bidBtn:hover {
  background-color: #8c98e6;
}

.containerAll .sContent .addBid .adBottomLine .bLine1 {
  float: left;
  width: 100%;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 5px;
  margin-top: 10px;
}

.containerAll .sContent .addBid .adBottomLine .bLine2 {
  float: left;
  width: 100%;
  font-size: 12px;
}

.containerAll .sContent .moreBtn {
  float: left;
  width: 100%;
  text-align: center;
}

.containerAll .sContent .moreBtn a {
  display: inline-block;
  font-size: 14px;
  background-color: #6a7be7;
  color: #fff;
  padding: 15px 25px;
  border-radius: 20px;
}

.containerAll .sContent .moreBtn a:hover {
  background-color: #8c98e6;
}

.containerAll .sContent.listingResults .imgWrap {
  padding: 0;
  margin-bottom: 40px;
}

.containerAll .sContent.listingResults .imgWrap .iContent {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.containerAll .sContent.listingResults .imgWrap .iContent .imgHead {
  width: 250px;
}

.containerAll .sContent.listingResults .imgWrap .iContent .reInfo {
  float: left;
  width: calc(100% - 425px);
  min-height: 199px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: space-evenly;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  border-right: 1px solid #eee;
}

.containerAll .sContent.listingResults .pagination {
  float: left;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;

  margin-bottom: 20px;
}

.containerAll .sContent.listingResults .pagination li {
  float: left;
  padding: 5px;
}

.containerAll .sContent.listingResults .pagination li a {
  background-color: #fff;
  color: #242526;
  border: 1px solid #aeb4b6;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 14px;
}

.containerAll .sContent.listingResults .pagination li a i {
  color: #242526;
}

.containerAll .sContent.listingResults .pagination li a.active {
  background-color: #6a7be7;
  color: #fff;
  border: 1px solid #6a7be7;
}

.containerAll .sContent.listingResults .pagination li a.active:hover {
  background-color: #8c98e6;
}

.containerAll .sContent.listingResults .pagination li a:hover {
  background-color: #6a7be7;
  color: #fff;
  border: 1px solid #6a7be7;
}

.containerAll .sContent.listingResults .pagination li a:hover i {
  color: #fff;
}

.containerAll .sContent.listingResults .pagination li a.textItem {
  width: 100px;
  border: none;
}

.containerAll .sContent.listingResults .pagination li a.textItem i {
  margin: 0 5px;
}

.containerAll .sContent.listingResults .pagination li a.textItem:hover {
  background: none;
  color: #6a7be7;
}

.containerAll .sContent.listingResults .pagination li a.textItem:hover i {
  color: #6a7be7;
}

.containerAll .headlineS {
  float: left;
  width: 100%;
  font-size: 14px;
  color: #aeb4b6;
  text-align: center;
  margin-bottom: 5px;
}

.containerAll .headlineB {
  float: left;
  width: 100%;
  font-size: 32px;
  color: #242526;
  text-align: center;
}

.containerAll .box1 {
  float: left;
  width: 100%;
}

.containerAll .box2 {
  float: left;
  width: 50%;
}

.containerAll .box3 {
  float: left;
  width: 33.3%;
}

.containerAll .iconWrap {
  padding: 20px;
}

.containerAll .iconWrap .iContent {
  width: 100%;
  height: 200px;
  border: 1px solid #e0e1e6;
  padding: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.containerAll .iconWrap .iContent .icon {
  float: left;
  width: 100%;
  text-align: center;
  margin-bottom: 15px;
}

.containerAll .iconWrap .iContent .icon i {
  font-size: 42px;
  color: #6a7be7;
}

.containerAll .iconWrap .iContent .text {
  float: left;
  width: 100%;
  font-size: 18px;
  text-align: center;
  color: #242526;
}

.containerAll .iconWrap .iContent:hover {
  background-color: #8c98e6;
}

.containerAll .iconWrap .iContent:hover .icon i {
  color: #fff;
  -webkit-transform: scale(1.3);
          transform: scale(1.3);
}

.containerAll .iconWrap .iContent:hover .text {
  color: #fff;
}

.containerAll .cityWrap {
  max-height: 445px;
  overflow: hidden;
  padding: 0 20px;
}

.containerAll .cityWrap .ccIn {
  float: left;
  width: 100%;
  overflow: hidden;
}

.containerAll .cityWrap .cityRow2 {
  margin-bottom: 30px;
}

.containerAll .cityWrap .city {
  float: left;
  width: 100%;
  position: relative;
  overflow: hidden;
}

.containerAll .cityWrap .city:hover img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.containerAll .cityWrap .city img {
  display: block;
  width: 100%;
}

.containerAll .cityWrap .city .text {
  position: absolute;
  bottom: 0;
  left: 0;
  color: #fff;
  font-size: 22px;
  width: 100%;
  padding: 20px;
  z-index: 1;
  height: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.containerAll .cityWrap .city .text:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.02)), to(#2c2c2f));
  background-image: linear-gradient(rgba(255, 255, 255, 0.02), #2c2c2f);
  z-index: -1;
}

.containerAll .banner {
  background: url(../images/banner/4.jpg);
  background-size: cover;
  background-position: center;
  min-height: 100px;
  position: relative;
  z-index: 1;
  padding: 20px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 30px;
}

.containerAll .banner:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(7, 15, 67, 0.8);
  z-index: -1;
}

.containerAll .banner .listingContent {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  color: #fff;
  padding: 0 20px;
}

.containerAll .banner .listingContent .headline {
  font-size: 22px;
  font-weight: 500;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.containerAll .banner .listingContent .headline .bannerHeadIcon {
  margin-right: 5px;
}

.containerAll .banner .listingContent .headline .counterWrap {
  float: left;
  width: 100%;
  color: #fff;
  border-radius: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.containerAll .banner .listingContent .headline .counterWrap .counterLine {
  width: 100%;
  margin-bottom: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.containerAll .banner .listingContent .headline .counterWrap .counterLine:nth-last-child(1) {
  margin-bottom: 0;
}

.containerAll .banner .listingContent .headline .counterWrap .detailAddBid {
  background-color: #28a745!important;
  margin-right: 20px;
  font-weight: 600;
}

.containerAll .banner .listingContent .headline .counterWrap .cText {
  float: left;
  width: auto;
  font-weight: 500;
  font-size: 18px;
  margin-right: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.containerAll .banner .listingContent .headline .counterWrap .cText i {
  margin-right: 10px;
  font-size: 22px;
}

.containerAll .banner .listingContent .headline .counterWrap ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.containerAll .banner .listingContent .headline .counterWrap ul li {
  border-right: 1px solid rgba(230, 230, 230, 0.5019607843);
  font-size: 18px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 5px;
}

.containerAll .banner .listingContent .headline .counterWrap ul li span {
  padding-right: 5px;
}

.containerAll .banner .listingContent .headline .counterWrap ul li:nth-last-child(1) {
  margin-right: 0;
  border: none;
}

.containerAll .banner .listingContent .breadcrumb li {
  float: left;
}

.containerAll .banner .listingContent .breadcrumb li a {
  padding: 5px;
  font-size: 13px;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.containerAll .banner .listingContent .breadcrumb li a i {
  padding-left: 5px;
}

.containerAll .banner .listingContent .breadcrumb li a:hover {
  text-decoration: underline;
}

.containerAll .banner .listingContent .breadcrumb li a:nth-child(1) {
  padding-left: 0;
}

.containerAll .colRight {
  float: left;
  width: calc(100% - 350px);
}

.containerAll .listingBoxes {
  float: left;
  width: 100%;
}

.containerAll .listingBoxes .imgWrap {
  height: auto !important;
}

.containerAll .similiarListing.sContent {
  margin-left: 0 !important;
  margin-right: 0 !important;
}

.containerAll .listingSortBy {
  float: left;
  width: 100%;
  margin-bottom: 20px;
}

.containerAll .listingSortBy .sortList {
  float: left;
  width: calc(100% - 340px);
  min-height: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-right: 15px;
}

.containerAll .listingSortBy .sortList li {
  float: left;
  width: auto;
}

.containerAll .listingSortBy .sortList li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  color: #242526;
  font-size: 13px;
  font-weight: 500;
  border-right: 1px solid #ddd;
  padding-right: 10px;
  margin-right: 10px;
  cursor: pointer;
}

.containerAll .listingSortBy .sortList li a:hover {
  color: #6a7be7;
}

.containerAll .listingSortBy .sortList li:nth-last-child(1) {
  margin-right: 0;
}

.containerAll .listingSortBy .sortList li:nth-last-child(1) a {
  border-right: 0;
}

.containerAll .listingSortBy .priceOrder {
  float: left;
  width: 190px;
  padding: 5px 10px;
  border-radius: 6px;
  font-size: 12px;
  outline: 0;
  border: 1px solid #ddd;
}

.containerAll .listingSortBy .switchView {
  float: left;
  width: 150px;
  padding: 5px 10px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.containerAll .listingSortBy .switchView a {
  font-size: 20px;
  margin-right: 15px;
  display: flex;
}

.containerAll .listingSortBy .switchView a.active {
  color: #242526;
}

.containerAll .listingSortBy .sortListMobile {
  display: none;
}

.containerAll .colLeft {
  float: left;
  width: 350px;
  padding-right: 40px;
}

.containerAll .colLeft .featured {
  float: left;
  margin-bottom: 40px;
  border-bottom: 1px solid #e0e1e6;
  padding-bottom: 40px;
}

.containerAll .colLeft .popular {
  float: left;
  width: 100%;
}

.containerAll .colLeft .popular .pLine {
  float: left;
  width: 100%;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #ddd;
}

.containerAll .colLeft .popular .pLine .pImgWrap {
  width: 110px;
  height: 90px;
  overflow: hidden;
  float: left;
}

.containerAll .colLeft .popular .pLine .pImgWrap img {
  width: 100%;
  display: block;
}

.containerAll .colLeft .popular .pLine .pText {
  float: left;
  width: calc(100% - 110px);
  padding-left: 10px;
}

.containerAll .colLeft .popular .pLine .pText .headline {
  float: left;
  width: 100%;
  margin-bottom: 10px;
  font-size: 13px;
  line-height: 16px;
  color: #242526;
}

.containerAll .colLeft .popular .pLine .pText .location {
  float: left;
  width: 100%;
  font-size: 12px;
  color: #94999a;
  margin-bottom: 10px;
}

.containerAll .colLeft .popular .pLine .pText .price {
  float: left;
  width: 100%;
}

.containerAll .colLeft .popular .pLine .pText .price span {
  background-color: #6a7be7;
  padding: 5px;
  font-size: 13px;
  color: #fff;
  font-weight: 500;
  display: inline-block;
}

.containerAll .colLeft .popular .pLine:nth-last-child(1) {
  border-bottom: 0;
}

.containerAll .colLeft .contactForm {
  float: left;
  width: 100%;
  margin-bottom: 30px;
  padding-bottom: 30px;
  border-bottom: 1px solid #ddd;
}

.containerAll .colLeft .ifHead {
  float: left;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-bottom: 30px;
  border-bottom: 1px solid #ddd;
  padding-bottom: 20px;
}

.containerAll .colLeft .ifHead .headLeft {
  font-weight: bold;
  font-size: 22px;
  width: 100%;
  margin-bottom: 10px;
  color: #242526;
}

.containerAll .colLeft .ifHead .headRight {
  font-size: 14px;
  line-height: 22px;
  width: 100%;
  color: #333;
  font-weight: 300;
}

.containerAll .colLeft .ifMiddleWrap {
  float: left;
  width: 100%;
}

.containerAll .colLeft .ifMiddleWrap .middleHead {
  float: left;
  width: 100%;
  font-size: 16px;
  color: #242526;
  margin-bottom: 10px;
  font-weight: 600;
}

.containerAll .colLeft .ifMiddleWrap .formWrap {
  float: left;
  width: 100%;
  font-size: 14px;
  color: #242526;
  margin-bottom: 10px;
}

.marT20 {
  margin-top: 20px !important;
}

.marB15 {
  margin-bottom: 15px !important;
}

.containerAll .colLeft .ifMiddleWrap .formWrap .fpLine {
  float: left;
  width: 100%;
}

.containerAll .colLeft .ifMiddleWrap .formWrap .fpLine.formMsg {
  width: 100%;
}

.containerAll .colLeft .ifMiddleWrap .formWrap .fpLine.formMsg textarea {
  height: 120px;
}

.containerAll .colLeft .ifMiddleWrap .formWrap .fpLine .form-group {
  float: left;
  width: 100%;
  margin: 15px 0;
}

.containerAll .colLeft .ifMiddleWrap .formWrap .fpLine .formTel {
  float: left;
  width: 100%;
  margin: 20px 0;
}

.containerAll .colLeft .ifMiddleWrap .formWrap .fpLine .formTel label {
  float: left;
  width: 100%;
  font-size: 14px;
  margin-bottom: 10px;
}

.containerAll .colLeft .ifMiddleWrap .formWrap .fpLine .formTel .telInputs {
  float: left;
  width: 100%;
}

.containerAll .colLeft .ifMiddleWrap .formWrap .fpLine .formTel .telInputs input {
  outline: 0;
  padding: 10px;
  font-size: 16px;
}

.containerAll .colLeft .ifMiddleWrap .formWrap .fpLine .formTel .telInputs .countryCode {
  float: left;
  width: 22%;
  margin-right: 2%;
}

.containerAll .colLeft .ifMiddleWrap .formWrap .fpLine .formTel .telInputs .townCode {
  float: left;
  width: 24%;
  margin-right: 2%;
}

.containerAll .colLeft .ifMiddleWrap .formWrap .fpLine .formTel .telInputs .telNumber {
  float: left;
  width: 50%;
}

.containerAll .colLeft .ifBottom {
  float: left;
  width: 100%;
}

.containerAll .colLeft .ifBottom .checkbox {
  float: left;
  width: 100%;
  margin-bottom: 30px;
}

.containerAll .colLeft .ifBottom .checkbox label {
  font-size: 13px;
}

.containerAll .colLeft .detailAddFavBtn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 20px;
}

.containerAll .colLeft .detailAddFavBtn a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  line-height: 18px;
  background-color: #83b441;
  color: #fff;
  padding: 5px 15px;
  font-size: 14px;
  line-height: 16px;
}

.containerAll .colLeft .detailAddFavBtn a i {
  margin-right: 5px;
  font-size: 14px;
  color: #fff;
}

.containerAll .colLeft .detailAddFavBtn a:hover {
  background-color: #333;
}

.containerAll #slider {
  float: left;
  width: 100%;
  margin-bottom: 30px;
}

.containerAll .dlbHeadline {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  font-size: 18px;
  font-weight: 600;
  color: #242526;
  margin-bottom: 20px;
  letter-spacing: 1px;
}

.containerAll .dlbox {
  float: left;
  width: 100%;
  border: 1px solid #dfe0e5;
  padding: 30px;
  margin-bottom: 30px;
}

.containerAll .dlbox .dDescriptionText {
  float: left;
  width: 100%;
  font-size: 14px;
  line-height: 30px;
  font-weight: 300;
  color: #333;
}

.containerAll .dlbox .extraFeaturesRow {
  float: left;
  width: 100%;
  margin-bottom: 0;
}

.containerAll .dlbox .extraFeaturesRow.efcOpen {
  display: block;
  padding-top: 20px;
}

.containerAll .dlbox .extraFeaturesRow .checkbox {
  float: left;
  width: 25%;
  margin-bottom: 30px;
}

.containerAll .dlbox .extraFeaturesRow .checkbox label, .containerAll .dlbox .extraFeaturesRow .form-radio label {
  color: #242526;
  font-weight: 300;
  font-size: 14px;
}

.containerAll .dlbox.dLocation {
  margin-bottom: 70px;
}

.containerAll .dlbox.dfeatures {
  padding-bottom: 10px;
}

.containerAll .detail .colLeft {
  padding-left: 40px;
  padding-right: 0;
}

.containerAll .detail .colRight .outer {
  max-width: 820px !important;
}

.containerAll .passwordChange {
  width: 300px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin: 20px auto;
}

.containerAll .passwordChange .pcHead {
  float: left;
  width: 100%;
  font-size: 18px;
  font-weight: 600;
  color: #242526;
  margin-bottom: 30px;
  border-bottom: 1px solid #ddd;
  padding-bottom: 10px;
}

.containerAll .passwordChange form {
  float: left;
  width: 300px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-bottom: 20px;
}

.containerAll .passwordChange .pcLine {
  float: left;
  width: 100%;
  margin-bottom: 20px;
  position: relative;
}

.containerAll .passwordChange .pcLine label {
  float: left;
  width: 100%;
  margin-bottom: 5px;
  font-size: 14px;
}

.containerAll .passwordChange .pcLine input {
  float: left;
  width: 100%;
  outline: 0;
  border: 1px solid #ddd;
  padding: 10px 15px;
  font-size: 14px;
}

.containerAll .passwordChange .pcLine .showPass {
  position: absolute;
  right: 10px;
  top: 30px;
  color: #696969;
}

.containerAll .passwordChange .pcLine .small {
  float: left;
  width: 100%;
  font-size: 12px;
  margin-top: 5px;
}

.containerAll .passwordChange .pcLine.tel {
  display: none;
}

.containerAll .passwordChange .pcLine.tel input {
  padding: 10px 10px;
  margin-right: 5px;
}

.containerAll .passwordChange .pcLine.tel input:nth-last-child(1) {
  margin-right: 0;
}

.containerAll .passwordChange .pcLine.tel .countryCode {
  width: 45px;
}

.containerAll .passwordChange .pcLine.tel .areaCode {
  width: 45px;
}

.containerAll .passwordChange .pcLine.tel .telephoneNumber {
  width: 80px;
}

.containerAll .passwordChange .pcLine.changeResetType .form-radio {
  margin: 0;
}

.containerAll .passwordChange .pcLine.changeResetType .form-radio .radio {
  float: left;
  width: 50%;
  margin: 0;
}

.containerAll .passwordChange .ifPassSame {
  display: none;
  float: left;
  width: 100%;
  color: #cc0000;
  font-weight: 700;
}

.containerAll .passwordChange .errorPass {
  display: block;
}

.containerAll .passwordChange button {
  width: 100%;
}

.containerAll .passwordChange .passChangeInfo {
  float: left;
  width: 100%;
  margin-top: 10px;
  font-size: 13px;
  line-height: 18px;
}

.containerAll .bidHeadInfo {
  float: left;
  width: 100%;
  margin-bottom: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.containerAll .bidHeadInfo .nbNameNo {
  font-size: 18px;
  font-weight: 600;
}

.containerAll .bidHeadInfo .autoRefreshText {
  font-size: 12px;
  font-style: italic;
  color: #aeb4b6;
}

.containerAll .bidHeadInfo .autoRefreshText i {
  margin-left: 10px;
}

.containerAll .userInfoWrap {
  float: left;
  width: 100%;
  margin-bottom: 50px;
  border: 1px solid #ddd;
}

.containerAll .userInfoWrap .uiLine {
  float: left;
  width: 100%;
  border-bottom: 1px solid #ddd;
  line-height: 18px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.containerAll .userInfoWrap .uiLine .uiLineLeft {
  float: left;
  width: 220px;
  font-weight: 400;
  padding: 15px 20px;
  font-size: 14px;
}

.containerAll .userInfoWrap .uiLine .uiLineRight {
  float: left;
  font-weight: 400;
  width: calc(100% - 120px);
  padding: 15px 20px;
  font-size: 14px;
  border-left: 1px solid #ddd;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  position: relative;
}

.containerAll .userInfoWrap .uiLine .uiLineRight a {
  color: #6a7be7;
}

.containerAll .userInfoWrap .uiLine .uiLineRight a:hover {
  color: #8c98e6;
}

.containerAll .userInfoWrap .uiLine .uiLineRight > input {
  outline: 0;
  padding: 5px 10px 5px 0;
  width: 100%;
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  border: 0;
  text-transform: none !important;
}

.containerAll .userInfoWrap .uiLine .uiLineRight textarea {
  outline: 0;
  padding: 10px;
  width: 100%;
  font-size: 14px;
  border: 1px solid #ddd;
  resize: none;
  height: 80px;
  font-family: "Poppins", sans-serif;
}

.containerAll .userInfoWrap .uiLine .uiLineRight select {
  outline: 0;
  padding: 10px;
  height: 40px;
  min-width: 200px;
  font-size: 14px;
  border: 1px solid #ddd;
}

.containerAll .userInfoWrap .uiLine .uiLineRight .telInputs {
  float: left;
  width: 100%;
}

.containerAll .userInfoWrap .uiLine .uiLineRight .telInputs input {
  outline: 0;
  padding: 7px 10px;
  font-size: 14px;
  border: 1px solid #ddd;
}

.containerAll .userInfoWrap .uiLine .uiLineRight .telInputs .countryCode {
  float: left;
  width: 50px;
  margin-right: 2%;
}

.containerAll .userInfoWrap .uiLine .uiLineRight .telInputs .townCode {
  float: left;
  width: 60px;
  margin-right: 2%;
}

.containerAll .userInfoWrap .uiLine .uiLineRight .telInputs .telNumber {
  float: left;
  width: 130px;
}

.containerAll .userInfoWrap .uiLine .uiLineRight .username {
  font-size: 12px;
  margin-left: 10px;
  display: inline-block;
  color: #9c9c9c;
  font-style: italic;
}

.containerAll .userInfoWrap .uiLine .uiLineRight .bestBid {
  font-size: 12px;
  margin-left: 10px;
  display: inline-block;
  background-color: #28a745;
  padding: 5px 10px;
  color: #fff;
}

.containerAll .userInfoWrap .uiLine .uiLineRight .uiLRContent {
  float: left;
  width: 100%;
}

.containerAll .userInfoWrap .uiLine .uiLineRight .btn-show-pass {
  position: absolute;
  left: 200px;
  font-size: 15px;
  color: #999999;
  cursor: pointer;
}

.containerAll .userInfoWrap .uiLine.tcNo .uiLineRight {
  height: 56px;
}

.containerAll .userInfoWrap .uiLine.birtday .uiLineRight select {
  min-width: auto;
  margin-right: 10px;
}

.containerAll .userInfoWrap .uiLine.birtday .uiLineRight select:nth-last-child(1) {
  margin-right: 0;
}

.containerAll .userInfoWrap .uiLine.gender .form-radio {
  margin: 0;
}

.containerAll .userInfoWrap .uiLine.gender .form-radio .radio:nth-last-child(1) {
  margin-bottom: 0;
}

.containerAll .userInfoWrap .uiLine.email .uiLineRight input {
  border: 1px solid #ddd;
  padding: 7px 10px;
  width: 278px;
}

.containerAll .userInfoWrap .uiLine a.userAllbidsModalBtn {
  margin-left: 10px;
  text-decoration: none;
}

.containerAll .userInfoWrap .uiLine:nth-last-child(1) {
  border-bottom: none;
}

.containerAll .userInfoWrap .uiLine.corporateLine {
  display: none;
}

.containerAll .userInfoWrap .uiLine .resetContact {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 5px 10px;
  font-size: 13px;
}

.containerAll .userInfoWrap .contractCheck {
  float: left;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 40px 25px;
}

.containerAll .userInfoWrap .contractCheck .passwordCheckText {
  float: left;
  width: 100%;
  font-size: 16px;
  padding: 10px;
  text-align: center;
  font-weight: 600;
  margin-bottom: 10px;
}

.containerAll .userInfoWrap .contractCheck .passwordCheckText.success {
  color: #28a745;
}

.containerAll .userInfoWrap .contractCheck .passwordCheckText.error {
  color: #cc0000;
}

.containerAll .userInfoWrap .contractCheck .ccName {
  float: left;
  width: 100%;
  font-size: 14px;
  margin-bottom: 40px;
  font-weight: 600;
  text-align: center;
}

.containerAll .userInfoWrap .contractCheck .ccName a {
  color: #242526;
}

.containerAll .userInfoWrap .contractCheck .ccName a i {
  font-size: 16px;
  margin-right: 5px;
}

.containerAll .userInfoWrap .contractCheck .ccName a:hover {
  text-decoration: underline;
}

.containerAll .userInfoWrap .contractCheck .ccCheck {
  float: left;
  width: 100%;
  font-size: 14px;
  margin-bottom: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.containerAll .userInfoWrap .contractCheck .ccBtns {
  float: left;
  width: 100%;
  font-size: 14px;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.containerAll .userInfoWrap .contractCheck .ccBtns .disabled {
  background-color: rgba(36, 0, 179, 0.08) !important;
  cursor: not-allowed;
}

.containerAll .userInfoWrap .newBidBtn {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.containerAll .userInfoWrap .newBidBtn .nbInput {
  float: left;
  width: 200px;
  padding-right: 20px;
}

.containerAll .userInfoWrap .newBidBtn .nbInput input {
  outline: 0;
  padding: 10px 10px;
  width: 100%;
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  border: 1px solid #aeb4b6;
  color: #333;
  font-weight: 600;
}

.containerAll .userInfoWrap .newBidBtn .nbBtn {
  float: left;
  font-size: 14px;
  margin-right: 20px;
}

.containerAll .userInfoWrap .newBidBtn .nbBtn button {
  background-color: #28a745;
}

.containerAll .userInfoWrap .newBidBtn .bidChecked {
  float: left;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.containerAll .userInfoWrap .newBidBtn .bidChecked i {
  margin-right: 10px;
  color: green;
  font-size: 38px;
}

.containerAll .userInfoWrap .newBidBtn .bidChecked i.checked {
  color: green;
}

.containerAll .userInfoWrap .newBidBtn .bidChecked i.unChecked {
  color: red;
}

.containerAll .userInfoWrap .newBidBtn .bidChecked span {
  font-size: 16px;
}

.containerAll .bidRsShortInfo {
  float: left;
  width: 100%;
  border: 1px solid #ddd;
}

.containerAll .bidRsShortInfo .siContent {
  float: left;
  width: 100%;
  margin-bottom: 20px;
}

.containerAll .bidRsShortInfo .siImg {
  float: left;
  width: 50%;
  height: 583px;
  overflow: hidden;
}

.containerAll .bidRsShortInfo .siImg img {
  display: block;
  width: 100%;
}

.containerAll .bidRsShortInfo .siTextWrap {
  float: left;
  width: 50%;
}

.containerAll .bidRsShortInfo .siTextWrap .siText {
  float: left;
  width: 100%;
  padding: 20px;
  font-size: 13px;
}

.containerAll .bidRsShortInfo .siTextWrap .siText .siTLeft {
  float: left;
  width: 150px;
  position: relative;
}

.containerAll .bidRsShortInfo .siTextWrap .siText .siTLeft:after {
  content: ":";
  position: absolute;
  right: 10px;
  top: 0;
  font-size: 14px;
}

.containerAll .bidRsShortInfo .siTextWrap .siText .siTRight {
  float: left;
  width: calc(100% - 150px);
}

.containerAll .bidRsShortInfo .siTextWrap .siText:nth-child(odd) {
  background-color: #efefef;
}

.containerAll .bidRsShortInfo .generalFeatures {
  float: left;
  width: 100%;
  margin-bottom: 20px;
  padding: 20px;
}

.containerAll .bidRsShortInfo .generalFeatures .gfHead {
  float: left;
  width: 100%;
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 20px;
  border-bottom: 1px solid #e6e6e6;
  padding-bottom: 20px;
}

.containerAll .bidRsShortInfo .generalFeatures .gfText {
  float: left;
  width: 100%;
}

.containerAll .bidRsShortInfo .generalFeatures .gfText p {
  font-size: 14px;
  float: left;
  width: 100%;
  margin-bottom: 10px;
  line-height: 20px;
}

.containerAll .callUs {
  float: left;
  width: 100%;
  margin-bottom: 20px;
  border-bottom: 1px solid #e6e6e6;
  padding-bottom: 20px;
}

.containerAll .callUs .name {
  float: left;
  width: 100%;
  font-size: 14px;
  margin-bottom: 10px;
}

.containerAll .callUs .tel {
  float: left;
  width: 100%;
  font-size: 14px;
  margin-bottom: 10px;
}

.containerAll .callUs .email {
  float: left;
  width: 100%;
  font-size: 14px;
}

.containerAll .callUs .email a {
  color: #3c8dbc;
}

.containerAll .callUs .email a:hover {
  text-decoration: underline;
}

.containerAll .successedNotify {
  float: left;
  width: 100%;
  padding: 20px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 99;
  display: none;
}

.containerAll .successedNotify span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #fff;
  font-weight: 600;
  line-height: 22px;
}

.containerAll .successedNotify span i {
  font-size: 22px;
  color: #fff;
  margin-right: 5px;
}

.containerAll .successedNotify .notifyCloseBtn {
  color: #fff;
  font-size: 30px;
}

.containerAll .successedNotify.error {
  background-color: #cc0000;
}

.containerAll .successedNotify.error span i.fa-exclamation-circle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.containerAll .successedNotify.error span i.fa-check-circle {
  display: none;
}

.containerAll .successedNotify.success {
  background-color: #28a745;
}

.containerAll .successedNotify.success span i.fa-exclamation-circle {
  display: none;
}

.containerAll .successedNotify.success span i.fa-check-circle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.containerAll .stepsGuideWrap {
  float: left;
  width: 100%;
  margin-bottom: 20px;
}

.containerAll .stepsGuideWrap ul {
  float: left;
  width: 100%;
}

.containerAll .stepsGuideWrap ul li {
  float: left;
  width: 20%;
  padding: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.containerAll .stepsGuideWrap ul li .stepNumber {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: 3px solid #4285f4;
}

.containerAll .stepsGuideWrap ul li .stepNumber span {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #fff;
  background-color: #4285f4;
  font-weight: 600;
}

.containerAll .stepsGuideWrap ul li .stepText {
  width: auto;
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  color: #696969;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.containerAll .stepsGuideWrap ul li .stepText span {
  padding: 15px 15px 15px 0;
  font-size: 14px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-weight: 600;
}

.containerAll .stepsGuideWrap ul li .stepText span i {
  font-size: 16px;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #fff;
  background-color: #4285f4;
  margin-left: -15px;
  margin-right: 5px;
}

.containerAll .stepsGuideWrap ul li .stepText:after {
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  height: 1px;
  content: "";
  background-color: #ddd;
  display: none;
}

.containerAll .stepsGuideWrap ul li.active {
  background-color: #f1f1f1;
  border: 1px solid #ddd;
  border-radius: 40px;
}

.containerAll .stepsGuideWrap ul li:nth-child(2) .stepText span i {
  font-size: 13px;
  padding-left: 5px;
}

.containerAll .stepsGuideWrap ul li:nth-child(3) .stepText span i {
  font-size: 13px;
}

.containerAll .mobileWizardName {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  font-size: 16px;
  font-weight: 600;
  color: #4285f4;
  margin-bottom: 30px;
  display: none;
}

.containerAll .contractWrap .contractIframe {
  float: left;
  width: 100%;
  margin-bottom: 30px;
  border: 1px solid #e6e6e6;
  padding: 20px;
}

.containerAll .contractWrap .contractCheckboxs {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 20px;
}

.containerAll .contractWrap .contractCheckboxs .contractBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}

.containerAll .contractWrap .contractCheckboxs .contractBox .contractZoomBtn {
  background-color: #6a7be7;
  color: #fff;
  padding: 5px 10px;
  font-size: 13px;
  font-weight: 600;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 80px;
  margin-bottom: 15px;
}

.containerAll .contractWrap .contractCheckboxs .contractBox .contractZoomBtn i {
  font-size: 18px;
  margin-left: 5px;
}

.containerAll .contractWrap .contractCheckboxs .contractBox:nth-child(1) {
  padding-right: 20px;
}

.containerAll .contractWrap .contractCheckboxs .contractBox:nth-child(2) {
  padding-left: 20px;
}

.containerAll .contractWrap .contractCheckboxs .contractBox .contractText {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  font-size: 13px;
  line-height: 18px;
  margin-bottom: 10px;
  height: 200px;
  border: 1px solid #ddd;
  padding: 10px 20px;
  overflow-y: auto;
  border-radius: 6px;
  font-family: "Poppins", sans-serif !important;
}

.containerAll .contractWrap .contractCheckboxs .contractBox .contractText .documentWrap {
  font-family: "Poppins", sans-serif !important;
}

.containerAll .contractWrap .contractCheckboxs .contractBox .checkbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.containerAll .contractWrap .contractCheckboxs .contractBox .checkbox label {
  font-weight: 600;
}

.containerAll .contractWrap .contractCheckWrap {
  float: left;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 50px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.containerAll .contractWrap .contractCheckWrap button {
  margin: 0 10px;
}

.containerAll .contractWrap .contractCheckWrap button:nth-last-child(1) {
  background-color: #cc0000;
}

.containerAll .payInfo {
  float: left;
  width: 100%;
  margin-bottom: 30px;
  font-family: "Roboto", sans-serif;
}

.containerAll .payInfo div {
  float: left;
  width: 100%;
  margin-bottom: 10px;
  font-size: 16px;
}

.containerAll .payInfo .piHead {
  float: left;
  width: 100%;
  margin-bottom: 30px;
  font-size: 18px;
  font-weight: 600;
  color: #242526;
}

.containerAll .payInfo .piLine2 {
  margin-bottom: 20px;
}

.containerAll .payInfo .bankAccountInfo {
  font-size: 16px;
  margin-top: 20px;
}

.containerAll .bidHeadText {
  float: left;
  width: 120px;
}

.containerAll .bidCounter {
  float: left;
  width: calc(100% - 120px);
}

.containerAll .goToBid {
  font-size: 24px;
  font-weight: 600;
  margin-top: 40px;
  line-height: 26px;
}

.containerAll .goToBid a:hover {
  text-decoration: underline;
}

.containerAll .wizardNextStepBtn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  width: 100%;
  padding: 20px 0;
}

.containerAll .wizardNextStepBtn a {
  float: right;
  background-color: #4285f4;
  border: 2px solid #4285f4;
  color: #fff;
  border-radius: 30px;
  padding: 15px 15px 15px 30px;
  margin-left: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.containerAll .wizardNextStepBtn a i {
  margin-left: 20px;
  font-size: 24px;
  color: #fff;
}

.containerAll .wizardNextStepBtn a:hover {
  background-color: #fff;
  color: #4285f4;
}

.containerAll .wizardNextStepBtn a:hover i {
  color: #4285f4;
}

.containerAll .myBids {
  float: left;
  width: 100%;
  margin-bottom: 20px;
  padding: 0 20px;
}

.containerAll .detailFormBidBtn {
  width: 100%;
}

.containerAll .myBidSection {
  float: left;
  width: 100%;
}

.containerAll .myBidSection .myBidSectionHead {
  float: left;
  width: 100%;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.containerAll .myBidSection .myBidSectionHead select {
  height: 40px;
  outline: 0;
}

.containerAll .myBidSection .mbsContent {
  float: left;
  width: 100%;
  margin-bottom: 40px;
  padding: 40px;
  border: 1px solid #d4d4d4;
  position: relative;
}

.containerAll .myBidSection .mbsContent .myBidStatusInfo {
  float: left;
  width: 100%;
  margin-bottom: 20px;
}

.containerAll .myBidSection .mbsContent .myBidStatusInfo .mbsHead {
  float: left;
  width: 100%;
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.containerAll .myBidSection .mbsContent .myBidStatusInfo .mbsHead .mbsHeadRight {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}

.containerAll .myBidSection .mbsContent .myBidStatusInfo .mbsHead .mbsHeadRight .documentBtn {
  font-size: 13px;
  background-color: #6a7be7;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 10px 15px;
  margin-right: 10px;
  border-radius: 3px;
}

.containerAll .myBidSection .mbsContent .myBidStatusInfo .mbsHead .mbsHeadRight .documentBtn i {
  font-size: 18px;
  margin-left: 20px;
  color: #fff;
}

.containerAll .myBidSection .mbsContent .myBidStatusInfo .mbsHead .mbsHeadRight .documentBtn:hover {
  background-color: #333;
}

.containerAll .myBidSection .mbsContent .myBidStatusInfo .mbsHead .mbsHeadRight .deleteREbox {
  float: left;
  font-size: 20px;
  padding: 10px;
  background: #6a7be7;
  color: #fff;
}

.containerAll .myBidSection .mbsContent .myBidStatusInfo .mbsText {
  float: left;
  width: 100%;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  margin-bottom: 20px;
}

.containerAll .myBidSection .mbsContent .imgWrap {
  margin-bottom: 0 !important;
}

.containerAll .payOkayBtn {
  float: left;
  background-color: #fff;
  border: 2px solid #4285f4;
  color: #4285f4;
  border-radius: 5px;
  padding: 10px 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  font-size: 14px;
  margin-bottom: 20px;
}

.containerAll .payOkayBtn i {
  margin-left: 20px;
  font-size: 18px;
  color: #4285f4;
}

.containerAll .payOkayBtn:hover {
  background-color: #4285f4;
  color: #fff;
}

.containerAll .payOkayBtn:hover i {
  color: #fff;
}

.containerAll .payBidOkay {
  float: left;
  font-size: 20px;
  background-color: #4285f4;
  border: 2px solid #4285f4;
  color: #fff;
  border-radius: 5px;
  padding: 10px 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 20px;
}

.containerAll .payBidOkay i {
  margin-left: 20px;
  font-size: 18px;
  color: #fff;
}

.containerAll .payBidOkay:hover {
  background-color: #fff;
  color: #4285f4;
}

.containerAll .payBidOkay:hover i {
  color: #4285f4;
}

.containerAll .payInfoModalBtn {
  float: right;
  padding: 14px;
  font-size: 16px;
  display: block;
  text-decoration: underline;
  margin-left: 20px;
}

.containerAll .productDescriptionTable {
  float: left;
  width: 100%;
}

.containerAll .productDescriptionTable li {
  float: left;
  width: 100%;
  border-bottom: 1px solid #ececec;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 42px;
  padding: 10px 0;
}

.containerAll .productDescriptionTable li > span {
  float: left;
  font-size: 13px;
}

.containerAll .productDescriptionTable li > span:nth-child(1) {
  width: 20%;
}

.containerAll .productDescriptionTable li > span:nth-child(2) {
  width: 80%;
  padding-left: 10px;
}

.containerAll .productDescriptionTable li:nth-last-child(1) {
  border-bottom: 0;
}

.containerAll .dfeaturesText {
  float: left;
  width: 100%;
  margin-bottom: 40px;
}

.containerAll .dfeaturesText .dlbHeadline {
  font-size: 15px;
}

.containerAll .passHelp {
  float: left;
  width: 100%;
  font-size: 14px;
  padding: 20px;
}

.containerAll .accountTypeSelect {
  float: left;
  width: 100%;
  margin-bottom: 10px;
}

.containerAll .accountTypeSelect .form-radio {
  margin: 0;
}

.containerAll .accountTypeSelect .radio {
  float: left;
  margin-right: 20px;
}

.containerAll .loginPage {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  background-color: #fff;
  position: static;
}

.containerAll .loginPage .ifContent {
  border: 1px solid #ececec;
}

.containerAll .mobileSearchLink {
  display: none;
}

.containerAll #thumbs .item {
  height: 115px;
  background-color: #fff;
}

.containerAll #thumbs .current .item {
  height: 115px;
  border-bottom: 5px solid #222;
  background: #fff !important;
}

.containerAll .searchModuleLinkMobile {
  float: left;
  width: 100%;
  background-color: #697be7;
  padding: 10px;
  margin-bottom: 10px;
  font-size: 14px;
  color: #fff;
  font-weight: 600;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  display: none;
}

.msgSucceed {
  float: left;
  width: 100%;
  padding: 10px 0;
  font-weight: bold;
  font-size: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.msgSucceed i {
  font-size: 20px;
  margin-right: 5px;
}

.cookiePermission {
  position: fixed;
  left: 0;
  bottom: 0;
  right: 0;
  background-color: #fff;
  padding: 10px 20px;
  font-size: 12px;
  line-height: 18px;
  z-index: 9;
  width: 100%;
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
  text-align: center;
  display: none;
}

.cookiePermission .cookiePermissionCloseBtn {
  position: absolute;
  right: 10px;
  top: 10px;
  font-size: 14px;
}

.cookiePermission .cookieAccept {
  margin: 5px;
  background-color: #555;
  color: #fff;
  padding: 5px 10px;
  font-size: 11px;
  font-weight: 600;
  display: inline-block;
}

.disabled {
  background-color: rgba(36, 0, 179, 0.08) !important;
  cursor: not-allowed;
}

.tooltip {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background-color: #199bfc;
  color: #fff;
  font-size: 8px;
}

.tooltip span {
  position: absolute;
  bottom: 100%;
  display: none;
  margin-bottom: 5px;
  padding: 15px;
  background-color: #222;
  font-size: 14px;
  line-height: 20px;
  text-align: left;
  -webkit-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
  width: 200px;
  border-radius: 10px;
}

.tooltip.left span {
  left: 0;
}

.tooltip.right span {
  right: 0;
}

.tooltip.bottom span {
  top: 100%;
  bottom: auto;
  margin-top: 5px;
}

.tooltip:hover span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.tooltipPrice {
  float: left;
  margin-right: 10px;
}

.hide {
  display: none !important;
}

.contractTextModal {
  font-size: 14px;
  line-height: 22px;
  font-family: "Poppins", sans-serif !important;
}

.streetViewBtn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 14px;
  font-weight: 400;
  color: #242526;
  border: 1px solid #242526;
  padding: 10px 20px;
  border-radius: 20px;
  letter-spacing: 0;
}

.streetViewBtn i {
  margin-right: 5px;
  font-size: 16px;
  color: #242526;
}

.streetViewBtn:hover {
  background-color: #242526;
  color: #fff;
}

.streetViewBtn:hover i {
  color: #fff;
}

.documentDownloadModal .documentBtn {
  font-size: 13px;
  background-color: #6a7be7;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 10px 15px;
  margin-right: 10px;
  border-radius: 30px;
  margin-bottom: 20px;
}

.documentDownloadModal .documentBtn i {
  font-size: 18px;
  margin-left: 20px;
  color: #fff;
}

.documentDownloadModal .documentBtn:hover {
  background-color: #333;
}

.searchTotalResult {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  margin-bottom: 10px;
  font-size: 13px;
}

.searchTotalResult .count {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.searchTotalResult .count span {
  font-weight: 600;
  margin-right: 5px;
}

.searchTotalResult .saveSearchModalBtn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 13px;
  font-weight: 600;
}

.searchTotalResult .saveSearchModalBtn i {
  font-size: 15px;
  margin-right: 5px;
}

.searchResultSummary {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
  margin-bottom: 10px;
  gap: 10px;
}

.searchResultSummary .tag {
  background-color: #f1f1f1;
  padding: 5px 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.searchResultSummary .tag span {
  font-size: 12px;
  color: #666;
}

.searchResultSummary .tag a {
  font-size: 13px;
  margin-left: 10px;
  height: 12px;
}

.searchResultSummary .tag.clearAllTags {
  background: transparent;
}

.searchResultSummary .tag.clearAllTags span {
  color: #3c8dbc;
}

.favHeadWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.favHead {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 60%;
  margin-bottom: 20px;
  gap: 10px;
}

.favHead a {
  padding: 5px 15px;
  border-radius: 5px 5px 0 0;
  height: 30px;
  background-color: #f1f1f1;
  color: #222;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 14px;
  font-weight: 600;
}

.favHead a i {
  font-size: 12px;
  margin-right: 10px;
  color: #222;
}

.favHead a.active {
  background-color: #6a7be7;
  color: #fff;
}

.favHead a.active i {
  color: #fff;
}

.removeFavListBtn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 40%;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.removeFavListBtn a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 14px;
}

.removeFavListBtn a i {
  margin-right: 5px;
}

.favSearchList {
  display: flex;
  width: 100%;
  max-width: 800px;
  flex-wrap: wrap;
}
.favSearchList li {
  display: flex;
  align-items: center;
  width: 100%;
  border-bottom: 1px solid #ddd;
  padding: 20px;
}
.favSearchList li .favItem {
  display: flex;
  align-items: center;
  width: calc(100% - 200px);
  font-size: 16px;
  color: #222;
}
.favSearchList li .favItem i {
  font-size: 18px;
  margin-left: 10px;
  color: #3c8dbc;
}
.favSearchList li .notifySwitch {
  width: 200px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.favSearchList li .notifySwitch span {
  font-size: 14px;
  margin-right: 5px;
}
.favSearchList li:hover {
  background-color: #f1f1f1;
}

.accountLoginInfo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.accountLoginInfo .infoHead {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 10px;
  font-weight: 600;
}

.accountLoginInfo .infoList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.accountLoginInfo .infoList li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  border-bottom: 1px solid #f1f1f1;
}

.accountLoginInfo .infoList li span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 10px 15px 10px 0;
  font-size: 14px;
}

.accountLoginInfo .infoList li span:nth-child(1) {
  width: 30%;
}

.accountLoginInfo .infoList li span:nth-child(2) {
  width: 40%;
}

.accountLoginInfo .infoList li span:nth-child(3) {
  width: 30%;
}

.accountLoginInfo .infoList li span i {
  font-size: 18px;
  margin-right: 5px;
}

.accountLoginInfo .infoList li span i.fa-circle-check {
  color: #28a745;
}

.accountLoginInfo .infoList li span i.fa-circle-xmark {
  color: #cc0000;
}

.accountLoginInfo .infoList li.head span {
  font-weight: 600;
}

.line2fa {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.select2faTypeWrap, .after2faLoginWrap {
  display: none;
}

.select2faTypeWrap.show, .after2faLoginWrap.show {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.select2faTypeWrap .headText, .after2faLoginWrap .headText {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-bottom: 20px;
  font-size: 14px;
  line-height: 18px;
}

.after2faLoginWrap .fpLine {
  padding-left: 0 !important;
}

.after2faLoginWrap .reSend2faCode {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 14px;
  margin-top: 20px;
}

#counter2fa {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-bottom: 20px;
}

.switchBtn input[type=checkbox] {
  height: 0;
  width: 0;
  visibility: hidden;
  display: none;
}

.switchBtn label {
  cursor: pointer;
  text-indent: -9999px;
  width: 40px;
  height: 19px;
  background: grey;
  display: block;
  border-radius: 20px;
  position: relative;
}

.switchBtn label:after {
  content: "";
  position: absolute;
  top: 2px;
  left: 3px;
  width: 15px;
  height: 15px;
  background: #fff;
  border-radius: 30px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.switchBtn input:checked + label {
  background: #83b441;
}

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

.switchBtn label:active:after {
  width: 15px;
}

.notifySettings {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-bottom: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.notifySettings .notifySettingsHead {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-bottom: 20px;
  margin-top: 20px;
  font-weight: 600;
}

.listingAddFav {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  font-size: 14px;
  margin-bottom: 10px;
}

.listingAddFav i {
  margin-right: 5px;
}

.listingFavHeadline {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 10px;
}

.listingFavDescription {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  font-size: 14px;
  line-height: 18px;
}

.newFavListLine {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  border-top: 1px solid #eee;
  padding-top: 20px;
}

.removeFavBtn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  font-size: 14px;
}

.removeFavBtn i {
  margin-right: 5px;
}

.viewTable .imgWrap {
  width: 48%;
}
.viewTable .imgWrap .iContent {
  flex-wrap: wrap;
}
.viewTable .imgWrap .iContent .imgHead {
  width: 100% !important;
}
.viewTable .imgWrap .iContent .reInfo {
  width: 100% !important;
}
.viewTable .imgWrap .iContent .reInfo .listingAddFav {
  justify-content: flex-start;
}
.viewTable .imgWrap .iContent .addBid {
  width: 100% !important;
}
.viewTable .imgWrap:nth-child(odd) {
  margin-right: 2%;
}
.viewTable .imgWrap:nth-child(even) {
  margin-left: 2%;
}

.paginationInfo {
  display: flex;
  width: 100%;
  font-size: 13px;
  font-style: italic;
  justify-content: center;
  color: #696969;
  margin-bottom: 10px;
}

.pageViewNumber {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  font-size: 13px;
}
.pageViewNumber span {
  display: flex;
  align-items: center;
  margin-right: 5px;
}
.pageViewNumber a {
  display: flex;
  color: #6a7be7;
  padding: 5px;
  margin: 0 5px;
}
.pageViewNumber a.active {
  background-color: #eee;
}

.realEstateBidDetail{
  color: #FFF;
  text-decoration: underline;
}

@media (max-width: 1200px) {
  .containerAll .sContent.listingResults .imgWrap .iContent {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .containerAll .sContent.listingResults .imgWrap .iContent .imgHead {
    width: 40%;
  }
  .containerAll .sContent.listingResults .imgWrap .iContent .reInfo {
    width: 60%;
  }
  .containerAll .sContent .addBid {
    width: 100%;
  }
  .containerAll .listingSortBy .sortList {
    width: 100%;
  }
  .containerAll .listingSortBy .priceOrder {
    float: left;
    margin-top: 10px;
  }
  .containerAll .listingSortBy .switchView {
    float: right;
  }
  .containerAll .listingSortBy .switchView a:nth-last-child(1) {
    margin-right: 0;
  }
  .viewTable .imgWrap {
    width: 100% !important;
  }
  .viewTable .imgWrap:nth-child(even), .viewTable .imgWrap:nth-child(odd) {
    margin: 0;
  }
}


.searchTotalResult .count {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.searchTotalResult .count span {
  font-weight: 600;
  margin-right: 5px;
}

.searchTotalResult .saveSearchModalBtn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 13px;
  font-weight: 600;
}

.searchTotalResult .saveSearchModalBtn i {
  font-size: 15px;
  margin-right: 5px;
}

.searchResultSummary {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
  margin-bottom: 10px;
  gap: 10px;
}

.searchResultSummary .tag {
  background-color: #f1f1f1;
  padding: 5px 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.searchResultSummary .tag span {
  font-size: 12px;
  color: #666;
}

.searchResultSummary .tag a {
  font-size: 13px;
  margin-left: 10px;
  height: 12px;
}

.searchResultSummary .tag.clearAllTags {
  background: transparent;
}

.searchResultSummary .tag.clearAllTags span {
  color: #3c8dbc;
}

.favHead {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-bottom: 20px;
  gap: 10px;
}

.favHead a {
  padding: 5px 15px;
  border-radius: 5px 5px 0 0;
  height: 30px;
  background-color: #f1f1f1;
  color: #222;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 14px;
  font-weight: 600;
}

.favHead a i {
  font-size: 12px;
  margin-right: 10px;
  color: #222;
}

.favHead a.active {
  background-color: #6a7be7;
  color: #fff;
}

.favHead a.active i {
  color: #fff;
}

.favSearchList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 600px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.favSearchList .favItem {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  padding: 20px;
  font-size: 16px;
  border-bottom: none;
  color: #222;
}

.favSearchList .favItem i {
  font-size: 18px;
  margin-left: 10px;
  color: #3c8dbc;
}

.favSearchList .favItem:hover {
  background-color: #f1f1f1;
}

.accountLoginInfo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.accountLoginInfo .infoHead {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 10px;
  font-weight: 600;
}

.accountLoginInfo .infoList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.accountLoginInfo .infoList li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  border-bottom: 1px solid #f1f1f1;
}

.accountLoginInfo .infoList li span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 10px 15px 10px 0;
  font-size: 14px;
}

.accountLoginInfo .infoList li span:nth-child(1) {
  width: 30%;
}

.accountLoginInfo .infoList li span:nth-child(2) {
  width: 40%;
}

.accountLoginInfo .infoList li span:nth-child(3) {
  width: 30%;
}

.accountLoginInfo .infoList li span i {
  font-size: 18px;
  margin-right: 5px;
}

.accountLoginInfo .infoList li span i.fa-circle-check {
  color: #28a745;
}

.accountLoginInfo .infoList li span i.fa-circle-xmark {
  color: #cc0000;
}

.accountLoginInfo .infoList li.head span {
  font-weight: 600;
}

.line2fa {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.select2faTypeWrap, .after2faLoginWrap {
  display: none;
}

.select2faTypeWrap.show, .after2faLoginWrap.show {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.select2faTypeWrap .headText, .after2faLoginWrap .headText {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-bottom: 20px;
  font-size: 14px;
  line-height: 18px;
}

.after2faLoginWrap .fpLine {
  padding-left: 0 !important;
}

.after2faLoginWrap .reSend2faCode {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 14px;
  margin-top: 20px;
}

#counter2fa {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-bottom: 20px;
}

.switchBtn input[type=checkbox] {
  height: 0;
  width: 0;
  visibility: hidden;
  display: none;
}

.switchBtn label {
  cursor: pointer;
  text-indent: -9999px;
  width: 40px;
  height: 19px;
  background: grey;
  display: block;
  border-radius: 20px;
  position: relative;
}

.switchBtn label:after {
  content: '';
  position: absolute;
  top: 2px;
  left: 3px;
  width: 15px;
  height: 15px;
  background: #fff;
  border-radius: 30px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.switchBtn input:checked + label {
  background: #83b441;
}

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

.switchBtn label:active:after {
  width: 15px;
}


@media (max-width: 1200px) {
  .containerAll .sContent.listingResults .imgWrap .iContent {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .containerAll .sContent.listingResults .imgWrap .iContent .imgHead {
    width: 40%;
  }
  .containerAll .sContent.listingResults .imgWrap .iContent .reInfo {
    width: 60%;
  }
  .containerAll .sContent .addBid {
    width: 100%;
  }
  .containerAll .listingSortBy .sortList {
    width: 100%;
  }
  .containerAll .listingSortBy .priceOrder {
    float: left;
    margin-top: 10px;
  }
}

@media (max-width: 1023px) {
  .featuredBoxLine .box3 {
    width: 50% !important;
  }
  .containerAll .colLeft, .containerAll .colRight {
    width: 100%;
    padding: 0;
  }
  #results .container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .containerAll .mobileSearchLink {
    display: block;
  }
  .containerAll .colLeft {
    padding-top: 30px;
  }
  .containerAll .stepsGuideWrap ul li {
    padding: 0;
  }
  .containerAll .stepsGuideWrap ul li .stepNumber {
    border: 0;
  }
  .containerAll .stepsGuideWrap ul li .stepNumber span {
    width: 50px;
    height: 50px;
  }
  .containerAll .stepsGuideWrap ul li .stepText span i {
    display: none;
  }
  .containerAll .stepsGuideWrap ul li .stepText span {
    padding: 10px 10px 10px 5px;
  }
  .containerAll .stepsGuideWrap ul li.active {
    background: transparent;
    border: 0;
  }
  .containerAll .stepsGuideWrap ul li.active .stepNumber {
    border: 3px solid #1d417d;
  }
  .containerAll .stepsGuideWrap ul li.active .stepNumber span {
    background-color: #1d417d;
  }
  .containerAll .stepsGuideWrap ul li.active .stepText span i {
    background-color: #1d417d;
  }
  .containerAll .bidRsShortInfo .siImg {
    width: 100%;
    height: auto;
  }
  .containerAll .bidRsShortInfo .siTextWrap {
    width: 100%;
  }
  .containerAll .userInfoWrap .uiLine .uiLineRight {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .containerAll .userInfoWrap .newBidBtn .bidChecked {
    width: 100%;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    margin-top: 20px;
  }
}

@media (max-width: 767px) {
  .containerAll header .headerRight .menu {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 100%;
    background-color: #fff;
    padding: 30px;
    position: fixed;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    height: 100%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: none;
  }
  .containerAll header .headerRight .loginBtn .accountDDmenu {
    display: block;
    padding: 0;
    -webkit-box-shadow: none;
            box-shadow: none;
    position: static;
    margin-top: 20px;
    border-top: 1px solid #ececec;
    padding-top: 20px;
  }
  .containerAll header .headerRight .loginBtn .accountDDmenu li a {
    font-size: 16px;
    border: 0;
    padding: 0;
    border-bottom: 1px solid #ececec;
    padding-bottom: 20px;
  }
  .containerAll header .headerRight a {
    padding: 0;
    float: left;
    width: 100%;
    margin-bottom: 20px;
    font-size: 16px;
    border-bottom: 1px solid #ececec;
    padding-bottom: 20px;
  }
  .containerAll header .headerRight a.signInmModalBtn {
    margin-left: 0;
    width: 100%;
    border-radius: 0;
    border: 0;
    padding: 0;
    border-bottom: 1px solid #ececec;
    padding-bottom: 20px;
  }
  .containerAll header .headerRight .loginBtn {
    margin-left: 0;
    width: 100%;
    border-radius: 0;
    border: 0;
    padding: 0;
    font-size: 16px;
    margin-top: 30px;
  }
  .containerAll header .headerRight a i {
    width: 20px;
    margin: 0;
    text-align: left;
  }
  .containerAll header .headerRight .loginBtn i {
    width: 20px;
  }
  .modalWrap .ifContent {
    height: 100%;
    max-height: 100%;
  }
  .modalWrap .ifContent .ifBottom {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .modalWrap .ifContent .ifBottom .notRobotWrap {
    width: 100%;
    margin-bottom: 20px;
  }
  .modalWrap .ifContent .ifBottom .notRobotWrap img {
    width: 100%;
  }
  .modalWrap .ifContent .ifBottom .signInBtns {
    width: 100%;
  }
  .modalWrap .ifContent .ifMiddleWrap .formWrap .fpLine {
    width: 100%;
    padding: 0;
  }
  .modalWrap .ifContent .ifMiddleWrap .formWrap .fpLine:nth-child(1), .modalWrap .ifContent .ifMiddleWrap .formWrap .fpLine:nth-child(2) {
    padding: 0;
  }
  .modalWrap .ifContent {
    padding: 20px;
  }
  .modalWrap .newAccountWrap .naBtn {
    width: 100%;
    text-align: center;
  }
  .containerAll header .headerRight .loginBtn:hover {
    background: #fff;
    color: #222;
  }
  .containerAll header .headerRight .loginBtn:hover i {
    color: #222;
  }
  .containerAll header .headerRight .loginBtn .accountDDmenu li a:hover {
    color: #222;
  }
  .containerAll header .headerRight .menuCloseBtn {
    display: block;
    position: absolute;
    right: 16px;
    top: 29px;
    color: #222;
    font-size: 34px;
    width: auto;
    padding: 0;
    margin: 0;
    border: 0;
  }
  .containerAll header .headerRight .menuCloseBtn i {
    width: auto;
  }
  .containerAll header .headerRight .menuOpenBtn {
    display: block;
    font-size: 30px;
    color: #222;
    width: auto;
    padding: 0;
    margin: 0;
    border: 0;
  }
  .containerAll header .headerRight .menuOpenBtn i {
    width: auto;
  }
  .containerAll .sContent.listingResults .imgWrap .iContent {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .containerAll .sContent.listingResults .imgWrap .iContent .imgHead {
    width: 100%;
  }
  .containerAll .sContent.listingResults .imgWrap .iContent .reInfo {
    width: 100%;
  }
  .containerAll .sContent .addBid {
    width: 100%;
  }
  .containerAll .sContent .imgWrap .iContent .counterWrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .containerAll .sContent .imgWrap .iContent .counterWrap .cText {
    float: left;
    width: 100%;
    border: 0;
    padding: 0;
    margin: 0;
    padding: 10px 0;
  }
  .containerAll .sContent .imgWrap .iContent .counterWrap .remaningTime {
    padding: 10px 0;
    width: 100%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .containerAll .sContent .imgWrap .iContent .counterWrap .remaningTime li:nth-last-child(1) {
    padding-right: 0;
  }
  .containerAll .sContent .imgWrap .iContent .counterWrap .offerAlarm {
    width: 100%;
    text-align: center;
    padding: 10px 0;
  }
  .containerAll footer .footer {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .containerAll footer .footer .footerLeft {
    margin-bottom: 20px;
  }
  .container #thumbs {
    padding: 0;
  }
  .containerAll .detail .colRight .outer {
    max-width: 100% !important;
  }
  .owl-carousel .owl-stage {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .containerAll #thumbs .current .item {
    height: 58px;
  }
  .containerAll #thumbs .item {
    height: 58px;
  }
  .owl-carousel-thumb .owl-stage {
    height: auto !important;
  }
  .containerAll .banner .listingContent .headline .counterWrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .containerAll .banner .listingContent {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .containerAll .banner .listingContent .headline .counterWrap {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .containerAll .banner .listingContent .headline .counterWrap ul li {
    font-size: 13px;
  }
  .containerAll .banner .listingContent .headline .counterWrap .counterLine:nth-child(2) {
    padding: 15px;
    background-color: #55a846;
    border-radius: 6px;
  }
  .containerAll .banner .listingContent .headline .counterWrap .cText {
    margin-bottom: 10px;
    margin-right: 0;
  }
  .containerAll .banner .listingContent {
    padding: 20px;
  }
  .containerAll .productDescriptionTable li {
    height: auto;
  }
  .containerAll .productDescriptionTable li span:nth-child(1) {
    width: 40%;
  }
  .containerAll .productDescriptionTable li > span:nth-child(2) {
    width: 60%;
    line-height: 20px;
  }
  .containerAll .dlbox .extraFeaturesRow .checkbox {
    width: 50%;
  }
  .containerAll .detail .colLeft {
    padding-left: 0;
  }
  .containerAll .listingSortBy .sortList {
    display: none;
  }
  .containerAll .listingSortBy .sortListMobile {
    display: block;
    width: 100%;
    padding: 10px;
    outline: 0;
    border: 1px solid #ddd;
    background: #fff;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    margin-bottom: 10px;
  }
  .containerAll .listingSortBy {
    height: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .containerAll .banner {
    margin-bottom: 20px;
  }
  .containerAll .loginPage .ifContent {
    padding: 0;
    border: 0;
  }
  .containerAll .myBidSection .mbsContent {
    padding: 0;
    border: 0;
    border-bottom: 3px solid #ddd;
    padding-bottom: 50px;
    margin-bottom: 50px;
  }
  .containerAll .myBidSection .myBidSectionHead {
    padding-left: 15px;
    border-bottom: 1px solid #ececec;
    padding-bottom: 10px;
  }
  .containerAll .myBidSection .mbsContent .myBidStatusInfo {
    width: calc(100% - 50px);
  }
  .containerAll .userInfoWrap .uiLine {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    padding: 20px;
  }
  .containerAll .userInfoWrap .uiLine .uiLineLeft {
    width: 100%;
    padding: 0;
    margin-bottom: 10px;
  }
  .containerAll .userInfoWrap .uiLine .uiLineRight {
    width: 100%;
    border-left: 0;
    padding: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .containerAll .userInfoWrap .uiLine .uiLineRight select, .containerAll .userInfoWrap .uiLine .uiLineRight input {
    width: 100%;
  }
  .containerAll .userInfoWrap .uiLine.birtday .uiLineRight .dateInput {
    width: 100%;
  }
  .jquery-datepicker.is-popup {
    width: 100% !important;
    left: 0 !important;
  }
  .jquery-datepicker.is-popup.tip-left::before, .jquery-datepicker.is-popup.tip-left::after {
    left: 45px !important;
  }
  .containerAll .passHelp {
    padding: 0;
  }
  .containerAll .stepsGuideWrap ul li {
    width: 100%;
  }
  .containerAll .wizardNextStepBtn a {
    width: 100%;
    margin-left: 0;
  }
  .containerAll .contractWrap .contractIframe {
    padding: 0;
  }
  .containerAll .contractWrap .contractCheckWrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .containerAll .contractWrap .contractCheckWrap button {
    margin: 0;
    width: 100%;
    margin-bottom: 10px;
  }
  .containerAll .stepsGuideWrap ul li {
    padding: 15px;
    width: 20%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 5px;
  }
  .containerAll .stepsGuideWrap ul li .stepNumber {
    border: 3px solid #4285f4;
  }
  .containerAll .stepsGuideWrap ul li .stepNumber span {
    width: 38px;
    height: 38px;
  }
  .containerAll .stepsGuideWrap ul li .stepText {
    margin-top: -20px;
  }
  .containerAll .stepsGuideWrap ul li .stepText span {
    padding: 5px;
  }
  .containerAll .stepsGuideWrap ul li .stepText span i {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0;
  }
  .containerAll .stepsGuideWrap ul li .stepText .wizardText {
    display: none;
  }
  .containerAll .mobileWizardName {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .containerAll .banner .listingContent .headline {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    margin-bottom: 10px;
    width: 100%;
  }
  .containerAll .banner .setBid .headline {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .containerAll .bidHeadText {
    width: 100%;
    margin-bottom: 10px;
  }
  .containerAll .bidCounter {
    width: 100%;
  }
  .containerAll .bidHeadInfo {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .containerAll .bidHeadInfo .nbNameNo {
    width: 100%;
    margin-bottom: 10px;
  }
  .containerAll .bidHeadInfo .autoRefreshText {
    width: 100%;
  }
  .containerAll .userInfoWrap .newBidBtn .nbInput {
    width: 100%;
    margin-bottom: 10px;
    padding-right: 0;
  }
  .containerAll .userInfoWrap .newBidBtn .nbBtn {
    width: 100%;
    margin-right: 0;
    margin-bottom: 10px;
  }
  .containerAll .userInfoWrap .newBidBtn .nbBtn button {
    width: 100%;
  }
  .containerAll .userInfoWrap .newBidBtn .bidChecked {
    width: 100%;
  }
  .containerAll .searchModuleLinkMobile {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .containerAll .userInfoWrap .uiLine .uiLineRight .bestBid, .containerAll .userInfoWrap .uiLine a.userAllbidsModalBtn {
    margin-top: 10px;
    margin-left: 0;
  }
  .containerAll .banner .listingContent .headline .counterWrap .detailAddBid {
    margin-bottom: 20px;
  }
  .containerAll .banner .listingContent .headline .counterWrap .counterLine {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .tooltip.left span {
    -webkit-transform: translate(-45%, 0);
            transform: translate(-45%, 0);
  }
  .containerAll .contractWrap .contractCheckboxs {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .containerAll .contractWrap .contractCheckboxs .contractBox {
    width: 100%;
    margin-bottom: 40px;
  }
  .containerAll .contractWrap .contractCheckboxs .contractBox:nth-child(1), .containerAll .contractWrap .contractCheckboxs .contractBox:nth-child(2) {
    padding: 0;
  }
  .containerAll .listingSortBy .priceOrder {
    width: 100%;
    margin-top: 0;
    margin-bottom: 10px;
    font-size: 14px;
    border-radius: 0;
    padding: 10px;
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .containerAll .userInfoWrap .uiLine.birtday .uiLineRight {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .containerAll .userInfoWrap .uiLine.birtday .uiLineRight select {
    width: auto;
  }

  .containerAll .userInfoWrap .uiLine .resetContact {
    width: 100%;
    padding: 10px 0;
  }

}

