/*Default Fonts*/
/*@include border-radius(0px);*/
/* Mixin */
/*@include transition;*/
/*checkbox css*/
/* @include transform(1.1); */
/* @include transition(all,2s,ease-out); */
/* @include calc( width, '100% - 2px')*/
/*  @include breakpoint(phablet){  } */
/*@include placeholder {
    color: green;
  } */
.postadd-wrap {
  position: relative;
}
.postadd-wrap .steps-inner-wrap {
  padding: 0px;
  min-height: 200px;
  position: relative;
}
.postadd-wrap .steps-inner-wrap .arrow-steps {
  display: flex;
  width: 100%;
  -o-box-shadow: 0 0px 18px rgba(0, 0, 0, 0.05);
  -ms-box-shadow: 0 0px 18px rgba(0, 0, 0, 0.05);
  box-shadow: 0 0px 18px rgba(0, 0, 0, 0.05);
  border-bottom: solid 1px #ededed;
}
.postadd-wrap .steps-inner-wrap .arrow-steps .step {
  font-size: 16px;
  color: #474747;
  cursor: default;
  margin: 0px;
  padding: 0px 0px 0px 35px;
  width: 25%;
  float: none;
  position: relative;
  background-color: #fff;
  transition: background-color 0.2s ease;
  height: 70px;
  font-weight: normal;
  vertical-align: middle;
  font-weight: 500;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 1499px) {
  .postadd-wrap .steps-inner-wrap .arrow-steps .step {
    font-size: 12px;
  }
}
@media (max-width: 991px) {
  .postadd-wrap .steps-inner-wrap .arrow-steps .step {
    flex-direction: column;
    padding: 0 2%;
    border-right: solid 1px #ededed;
  }
}
.postadd-wrap .steps-inner-wrap .arrow-steps .step:first-child {
  padding: 0 2%;
}
.postadd-wrap .steps-inner-wrap .arrow-steps .step:after, .postadd-wrap .steps-inner-wrap .arrow-steps .step::before {
  content: " ";
  position: absolute;
  top: 0;
  right: -34px;
  width: 0;
  height: 0;
  border-top: 35px solid transparent;
  border-bottom: 35px solid transparent;
  border-left: 35px solid #fff;
  z-index: 2;
  transition: border-color 0.2s ease;
}
@media (max-width: 991px) {
  .postadd-wrap .steps-inner-wrap .arrow-steps .step:after, .postadd-wrap .steps-inner-wrap .arrow-steps .step::before {
    display: none;
  }
}
.postadd-wrap .steps-inner-wrap .arrow-steps .step:before {
  right: auto;
  left: 0;
  border-left: 35px solid #ededed;
  z-index: 0;
}
.postadd-wrap .steps-inner-wrap .arrow-steps .step:first-child:before {
  border: 0;
}
.postadd-wrap .steps-inner-wrap .arrow-steps .step:last-child {
  border-top-right-radius: 3px;
}
.postadd-wrap .steps-inner-wrap .arrow-steps .step:last-child:after {
  display: none;
}
.postadd-wrap .steps-inner-wrap .arrow-steps .step span {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
@media (max-width: 991px) {
  .postadd-wrap .steps-inner-wrap .arrow-steps .step span {
    vertical-align: middle;
    text-overflow: ellipsis;
    overflow: hidden;
    display: block;
    white-space: nowrap;
    max-width: 100%;
  }
}
.postadd-wrap .steps-inner-wrap .arrow-steps .step .bags {
  min-width: 33px;
  width: 33px;
  height: 33px;
  border-radius: 50%;
  background-clip: padding-box;
  background: #e9e9e9;
  line-height: 33px;
  margin-right: 10px;
  color: #4c4c55;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 991px) {
  .postadd-wrap .steps-inner-wrap .arrow-steps .step .bags {
    margin: 0 0 5px;
    min-width: 25px;
    width: 25px;
    height: 25px;
    line-height: 25px;
  }
}
.postadd-wrap .steps-inner-wrap .arrow-steps .step.current {
  color: #dbdbdb;
  background-color: #2d2d2d;
}
.postadd-wrap .steps-inner-wrap .arrow-steps .step.current:after {
  border-left: 35px solid #2d2d2d;
}
.postadd-wrap .steps-inner-wrap .arrow-steps .step.current .bags {
  background: #fff;
  color: #1f1f1f;
}
.postadd-wrap .steps-inner-wrap .arrow-steps .step.done {
  background: #e5e5e5;
}
.postadd-wrap .steps-inner-wrap .arrow-steps .step.done:before {
  border-left-color: #e9e9e9;
}
.postadd-wrap .steps-inner-wrap .arrow-steps .step.done:after {
  border-left-color: #e5e5e5;
}
.postadd-wrap .steps-inner-wrap .arrow-steps .step.done:nth-child(2) {
  background: #dddddd;
}
.postadd-wrap .steps-inner-wrap .arrow-steps .step.done:nth-child(2):after {
  border-left-color: #dddddd;
}
.postadd-wrap .steps-inner-wrap .arrow-steps .step.done:nth-child(3) {
  background: #d5d5d5;
}
.postadd-wrap .steps-inner-wrap .arrow-steps .step.done:nth-child(3):after {
  border-left-color: #d5d5d5;
}
.postadd-wrap .steps-inner-wrap .arrow-steps .step.done:nth-child(4) {
  background: #cccccc;
}
.postadd-wrap .steps-inner-wrap .arrow-steps .step.done:nth-child(4):after {
  border-left-color: #cccccc;
}
.postadd-wrap .steps-inner-wrap .arrow-steps .step.done span {
  color: #79797d;
}
.postadd-wrap .steps-inner-wrap .arrow-steps .step.done .bags {
  background: #fff;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.04);
  border: solid 1px #ededed;
}
.postadd-wrap .steps-inner-wrap .arrow-steps .step.done .bags:before {
  content: "";
  height: 33px;
  width: 33px;
  display: block;
}
.postadd-wrap .steps-inner-wrap .arrow-steps .step.done .bags .in_txt {
  display: none;
}
.postadd-wrap .steps-inner-wrap .steps-content-body {
  padding: 50px;
  margin: 0px;
}
@media (max-width: 1499px) {
  .postadd-wrap .steps-inner-wrap .steps-content-body {
    padding: 35px;
  }
}
@media (max-width: 767px) {
  .postadd-wrap .steps-inner-wrap .steps-content-body {
    padding: 15px;
  }
}
.postadd-wrap .steps-inner-wrap .steps-content-body .steptitle {
  font-size: 22px;
  font-weight: normal;
  color: #1f1f1f;
  display: block;
  line-height: 1.6;
  margin: 0 0 70px;
}
@media (max-width: 1499px) {
  .postadd-wrap .steps-inner-wrap .steps-content-body .steptitle {
    margin-bottom: 45px;
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  .postadd-wrap .steps-inner-wrap .steps-content-body .steptitle {
    margin-bottom: 15px;
    font-size: 14px;
  }
}
.postadd-wrap .steps-inner-wrap .steps-content-body .steptitle span {
  display: block;
  font-size: 81.82%;
  color: #8d8d8d;
  text-transform: uppercase;
}
.postadd-wrap .steps-inner-wrap .steps-content-body .choosepostlist {
  padding: 0px;
  margin: 50px 0px 65px;
  display: inline-flex;
  width: 100%;
  justify-content: center;
  align-items: center;
}
@media (max-width: 1499px) {
  .postadd-wrap .steps-inner-wrap .steps-content-body .choosepostlist {
    margin: 30px 0px 45px;
  }
}
@media (max-width: 767px) {
  .postadd-wrap .steps-inner-wrap .steps-content-body .choosepostlist {
    display: block;
    white-space: nowrap;
    overflow: auto;
    margin: 0px;
    padding: 20px 0px 30px;
  }
}
.postadd-wrap .steps-inner-wrap .steps-content-body .choosepostlist li {
  display: inline-flex;
  justify-content: center;
  align-items: flex-start;
  padding: 0px 15px;
  margin: 0px;
  width: 20%;
  list-style: none;
}
@media (max-width: 767px) {
  .postadd-wrap .steps-inner-wrap .steps-content-body .choosepostlist li {
    width: 40%;
    padding: 0px 10px;
  }
}
.postadd-wrap .steps-inner-wrap .steps-content-body .choosepostlist li .choosepostbox {
  padding: 0px;
  margin: 0px;
  text-align: center;
  cursor: pointer;
  transition: ease-in-out 0.3s;
}
.postadd-wrap .steps-inner-wrap .steps-content-body .choosepostlist li .choosepostbox .iconimg {
  width: 128px;
  height: 128px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #fff;
  border: solid 1px #ededed;
  position: relative;
  border-radius: 50%;
  background-clip: padding-box;
  -o-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.03);
  -ms-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.03);
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.03);
  margin: 0 0 25px;
}
@media (max-width: 1499px) {
  .postadd-wrap .steps-inner-wrap .steps-content-body .choosepostlist li .choosepostbox .iconimg {
    width: 95px;
    height: 95px;
    margin-bottom: 15px;
  }
}
@media (max-width: 767px) {
  .postadd-wrap .steps-inner-wrap .steps-content-body .choosepostlist li .choosepostbox .iconimg {
    width: 70px;
    height: 70px;
    margin: 0 auto 10px;
  }
}
.postadd-wrap .steps-inner-wrap .steps-content-body .choosepostlist li .choosepostbox .iconimg .imgicon {
  width: 74px;
  height: 54px;
  margin: 0 auto;
  background-image: url(../images/spritepostad.png);
  background-position: 0 0;
}
@media (max-width: 1499px) {
  .postadd-wrap .steps-inner-wrap .steps-content-body .choosepostlist li .choosepostbox .iconimg .imgicon {
    transform: scale(0.75);
  }
}
@media (max-width: 767px) {
  .postadd-wrap .steps-inner-wrap .steps-content-body .choosepostlist li .choosepostbox .iconimg .imgicon {
    transform: scale(0.55);
  }
}
.postadd-wrap .steps-inner-wrap .steps-content-body .choosepostlist li .choosepostbox .iconimg .imgicon.usedcar {
  background-position: -72px 0px;
}
.postadd-wrap .steps-inner-wrap .steps-content-body .choosepostlist li .choosepostbox .iconimg .imgicon.spareparts {
  background-position: -144px 0;
}
.postadd-wrap .steps-inner-wrap .steps-content-body .choosepostlist li .choosepostbox .iconimg .imgicon.carservice {
  background-position: -216px 0;
}
.postadd-wrap .steps-inner-wrap .steps-content-body .choosepostlist li .choosepostbox .iconimg .imgicon.carrental {
  background-position: -288px 0;
}
.postadd-wrap .steps-inner-wrap .steps-content-body .choosepostlist li .choosepostbox .txtlable {
  font-size: 14px;
  color: #b0b0b0;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 1px;
}
@media (max-width: 1499px) {
  .postadd-wrap .steps-inner-wrap .steps-content-body .choosepostlist li .choosepostbox .txtlable {
    font-size: 12px;
  }
}
.postadd-wrap .steps-inner-wrap .steps-content-body .choosepostlist li .choosepostbox:hover .iconimg, .postadd-wrap .steps-inner-wrap .steps-content-body .choosepostlist li .choosepostbox.active .iconimg {
  background: #fef4f5;
  border-color: #ee2d34;
}
.postadd-wrap .steps-inner-wrap .steps-content-body .choosepostlist li .choosepostbox:hover .iconimg .imgicon, .postadd-wrap .steps-inner-wrap .steps-content-body .choosepostlist li .choosepostbox.active .iconimg .imgicon {
  background-position: 0 -54px;
}
.postadd-wrap .steps-inner-wrap .steps-content-body .choosepostlist li .choosepostbox:hover .iconimg .imgicon.usedcar, .postadd-wrap .steps-inner-wrap .steps-content-body .choosepostlist li .choosepostbox.active .iconimg .imgicon.usedcar {
  background-position: -72px -54px;
}
.postadd-wrap .steps-inner-wrap .steps-content-body .choosepostlist li .choosepostbox:hover .iconimg .imgicon.spareparts, .postadd-wrap .steps-inner-wrap .steps-content-body .choosepostlist li .choosepostbox.active .iconimg .imgicon.spareparts {
  background-position: -144px -54px;
}
.postadd-wrap .steps-inner-wrap .steps-content-body .choosepostlist li .choosepostbox:hover .iconimg .imgicon.carservice, .postadd-wrap .steps-inner-wrap .steps-content-body .choosepostlist li .choosepostbox.active .iconimg .imgicon.carservice {
  background-position: -216px -54px;
}
.postadd-wrap .steps-inner-wrap .steps-content-body .choosepostlist li .choosepostbox:hover .iconimg .imgicon.carrental, .postadd-wrap .steps-inner-wrap .steps-content-body .choosepostlist li .choosepostbox.active .iconimg .imgicon.carrental {
  background-position: -288px -54px;
}
.postadd-wrap .steps-inner-wrap .steps-content-body .choosepostlist li .choosepostbox:hover .txtlable, .postadd-wrap .steps-inner-wrap .steps-content-body .choosepostlist li .choosepostbox.active .txtlable {
  color: #3d3d3d;
}
.postadd-wrap .steps-inner-wrap .steps-content-body .choosepostlist li .choosepostbox.active .iconimg {
  animation: blink-in 0.5s;
}
.postadd-wrap .steps-inner-wrap .steps-content-body .choosepostlist li .choosepostbox.active .iconimg:after {
  content: "\e90c";
  display: flex;
  width: 30px;
  height: 30px;
  position: absolute;
  top: 0;
  right: 0;
  background: #ee2b32;
  border-radius: 50%;
  background-clip: padding-box;
  align-items: center;
  justify-content: center;
  font-family: "superauto";
  color: #fff;
  font-size: 14px;
  -o-box-shadow: 0 0 22px rgba(239, 48, 50, 0.14);
  -ms-box-shadow: 0 0 22px rgba(239, 48, 50, 0.14);
  box-shadow: 0 0 22px rgba(239, 48, 50, 0.14);
}
@media (max-width: 767px) {
  .postadd-wrap .steps-inner-wrap .steps-content-body .choosepostlist li .choosepostbox.active .iconimg:after {
    width: 25px;
    height: 25px;
    font-size: 10px;
    right: -5px;
    top: -5px;
  }
}
.postadd-wrap .steps-inner-wrap .stepsfooter {
  padding: 35px;
  background: #fbfbfb;
  border-top: solid 1px #e7e7e7;
  border-radius: 0 0 5px 5px;
  background-clip: padding-box;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 1499px) {
  .postadd-wrap .steps-inner-wrap .stepsfooter {
    padding: 20px;
  }
}
@media (max-width: 767px) {
  .postadd-wrap .steps-inner-wrap .stepsfooter {
    padding: 15px;
    flex-direction: column;
  }
}
.postadd-wrap .steps-inner-wrap .stepsfooter .postingcheck {
  padding: 0px;
  margin: 0px;
  display: flex;
  align-items: center;
}
@media (max-width: 767px) {
  .postadd-wrap .steps-inner-wrap .stepsfooter .postingcheck {
    margin-bottom: 15px;
    line-height: 1.5;
  }
}
.postadd-wrap .steps-inner-wrap .stepsfooter .postingcheck .checkposttoggle {
  padding: 0px;
  margin: 0px 18px 0 0;
  position: relative;
}
.postadd-wrap .steps-inner-wrap .stepsfooter .postingcheck .checkposttoggle label {
  cursor: pointer;
  width: 48px;
  height: 15px;
  background: #e1e1e1;
  display: block;
  border-radius: 15px;
  position: relative;
  transition: ease-in-out 0.3s;
}
.postadd-wrap .steps-inner-wrap .stepsfooter .postingcheck .checkposttoggle label:after {
  content: "";
  position: absolute;
  top: -6px;
  left: 0px;
  width: 27px;
  height: 27px;
  background: #b7b7b7;
  border-radius: 27px;
  transition: 0.3s;
  -o-box-shadow: 0 2 11px rgba(46, 46, 46, 0.33);
  -ms-box-shadow: 0 2 11px rgba(46, 46, 46, 0.33);
  box-shadow: 0 2 11px rgba(46, 46, 46, 0.33);
}
.postadd-wrap .steps-inner-wrap .stepsfooter .postingcheck .checkposttoggle input[type=checkbox] {
  height: 0;
  width: 0;
  visibility: hidden;
  position: absolute;
}
.postadd-wrap .steps-inner-wrap .stepsfooter .postingcheck .checkposttoggle input[type=checkbox]:checked + label {
  background: #e1e1e1;
}
.postadd-wrap .steps-inner-wrap .stepsfooter .postingcheck .checkposttoggle input[type=checkbox]:checked + label:after {
  left: calc(100% - 0px);
  transform: translateX(-100%);
  background: #2e2e2e;
}
.postadd-wrap .steps-inner-wrap .stepsfooter .postingcheck .excpost {
  font-size: 14px;
  color: #949494;
  font-weight: normal;
}
.postadd-wrap .steps-inner-wrap .stepsfooter .postingcheck .excpost a {
  color: #000;
  text-decoration: none;
  overflow: hidden;
}
.postadd-wrap .steps-inner-wrap .stepsfooter .postingcheck .excpost a:hover {
  color: #ee2b32;
}
.postadd-wrap .steps-inner-wrap .stepsfooter .btn {
  margin-left: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  max-width: 253px;
}
@media (max-width: 1499px) {
  .postadd-wrap .steps-inner-wrap .stepsfooter .btn {
    max-width: 200px;
  }
}
.postadd-wrap .steps-inner-wrap .stepsfooter .btn i {
  font-size: 80%;
  margin-left: 5px;
}

@keyframes blink-in {
  0% {
    transform: scale(1);
  }
  33% {
    transform: scale(0.9);
  }
  66% {
    transform: scale(1.1);
  }
  to {
    transform: scale(1);
  }
}
@keyframes blink-out {
  0% {
    transform: scale(1);
  }
  33% {
    transform: scale(1.1);
  }
  66% {
    transform: scale(0.9);
  }
  to {
    transform: scale(1);
  }
}/*# sourceMappingURL=postaddstep.css.map */