/*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;
  } */
.banner-wrap {
  padding: 0px;
  margin: 0px;
}

.banner-wrap .topslider {
  display: block;
  white-space: nowrap;
  position: relative;
}

.banner-wrap .topslider:after {
  content: '';
  background-image: url(../images/banner-abstract.png);
  background-size: cover;
  background-repeat: repeat-x;
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 148px;
}

@media (max-width: 767px) {
  .banner-wrap .topslider:after {
    height: 45px;
  }
}

@media (max-width: 767px) {
  .banner-wrap .topslider {
    margin: 0 0 15px;
  }
}

.banner-wrap .topslider .slideritem {
  display: inline-block;
  outline: none;
}

.banner-wrap .topslider .slideritem img {
  width: 100%;
}

.banner-wrap .topslider .slick-dots {
  bottom: 120px;
  max-width: 1360px;
  text-align: right;
  margin: 0 auto;
  left: 0;
  right: 0;
  padding: 0 40px;
  z-index: 1;
}

@media (max-width: 1499px) {
  .banner-wrap .topslider .slick-dots {
    max-width: 1000px;
  }
}

@media (max-width: 991px) {
  .banner-wrap .topslider .slick-dots {
    max-width: 100%;
    text-align: center;
    bottom: 15px;
  }
}

.findcarwrap {
  padding: 0px;
  position: relative;
  top: -90px;
}

@media (max-width: 767px) {
  .findcarwrap {
    top: -55px;
  }
}

.findcarwrap .findcar-inner {
  width: 100%;
  min-height: 243px;
  position: relative;
  padding-bottom: 5px;
  margin-bottom: -20px;
}

@media (max-width: 1499px) {
  .findcarwrap .findcar-inner {
    min-height: 180px;
  }
}

@media (max-width: 991px) {
  .findcarwrap .findcar-inner {
    margin-top: 0;
  }
}

@media (max-width: 767px) {
  .findcarwrap .findcar-inner {
    margin-bottom: 15px;
  }
}

@media (max-width: 1499px) {
  .findcarwrap .findcar-inner .findrow {
    margin: 0 -10px;
  }
}

@media (max-width: 1499px) {
  .findcarwrap .findcar-inner .findrow .findcell {
    padding: 0 10px;
  }
}

@media (max-width: 991px) {
  .findcarwrap .findcar-inner .findrow .findcell {
    -ms-flex: 0 0 100%;
    -webkit-box-flex: 0;
            flex: 0 0 100%;
    max-width: 100%;
  }
}

@media (max-width: 1499px) {
  .findcarwrap .findcar-inner .findrow .banner {
    padding: 0 10px;
  }
}

@media (max-width: 991px) {
  .findcarwrap .findcar-inner .findrow .banner {
    display: none;
  }
}

.findcarwrap .findcar-inner .outertab .tabs {
  border-bottom: solid 1px rgba(91, 91, 91, 0.22);
}

.findcarwrap .findcar-inner .outertab .tabs li {
  text-transform: uppercase;
}

.findcarwrap .findcar-inner .outertab .tabs li.current {
  background: #1e1e1e;
  color: #ffffff;
  border-radius: 5px 5px 0 0;
  background-clip: padding-box;
}

.findcarwrap .findcar-inner .tab-content {
  padding: 15px 15px 0;
}

@media (max-width: 1499px) {
  .findcarwrap .findcar-inner .tab-content {
    padding: 15px 10px 8px;
  }
}

.findcarwrap .findcar-inner .tab-content .inrow {
  margin: 0 -9px;
}

@media (max-width: 1499px) {
  .findcarwrap .findcar-inner .tab-content .inrow {
    margin: 0 -5px;
  }
}

.findcarwrap .findcar-inner .tab-content .inrow .incell {
  padding: 0 9px;
}

@media (max-width: 1499px) {
  .findcarwrap .findcar-inner .tab-content .inrow .incell {
    padding: 0 5px;
  }
}

.findcarwrap .findcar-inner .tab-content .inrow .incell .form-group {
  margin-bottom: 18px;
}

@media (max-width: 1499px) {
  .findcarwrap .findcar-inner .tab-content .inrow .incell .form-group {
    margin-bottom: 12px;
  }
}

.findcarwrap .findcar-inner .tab-content .inrow .incell .form-group.locationgroup {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.findcarwrap .findcar-inner .tab-content .inrow .incell .form-group.locationgroup .form-control {
  padding-left: 20px;
}

.findcarwrap .findcar-inner .tab-content .inrow .incell .form-group.locationgroup .locationinner {
  position: absolute;
  right: 10px;
  font-size: 9px;
  color: #969696;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-transform: uppercase;
  cursor: pointer;
}

@media (max-width: 1499px) {
  .findcarwrap .findcar-inner .tab-content .inrow .incell .form-group.locationgroup .locationinner {
    letter-spacing: 999999px;
  }
}

.findcarwrap .findcar-inner .tab-content .inrow .incell .form-group.locationgroup .locationinner i {
  font-size: 20px;
  margin-left: 5px;
  color: #000000;
}

@media (max-width: 1499px) {
  .findcarwrap .findcar-inner .tab-content .inrow .incell .form-group.locationgroup .locationinner i {
    letter-spacing: 0px;
  }
}

.findcarwrap .findcar-inner .banner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.findcarwrap .findcar-inner .banner img {
  border-radius: 5px;
  background-clip: padding-box;
}

.popular-product-outer {
  padding: 0px;
  margin: 0px;
}

.popular-product-outer .card-box {
  padding-bottom: 6px;
}

.popular-product-outer .title-head {
  font-size: 30px;
  font-weight: normal;
  color: #000000;
  margin: 0 0 45px;
  text-align: center;
}

@media (max-width: 1499px) {
  .popular-product-outer .title-head {
    font-size: 24px;
    margin-bottom: 35px;
  }
}

@media (max-width: 767px) {
  .popular-product-outer .title-head {
    font-size: 15px;
    margin-bottom: 15px;
    line-height: 1.6;
  }
}

.popular-product-outer .title-head span {
  font-weight: bold;
  color: #EF7F1B;
}

.popular-product-outer .pp-inner .pprow {
  margin: 0 -10px;
}

.popular-product-outer .pp-inner .pprow .col-sm-9 {
  -ms-flex: 0 0 77.78%;
  -webkit-box-flex: 0;
          flex: 0 0 77.78%;
  max-width: 77.78%;
  padding: 0 10px;
  padding-right: 0;
}

@media (max-width: 991px) {
  .popular-product-outer .pp-inner .pprow .col-sm-9 {
    -ms-flex: 0 0 100%;
    -webkit-box-flex: 0;
            flex: 0 0 100%;
    max-width: 100%;
    padding-right: 10px;
  }
}

.popular-product-outer .pp-inner .pprow .col-sm-3 {
  -ms-flex: 0 0 22.22%;
  -webkit-box-flex: 0;
          flex: 0 0 22.22%;
  max-width: 22.22%;
  padding: 0 10px;
  padding-left: 20px;
}

@media (max-width: 1499px) {
  .popular-product-outer .pp-inner .pprow .col-sm-3 {
    padding-left: 15px;
  }
}

@media (max-width: 991px) {
  .popular-product-outer .pp-inner .pprow .col-sm-3 {
    display: none;
  }
}

.popular-product-outer .pp-inner .pprow .towerbanner {
  padding: 0px;
  margin: 5px 0;
}

.popular-product-outer .pp-inner .pprow .towerbanner img {
  max-width: 100%;
  border-radius: 5px;
  background-clip: padding-box;
}

.popular-product-outer .pp-inner .outertab .card-head {
  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;
}

@media (max-width: 767px) {
  .popular-product-outer .pp-inner .outertab .card-head {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.popular-product-outer .pp-inner .outertab .card-head .tabs li {
  padding: 12px 15px;
  font-size: 12px 13px;
  letter-spacing: 0.13px;
}

@media (max-width: 1499px) {
  .popular-product-outer .pp-inner .outertab .card-head .tabs li {
    font-size: 12px;
  }
}

.popular-product-outer .pp-inner .outertab .card-head .tabs li.current {
  background: #202020;
  color: #ffffff;
  border-radius: 5px;
  background-clip: padding-box;
}

.popular-product-outer .pp-inner .outertab .tab-content {
  padding: 15px 0 0;
}

.popular-product-outer .pp-inner .outertab .carprolist {
  padding: 0px;
  margin: 9px -7px 0;
}

@media (max-width: 1499px) {
  .popular-product-outer .pp-inner .outertab .carprolist {
    margin: 0px -5px 0;
  }
}

.popular-product-outer .pp-inner .outertab .carprolist li {
  list-style: none;
  padding: 0 7px;
  margin-bottom: 14px;
}

@media (max-width: 1499px) {
  .popular-product-outer .pp-inner .outertab .carprolist li {
    padding: 0 5px;
    margin-bottom: 10px;
  }
}

@media (max-width: 767px) {
  .popular-product-outer .pp-inner .outertab .carprolist li {
    -ms-flex: 0 0 100%;
    -webkit-box-flex: 0;
    flex: 0 0 100%;
    max-width: 100%;
  }
}

.popular-product-outer .pp-inner .outertab .carprolist li .boxinnerdata {
  position: relative;
  padding: 0px;
  margin: 0px;
  border-radius: 5px;
  background-clip: padding-box;
  overflow: hidden;
}

.popular-product-outer .pp-inner .outertab .carprolist li .boxinnerdata a {
  outline: none;
  text-decoration: none;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}

.popular-product-outer .pp-inner .outertab .carprolist li .boxinnerdata a .proimg {
  width: 100%;
  height: 240px;
  -o-object-fit: cover;
     object-fit: cover;
}

@media (max-width: 1499px) {
  .popular-product-outer .pp-inner .outertab .carprolist li .boxinnerdata a .proimg {
    height: 158px;
  }
}

@media (max-width: 767px) {
  .popular-product-outer .pp-inner .outertab .carprolist li .boxinnerdata a .proimg {
    height: auto;
  }
}

.popular-product-outer .pp-inner .outertab .carprolist li .boxinnerdata a .prodec {
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ef7f1b+0,000000+54,000000+100&0.1+0,0.77+54,0.77+100 */
  /* FF3.6-15 */
  /* Chrome10-25,Safari5.1-6 */
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(239, 127, 27, 0.1)), color-stop(54%, rgba(0, 0, 0, 0.77)), to(rgba(0, 0, 0, 0.77)));
  background: linear-gradient(to bottom, rgba(239, 127, 27, 0.1) 0%, rgba(0, 0, 0, 0.77) 54%, rgba(0, 0, 0, 0.77) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1aef7f1b', endColorstr='#c4000000',GradientType=0 );
  /* IE6-9 */
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 20px 10px;
  text-align: center;
  font-size: 16px;
  font-weight: normal;
  color: #ffffff;
  line-height: 1.6;
}

@media (max-width: 1499px) {
  .popular-product-outer .pp-inner .outertab .carprolist li .boxinnerdata a .prodec {
    font-size: 13px;
    padding: 8px 5px;
  }
}

.popular-product-outer .pp-inner .outertab .carprolist li .boxinnerdata a .prodec span {
  display: block;
  font-weight: 500;
  font-size: 112.5%;
}

.popular-product-outer .viewall {
  font-size: 14px;
  font-weight: 300;
  text-decoration: none;
  outline: none;
  color: #0d0d0d;
  text-transform: uppercase;
}

.popular-product-outer .viewall i {
  font-size: 70%;
}

.popular-product-outer .viewall:hover {
  color: #EF7F1B;
}

.relative {
  position: relative;
  z-index: 99;
}

.topdblcolorbg {
  background-image: -webkit-gradient(linear, left bottom, left top, from(#f6f5f5), to(#fafafa));
  background-image: linear-gradient(to top, #f6f5f5, #fafafa);
  position: relative;
}

.topdblcolorbg:after {
  content: "";
  display: block;
  width: 100%;
  height: 30%;
  position: absolute;
  bottom: 0;
  left: 0;
}

.howitworks-wrap {
  padding: 30px 0 95px;
}

@media (max-width: 767px) {
  .howitworks-wrap {
    padding: 10px 0 95px;
  }
}

.howitworks-wrap .title-head {
  text-align: center;
  font-size: 28px;
  color: #000000;
  padding: 0px;
  margin: 0px;
  font-weight: 500;
}

@media (max-width: 1499px) {
  .howitworks-wrap .title-head {
    font-size: 22px;
  }
}

.howitworks-wrap .title-head span {
  color: #EF7F1B;
}

.howitworks-wrap .title-head .preluad {
  display: block;
  font-size: 64%;
  color: rgba(0, 0, 0, 0.88);
  padding-bottom: 15px;
  margin-bottom: 20px;
  position: relative;
  text-transform: uppercase;
  font-weight: 500;
}

@media (max-width: 1499px) {
  .howitworks-wrap .title-head .preluad {
    padding-bottom: 10px;
    margin-bottom: 15px;
  }
}

.howitworks-wrap .title-head .preluad:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  width: 29px;
  height: 1px;
  background: #000000;
  opacity: .55;
  margin: 0 auto;
}

.howitworks-wrap .howworklist {
  padding: 0 5%;
  margin-top: 25px;
  margin-bottom: 35px;
}

.howitworks-wrap .howworklist li {
  list-style: none;
}

.howitworks-wrap .howworklist li .workbox {
  margin: 0 0 15px;
  padding: 35px;
}

@media (max-width: 1499px) {
  .howitworks-wrap .howworklist li .workbox {
    padding: 30px 15px;
  }
}

@media (max-width: 991px) {
  .howitworks-wrap .howworklist li .workbox {
    padding: 30px 0;
  }
}

@media (max-width: 767px) {
  .howitworks-wrap .howworklist li .workbox {
    padding: 15px 0;
    margin: 0px;
  }
}

.howitworks-wrap .howworklist li .workbox .workhead {
  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;
  margin: 0 0 20px;
}

.howitworks-wrap .howworklist li .workbox .workhead .iconpt {
  font-size: 52px;
}

@media (max-width: 1499px) {
  .howitworks-wrap .howworklist li .workbox .workhead .iconpt {
    font-size: 40px;
  }
}

.howitworks-wrap .howworklist li .workbox .workhead .no {
  margin-left: auto;
  font-size: 86px;
  color: #8d8d8d;
  background: #f6f6f6;
  background: -webkit-gradient(linear, left bottom, left top, from(#f6f6f6), to(#DEDEDE));
  background: linear-gradient(to top, #f6f6f6 0%, #DEDEDE 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

@media (max-width: 1499px) {
  .howitworks-wrap .howworklist li .workbox .workhead .no {
    font-size: 70px;
  }
}

.howitworks-wrap .howworklist li .workbox .workdec {
  padding: 0px;
  margin: 0px;
}

.howitworks-wrap .howworklist li .workbox .workdec h2 {
  font-size: 20px;
  font-weight: 500;
  color: #000000;
  margin: 0 0 10px;
}

@media (max-width: 1499px) {
  .howitworks-wrap .howworklist li .workbox .workdec h2 {
    font-size: 15px;
  }
}

.howitworks-wrap .howworklist li .workbox .workdec p {
  line-height: 1.5;
  color: rgba(0, 0, 0, 0.88);
  margin: 0px;
  font-size: 14px;
}

@media (max-width: 1499px) {
  .howitworks-wrap .howworklist li .workbox .workdec p {
    font-size: 13px;
  }
}

.newsarticles-outer {
  margin-top: -76px;
  position: relative;
  z-index: 99;
}

@media (max-width: 767px) {
  .newsarticles-outer {
    margin-bottom: 15px;
  }
}

.newsarticles-outer .cardbodybox {
  padding: 30px 0px;
}

@media (max-width: 991px) {
  .newsarticles-outer .cardbodybox {
    overflow: auto;
    margin: 0 -20px;
    padding-left: 10px;
  }
}

.newsarticles-outer .cardbodybox .listarticles {
  padding: 0px;
  margin: 0 -15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media (max-width: 1499px) {
  .newsarticles-outer .cardbodybox .listarticles {
    margin: 0 -10px;
  }
}

@media (max-width: 991px) {
  .newsarticles-outer .cardbodybox .listarticles {
    margin: 0px;
    white-space: nowrap;
    display: block;
  }
}

.newsarticles-outer .cardbodybox .listarticles li {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 50%;
  margin: 0px;
  padding: 0 15px;
  list-style: none;
}

@media (max-width: 1499px) {
  .newsarticles-outer .cardbodybox .listarticles li {
    padding: 0 10px;
  }
}

@media (max-width: 991px) {
  .newsarticles-outer .cardbodybox .listarticles li {
    white-space: normal;
    width: 80%;
    vertical-align: top;
  }
  .newsarticles-outer .cardbodybox .listarticles li:last-child {
    padding-right: 20px;
  }
}

.newsarticles-outer .cardbodybox .listarticles li .articlebox {
  padding: 0px;
  margin: 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (max-width: 767px) {
  .newsarticles-outer .cardbodybox .listarticles li .articlebox {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.newsarticles-outer .cardbodybox .listarticles li .articlebox .articimg {
  width: 45%;
}

@media (max-width: 767px) {
  .newsarticles-outer .cardbodybox .listarticles li .articlebox .articimg {
    width: 100%;
  }
}

.newsarticles-outer .cardbodybox .listarticles li .articlebox .articimg img {
  width: 100%;
  border-radius: 10px;
  background-clip: padding-box;
}

.newsarticles-outer .cardbodybox .listarticles li .articlebox .artdetails {
  width: 55%;
  padding: 30px 30px 30px 0px;
  position: relative;
}

@media (max-width: 1499px) {
  .newsarticles-outer .cardbodybox .listarticles li .articlebox .artdetails {
    padding: 20px 20px 20px 0px;
  }
}

@media (max-width: 767px) {
  .newsarticles-outer .cardbodybox .listarticles li .articlebox .artdetails {
    width: 95%;
    padding: 12px;
    margin: -30px auto 0;
  }
}

.newsarticles-outer .cardbodybox .listarticles li .articlebox .artdetails:before {
  content: "";
  display: block;
  background: #ffffff;
  -webkit-box-shadow: 0 0 79px rgba(0, 0, 0, 0.2);
  -o-box-shadow: 0 0 79px rgba(0, 0, 0, 0.2);
  -ms-box-shadow: 0 0 79px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 79px rgba(0, 0, 0, 0.2);
  border-radius: 5px;
  background-clip: padding-box;
  height: 100%;
  position: absolute;
  left: -30px;
  top: 0;
  right: 0;
}

@media (max-width: 1499px) {
  .newsarticles-outer .cardbodybox .listarticles li .articlebox .artdetails:before {
    left: -20px;
  }
}

@media (max-width: 767px) {
  .newsarticles-outer .cardbodybox .listarticles li .articlebox .artdetails:before {
    left: 0;
  }
}

.newsarticles-outer .cardbodybox .listarticles li .articlebox .artdetails .innerdetails {
  position: relative;
}

.newsarticles-outer .cardbodybox .listarticles li .articlebox .artdetails .innerdetails .datept {
  font-size: 11px;
  color: #929292;
  text-transform: uppercase;
  margin: 0 0 15px;
}

.newsarticles-outer .cardbodybox .listarticles li .articlebox .artdetails .innerdetails .datept a {
  text-decoration: none;
  outline: none;
  color: #2e2d2d;
}

.newsarticles-outer .cardbodybox .listarticles li .articlebox .artdetails .innerdetails h2 {
  font-size: 19px;
  color: #000000;
  margin: 0 0 10px;
  line-height: 1.3;
}

@media (max-width: 1499px) {
  .newsarticles-outer .cardbodybox .listarticles li .articlebox .artdetails .innerdetails h2 {
    font-size: 14px;
    margin-bottom: 10px;
  }
}

.newsarticles-outer .cardbodybox .listarticles li .articlebox .artdetails .innerdetails p {
  font-size: 14px;
  margin: 0 0 20px;
  line-height: 1.71;
  font-weight: normal;
  color: rgba(0, 0, 0, 0.7);
}

@media (max-width: 1499px) {
  .newsarticles-outer .cardbodybox .listarticles li .articlebox .artdetails .innerdetails p {
    font-size: 12px;
    margin-bottom: 10px;
  }
}

.newsarticles-outer .cardbodybox .listarticles li .articlebox .artdetails .innerdetails .more {
  color: #EF7F1B;
  font-size: 12px;
  text-transform: uppercase;
  text-decoration: none;
}

/*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;
  } */
.listing-banner {
  padding: 0px;
  margin: 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.listing-banner img {
  max-width: 100%;
}

.listing-banner.lstlargebnr {
  min-height: auto;
}

.listing-banner.lstlargebnr .bannerimglarge {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.listing-banner .listbanner-content {
  display: block;
  padding: 60px 0px 20px 180px;
}

@media (max-width: 1499px) {
  .listing-banner .listbanner-content {
    padding-left: 20px;
  }
}

@media (max-width: 767px) {
  .listing-banner .listbanner-content {
    padding-top: 20px;
  }
}

.listing-banner .listbanner-content h1 {
  padding: 0px;
  margin: 0px;
  font-size: 32px;
  color: #1e55cf;
  font-weight: 500;
  line-height: 1.6;
  margin-bottom: 13px;
}

@media (max-width: 1499px) {
  .listing-banner .listbanner-content h1 {
    font-size: 25px;
  }
}

@media (max-width: 767px) {
  .listing-banner .listbanner-content h1 {
    font-size: 18px;
  }
}

.listing-banner .listbanner-content h1 span {
  font-weight: normal;
  font-size: 56.25%;
  color: #667385;
  display: block;
  text-transform: uppercase;
}

.listing-banner .listbanner-content p {
  font-size: 30px;
  font-weight: normal;
  color: #000000;
  margin: 0 0 28px;
}

@media (max-width: 767px) {
  .listing-banner .listbanner-content p {
    font-size: 15px;
    margin-bottom: 15px;
  }
}

.listing-banner .listbanner-content .btnregrow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.listing-banner .listbanner-content .btnregrow .btn {
  height: 46px;
  max-width: 182px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-transform: uppercase;
  text-decoration: none;
  font-weight: normal;
  font-size: 16px;
}

.listing-banner .listbanner-content .btnregrow .tremsapply {
  padding: 0px;
  margin: 0px;
  font-size: 14px;
  color: #000000;
  margin-left: 20px;
  outline: none;
  text-decoration: none;
}

.listing-banner.centertxtbanner {
  text-align: center;
}

.listing-banner.centertxtbanner .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.listing-banner.centertxtbanner .listbanner-content {
  padding: 0px;
}

.listing-banner.centertxtbanner .listbanner-content h1 {
  color: #fff;
  text-transform: uppercase;
  font-size: 48px;
  font-weight: bold;
  opacity: 0.88;
  line-height: 1.3;
}

@media (max-width: 1499px) {
  .listing-banner.centertxtbanner .listbanner-content h1 {
    font-size: 35px;
  }
}

@media (max-width: 767px) {
  .listing-banner.centertxtbanner .listbanner-content h1 {
    font-size: 28px;
  }
}

.listing-banner.centertxtbanner .listbanner-content p {
  color: #fff;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 500;
  opacity: 0.33;
  letter-spacing: 2px;
}

@media (max-width: 1499px) {
  .listing-banner.centertxtbanner .listbanner-content p {
    font-size: 14px;
  }
}

.listing-banner.centertxtbanner .listbanner-content .btnregrow {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.listing-banner.centertxtbanner .listbanner-content .btnregrow .btn {
  max-width: 144px;
  height: 44px;
  text-transform: uppercase;
  background: #3e3e3e;
  border-radius: 0px;
  background-clip: padding-box;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 2px;
  color: rgba(255, 255, 255, 0.55);
  width: 100%;
}

/*! nouislider - 11.1.0 - 2018-04-02 11:18:13 */
/* Functional styling;
 * These styles are required for noUiSlider to function.
 * You don't need to change these rules to apply your design.
 */
.noUi-target,
.noUi-target * {
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-user-select: none;
  -ms-touch-action: none;
  touch-action: none;
  -ms-user-select: none;
  -moz-user-select: none;
  user-select: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.noUi-target {
  position: relative;
  direction: ltr;
}

.noUi-base,
.noUi-connects {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 1;
}

/* Wrapper for all connect elements.
 */
.noUi-connects {
  overflow: hidden;
  z-index: 0;
}

.noUi-connect,
.noUi-origin {
  will-change: transform;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
}

/* Offset direction
 */
html:not([dir="rtl"]) .noUi-horizontal .noUi-origin {
  left: auto;
  right: 0;
}

/* Give origins 0 height/width so they don't interfere with clicking the
 * connect elements.
 */
.noUi-vertical .noUi-origin {
  width: 0;
}

.noUi-horizontal .noUi-origin {
  height: 0;
}

.noUi-handle {
  position: absolute;
}

.noUi-state-tap .noUi-connect,
.noUi-state-tap .noUi-origin {
  -webkit-transition: transform 0.3s;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}

.noUi-state-drag * {
  cursor: inherit !important;
}

/* Slider size and handle placement;
 */
.noUi-horizontal {
  height: 18px;
}

.noUi-horizontal .noUi-handle {
  width: 34px;
  height: 28px;
  left: -13px;
  top: -6px;
}

.noUi-vertical {
  width: 18px;
}

.noUi-vertical .noUi-handle {
  width: 28px;
  height: 34px;
  left: -6px;
  top: -17px;
}

html:not([dir="rtl"]) .noUi-horizontal .noUi-handle {
  right: -13px;
  left: auto;
}

/* Styling;
 * Giving the connect element a border radius causes issues with using transform: scale
 */
.noUi-target {
  background: #FAFAFA;
  border-radius: 4px;
  border: 1px solid #D3D3D3;
  -webkit-box-shadow: inset 0 1px 1px #F0F0F0, 0 3px 6px -5px #BBB;
          box-shadow: inset 0 1px 1px #F0F0F0, 0 3px 6px -5px #BBB;
}

.noUi-connects {
  border-radius: 3px 0px 0px 3px;
  background: #e5e5e5;
}

.noUi-base:after {
  content: "";
  position: absolute;
  height: 100%;
  width: 10px;
  right: -10px;
  background: #e5e5e5;
  top: 0;
  border-radius: 0px 3px 3px 0px;
}

.noUi-connect {
  background: #3FB8AF;
}

/* Handles and cursors;
 */
.noUi-draggable {
  cursor: ew-resize;
}

.noUi-vertical .noUi-draggable {
  cursor: ns-resize;
}

.noUi-handle {
  border: 1px solid #D9D9D9;
  border-radius: 3px;
  background: #FFF;
  cursor: default;
  -webkit-box-shadow: inset 0 0 1px #FFF, inset 0 1px 7px #EBEBEB, 0 3px 6px -3px #BBB;
          box-shadow: inset 0 0 1px #FFF, inset 0 1px 7px #EBEBEB, 0 3px 6px -3px #BBB;
}

.noUi-active {
  -webkit-box-shadow: inset 0 0 1px #FFF, inset 0 1px 7px #DDD, 0 3px 6px -3px #BBB;
          box-shadow: inset 0 0 1px #FFF, inset 0 1px 7px #DDD, 0 3px 6px -3px #BBB;
}

/* Handle stripes;
 */
.noUi-handle:before,
.noUi-handle:after {
  content: "";
  display: block;
  position: absolute;
  height: 14px;
  width: 1px;
  background: #E8E7E6;
  left: 14px;
  top: 6px;
}

.noUi-handle:after {
  left: 17px;
}

.noUi-vertical .noUi-handle:before,
.noUi-vertical .noUi-handle:after {
  width: 14px;
  height: 1px;
  left: 6px;
  top: 14px;
}

.noUi-vertical .noUi-handle:after {
  top: 17px;
}

/* Disabled state;
 */
[disabled] .noUi-connect {
  background: #B8B8B8;
}

[disabled].noUi-target,
[disabled].noUi-handle,
[disabled] .noUi-handle {
  cursor: not-allowed;
}

/* Base;
 *
 */
.noUi-pips,
.noUi-pips * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.noUi-pips {
  position: absolute;
  color: #999;
}

/* Values;
 *
 */
.noUi-value {
  position: absolute;
  white-space: nowrap;
  text-align: center;
}

.noUi-value-sub {
  color: #ccc;
  font-size: 10px;
}

/* Markings;
 *
 */
.noUi-marker {
  position: absolute;
  background: #CCC;
}

.noUi-marker-sub {
  background: #AAA;
}

.noUi-marker-large {
  background: #AAA;
}

/* Horizontal layout;
 *
 */
.noUi-pips-horizontal {
  padding: 10px 0;
  height: 80px;
  top: 100%;
  left: 0;
  width: 100%;
}

.noUi-value-horizontal {
  -webkit-transform: translate(-50%, 50%);
  transform: translate(-50%, 50%);
}

.noUi-rtl .noUi-value-horizontal {
  -webkit-transform: translate(50%, 50%);
  transform: translate(50%, 50%);
}

.noUi-marker-horizontal.noUi-marker {
  margin-left: -1px;
  width: 2px;
  height: 5px;
}

.noUi-marker-horizontal.noUi-marker-sub {
  height: 10px;
}

.noUi-marker-horizontal.noUi-marker-large {
  height: 15px;
}

/* Vertical layout;
 *
 */
.noUi-pips-vertical {
  padding: 0 10px;
  height: 100%;
  top: 0;
  left: 100%;
}

.noUi-value-vertical {
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%, 0);
  padding-left: 25px;
}

.noUi-rtl .noUi-value-vertical {
  -webkit-transform: translate(0, 50%);
  transform: translate(0, 50%);
}

.noUi-marker-vertical.noUi-marker {
  width: 5px;
  height: 2px;
  margin-top: -1px;
}

.noUi-marker-vertical.noUi-marker-sub {
  width: 10px;
}

.noUi-marker-vertical.noUi-marker-large {
  width: 15px;
}

.noUi-tooltip {
  display: block;
  position: absolute;
  border: 1px solid #D9D9D9;
  border-radius: 3px;
  background: #fff;
  color: #000;
  padding: 5px;
  text-align: center;
  white-space: nowrap;
}

.noUi-horizontal .noUi-tooltip {
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  left: 50%;
  bottom: 120%;
}

.noUi-vertical .noUi-tooltip {
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  top: 50%;
  right: 120%;
}

.noUi-target {
  -webkit-box-shadow: none;
          box-shadow: none;
  border: none;
  background: #efefef;
}

.noUi-horizontal {
  height: 5px;
}

.noUi-connect {
  background: #333333;
}

.noUi-horizontal .noUi-handle {
  width: 19px;
  height: 19px;
  border-radius: 50%;
  outline: none;
  top: -9px;
}

.noUi-handle {
  -webkit-box-shadow: 0 2px 11px rgba(0, 0, 0, 0.25);
          box-shadow: 0 2px 11px rgba(0, 0, 0, 0.25);
  background: #fff;
  border: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border: 4px solid #EF7F1B;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.noUi-handle .hendeltip {
  font-size: 12px;
  color: #ffffff;
  background: #1f1f1f;
  height: 23px;
  font-weight: 500;
  min-width: 33px;
  width: auto;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0 8px;
  bottom: 100%;
  top: auto;
  margin-bottom: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  align-items: center;
  left: inherit;
  border-radius: 5px;
  background-clip: padding-box;
  position: absolute;
}

.noUi-handle .hendeltip:after {
  top: 100%;
  left: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(31, 31, 31, 0);
  border-top-color: #1f1f1f;
  border-width: 5px;
  margin-left: -5px;
}

.noUi-handle:after {
  display: none;
}

.noUi-handle:before {
  display: none;
  /*content:attr(aria-valuetext);
display: block;
border:none;
font-size: 11px;
color:$whitecolor;
background: #1f1f1f;
height: 28px;
    width: auto;
        align-items: center;
    justify-content: center;
    padding: 0 8px;
    bottom: 100%;
    top: auto;
    margin-bottom: 16px;
    display: flex;
    justify-content:center;
    align-items:center;
    left: inherit;
    @include border-radius(5px);*/
}

.noUi-tooltip {
  display: none;
}

.noUi-active .noUi-tooltip {
  display: block;
}

.superlist-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 991px) {
  .superlist-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.superlist-wrap .aside-left-filter {
  width: 320px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  /*background:#3b3b3b url(../images/pattern.png) 0 0 repeat;*/
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.superlist-wrap .aside-left-filter #sideFilter {
  min-height: 100%;
}

@media (max-width: 991px) {
  .superlist-wrap .aside-left-filter {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999999;
    overflow: auto;
    display: none;
  }
  .superlist-wrap .aside-left-filter.openit {
    display: block;
    padding-bottom: 25px;
  }
}

.superlist-wrap .aside-left-filter .filterinnerpt {
  padding: 30px 20px;
  background: #ebebeb;
  min-height: 100%;
}

@media (min-width: 992px) {
  .superlist-wrap .aside-left-filter .filterinnerpt {
    /*height:calc(100vh - 108px);
  overflow: auto;*/
    /* Track */
    /* Handle */
    /* Handle on hover */
  }
  .superlist-wrap .aside-left-filter .filterinnerpt::-webkit-scrollbar {
    width: 5px;
  }
  .superlist-wrap .aside-left-filter .filterinnerpt::-webkit-scrollbar-track {
    background: transparent;
  }
  .superlist-wrap .aside-left-filter .filterinnerpt::-webkit-scrollbar-thumb {
    background: #1e1e1e;
  }
  .superlist-wrap .aside-left-filter .filterinnerpt::-webkit-scrollbar-thumb:hover {
    background: #1e1e1e;
  }
}

.superlist-wrap .aside-left-filter .filterhead {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 0 25px;
}

.superlist-wrap .aside-left-filter .filterhead h2 {
  font-size: 19px;
  font-weight: 500;
  color: #000000;
  line-height: 1.6;
}

.superlist-wrap .aside-left-filter .filterhead h2 span {
  font-size: 13px;
  display: block;
  font-weight: normal;
  opacity: 0.50;
}

.superlist-wrap .aside-left-filter .filterhead .btn {
  height: 30px;
  max-width: 86px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-transform: uppercase;
  text-decoration: none;
  font-weight: normal;
  font-size: 12px;
  color: #EF7F1B;
  margin-left: auto;
  background: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  letter-spacing: 0.24px;
}

.superlist-wrap .aside-left-filter .filter-box-wrap {
  padding: 0;
  margin: 0 0 18px;
  background: #ffffff;
  border-radius: 5px;
  background-clip: padding-box;
}

.superlist-wrap .aside-left-filter .filter-box-wrap .filter-title {
  padding: 20px;
  margin: 0px;
  font-size: 15px;
  font-weight: 500;
  color: #343434;
  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;
  cursor: pointer;
}

.superlist-wrap .aside-left-filter .filter-box-wrap .filter-title i {
  color: #000;
  font-size: 10px;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.superlist-wrap .aside-left-filter .filter-box-wrap .filter-title i.arrowup {
  -webkit-transform: rotate(-180deg);
  transform: rotate(-180deg);
  color: #c7c7c7;
}

.superlist-wrap .aside-left-filter .filter-box-wrap .togglefilter {
  padding: 0 20px 20px;
  display: none;
}

.superlist-wrap .aside-left-filter .filter-box-wrap .togglefilter .sp-range {
  margin: 55px 0 30px;
  margin-right: 10px;
}

.superlist-wrap .aside-left-filter .filter-box-wrap .togglefilter .sfilter-range {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0 -10px;
}

.superlist-wrap .aside-left-filter .filter-box-wrap .togglefilter .sfilter-range .rangebox {
  padding: 0 10px;
  width: 50%;
}

.superlist-wrap .aside-left-filter .filter-box-wrap .togglefilter .sfilter-range .rangebox .indata {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.superlist-wrap .aside-left-filter .filter-box-wrap .togglefilter .sfilter-range .rangebox .indata .form-control {
  border: solid 1px #dddddd;
  height: 40px;
  border-radius: 5px;
  background-clip: padding-box;
  text-align: center;
  font-size: 12px;
  font-weight: 500;
  color: rgba(0, 0, 0, 0.7);
}

.superlist-wrap .aside-left-filter .filter-box-wrap .togglefilter ul {
  padding: 0px;
  margin: 0px;
}

.superlist-wrap .aside-left-filter .filter-box-wrap .togglefilter ul li {
  list-style: none;
  padding: 0px;
  margin: 0px;
}

.superlist-wrap .aside-left-filter .filter-box-wrap .togglefilter ul li:last-child .md-checkbox {
  margin-bottom: 0px;
}

.superlist-wrap .aside-left-filter .filter-box-wrap .togglefilter ul li:last-child .md-radio {
  margin-bottom: 0px;
}

.superlist-wrap .aside-left-filter .filter-box-wrap .togglefilter .selectmodelrow {
  margin: 0 -10px;
}

.superlist-wrap .aside-left-filter .filter-box-wrap .togglefilter .selectmodelrow .slctcell {
  padding: 0 10px;
  -ms-flex: 0 0 50%;
  -webkit-box-flex: 0;
  flex: 0 0 50%;
  max-width: 50%;
}

.superlist-wrap .aside-left-filter .filter-box-wrap .togglefilter .selectmodelrow .slctcell .form-group {
  padding: 0px;
  margin: 0px;
}

.superlist-wrap .aside-left-filter .filter-box-wrap .togglefilter .selectmodelrow .slctcell .form-group label {
  font-size: 10px;
  text-transform: uppercase;
  color: #b5b5b5;
}

.superlist-wrap .aside-left-filter .filter-box-wrap .togglefilter .selectmodelrow .slctcell .form-group .select2-container .select2-selection--single {
  height: 36px;
  border-radius: 0px;
  background-clip: padding-box;
  border: none;
  border-bottom: solid 2px #dfdfdf;
}

.superlist-wrap .aside-left-filter .filter-box-wrap .togglefilter .selectmodelrow .slctcell .form-group .select2-container .select2-selection--single .select2-selection__rendered {
  padding: 0 30px 0 5px;
}

.superlist-wrap .aside-left-filter .filter-box-wrap .togglefilter .colorlist {
  padding: 0px;
}

.superlist-wrap .aside-left-filter .filter-box-wrap .togglefilter .colorlist li .md-checkbox label {
  padding-left: 58px;
}

.superlist-wrap .aside-left-filter .filter-box-wrap .togglefilter .colorlist li .md-checkbox label .colour-label {
  width: 20px;
  height: 20px;
  margin-right: 8px;
  border-radius: 50%;
  background-clip: padding-box;
  position: absolute;
  left: 30px;
}

.superlist-wrap .aside-left-filter .filter-box-wrap .togglefilter .colorlist li .md-checkbox label .colour-label.white-label {
  border: 1px solid rgba(36, 39, 44, 0.1);
}

.superlist-wrap .aside-left-filter .filter-box-wrap .togglefilter .viweall-filter {
  padding: 20px 0 0px;
  margin: 0px;
  padding-left: 4px;
}

.superlist-wrap .aside-left-filter .filter-box-wrap .togglefilter .viweall-filter a {
  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;
  font-size: 11px;
  color: #a2a2a2;
  text-decoration: none;
  font-weight: 500;
  text-transform: uppercase;
  padding: 10px 0 5px;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.superlist-wrap .aside-left-filter .filter-box-wrap .togglefilter .viweall-filter a i {
  margin-right: 5px;
}

.superlist-wrap .aside-left-filter .filter-box-wrap .togglefilter .viweall-filter a span {
  margin-left: auto;
}

.superlist-wrap .aside-left-filter .filter-box-wrap .togglefilter .viweall-filter a:hover {
  color: #000000;
}

.superlist-wrap .aside-left-filter .donebtn {
  position: fixed;
  bottom: 0;
  border-radius: 0;
  text-decoration: none;
  display: none;
}

@media (max-width: 991px) {
  .superlist-wrap .aside-left-filter .donebtn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.list-filters {
  font-size: 0px;
  padding: 0;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -5px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media (max-width: 767px) {
  .list-filters {
    width: 100%;
  }
}

.list-filters li {
  list-style: none;
  font-size: 13px;
  padding: 0 5px;
}

@media (max-width: 767px) {
  .list-filters li {
    margin-bottom: 10px;
  }
}

.list-filters li .filterbrand {
  height: 34px;
  padding-left: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #f9f9f9;
  border: solid 1px #e5e5e5;
  color: #000;
  font-size: 12px;
  letter-spacing: 0.24px;
  border-radius: 5px;
  background-clip: padding-box;
  -webkit-box-shadow: 0 2px 1px rgba(0, 0, 0, 0.03);
  -o-box-shadow: 0 2px 1px rgba(0, 0, 0, 0.03);
  -ms-box-shadow: 0 2px 1px rgba(0, 0, 0, 0.03);
  box-shadow: 0 2px 1px rgba(0, 0, 0, 0.03);
}

.list-filters li .filterbrand i {
  width: 28px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
  font-size: 9px;
  color: #cbcbcb;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  cursor: pointer;
}

.list-filters li .filterbrand i:hover {
  color: #000000;
}

.rightsidelisting {
  width: calc(100% - 320px);
}

@media (max-width: 991px) {
  .rightsidelisting {
    width: calc(100%);
  }
}

.rightsidelisting .shortbybar {
  padding: 0px;
  margin: 0px;
  background: #ffffff;
  padding: 0px 10px 0 25px;
  min-height: 72px;
  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;
  -webkit-box-shadow: 0 2px 1px rgba(0, 0, 0, 0.02);
  -o-box-shadow: 0 2px 1px rgba(0, 0, 0, 0.02);
  -ms-box-shadow: 0 2px 1px rgba(0, 0, 0, 0.02);
  box-shadow: 0 2px 1px rgba(0, 0, 0, 0.02);
}

@media (max-width: 767px) {
  .rightsidelisting .shortbybar {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    min-height: auto;
    padding: 10px;
  }
}

.rightsidelisting .shortbybar .selectshortby {
  margin-left: auto;
  min-width: 228px;
  position: relative;
  height: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-left: solid 1px #f1f3f4;
  padding-left: 10px;
}

@media (max-width: 767px) {
  .rightsidelisting .shortbybar .selectshortby {
    height: auto;
    border: solid 1px #f1f3f4;
    width: 100%;
    padding: 0px;
  }
}

.rightsidelisting .shortbybar .selectshortby .select2-container .select2-selection--single {
  border: none;
  font-weight: 500;
  color: #343434;
}

.rightsidelisting .shortbybar .selectshortby .innerselectpt {
  width: 100%;
}

.rightsidelisting .shortbybar .mobilefilterpt {
  display: none;
}

@media (max-width: 991px) {
  .rightsidelisting .shortbybar {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .rightsidelisting .shortbybar .selectshortby {
    width: 100%;
    padding: 0px;
    height: 40px;
    border-bottom: solid 1px #f1f3f4;
  }
  .rightsidelisting .shortbybar .select2.select2-hidden-accessible {
    display: block;
    width: 100% !important;
    height: 38px !important;
    position: static !important;
    color: #000;
    overflow: inherit !important;
    opacity: 1;
    border: transparent;
    outline: none;
    padding: 0 15px !important;
    background: transparent;
    font-weight: normal;
    color: #050505;
    font-size: 14px;
  }
  .rightsidelisting .shortbybar .select2-container {
    display: none;
  }
  .rightsidelisting .shortbybar .innerselectpt,
  .rightsidelisting .shortbybar .mobilefilterpt {
    width: 50% !important;
    height: 100%;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    position: relative;
  }
  .rightsidelisting .shortbybar .mobilefilterpt {
    border-left: solid 1px #f1f3f4;
    padding: 0 15px;
    font-weight: normal;
    color: #050505;
    font-size: 14px;
  }
  .rightsidelisting .shortbybar .innerselectpt:after {
    content: "\e900";
    display: block;
    width: 30px;
    height: 100%;
    background: #fff;
    position: absolute;
    right: 0px;
    top: 0;
    pointer-events: none;
    font-family: "tfe";
    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: 9px;
    color: #333;
  }
  .rightsidelisting .shortbybar .list-filters {
    display: none;
  }
}

.rightsidelisting .cardlistingwrap {
  padding: 15px;
}

@media (max-width: 1800px) {
  .rightsidelisting .cardlistingwrap .allcardlist {
    margin: 0 -8px;
  }
}

.rightsidelisting .cardlistingwrap .allcardlist > li {
  margin-bottom: 20px;
}

@media (max-width: 1800px) {
  .rightsidelisting .cardlistingwrap .allcardlist > li {
    width: 25%;
  }
}

@media (max-width: 1499px) {
  .rightsidelisting .cardlistingwrap .allcardlist > li {
    padding: 0 8px;
  }
}

@media (max-width: 1498px) {
  .rightsidelisting .cardlistingwrap .allcardlist > li {
    width: 33.33%;
  }
}

@media (max-width: 1100px) {
  .rightsidelisting .cardlistingwrap .allcardlist > li {
    width: 50%;
  }
}

@media (max-width: 991px) {
  .rightsidelisting .cardlistingwrap .allcardlist > li {
    width: 33.33%;
  }
}

@media (max-width: 767px) {
  .rightsidelisting .cardlistingwrap .allcardlist > li {
    width: 100%;
  }
}

.rightsidelisting .cardlistingwrap .allcardlist > li .cardbxlist {
  margin-bottom: 16px;
}

.rightsidelisting .cardlistingwrap .allcardlist > li .cardbxlist.listadd {
  margin-bottom: 0;
}

@media (max-width: 767px) {
  .rightsidelisting .cardlistingwrap .allcardlist > li .cardbxlist.listadd {
    display: none;
  }
}

.rightsidelisting .cardlistingwrap .allcardlist.feature-product-outer li .cardbxlist {
  height: 373px;
}

.rightsidelisting .cardlistingwrap .allcardlist.feature-product-outer li .productbox {
  padding: 0px;
  height: 373px;
}

.rightsidelisting .cardlistingwrap .allcardlist.feature-product-outer li .productbox .productinner {
  padding: 0px;
}

.rightsidelisting .cardlistingwrap .allcardlist.feature-product-outer li .productbox .productinner:hover {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.rightsidelisting .cardlistingwrap .allcardlist.feature-product-outer li .productbox .productinner .prod-img {
  height: 235px;
}

.rightsidelisting .cardlistingwrap .allcardlist.feature-product-outer li .productbox .productinner .prod-img .heart-ico {
  right: 13px;
  top: 13px;
}

.rightsidelisting .cardlistingwrap .allcardlist.feature-product-outer li .productbox .productinner .prod-img img {
  max-height: 100%;
}

.rightsidelisting .cardlistingwrap .allcardlist.feature-product-outer li .productbox .productinner .prod-dec {
  padding: 20px 20px 0;
}

.rightsidelisting .cardlistingwrap .allcardlist.feature-product-outer li .productbox .productinner .prod-dec h2 {
  text-align: left;
  margin-bottom: 10px;
  font-size: 15px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.rightsidelisting .cardlistingwrap .allcardlist.feature-product-outer li .productbox .productinner .prod-dec .rpc-outer .rppt .rating-stars {
  margin-bottom: 25px;
}

.rightsidelisting .cardlistingwrap .allcardlist.feature-product-outer li .productbox .productinner .prod-dec .rpc-outer .rppt .rating-stars ul li {
  padding: 0px;
  width: auto;
}

.rightsidelisting .cardlistingwrap .allcardlist.feature-product-outer li .productbox .productinner .prod-dec .rpc-outer .rppt .price {
  float: left;
}

.rightsidelisting .cardlistingwrap .allcardlist.feature-product-outer li .productbox .productinner:hover::before {
  display: none;
}

.rightsidelisting .cardlistingwrap .car-service-outer > li {
  width: 25%;
  padding: 0 8px;
}

@media (max-width: 1499px) {
  .rightsidelisting .cardlistingwrap .car-service-outer > li {
    width: 33.33%;
  }
}

@media (max-width: 1199px) {
  .rightsidelisting .cardlistingwrap .car-service-outer > li {
    width: 50%;
  }
}

@media (max-width: 767px) {
  .rightsidelisting .cardlistingwrap .car-service-outer > li {
    width: 100%;
  }
}

.rightsidelisting .cardlistingwrap .car-service-outer > li .cardbxlist {
  text-align: left;
  padding: 0px;
  height: 375px;
}

@media (max-width: 1499px) {
  .rightsidelisting .cardlistingwrap .car-service-outer > li .cardbxlist {
    height: 310px;
  }
}

@media (max-width: 767px) {
  .rightsidelisting .cardlistingwrap .car-service-outer > li .cardbxlist {
    padding: 0;
    height: 310px;
  }
}

.rightsidelisting .cardlistingwrap .car-service-outer > li .cardbxlist.listadd {
  padding: 0px;
}

.rightsidelisting .cardlistingwrap .car-service-outer > li .cardbxlist .service-deatil-left .service-option ul li {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.rightsidelisting .cardlistingwrap .car-service-outer > li .cardbxlist .service-center-adders {
  width: 100%;
  margin-top: 20px;
}

.rightsidelisting .cardlistingwrap .car-service-outer > li .cardbxlist .service-center-adders .addres-left {
  width: 80%;
}

.rightsidelisting .cardlistingwrap .car-service-outer > li .cardbxlist .service-center-adders .addres-left .center-name {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.rightsidelisting .cardlistingwrap .car-service-outer > li .cardbxlist .service-center-adders .center-img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #8f8f8f;
  font-size: 13px;
  width: 20%;
  min-width: 20%;
}

.openfilter .select2-container--open {
  z-index: 999999;
}

@media (max-width: 991px) {
  #shortfixed.sticky {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 999;
    -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.11);
            box-shadow: 0 0 15px rgba(0, 0, 0, 0.11);
  }
}

.blogListingPage .allcardlist {
  margin-bottom: 40px;
}

.blogListingPage .card-item-comman .tractor_desc .card_title {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  white-space: normal;
  /* number of lines to show */
  -webkit-box-orient: vertical;
  min-height: 40px;
  margin-bottom: 10px;
  font-size: 18px;
  line-height: 1.56;
}

.blogListingPage .card-item-comman .tractor_desc .card_title a {
  color: #000;
  text-decoration: none;
}

@media (max-width: 767px) {
  .blogListingPage .card-item-comman .tractor_desc .card_title {
    min-height: 20px;
  }
}

.blogListingPage .card-item-comman .tractor_desc p {
  font-size: 14px;
  color: rgba(0, 0, 0, 0.7);
  font-weight: normal;
  margin-bottom: 10px;
  line-height: 1.71;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  /* number of lines to show */
  -webkit-box-orient: vertical;
  min-height: 60px;
}

@media (max-width: 1499px) {
  .blogListingPage .card-item-comman .tractor_desc p {
    font-size: 13px;
  }
}

.blogListingPage .card-item-comman .tractor_desc .authorText {
  text-transform: uppercase;
  font-size: 12px;
  color: #979797;
  font-weight: normal;
  margin-bottom: 10px;
}

.blogListingPage .card-item-comman .tractor_desc .authorText span {
  color: black;
}

.blogListingPage .card-item-comman {
  margin-bottom: 30px;
}

@media (max-width: 1499px) {
  .blogListingPage .card-item-comman {
    margin-bottom: 25px;
  }
}

.blogListingPage .card-item-comman .tractor_desc {
  padding-top: 30px;
}

.readMore {
  margin-top: 20px;
  margin-bottom: 8px;
}

.readMore a {
  text-transform: uppercase;
  color: #ef7f1b;
  font-size: 13px;
}

.readMore a:hover {
  color: #f60000;
  text-decoration: none;
}

.detailsLeft {
  background: #fff;
  border-radius: 10px;
  -webkit-box-shadow: 0 0 35px 0 rgba(0, 0, 0, 0.05);
          box-shadow: 0 0 35px 0 rgba(0, 0, 0, 0.05);
  margin-bottom: 20px;
}

.detailsLeft .detail-img img {
  border-radius: 10px 10px 0 0;
}

.detailsLeft .detailsDescp {
  padding: 30px 20px 20px;
}

.detailsLeft .detailsDescp .datept {
  font-size: 11px;
  color: #929292;
  text-transform: uppercase;
  margin: 0 0 11px;
}

.detailsLeft .detailsDescp .datept a {
  color: #000;
}

.detailsLeft .detailsDescp h2 {
  font-weight: 500;
  font-size: 24px;
  margin-bottom: 20px;
  letter-spacing: -0.48px;
}

@media (max-width: 1499px) {
  .detailsLeft .detailsDescp h2 {
    font-size: 20px;
  }
}

@media (max-width: 767px) {
  .detailsLeft .detailsDescp h2 {
    font-size: 18px;
  }
}

.detailsLeft .detailsDescp p {
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 25px;
  color: rgba(0, 0, 0, 0.7);
}

@media (max-width: 1499px) {
  .detailsLeft .detailsDescp p {
    font-size: 13px;
    line-height: 22px;
  }
}

.detailsLeft .detailsDescp h3 {
  font-weight: 500;
  margin-bottom: 20px;
}

.detailsLeft .detailsDescp .qouteText {
  margin: 15px 30px 30px;
  line-height: 24px;
  font-size: 17px;
  position: relative;
  padding: 0 60px;
}

@media (max-width: 1499px) {
  .detailsLeft .detailsDescp .qouteText {
    font-size: 15px;
  }
}

@media (max-width: 767px) {
  .detailsLeft .detailsDescp .qouteText {
    margin: 0;
    margin-bottom: 20px;
    padding: 0 20px;
    font-size: 14px;
  }
}

.detailsLeft .detailsDescp .qouteText:before {
  content: '';
  background: url(../images/qoute-left.png) no-repeat 0 0;
  background-size: 32px auto;
  display: block;
  position: absolute;
  left: 0;
  width: 32px;
  height: 32px;
  top: 0;
}

@media (max-width: 767px) {
  .detailsLeft .detailsDescp .qouteText:before {
    background-size: 16px auto;
  }
}

.detailsLeft .detailsDescp .qouteText:after {
  content: '';
  background: url(../images/qoute-right.png) no-repeat 0 0;
  background-size: 32px auto;
  display: block;
  position: absolute;
  right: 30px;
  width: 32px;
  height: 32px;
  top: 5px;
}

@media (max-width: 767px) {
  .detailsLeft .detailsDescp .qouteText:after {
    top: auto;
    bottom: 0;
    background-size: 16px auto;
    height: 16px;
  }
}

.detailsLeft .detailsDescp .socailShare {
  border-top: 1px solid #e4e4e4;
  padding-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  width: 100%;
}

.detailsLeft .detailsDescp .socailShare a {
  font-size: 13px;
  line-height: 20px;
  color: rgba(0, 0, 0, 0.7);
  margin: 0 20px;
}

.detailsLeft .detailsDescp .socailShare a:hover {
  text-decoration: none;
  color: #EF7F1B;
}

.writeComment .title {
  border-bottom: none;
  margin-bottom: 0;
}

.writeComment .savehererow {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.writeComment .form-group .form-control {
  color: #000;
}

@media (max-width: 1499px) {
  .writeComment .form-group .form-control {
    border-radius: 6px;
    padding: 0 10px;
  }
}

.writeComment .savehererow {
  padding-bottom: 10px !important;
}

@media (max-width: 1499px) {
  .popularBlogs {
    padding: 30px 10px;
  }
}

.popularBlogs .heading {
  color: #000000;
  padding-bottom: 25px;
  margin-bottom: 0;
  border-bottom: solid 1px #ededed;
  font-size: 20px;
}

@media (max-width: 1499px) {
  .popularBlogs .heading {
    font-size: 18px;
  }
}

.popularBlogs .popularListing {
  padding: 0;
  margin: 0;
  list-style: none;
}

.popularBlogs .popularListing li {
  list-style: none;
  margin: 25px 0 10px;
  position: relative;
  padding-left: 150px;
  position: relative;
}

.popularBlogs .popularListing li::after {
  content: '';
  display: block;
  height: 1px;
  left: 150px;
  width: 100%;
  bottom: 0;
  background: #ededed;
  margin-top: 30px;
}

.popularBlogs .popularListing li:last-child {
  margin-bottom: 0;
}

.popularBlogs .popularListing li:last-child::after {
  display: none;
}

.popularBlogs .popularListing li:last-child .datept {
  margin-bottom: 0;
}

.popularBlogs .popularListing li h4 {
  font-weight: 500;
  margin-bottom: 10px;
  font-size: 16px;
  line-height: 20px;
}

.popularBlogs .popularListing li h4 a {
  color: #212529;
  text-decoration: none;
}

@media (max-width: 1499px) {
  .popularBlogs .popularListing li h4 {
    font-size: 14px;
  }
}

@media (max-width: 1199px) {
  .popularBlogs .popularListing li h4 {
    font-size: 12px;
  }
}

.popularBlogs .popularListing li .datept {
  font-size: 11px;
  color: #929292;
  text-transform: uppercase;
  margin: 0 0 15px;
}

.popularBlogs .popularListing li .datept span {
  color: #000;
}

@media (max-width: 1499px) {
  .popularBlogs .popularListing li {
    padding-left: 115px;
  }
}

@media (max-width: 1199px) {
  .popularBlogs .popularListing li {
    padding-left: 75px;
  }
}

.popularBlogs .popularListing li img {
  position: absolute;
  left: 0;
  max-width: 130px;
  border-radius: 10px;
}

@media (max-width: 1499px) {
  .popularBlogs .popularListing li img {
    max-width: 100px;
  }
}

@media (max-width: 1199px) {
  .popularBlogs .popularListing li img {
    max-width: 60px;
  }
}

.bloglistingwrap {
  padding-top: 15px;
}

.news-scroller {
  margin-bottom: 15px;
}

.news-scroller .news-scroller-inner {
  padding-left: 100%;
}

.news-scroller .news-scroller-inner ul {
  display: inline-block;
  white-space: nowrap;
  padding-right: 100%;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
  -webkit-animation-name: ticker;
          animation-name: ticker;
  -webkit-animation-duration: 25s;
          animation-duration: 25s;
}

.news-scroller .news-scroller-inner ul:hover {
  -webkit-animation-play-state: paused;
          animation-play-state: paused;
}

.news-scroller .news-scroller-inner ul li {
  display: inline-block;
}

.news-scroller .news-scroller-inner ul li a {
  padding: 0 10px;
  border-right: 1px solid #999;
  font-weight: 600;
  font-size: 14px;
  color: #333;
}

.news-scroller .news-scroller-inner ul li a:hover {
  color: #EF7F1B;
}

@-webkit-keyframes ticker {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
  100% {
    -webkit-transform: translate3d(-100%, 0, 0);
            transform: translate3d(-100%, 0, 0);
  }
}

@keyframes ticker {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
  100% {
    -webkit-transform: translate3d(-100%, 0, 0);
            transform: translate3d(-100%, 0, 0);
  }
}

/*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;
  } */
.detailspage {
  padding: 40px 0;
  position: relative;
}

@media (max-width: 767px) {
  .detailspage {
    padding: 20px 0;
  }
}

.detailspage:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 260px;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(236, 236, 236, 0.65)), to(rgba(0, 0, 0, 0)));
  background: linear-gradient(to bottom, rgba(236, 236, 236, 0.65) 0%, rgba(0, 0, 0, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a6ececec', endColorstr='#00000000',GradientType=0 );
}

@media (max-width: 1499px) {
  .detailspage .rowcell {
    margin: 0 -10px;
  }
}

@media (max-width: 991px) {
  .detailspage .rowcell {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}

@media (max-width: 1499px) {
  .detailspage .rowcell .dtlscol,
  .detailspage .rowcell .sellcol {
    padding: 0 10px;
  }
}

@media (max-width: 991px) {
  .detailspage .rowcell .dtlscol,
  .detailspage .rowcell .sellcol {
    -ms-flex: 0 0 100%;
    -webkit-box-flex: 0;
            flex: 0 0 100%;
    max-width: 100%;
  }
}

.card-outer {
  background: #ffffff;
  padding: 20px;
  padding-top: 27px;
  border-radius: 5px;
  background-clip: padding-box;
  -webkit-box-shadow: 0 1px 22px rgba(0, 0, 0, 0.11);
  -o-box-shadow: 0 1px 22px rgba(0, 0, 0, 0.11);
  -ms-box-shadow: 0 1px 22px rgba(0, 0, 0, 0.11);
  box-shadow: 0 1px 22px rgba(0, 0, 0, 0.11);
  margin-bottom: 30px;
}

@media (max-width: 1499px) {
  .card-outer {
    margin-bottom: 20px;
  }
}

.card-outer.vidcard {
  padding: 25px;
  padding-bottom: 10px;
}

.card-outer .sldlargevideo {
  padding: 3px;
  margin: 0px 0 5px;
  border-radius: 3px;
  background-clip: padding-box;
  border: solid 1px #e7e7e7;
  position: relative;
}

.card-outer .sldlargevideo img {
  width: 100%;
  border-radius: 3px;
  background-clip: padding-box;
}

.card-outer .sldlargevideo .videobtn {
  width: 135px;
  height: 54px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 12px;
  color: #EF7F1B;
  text-transform: uppercase;
  font-weight: 500;
  text-decoration: none;
  background: #ffffff;
  border-radius: 30px;
  background-clip: padding-box;
  position: absolute;
  bottom: 25px;
  left: 20px;
}

@media (max-width: 1499px) {
  .card-outer .sldlargevideo .videobtn {
    height: 40px;
    width: 98px;
    font-size: 12px;
  }
}

.card-outer .sldlargevideo .videobtn i {
  font-size: 29px;
  margin-right: 15px;
}

@media (max-width: 1499px) {
  .card-outer .sldlargevideo .videobtn i {
    margin-right: 8px;
    font-size: 20px;
  }
}

.carfeatersld {
  padding: 0px;
  margin: 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.carfeatersld .slick-list {
  width: 100%;
}

.carfeatersld .feacarinner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  outline: none;
}

.carfeatersld .feacarinner .slditeminner {
  margin: 0px;
  padding: 15px 6px;
  outline: none;
}

.carfeatersld .feacarinner .slditeminner img {
  width: 100%;
  border-radius: 3px;
  background-clip: padding-box;
  padding: 3px;
  border: solid 1px #e7e7e7;
  position: relative;
}

.carfeatersld .feacarinner .slditeminner.active img {
  padding: 2px;
  background: #EF7F1B;
  border-color: #EF7F1B;
  -webkit-box-shadow: 0 2px 11px rgba(0, 0, 0, 0.33);
  -o-box-shadow: 0 2px 11px rgba(0, 0, 0, 0.33);
  -ms-box-shadow: 0 2px 11px rgba(0, 0, 0, 0.33);
  box-shadow: 0 2px 11px rgba(0, 0, 0, 0.33);
}

.carfeatersld .slick-prev,
.carfeatersld .slick-next {
  background: #ffffff;
  z-index: 1;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background-clip: padding-box;
  -webkit-box-shadow: 0 3px 1px rgba(0, 0, 0, 0.02);
  -o-box-shadow: 0 3px 1px rgba(0, 0, 0, 0.02);
  -ms-box-shadow: 0 3px 1px rgba(0, 0, 0, 0.02);
  box-shadow: 0 3px 1px rgba(0, 0, 0, 0.02);
  top: 50%;
  transform: inherit;
  -webkit-transform: inherit;
}

.carfeatersld .slick-prev:before,
.carfeatersld .slick-next:before {
  font-family: "tfe";
  color: red;
  font-size: 12px;
  color: #000;
}

.carfeatersld .slick-prev {
  left: -15px;
  -webkit-transform: rotate(-180deg);
  transform: rotate(-180deg);
  top: inherit;
}

.carfeatersld .slick-prev:before {
  content: "\e90a";
}

.carfeatersld .slick-next {
  right: -15px;
  top: auto;
}

.carfeatersld .slick-next:before {
  content: "\e90a";
}

.cosfcard .card-head {
  padding: 6px 26px 26px;
  margin: 0px -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;
  border-bottom: solid 1px #f0f0f0;
}

@media (max-width: 1499px) {
  .cosfcard .card-head {
    padding: 0px 20px 15px;
  }
}

.cosfcard .card-head h2 {
  padding: 0px;
  margin: 0px;
  font-size: 18px;
  font-weight: 500;
  color: #000000;
}

@media (max-width: 1499px) {
  .cosfcard .card-head h2 {
    font-size: 16px;
  }
}

.cosfcard .card-head h2 span {
  color: #EF7F1B;
}

.cosfcard .card-head a {
  font-size: 13px;
  font-weight: normal;
  color: #0d0d0d;
  text-transform: uppercase;
  text-decoration: none;
  outline: none;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.cosfcard .card-head a:hover {
  color: #EF7F1B;
}

.cosfcard .card-dec {
  padding: 25px 5px 5px;
}

@media (max-width: 1499px) {
  .cosfcard .card-dec {
    padding: 15px 0px 0px;
  }
}

.cosfcard .card-dec p {
  font-size: 14px;
  color: rgba(0, 0, 0, 0.77);
  font-weight: normal;
  line-height: 1.71;
  margin-bottom: 20px;
}

@media (max-width: 1499px) {
  .cosfcard .card-dec p {
    font-size: 12px;
    margin-bottom: 15px;
  }
}

.cosfcard .card-dec p b {
  color: #000000;
  font-weight: 500;
}

.cosfcard .card-dec p:last-child {
  margin-bottom: 0px;
}

.contactsellbox .contopwrap {
  padding: 0 10px;
}

@media (max-width: 1499px) {
  .contactsellbox .contopwrap {
    padding: 0px;
  }
}

.contactsellbox .contopwrap .shareby {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.contactsellbox .contopwrap .shareby a {
  text-decoration: none;
  color: #949494;
}

.contactsellbox .contopwrap .year-tag {
  background-color: #212121;
  border-radius: 4px;
  background-clip: padding-box;
  display: inline-block;
  color: #ffffff;
  font-size: 15px;
  padding: 0px 12px;
  height: 29px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 17px;
}

@media (max-width: 1499px) {
  .contactsellbox .contopwrap .year-tag {
    font-size: 12px;
    height: 25px;
    border-radius: 3px;
    background-clip: padding-box;
    margin-bottom: 15px;
  }
}

.contactsellbox .contopwrap h2 {
  font-size: 25px;
  color: #000000;
  font-weight: 500;
  margin: 0 0 10px;
}

@media (max-width: 1499px) {
  .contactsellbox .contopwrap h2 {
    font-size: 17px;
  }
}

.contactsellbox .contopwrap h2 a {
  color: #000000;
  text-decoration: none;
  outline: none;
}

.contactsellbox .contopwrap h2 .sub-title {
  font-size: 16px;
  display: inline-block;
  width: 100%;
  color: rgba(0, 0, 0, 0.66);
  font-weight: normal;
  margin-top: 10px;
}

.contactsellbox .contopwrap .price {
  display: inline-block;
  width: 100%;
  color: #000;
  font-size: 27px;
  font-weight: 500;
  margin: 25px 0 37px 0px;
}

@media (max-width: 1499px) {
  .contactsellbox .contopwrap .price {
    font-size: 17px;
    margin: 15px 0 28px 0px;
  }
}

@media (max-width: 767px) {
  .contactsellbox .contopwrap .price {
    margin: 10px 0 25px 0px;
  }
}

.contactsellbox .service-center-adders {
  width: 100%;
  border-radius: 4px;
  background-clip: padding-box;
  border: solid 1px #e7e7e7;
  position: relative;
  font-size: 0;
}

.contactsellbox .service-center-adders .avbl {
  position: absolute;
  top: -9px;
  left: 14px;
  background: #fff;
  padding: 0 10px;
  font-size: 13px;
  font-weight: 500;
  color: #000;
}

@media (max-width: 1499px) {
  .contactsellbox .service-center-adders .avbl {
    font-size: 12px;
  }
}

.contactsellbox .service-center-adders .addressby {
  padding: 36px 20px 26px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 1499px) {
  .contactsellbox .service-center-adders .addressby {
    padding: 15px 15px 10px;
  }
}

.contactsellbox .service-center-adders .addressby .center-img {
  border-radius: 100%;
  display: inline-block;
  min-width: 60px;
  width: 60px;
  height: 60px;
  overflow: hidden;
  vertical-align: middle;
}

@media (max-width: 1499px) {
  .contactsellbox .service-center-adders .addressby .center-img {
    min-width: 44px;
    width: 44px;
    height: 44px;
  }
}

.contactsellbox .service-center-adders .addressby .center-img img {
  height: 100%;
}

.contactsellbox .service-center-adders .addressby .addres-left {
  display: inline-block;
  width: 79%;
  vertical-align: middle;
  padding-left: 15px;
}

.contactsellbox .service-center-adders .addressby .addres-left .center-name {
  display: inline-block;
  width: 100%;
  font-size: 16px;
  color: #000000;
  margin-bottom: 15px;
  font-weight: 500;
}

.contactsellbox .service-center-adders .addressby .addres-left ul {
  padding: 0;
  margin: 0px;
  font-size: 0px;
}

.contactsellbox .service-center-adders .addressby .addres-left ul li {
  color: rgba(0, 0, 0, 0.8);
  font-size: 14px;
  margin-bottom: 5px;
  width: 100%;
  position: relative;
  padding-left: 15px;
}

@media (max-width: 1499px) {
  .contactsellbox .service-center-adders .addressby .addres-left ul li {
    font-size: 12px;
  }
}

.contactsellbox .service-center-adders .addressby .addres-left ul li + li {
  margin-top: 10px;
}

.contactsellbox .service-center-adders .addressby .addres-left ul li i {
  position: absolute;
  font-size: 10px;
  left: 0;
  top: 3px;
  color: #ababab;
}

.contactsellbox .contactbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  border-top: #e7e7e7 solid 1px;
  padding: 24px 21px;
  background: #fbfbfb;
}

@media (max-width: 1499px) {
  .contactsellbox .contactbox {
    padding: 15px 15px 15px 15px;
  }
}

.contactsellbox .contactbox .star-rating {
  display: inline-block;
  width: 40%;
  vertical-align: middle;
}

.contactsellbox .contactbox .star-rating ul li {
  display: inline-block;
  width: 15px;
  margin-right: 2px;
  font-size: 13px;
}

.contactsellbox .contactbox .star-rating ul li:last-child {
  margin-right: 0px;
}

.contactsellbox .contactbox .star-rating ul li a {
  text-decoration: none;
  color: #e0e0e0;
}

.contactsellbox .contactbox .star-rating ul li a.active {
  color: #ffa95c;
}

.contactsellbox .contactbox .star-rating .review-text {
  font-size: 12px;
  color: #adadad;
  display: inline-block;
  width: 100%;
  margin-top: 7px;
}

.contactsellbox .contactbox .contactbtn {
  display: inline-block;
  width: 100%;
  text-align: right;
  margin: 3px 0px;
}

.contactsellbox .contactbox .contactbtn .btn {
  max-width: 100%;
  width: 100%;
  height: 55px;
  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;
  text-decoration: none;
  margin-left: auto;
}

@media (max-width: 1499px) {
  .contactsellbox .contactbox .contactbtn .btn {
    height: 40px;
    font-size: 13px;
    max-width: 150px;
  }
}

.contactsellbox .contactbox .contactbtn .btn:active {
  background-color: #EF7F1B;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.topspacebx {
  padding-bottom: 0px;
}

@media (max-width: 991px) {
  .topspacebx .tsflist li {
    -ms-flex: 0 0 100%;
    -webkit-box-flex: 0;
    flex: 0 0 100%;
    max-width: 100%;
  }
}

.topspacebx .tsflist li .tfs-data {
  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;
  padding-bottom: 25px;
}

@media (max-width: 1499px) {
  .topspacebx .tsflist li .tfs-data {
    font-size: 12px;
    padding-bottom: 20px;
  }
}

.topspacebx .tsflist li .tfs-data span {
  color: rgba(0, 0, 0, 0.7);
  width: 50%;
}

.topspacebx .tsflist li .tfs-data b {
  margin-left: auto;
  color: #000000;
  font-weight: normal;
  text-align: left;
  width: 50%;
  padding-left: 15px;
}

.topspacebx .tsflist li .tfs-data b.skyblue {
  color: #EF7F1B;
}

.cdoverview {
  font-size: 0px;
  padding-bottom: 0px;
}

.cdoverview .card-dec {
  padding-top: 40px;
}

@media (max-width: 1499px) {
  .cdoverview .card-dec {
    padding-top: 35px;
  }
}

@media (max-width: 767px) {
  .cdoverview .card-dec {
    padding-top: 20px;
  }
}

.cdoverview .card-dec .overviewlist {
  padding-left: 15px;
}

@media (max-width: 1499px) {
  .cdoverview .card-dec .overviewlist {
    padding: 0px;
  }
}

.cdoverview .card-dec .overviewlist li {
  font-size: 19px;
  list-style: none;
  color: #000;
  margin-bottom: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (max-width: 1499px) {
  .cdoverview .card-dec .overviewlist li {
    font-size: 13px;
    margin-bottom: 30px;
  }
}

@media (max-width: 991px) {
  .cdoverview .card-dec .overviewlist li {
    -ms-flex: 0 0 50%;
    -webkit-box-flex: 0;
    flex: 0 0 50%;
    max-width: 50%;
  }
}

@media (max-width: 767px) {
  .cdoverview .card-dec .overviewlist li {
    margin-bottom: 20px;
  }
}

.cdoverview .card-dec .overviewlist li span {
  font-size: 12px;
  text-transform: uppercase;
  color: rgba(0, 0, 0, 0.5);
  font-weight: 500;
  display: block;
  width: 100%;
  margin: 0 0 8px;
}

@media (max-width: 1499px) {
  .cdoverview .card-dec .overviewlist li span {
    font-size: 11px;
  }
}

.cdoverview .card-dec .overviewlist li .icowrap {
  width: 35px;
  min-width: 35px;
  font-size: 32px;
  color: #d7d7d7;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 10px;
}

@media (max-width: 1499px) {
  .cdoverview .card-dec .overviewlist li .icowrap {
    font-size: 22px;
    min-width: 40px;
    width: 40px;
    margin-right: 5px;
  }
}

.all-reviewlist {
  padding: 0px;
  margin: 0px;
}

.all-reviewlist li {
  list-style: none;
}

.all-reviewlist li .readreviewbx {
  border-bottom: 1px solid #ededed;
  padding: 0 15px 20px;
  margin-bottom: 22px;
}

@media (max-width: 1499px) {
  .all-reviewlist li .readreviewbx {
    padding: 0 10px 15px;
    margin-bottom: 15px;
  }
}

@media (max-width: 767px) {
  .all-reviewlist li .readreviewbx {
    padding: 0px 0 15px;
  }
}

.all-reviewlist li .readreviewbx .revholder {
  padding: 3px 0 5px;
}

.all-reviewlist li .readreviewbx .revholder .ratereviews {
  margin-bottom: 20px;
}

@media (max-width: 767px) {
  .all-reviewlist li .readreviewbx .revholder .ratereviews {
    margin-bottom: 10px;
  }
}

.all-reviewlist li .readreviewbx .revholder .contentspace {
  word-wrap: break-word;
  padding: 0px;
  margin: 0px;
}

.all-reviewlist li .readreviewbx .revholder .contentspace h2 {
  font-size: 18px;
  font-weight: 500;
  color: #000000;
  white-space: normal;
  margin: 0 0 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media (max-width: 1499px) {
  .all-reviewlist li .readreviewbx .revholder .contentspace h2 {
    font-size: 13px;
  }
}

@media (max-width: 767px) {
  .all-reviewlist li .readreviewbx .revholder .contentspace h2 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-bottom: 10px;
  }
}

.all-reviewlist li .readreviewbx .revholder .contentspace h2 a {
  text-decoration: none;
  outline: none;
  color: #000000;
}

.all-reviewlist li .readreviewbx .revholder .contentspace h2 .date {
  font-size: 11px;
  color: #b6b6b6;
}

@media (max-width: 767px) {
  .all-reviewlist li .readreviewbx .revholder .contentspace h2 .date {
    width: 100%;
    margin: 5px 0 0;
  }
}

.all-reviewlist li .readreviewbx .revholder .contentspace p {
  min-height: auto;
  margin-bottom: 25px;
  line-height: 1.6;
  white-space: normal;
  color: rgba(0, 0, 0, 0.6);
  font-size: 14px;
}

@media (max-width: 1499px) {
  .all-reviewlist li .readreviewbx .revholder .contentspace p {
    margin-bottom: 15px;
  }
}

.all-reviewlist li .readreviewbx .revholder .auther-foot {
  padding: 0px;
  margin: 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.all-reviewlist li .readreviewbx .revholder .auther-foot .author-summary {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 14px;
  font-weight: 500;
}

@media (max-width: 1499px) {
  .all-reviewlist li .readreviewbx .revholder .auther-foot .author-summary {
    font-size: 13px;
  }
}

.all-reviewlist li .readreviewbx .revholder .auther-foot .author-summary .name {
  color: #000000;
  margin-right: 5px;
}

.all-reviewlist li .readreviewbx .revholder .auther-foot .author-summary .veryfy {
  color: #bcbcbc;
}

.ratebtnrow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  min-width: 100%;
}

.ratebtnrow .btn {
  max-width: 212px;
  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;
  text-decoration: none;
}

@media (max-width: 1499px) {
  .ratebtnrow .btn {
    max-width: 155px;
    font-size: 13px;
    height: 40px;
  }
}

.simiprowrap {
  padding-bottom: 0px;
}

.simiprowrap .allcardlist .slick-list {
  width: 100%;
}

.simiprowrap .allcardlist .slick-list .slick-track {
  margin: 0;
}

.simiprowrap .card-dec .cardlistingwrap {
  padding: 0px 0 25px;
}

.simiprowrap .card-dec .cardlistingwrap .allcardlist li {
  width: 33.33%;
}

.simiprowrap .card-dec .cardlistingwrap .allcardlist .slick-dots {
  padding: 0px;
  margin: 0px;
  bottom: -10px;
}

.simiprowrap .card-dec .cardlistingwrap .allcardlist .slick-dots li {
  width: auto;
  padding: 0px;
}

.all-feature-wrap {
  max-width: 786px;
  width: 100%;
  position: fixed;
  padding-left: 1px;
  top: 0;
  right: -800px;
  height: 100%;
  z-index: 9999999;
  overflow-y: auto;
  overflow-x: hidden;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.all-feature-wrap::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #efefef;
}

.all-feature-wrap::-webkit-scrollbar {
  width: 5px;
  background-color: #F5F5F5;
}

.all-feature-wrap::-webkit-scrollbar-thumb {
  background-color: #8e8e8e;
}

@media (max-width: 1499px) {
  .all-feature-wrap {
    max-width: 560px;
  }
}

@media (max-width: 767px) {
  .all-feature-wrap {
    max-width: 768px;
  }
}

.all-feature-wrap .shadow_click_wrap {
  padding: 0px;
  margin: 0px;
  background: #000;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 000000;
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  display: block;
  visibility: hidden;
  opacity: 0;
}

.all-feature-wrap.open_it {
  right: 0;
}

.all-feature-wrap.open_it .shadow_click_wrap {
  visibility: visible;
  opacity: 0.78;
}

.all-feature-wrap .finance-data {
  height: 100%;
  position: relative;
  background: #fff;
}

.all-feature-wrap .finance-data .finance-row {
  min-height: 100%;
  margin: 0;
}

@media (max-width: 767px) {
  .all-feature-wrap .finance-data .finance-row {
    display: block;
    margin: 0px;
  }
}

.all-feature-wrap .finance-data .finance-row .list_finence_tab {
  background: #f2f2f2;
  padding-right: 0;
  padding-left: 0px;
}

@media (max-width: 767px) {
  .all-feature-wrap .finance-data .finance-row .list_finence_tab {
    -ms-flex: 0 0 100%;
    -webkit-box-flex: 0;
            flex: 0 0 100%;
    max-width: 100%;
  }
}

.all-feature-wrap .finance-data .finance-row .list_finence_tab .feature_tab {
  padding: 0;
  margin: 60% 0 0;
  font-size: 0;
  display: block;
  text-align: right;
  position: relative;
  z-index: 1;
}

@media (max-width: 767px) {
  .all-feature-wrap .finance-data .finance-row .list_finence_tab .feature_tab {
    margin: 0% 0 0;
    overflow-x: auto;
    white-space: nowrap;
    text-align: center;
  }
}

.all-feature-wrap .finance-data .finance-row .list_finence_tab .feature_tab li {
  font-size: 14px;
  list-style: none;
  padding: 0;
  display: block;
}

@media (max-width: 767px) {
  .all-feature-wrap .finance-data .finance-row .list_finence_tab .feature_tab li {
    display: inline-block;
  }
}

.all-feature-wrap .finance-data .finance-row .list_finence_tab .feature_tab li a {
  display: block;
  padding: 22px 30px;
  margin: 0;
  color: #bbbbbb;
  font-weight: normal;
  position: relative;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  text-decoration: none;
  font-weight: 500;
  font-size: 14px;
}

@media (max-width: 1499px) {
  .all-feature-wrap .finance-data .finance-row .list_finence_tab .feature_tab li a {
    font-size: 12px;
    padding: 18px 22px;
  }
}

@media (max-width: 767px) {
  .all-feature-wrap .finance-data .finance-row .list_finence_tab .feature_tab li a {
    padding: 15px 18px;
  }
}

.all-feature-wrap .finance-data .finance-row .list_finence_tab .feature_tab li.current a {
  background: linear-gradient(45deg, rgba(255, 255, 255, 0) 7%, rgba(255, 255, 255, 0) 55%, rgba(255, 255, 255, 0.91) 96%, white 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=1 );
  color: #EF7F1B;
}

@media (max-width: 767px) {
  .all-feature-wrap .finance-data .finance-row .list_finence_tab .feature_tab li.current a {
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), to(white));
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, white 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=0 );
  }
}

.all-feature-wrap .finance-data .finance-row .list_finence_tab .feature_tab li.current a::before {
  content: '';
  position: absolute;
  width: 3px;
  height: 100%;
  left: -1px;
  top: 0;
  bottom: 0;
  background-color: #EF7F1B;
}

.all-feature-wrap .finance-data .finance-row .all_feature_detls {
  padding-top: 50px;
  padding-bottom: 30px;
  position: relative;
  background: #fff;
  -webkit-box-shadow: 0 0 14px rgba(0, 0, 0, 0.04);
          box-shadow: 0 0 14px rgba(0, 0, 0, 0.04);
}

@media (max-width: 1499px) {
  .all-feature-wrap .finance-data .finance-row .all_feature_detls {
    padding-top: 30px;
  }
}

@media (max-width: 767px) {
  .all-feature-wrap .finance-data .finance-row .all_feature_detls {
    -webkit-box-shadow: none;
            box-shadow: none;
    padding-top: 15px;
    -ms-flex: 0 0 100%;
    -webkit-box-flex: 0;
            flex: 0 0 100%;
    max-width: 100%;
  }
}

.all-feature-wrap .finance-data .finance-row .all_feature_detls .tab_content_finance {
  padding: 0 30px;
}

@media (max-width: 1499px) {
  .all-feature-wrap .finance-data .finance-row .all_feature_detls .tab_content_finance {
    padding: 0 20px;
  }
}

@media (max-width: 767px) {
  .all-feature-wrap .finance-data .finance-row .all_feature_detls .tab_content_finance {
    padding: 0px;
  }
}

.all-feature-wrap .finance-data .finance-row .all_feature_detls .tab_content_finance .close {
  border: none;
  width: 42px;
  height: 42px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  -webkit-box-shadow: 0 1px 13px rgba(0, 0, 0, 0.09);
  -o-box-shadow: 0 1px 13px rgba(0, 0, 0, 0.09);
  -ms-box-shadow: 0 1px 13px rgba(0, 0, 0, 0.09);
  box-shadow: 0 1px 13px rgba(0, 0, 0, 0.09);
  outline: none;
  font-size: 13px;
  color: #999999;
  background: #ffffff;
  border-radius: 50%;
  background-clip: padding-box;
  cursor: pointer;
  margin-left: auto;
  position: absolute;
  right: 40px;
  top: 65px;
}

@media (max-width: 1499px) {
  .all-feature-wrap .finance-data .finance-row .all_feature_detls .tab_content_finance .close {
    width: 35px;
    height: 35px;
    top: 35px;
    right: 35px;
    font-size: 10px;
  }
}

@media (max-width: 767px) {
  .all-feature-wrap .finance-data .finance-row .all_feature_detls .tab_content_finance .close {
    top: 16px;
    right: 20px;
  }
}

.all-feature-wrap .finance-data .finance-row .all_feature_detls .tab_content_finance .close:hover {
  color: #000000;
}

.all-feature-wrap .finance-data .finance-row .all_feature_detls .tab_content_finance .tab-content {
  padding: 0px;
}

.all-feature-wrap .finance-data .finance-row .all_feature_detls .tab_content_finance .heading_wrap {
  padding: 0;
  margin: 0 0 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media (max-width: 1499px) {
  .all-feature-wrap .finance-data .finance-row .all_feature_detls .tab_content_finance .heading_wrap {
    margin-bottom: 30px;
  }
}

@media (max-width: 767px) {
  .all-feature-wrap .finance-data .finance-row .all_feature_detls .tab_content_finance .heading_wrap {
    margin-bottom: 15px;
  }
}

.all-feature-wrap .finance-data .finance-row .all_feature_detls .tab_content_finance .heading_wrap h2 {
  font-size: 26px;
  font-weight: 500;
  color: #000000;
  margin: 0 0 0px;
  line-height: 1.6;
}

@media (max-width: 1499px) {
  .all-feature-wrap .finance-data .finance-row .all_feature_detls .tab_content_finance .heading_wrap h2 {
    font-size: 19px;
  }
}

@media (max-width: 767px) {
  .all-feature-wrap .finance-data .finance-row .all_feature_detls .tab_content_finance .heading_wrap h2 {
    font-size: 15px;
  }
}

.all-feature-wrap .finance-data .finance-row .all_feature_detls .tab_content_finance .heading_wrap h2 span {
  display: block;
  font-size: 15px;
  color: #8a8a8a;
  font-weight: normal;
}

@media (max-width: 1499px) {
  .all-feature-wrap .finance-data .finance-row .all_feature_detls .tab_content_finance .heading_wrap h2 span {
    font-size: 12px;
  }
}

.all-feature-wrap .finance-data .finance-row .all_feature_detls .tab_content_finance .feature_table_list {
  padding: 0;
  margin: 0;
}

.all-feature-wrap .finance-data .finance-row .all_feature_detls .tab_content_finance .feature_table_list ul {
  padding: 0;
  margin: 0;
  display: block;
  font-size: 0;
}

.all-feature-wrap .finance-data .finance-row .all_feature_detls .tab_content_finance .feature_table_list ul li {
  font-size: 15px;
  color: #989898;
  padding: 15px 0px;
  margin: 0;
  list-style: none;
  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%;
}

@media (max-width: 1499px) {
  .all-feature-wrap .finance-data .finance-row .all_feature_detls .tab_content_finance .feature_table_list ul li {
    font-size: 13px;
    padding: 11px 0px;
  }
}

@media (max-width: 767px) {
  .all-feature-wrap .finance-data .finance-row .all_feature_detls .tab_content_finance .feature_table_list ul li {
    padding: 9px 0px;
  }
}

.all-feature-wrap .finance-data .finance-row .all_feature_detls .tab_content_finance .feature_table_list ul li .tfs-data {
  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%;
}

.all-feature-wrap .finance-data .finance-row .all_feature_detls .tab_content_finance .feature_table_list ul li span {
  width: 55%;
}

.all-feature-wrap .finance-data .finance-row .all_feature_detls .tab_content_finance .feature_table_list ul li b {
  width: 45%;
  margin-left: auto;
  color: #000000;
}

.all-feature-wrap .finance-data .finance-row .all_feature_detls .tab_content_finance .feature_table_list ul li b.skyblue {
  color: #EF7F1B;
}

.starreviewouter {
  display: none;
  padding: 30px;
  margin: 0px;
  background: #f2f2f2;
  border: solid 1px #e1e1e1;
  min-width: 100%;
}

@media (max-width: 1499px) {
  .starreviewouter {
    padding: 25px;
  }
}

@media (max-width: 767px) {
  .starreviewouter {
    padding: 15px;
  }
}

.starreviewouter .ratereviews {
  margin: 0 0 32px;
}

@media (max-width: 1499px) {
  .starreviewouter .ratereviews {
    margin: 0 0 20px;
  }
}

@media (max-width: 767px) {
  .starreviewouter .ratereviews {
    margin: 0 0 10px;
  }
}

@media (max-width: 767px) {
  .starreviewouter .ratereviews .rating-stars {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
  }
}

.starreviewouter .ratereviews .rating-stars p {
  margin: 0 20px 0 0;
  font-weight: 500;
  color: #000;
  font-size: 14px;
}

@media (max-width: 1499px) {
  .starreviewouter .ratereviews .rating-stars p {
    font-size: 13px;
    margin-right: 14px;
  }
}

@media (max-width: 767px) {
  .starreviewouter .ratereviews .rating-stars p {
    margin: 0 0 5px;
  }
}

.starreviewouter .ratereviews .rating-stars ul li.star i {
  font-size: 25px;
}

@media (max-width: 1499px) {
  .starreviewouter .ratereviews .rating-stars ul li.star i {
    font-size: 18px;
  }
}

.starreviewouter .form-group {
  margin-bottom: 24px;
}

@media (max-width: 1499px) {
  .starreviewouter .form-group {
    margin-bottom: 15px;
  }
}

.starreviewouter .form-group .form-control {
  font-family: "Celias", sans-serif;
  border-color: #e0e0e0;
  -webkit-box-shadow: 0 1px 44px rgba(0, 0, 0, 0.07);
          box-shadow: 0 1px 44px rgba(0, 0, 0, 0.07);
}

.starreviewouter .form-group .form-control::-webkit-input-placeholder {
  color: #616161;
}

.starreviewouter .form-group .form-control:-moz-placeholder {
  color: #616161;
}

.starreviewouter .form-group .form-control::-moz-placeholder {
  color: #616161;
}

.starreviewouter .form-group .form-control:-ms-input-placeholder {
  color: #616161;
}

.starreviewouter .form-group textarea.form-control {
  padding: 15px;
  min-height: 130px;
  resize: none;
  overflow: hidden;
}

@media (max-width: 1499px) {
  .starreviewouter .form-group textarea.form-control {
    min-height: 90px;
  }
}

.starreviewouter .btn_row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (max-width: 1499px) {
  .starreviewouter .btn_row {
    margin-top: 3px;
  }
}

.starreviewouter .btn_row .btn {
  max-width: 147px;
  height: 49px;
  font-weight: 500;
  margin-left: 5px;
  background: #1e1e1e;
}

@media (max-width: 1499px) {
  .starreviewouter .btn_row .btn {
    font-size: 13px;
    max-width: 105px;
    height: 40px;
  }
}

.starreviewouter .btn_row a {
  font-size: 17px;
  font-weight: 500;
  text-decoration: none;
  padding: 10px 25px;
  color: #909090;
}

.starreviewouter .btn_row a:hover {
  color: #1e1e1e;
}

@media (max-width: 1499px) {
  .starreviewouter .btn_row a {
    font-size: 13px;
  }
}

.contractseller_wrap .header_close_wrap .side_logo {
  width: 50px;
}

.contractseller_wrap .sign_inner_wrap {
  padding-top: 110px;
}

@media (max-width: 1499px) {
  .contractseller_wrap .sign_inner_wrap {
    padding-top: 90px;
  }
}

.contractseller_wrap .form-group textarea.form-control {
  min-height: 190px;
  resize: none;
}

@media (max-width: 1499px) {
  .contractseller_wrap .form-group textarea.form-control {
    min-height: 135px;
  }
}

@media (max-width: 1499px) {
  .contractseller_wrap .form-group textarea.form-control {
    min-height: 135px;
  }
}

@media (max-width: 767px) {
  .contractseller_wrap .form-group textarea.form-control {
    min-height: 85px;
  }
}

.autosimiprowrap .cardlistingwrap {
  padding: 0px;
}

.autosimiprowrap .cardlistingwrap .allcardlist .slick-list {
  width: 100%;
}

.autosimiprowrap .cardlistingwrap .allcardlist .slick-list .slick-track {
  margin: 0;
}

.autosimiprowrap .slick-dots {
  bottom: -10px;
}

.autosimiprowrap .slick-dots li {
  width: auto;
  padding: 0px;
}

.autosimiprowrap .feature-product-outer li .cardbxlist {
  height: 373px;
}

.autosimiprowrap .feature-product-outer li .productbox .productinner .prod-dec h2 {
  text-align: left;
  margin-bottom: 10px;
  font-size: 15px;
}

.autosimiprowrap .feature-product-outer li .productbox .productinner .prod-dec .rpc-outer .rppt .rating-stars ul li {
  padding: 0px 1px;
  width: auto;
}

.autosimiprowrap .feature-product-outer li .productbox .productinner .prod-dec .rpc-outer .rppt .price {
  float: left;
}

.autosimiprowrap .feature-product-outer li .productbox .productinner:hover {
  -webkit-box-shadow: none;
          box-shadow: none;
}

/* auction detail page */
.auction-iem-dtl .tractor_desc h2 .sub-title {
  line-height: 24px;
  margin-bottom: 10px;
  color: #777;
}

.auction-iem-dtl .tractor_desc h2 .sub-title i {
  color: #a8a9a9;
}

.auction-iem-dtl .tractor_desc .openeingPrice {
  font-size: 18px;
  margin-bottom: 35px;
  line-height: normal;
}

@media screen and (max-width: 1499px) {
  .auction-iem-dtl .tractor_desc .openeingPrice {
    font-size: 16px;
    margin-bottom: 25px;
  }
}

.auction-iem-dtl .tractor_desc .openeingPrice span {
  font-size: 14px;
}

.auction-iem-dtl .service-center-adders .avbl {
  font-size: 16px;
  color: rgba(0, 0, 0, 0.66);
}

.auction-iem-dtl .service-center-adders {
  margin-top: 15px;
}

.auction-iem-dtl .service-center-adders .addressby {
  width: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 30px;
}

.auction-iem-dtl .service-center-adders .addressby .addres-left {
  padding-left: 0;
  width: 100%;
}

.auction-iem-dtl .service-center-adders .addressby .addres-left .center-name {
  text-align: center;
  font-size: 24px;
  margin-bottom: 0;
  border: solid 1px #e7e7e7;
  padding: 15px 0;
  border-radius: 10px;
}

.auction-iem-dtl .contactbox {
  border-top: 0;
  padding-top: 0;
}

.auction-iem-dtl .contactbox .btn_compare_foot {
  padding-left: 0;
  padding-right: 0;
}

.auction-iem-dtl .contactbox .btn_compare_foot .bidNow {
  border-radius: 10px;
  font-size: 16px;
  font-weight: 500;
}

@media screen and (max-width: 1499px) {
  .auction-iem-dtl .contactbox .btn_compare_foot .bidNow {
    width: 100%;
    max-width: 100%;
    height: 55px;
    font-size: 14px;
  }
}

.auction-iem-dtl .contactbox .btn_compare_foot .bidNow:active {
  background-color: #047A3D;
}

/* aucdtl */
.aucdtl .tsflist li .tfs-data {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding-left: 18px;
  padding-right: 18px;
  color: #000000;
}

.aucdtl .tsflist li .tfs-data span {
  width: 25%;
}

@media screen and (max-width: 1499px) {
  .aucdtl .tsflist li .tfs-data span {
    width: 30%;
  }
}

.aucdtl .tsflist li .tfs-data strong {
  padding-right: 25px;
}

/*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;
  } */
.profile-wrapper {
  padding: 0px;
  margin: 30px 0 50px;
}

@media (max-width: 767px) {
  .profile-wrapper {
    margin: 20px 0 10px;
  }
}

.profile-wrapper .prleft {
  -ms-flex: 0 0 28%;
  -webkit-box-flex: 0;
          flex: 0 0 28%;
  max-width: 28%;
}

@media (max-width: 991px) {
  .profile-wrapper .prleft {
    -ms-flex: 0 0 100%;
    -webkit-box-flex: 0;
            flex: 0 0 100%;
    max-width: 100%;
  }
}

.profile-wrapper .prright {
  -ms-flex: 0 0 72%;
  -webkit-box-flex: 0;
          flex: 0 0 72%;
  max-width: 72%;
}

@media (max-width: 991px) {
  .profile-wrapper .prright {
    -ms-flex: 0 0 100%;
    -webkit-box-flex: 0;
            flex: 0 0 100%;
    max-width: 100%;
  }
}

@media (max-width: 991px) {
  .profile-wrapper .prleft,
  .profile-wrapper .prright {
    -ms-flex: 0 0 100%;
    -webkit-box-flex: 0;
            flex: 0 0 100%;
    max-width: 100%;
  }
}

.profilebx {
  padding: 53px 25px;
  margin: 0px 0 15px;
}

@media (max-width: 1499px) {
  .profilebx {
    padding: 20px;
  }
}

.profilebx .probxin {
  display: block;
  width: 100%;
  text-align: center;
}

.profilebx .probxin .imgbx {
  width: 65px;
  min-width: 65px;
  height: 65px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 50%;
  background-clip: padding-box;
  overflow: hidden;
  background: #EF7F1B;
  font-size: 24px;
  color: #ffffff;
  text-transform: uppercase;
  margin: 0 auto;
  margin-bottom: 12px;
}

@media (max-width: 1499px) {
  .profilebx .probxin .imgbx {
    width: 46px;
    min-width: 46px;
    height: 46px;
    font-size: 17px;
  }
}

.profilebx .probxin .pro-ne {
  padding: 0px;
  margin: 0px;
}

.profilebx .probxin .pro-ne h2 {
  font-size: 18px;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0px;
}

@media (max-width: 1499px) {
  .profilebx .probxin .pro-ne h2 {
    font-size: 14px;
  }
}

.profilebx .probxin .pro-ne h2 a {
  font-size: 14px;
  text-decoration: none;
  outline: none;
  display: block;
  color: rgba(0, 0, 0, 0.7);
  font-weight: normal;
  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;
}

.profilebx .probxin .pro-ne h2 a i {
  margin-left: 5px;
}

.profilebx .probxin .pro-ne h2 a:hover {
  color: #000000;
}

.profilebx .probxin .pro-ne h2 a span {
  width: 100%;
  text-overflow: ellipsis;
  overflow: hidden;
  display: block;
}

/* profile menu */
.profile-menu {
  padding: 0px;
  margin: 0px 0 15px;
}

.profile-menu ul {
  padding: 0px;
  margin: 0px;
  font-size: 0px;
}

@media (max-width: 991px) {
  .profile-menu ul {
    display: block;
    white-space: nowrap;
    overflow: auto;
  }
}

.profile-menu ul li {
  font-size: 14px;
  font-weight: normal;
  border-bottom: solid 1px #ededed;
}

@media (max-width: 991px) {
  .profile-menu ul li {
    display: inline-block;
    white-space: nowrap;
  }
}

.profile-menu ul li:last-child {
  border-bottom: none;
}

.profile-menu ul li a {
  padding: 22px 25px;
  display: block;
  color: #989898;
  text-decoration: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: normal;
}

@media (max-width: 1199px) {
  .profile-menu ul li a {
    padding: 15px 20px;
    font-size: 13px;
  }
}

.profile-menu ul li a:hover, .profile-menu ul li a.active {
  color: rgba(0, 0, 0, 0.8);
}

.profile-menu ul li a:hover i img, .profile-menu ul li a.active i img {
  opacity: 1;
}

.profile-menu ul li a .ink {
  background: rgba(0, 0, 0, 0.1);
}

.profile-menu ul li a i {
  font-size: 18px;
  width: 35px;
  text-align: center;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

.profile-menu ul li a i.arrow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
  margin-left: auto;
  width: auto;
  font-size: 12px;
}

@media (max-width: 991px) {
  .profile-menu ul li a i.arrow {
    margin-left: 5px;
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
  }
}

.profile-menu ul li a i img {
  opacity: 0.4;
}

.editprofile-wrap {
  padding: 30px 30px;
}

.editprofile-wrap.myorder {
  padding: 20px 20px;
}

.editprofile-wrap.myorder .title {
  padding: 10px 10px 28px;
  margin-bottom: 10px;
}

@media (max-width: 1499px) {
  .editprofile-wrap.myorder {
    padding: 10px 10px;
  }
}

@media (max-width: 991px) {
  .editprofile-wrap.myorder {
    padding: 10px;
  }
}

@media (max-width: 1499px) {
  .editprofile-wrap {
    padding: 20px 20px;
  }
}

@media (max-width: 991px) {
  .editprofile-wrap {
    padding: 20px;
  }
}

.editprofile-wrap .title {
  font-size: 18px;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 1px;
  padding: 0 0 28px;
  margin: 0 0 30px;
  color: #000;
  border-bottom: solid 1px #ededed;
}

@media (max-width: 1499px) {
  .editprofile-wrap .title {
    font-size: 15px;
  }
}

@media (max-width: 1499px) and (max-width: 991px) {
  .editprofile-wrap .title {
    margin: 0 0 20px;
  }
}

.editprofile-wrap .title span {
  font-size: 77.77%;
  color: rgba(0, 0, 0, 0.44);
}

.editprofile-wrap .form-group .form-control {
  font-family: "Celias", sans-serif;
  height: 53px;
  color: #727272;
  font-size: 14px;
  border-radius: 10px;
  padding: 0 22px;
}

.editprofile-wrap .form-group .form-control::-webkit-input-placeholder {
  color: #727272;
}

.editprofile-wrap .form-group .form-control:-moz-placeholder {
  color: #727272;
}

.editprofile-wrap .form-group .form-control::-moz-placeholder {
  color: #727272;
}

.editprofile-wrap .form-group .form-control:-ms-input-placeholder {
  color: #727272;
}

.editprofile-wrap .form-group .form-control:focus {
  border-color: #EF7F1B;
  color: #333333;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(239, 127, 40, 0.17);
          box-shadow: 0 0 0 0.2rem rgba(239, 127, 40, 0.17);
}

@media (max-width: 1499px) {
  .editprofile-wrap .form-group .form-control {
    height: 45px;
  }
}

.editprofile-wrap .form-group textarea.form-control {
  height: 107px;
  resize: none;
  padding-top: 15px;
  padding-bottom: 15px;
}

.editprofile-wrap .chkbtnprofile {
  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;
  padding: 15px 0px 35px;
  border-bottom: solid 1px #ededed;
}

@media (max-width: 767px) {
  .editprofile-wrap .chkbtnprofile {
    padding-top: 5px;
  }
}

.editprofile-wrap .chkbtnprofile.borderremove {
  border: none;
}

.editprofile-wrap .chkbtnprofile.borderremove .editprofilebtn {
  display: none;
}

.editprofile-wrap .chkbtnprofile ul {
  padding: 0px;
  margin: 0px;
  font-size: 0px;
}

.editprofile-wrap .chkbtnprofile ul li {
  font-size: 13px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

.editprofile-wrap .chkbtnprofile ul li .md-radio {
  margin: 0px;
}

.editprofile-wrap .chkbtnprofile ul li .md-radio label {
  padding: 0 35px;
  padding-right: 15px;
  line-height: 25px;
  font-size: 14px;
}

.editprofile-wrap .chkbtnprofile ul li .md-radio label:before {
  left: 0;
  right: auto;
  background: #ffffff;
  border: solid 1px #c5c5c5;
  width: 24px;
  height: 24px;
}

.editprofile-wrap .chkbtnprofile ul li .md-radio label:after {
  left: 6px;
  top: 6px;
  right: auto;
  background: #EF7F1B;
  width: 12px;
  height: 12px;
}

.editprofile-wrap .chkbtnprofile ul li .md-radio input[type="radio"]:checked + label:before {
  background: #fbe8e8;
  border-color: #EF7F1B;
}

.editprofile-wrap .chkbtnprofile .editprofilebtn {
  text-transform: uppercase;
  text-decoration: none;
  font-size: 13px;
  font-weight: 500;
  color: #EF7F1B;
}

@media (max-width: 767px) {
  .editprofile-wrap .chkbtnprofile .editprofilebtn {
    font-size: 12px;
  }
}

.editprofile-wrap .changepassrow {
  padding: 30px 10px;
}

.editprofile-wrap .changepassrow .btn {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0px;
  color: #EF7F1B;
  border-radius: none;
  font-size: 14px;
  text-decoration: none;
  text-transform: uppercase;
  height: 56px;
  -webkit-box-shadow: none;
          box-shadow: none;
  border-radius: 0px;
  background-clip: padding-box;
  border: dashed 1px #d7d7d7;
  background: #ffffff;
}

.editprofile-wrap .changepassrow .btn .ink {
  background: rgba(0, 0, 0, 0.1);
}

@media (max-width: 1499px) {
  .editprofile-wrap .changepassrow .btn {
    height: 45px;
    font-size: 12px;
  }
}

.editprofile-wrap .changepassrow .btn:focus {
  background-color: #EF7F1B;
  color: #ffffff;
}

.editprofile-wrap .note-row {
  margin: 0 0 0;
  font-size: 12px;
  font-family: "Celias", sans-serif;
  color: #949494;
}

.editprofile-wrap .note-row b {
  color: #4a4a4a;
  font-weight: 500;
}

.profile-inner-bx.stepformpt {
  display: block;
  padding: 0px;
}

.profile-inner-bx.stepformpt .savehererow {
  padding: 0px 0px 30px;
}

@media (max-width: 767px) {
  .profile-inner-bx.stepformpt .savehererow {
    padding: 0px 0px 20px;
  }
}

.profile-inner-bx.stepformpt .savehererow#infoupdatept {
  display: none;
}

.profile-inner-bx.stepformpt .savehererow .btn-primary {
  max-width: 215px;
}

@media (max-width: 1499px) {
  .profile-inner-bx.stepformpt .savehererow .btn-primary {
    max-width: 170px;
  }
}

.profile-inner-bx.stepformpt .form-group {
  margin-bottom: 20px;
}

.profile-inner-bx.changepass-panel {
  display: none;
  padding: 30px 30px 0;
  margin: 0px 0 30px;
  border: solid 1px #e3e3e3;
  border-top: 0;
}

@media (max-width: 1499px) {
  .profile-inner-bx.changepass-panel {
    padding: 15px 20px 0;
  }
}

.profile-inner-bx.changepass-panel .title {
  border: none;
  padding: 0px;
  margin-bottom: 30px;
}

.profile-inner-bx .savehererow {
  padding: 10px 0 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -10px;
}

.profile-inner-bx .savehererow .btn {
  max-width: 165px;
  width: 100%;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-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: 13px;
  font-weight: 500;
  text-decoration: none;
  height: 47px;
  margin: 0 10px;
  text-transform: uppercase;
  font-family: "Celias", sans-serif;
}

.profile-inner-bx .savehererow .btn.btn-default {
  border: solid 1px #ededed;
  color: #EF7F1B;
  max-width: 133px;
  -webkit-box-shadow: none;
          box-shadow: none;
}

@media (max-width: 1499px) {
  .profile-inner-bx .savehererow .btn.btn-default {
    max-width: 96px;
  }
}

@media (max-width: 767px) {
  .profile-inner-bx .savehererow .btn.btn-default {
    max-width: 80px;
  }
}

@media (max-width: 1499px) {
  .profile-inner-bx .savehererow .btn {
    height: 38px;
    font-size: 12px;
  }
}

.profile-inner-bx.hiddenpt .form-group {
  opacity: 0.5;
  pointer-events: none;
}

.profile-inner-bx.hiddenpt .chkbtnprofile ul {
  opacity: 0.5;
  pointer-events: none;
}

.profile-inner-bx.hiddenpt .chkbtnprofile ul li .md-radio {
  margin: 0px;
}

.profile-inner-bx.hiddenpt .chkbtnprofile ul li .md-radio label:after {
  left: 6px;
  top: 6px;
  right: auto;
  background: #c5c5c5;
  width: 12px;
  height: 12px;
}

.profile-inner-bx.hiddenpt .chkbtnprofile ul li .md-radio input[type="radio"]:checked + label:before {
  background: #fff;
  border-color: #c5c5c5;
}

@media (min-width: 1366px) {
  .pro-container {
    max-width: 1170px;
  }
}

@media (min-width: 576px) {
  .prorow {
    margin: 0 -10px;
  }
  .prorow .procell {
    padding: 0 10px;
  }
}

.person-details-card {
  background: #fff;
}

.person-details-card .topnearsection {
  padding: 0px;
  margin: 0px;
  position: relative;
}

.person-details-card .topnearsection .largeimg {
  width: 100%;
}

.person-details-card .topnearsection .logodetails {
  position: absolute;
  bottom: 0;
  padding: 0 30px;
  width: 100%;
  left: 0;
}

@media (max-width: 1499px) {
  .person-details-card .topnearsection .logodetails {
    padding: 0 20px;
  }
}

@media (max-width: 767px) {
  .person-details-card .topnearsection .logodetails {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 15px 15px 0;
  }
}

.person-details-card .topnearsection .logodetails .logobrand {
  width: 160px;
  height: 155px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  background: #fff;
  border: solid 1px #eeeeee;
  -webkit-box-shadow: 0 1px 22px rgba(0, 0, 0, 0.08);
          box-shadow: 0 1px 22px rgba(0, 0, 0, 0.08);
  border-radius: 5px;
  bottom: -78px;
}

@media (max-width: 1499px) {
  .person-details-card .topnearsection .logodetails .logobrand {
    width: 114px;
    height: 112px;
    bottom: -72px;
  }
}

@media (max-width: 767px) {
  .person-details-card .topnearsection .logodetails .logobrand {
    width: 50px;
    height: 50px;
    min-width: 50px;
    bottom: auto;
  }
}

.person-details-card .topnearsection .logodetails .logobrand img {
  max-width: 100%;
}

.person-details-card .topnearsection .logodetails .carddtlshead {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: left;
      -ms-flex-align: left;
          align-items: left;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  line-height: 1.2;
  padding: 30px 0px 30px 30px;
}

@media (max-width: 1499px) {
  .person-details-card .topnearsection .logodetails .carddtlshead {
    padding: 20px 0px 20px 20px;
  }
}

@media (max-width: 767px) {
  .person-details-card .topnearsection .logodetails .carddtlshead {
    padding: 0px 0 0 15px;
  }
}

.person-details-card .topnearsection .logodetails .carddtlshead h2 {
  font-size: 28px;
  color: #fff;
  font-weight: 500;
}

@media (max-width: 1499px) {
  .person-details-card .topnearsection .logodetails .carddtlshead h2 {
    font-size: 19px;
  }
}

@media (max-width: 767px) {
  .person-details-card .topnearsection .logodetails .carddtlshead h2 {
    font-size: 14px;
    color: #000;
  }
}

.person-details-card .topnearsection .logodetails .carddtlshead .rating-stars .countview {
  color: #fff;
}

@media (max-width: 767px) {
  .person-details-card .topnearsection .logodetails .carddtlshead .rating-stars .countview {
    color: #bbbbbb;
  }
}

.person-details-card .presiondetailslist {
  padding: 20px;
  padding-left: 230px;
}

@media (max-width: 1499px) {
  .person-details-card .presiondetailslist {
    padding: 14px;
    padding-left: 158px;
  }
}

@media (max-width: 767px) {
  .person-details-card .presiondetailslist {
    padding: 14px 15px;
  }
}

.person-details-card .presiondetailslist ul {
  padding: 0px;
  margin: 0px -30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 1499px) {
  .person-details-card .presiondetailslist ul {
    margin: 0px -15px;
  }
}

@media (max-width: 991px) {
  .person-details-card .presiondetailslist ul {
    display: block;
    white-space: nowrap;
    overflow: auto;
  }
}

.person-details-card .presiondetailslist ul li {
  list-style: none;
  padding: 0px 30px;
  margin: 0px;
}

@media (max-width: 1499px) {
  .person-details-card .presiondetailslist ul li {
    padding: 0px 15px;
  }
}

@media (max-width: 991px) {
  .person-details-card .presiondetailslist ul li {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
  }
}

.person-details-card .presiondetailslist ul li a {
  font-size: 14px;
  color: #616161;
  text-decoration: none;
  font-weight: normal;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  outline: none;
  text-decoration: none;
}

@media (max-width: 1499px) {
  .person-details-card .presiondetailslist ul li a {
    font-size: 12px;
  }
}

.person-details-card .presiondetailslist ul li a i {
  width: 34px;
  height: 34px;
  border-radius: 5px;
  background-clip: padding-box;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 14px;
  color: #b2b2b2;
  border: solid 1px #f9f9f9;
  -webkit-box-shadow: 0 1px 11px rgba(0, 0, 0, 0.04);
  -o-box-shadow: 0 1px 11px rgba(0, 0, 0, 0.04);
  -ms-box-shadow: 0 1px 11px rgba(0, 0, 0, 0.04);
  box-shadow: 0 1px 11px rgba(0, 0, 0, 0.04);
  margin-right: 15px;
}

@media (max-width: 1499px) {
  .person-details-card .presiondetailslist ul li a i {
    margin-right: 10px;
  }
}

.servicestepboxpt .allcardlist {
  margin: 0 -12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.servicestepboxpt .allcardlist li {
  width: 50%;
  padding: 0 12px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

@media (max-width: 767px) {
  .servicestepboxpt .allcardlist li {
    width: 100%;
  }
}

.servicestepboxpt .allcardlist li .cardbxlist {
  position: relative;
  border: solid 1px #f1f1f1;
  -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.03);
  -o-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.03);
  -ms-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.03);
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.03);
  border-radius: 3px;
  background-clip: padding-box;
  margin: 0 0 24px;
  height: 265px;
}

@media (max-width: 767px) {
  .servicestepboxpt .allcardlist li .cardbxlist {
    padding: 0;
  }
}

.servicestepboxpt .allcardlist li .cardbxlist:after {
  display: none;
}

.servicestepboxpt .allcardlist li .cardbxlist .notedata {
  color: #919191;
  width: 100%;
  margin-top: 15px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  line-height: 1.5;
  font-size: 13px;
  padding: 15px;
}

@media (max-width: 1499px) {
  .servicestepboxpt .allcardlist li .cardbxlist .notedata {
    font-size: 12px;
  }
}

.servicestepboxpt .allcardlist li .cardbxlist .notedata span {
  white-space: nowrap;
  margin-right: 15px;
  color: #343434;
}

.order-list-card {
  border: solid 1px #f6f6f6;
  background-color: #fff;
  margin-bottom: 10px;
}

.order-list-card figure {
  margin: 0;
  line-height: 0;
}

.order-list-card figure img {
  width: 100%;
}

@media (max-width: 767px) {
  .order-list-card figure {
    text-align: center;
  }
}

.orderDescp {
  padding-top: 15px;
}

.orderDescp .newTag {
  background: rgba(0, 0, 0, 0.7);
  border-radius: 5px;
  width: 50px;
  height: 23px;
  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;
  font-size: 12px;
  text-transform: uppercase;
  color: #ffffff;
}

@media (max-width: 767px) {
  .orderDescp .newTag {
    margin-left: 15px;
    margin-top: 15px;
  }
}

.orderDescp .card-item-comman {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.orderDescp .card-item-comman .tractor_desc {
  padding: 10px 0 0 0;
}

@media (max-width: 767px) {
  .orderDescp .card-item-comman .tractor_desc {
    padding: 15px;
  }
}

.orderDescp .card-item-comman .card_title {
  margin-bottom: 25px;
}

.orderDescp .card-item-comman .card_title span {
  margin-top: 12px;
}

.loadmoreBtn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: auto;
}

@media (min-width: 768px) {
  .customRow .col-md-5 {
    width: 40%;
  }
  .customRow .col-md-7 {
    width: 60%;
  }
}

.loadingtext {
  font-size: 12px;
  color: #bfc1c5;
  margin: 8px 0 50px;
  text-align: center;
}

/*loader css*/
.lds-spinner {
  position: relative;
  width: 64px;
  height: 64px;
  margin: 50px auto 0;
  display: block;
  -webkit-transform: scale(0.8);
  transform: scale(0.8);
}

.lds-spinner div {
  -webkit-transform-origin: 32px 32px;
  transform-origin: 32px 32px;
  -webkit-animation: lds-spinner 1.2s linear infinite;
  animation: lds-spinner 1.2s linear infinite;
}

.lds-spinner div:after {
  content: " ";
  display: block;
  position: absolute;
  top: 3px;
  left: 29px;
  width: 2px;
  height: 14px;
  border-radius: 20%;
  background: #000;
}

.lds-spinner div:nth-child(1) {
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-animation-delay: -1.1s;
  animation-delay: -1.1s;
}

.lds-spinner div:nth-child(2) {
  -webkit-transform: rotate(30deg);
  transform: rotate(30deg);
  -webkit-animation-delay: -1s;
  animation-delay: -1s;
}

.lds-spinner div:nth-child(3) {
  -webkit-transform: rotate(60deg);
  transform: rotate(60deg);
  -webkit-animation-delay: -0.9s;
  animation-delay: -0.9s;
}

.lds-spinner div:nth-child(4) {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  -webkit-animation-delay: -0.8s;
  animation-delay: -0.8s;
}

.lds-spinner div:nth-child(5) {
  -webkit-transform: rotate(120deg);
  transform: rotate(120deg);
  -webkit-animation-delay: -0.7s;
  animation-delay: -0.7s;
}

.lds-spinner div:nth-child(6) {
  -webkit-transform: rotate(150deg);
  transform: rotate(150deg);
  -webkit-animation-delay: -0.6s;
  animation-delay: -0.6s;
}

.lds-spinner div:nth-child(7) {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  -webkit-animation-delay: -0.5s;
  animation-delay: -0.5s;
}

.lds-spinner div:nth-child(8) {
  -webkit-transform: rotate(210deg);
  transform: rotate(210deg);
  -webkit-animation-delay: -0.4s;
  animation-delay: -0.4s;
}

.lds-spinner div:nth-child(9) {
  -webkit-transform: rotate(240deg);
  transform: rotate(240deg);
  -webkit-animation-delay: -0.3s;
  animation-delay: -0.3s;
}

.lds-spinner div:nth-child(10) {
  -webkit-transform: rotate(270deg);
  transform: rotate(270deg);
  -webkit-animation-delay: -0.2s;
  animation-delay: -0.2s;
}

.lds-spinner div:nth-child(11) {
  -webkit-transform: rotate(300deg);
  transform: rotate(300deg);
  -webkit-animation-delay: -0.1s;
  animation-delay: -0.1s;
}

.lds-spinner div:nth-child(12) {
  -webkit-transform: rotate(330deg);
  transform: rotate(330deg);
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
}

@-webkit-keyframes lds-spinner {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

@keyframes lds-spinner {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

/*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;
  } */
.detailspage {
  padding: 40px 0;
  position: relative;
}

@media (max-width: 767px) {
  .detailspage {
    padding: 20px 0;
  }
}

.detailspage:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 260px;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(236, 236, 236, 0.65)), to(rgba(0, 0, 0, 0)));
  background: linear-gradient(to bottom, rgba(236, 236, 236, 0.65) 0%, rgba(0, 0, 0, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a6ececec', endColorstr='#00000000',GradientType=0 );
}

@media (max-width: 1499px) {
  .detailspage .rowcell {
    margin: 0 -10px;
  }
}

@media (max-width: 991px) {
  .detailspage .rowcell {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}

@media (max-width: 1499px) {
  .detailspage .rowcell .dtlscol,
  .detailspage .rowcell .sellcol {
    padding: 0 10px;
  }
}

@media (max-width: 991px) {
  .detailspage .rowcell .dtlscol,
  .detailspage .rowcell .sellcol {
    -ms-flex: 0 0 100%;
    -webkit-box-flex: 0;
            flex: 0 0 100%;
    max-width: 100%;
  }
}

.card-outer {
  background: #ffffff;
  padding: 20px;
  padding-top: 27px;
  border-radius: 5px;
  background-clip: padding-box;
  -webkit-box-shadow: 0 1px 22px rgba(0, 0, 0, 0.11);
  -o-box-shadow: 0 1px 22px rgba(0, 0, 0, 0.11);
  -ms-box-shadow: 0 1px 22px rgba(0, 0, 0, 0.11);
  box-shadow: 0 1px 22px rgba(0, 0, 0, 0.11);
  margin-bottom: 30px;
}

@media (max-width: 1499px) {
  .card-outer {
    margin-bottom: 20px;
  }
}

.card-outer.vidcard {
  padding: 25px;
  padding-bottom: 10px;
}

.card-outer .sldlargevideo {
  padding: 3px;
  margin: 0px 0 5px;
  border-radius: 3px;
  background-clip: padding-box;
  border: solid 1px #e7e7e7;
  position: relative;
}

.card-outer .sldlargevideo img {
  width: 100%;
  border-radius: 3px;
  background-clip: padding-box;
}

.card-outer .sldlargevideo .videobtn {
  width: 135px;
  height: 54px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 12px;
  color: #EF7F1B;
  text-transform: uppercase;
  font-weight: 500;
  text-decoration: none;
  background: #ffffff;
  border-radius: 30px;
  background-clip: padding-box;
  position: absolute;
  bottom: 25px;
  left: 20px;
}

@media (max-width: 1499px) {
  .card-outer .sldlargevideo .videobtn {
    height: 40px;
    width: 98px;
    font-size: 12px;
  }
}

.card-outer .sldlargevideo .videobtn i {
  font-size: 29px;
  margin-right: 15px;
}

@media (max-width: 1499px) {
  .card-outer .sldlargevideo .videobtn i {
    margin-right: 8px;
    font-size: 20px;
  }
}

.carfeatersld {
  padding: 0px;
  margin: 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.carfeatersld .slick-list {
  width: 100%;
}

.carfeatersld .feacarinner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  outline: none;
}

.carfeatersld .feacarinner .slditeminner {
  margin: 0px;
  padding: 15px 6px;
  outline: none;
}

.carfeatersld .feacarinner .slditeminner img {
  width: 100%;
  border-radius: 3px;
  background-clip: padding-box;
  padding: 3px;
  border: solid 1px #e7e7e7;
  position: relative;
}

.carfeatersld .feacarinner .slditeminner.active img {
  padding: 2px;
  background: #EF7F1B;
  border-color: #EF7F1B;
  -webkit-box-shadow: 0 2px 11px rgba(0, 0, 0, 0.33);
  -o-box-shadow: 0 2px 11px rgba(0, 0, 0, 0.33);
  -ms-box-shadow: 0 2px 11px rgba(0, 0, 0, 0.33);
  box-shadow: 0 2px 11px rgba(0, 0, 0, 0.33);
}

.carfeatersld .slick-prev,
.carfeatersld .slick-next {
  background: #ffffff;
  z-index: 1;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background-clip: padding-box;
  -webkit-box-shadow: 0 3px 1px rgba(0, 0, 0, 0.02);
  -o-box-shadow: 0 3px 1px rgba(0, 0, 0, 0.02);
  -ms-box-shadow: 0 3px 1px rgba(0, 0, 0, 0.02);
  box-shadow: 0 3px 1px rgba(0, 0, 0, 0.02);
  top: 50%;
  transform: inherit;
  -webkit-transform: inherit;
}

.carfeatersld .slick-prev:before,
.carfeatersld .slick-next:before {
  font-family: "tfe";
  color: red;
  font-size: 12px;
  color: #000;
}

.carfeatersld .slick-prev {
  left: -15px;
  -webkit-transform: rotate(-180deg);
  transform: rotate(-180deg);
  top: inherit;
}

.carfeatersld .slick-prev:before {
  content: "\e90a";
}

.carfeatersld .slick-next {
  right: -15px;
  top: auto;
}

.carfeatersld .slick-next:before {
  content: "\e90a";
}

.cosfcard .card-head {
  padding: 6px 26px 26px;
  margin: 0px -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;
  border-bottom: solid 1px #f0f0f0;
}

@media (max-width: 1499px) {
  .cosfcard .card-head {
    padding: 0px 20px 15px;
  }
}

.cosfcard .card-head h2 {
  padding: 0px;
  margin: 0px;
  font-size: 18px;
  font-weight: 500;
  color: #000000;
}

@media (max-width: 1499px) {
  .cosfcard .card-head h2 {
    font-size: 16px;
  }
}

.cosfcard .card-head h2 span {
  color: #EF7F1B;
}

.cosfcard .card-head a {
  font-size: 13px;
  font-weight: normal;
  color: #0d0d0d;
  text-transform: uppercase;
  text-decoration: none;
  outline: none;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.cosfcard .card-head a:hover {
  color: #EF7F1B;
}

.cosfcard .card-dec {
  padding: 25px 5px 5px;
}

@media (max-width: 1499px) {
  .cosfcard .card-dec {
    padding: 15px 0px 0px;
  }
}

.cosfcard .card-dec p {
  font-size: 14px;
  color: rgba(0, 0, 0, 0.77);
  font-weight: normal;
  line-height: 1.71;
  margin-bottom: 20px;
}

@media (max-width: 1499px) {
  .cosfcard .card-dec p {
    font-size: 12px;
    margin-bottom: 15px;
  }
}

.cosfcard .card-dec p b {
  color: #000000;
  font-weight: 500;
}

.cosfcard .card-dec p:last-child {
  margin-bottom: 0px;
}

.contactsellbox .contopwrap {
  padding: 0 10px;
}

@media (max-width: 1499px) {
  .contactsellbox .contopwrap {
    padding: 0px;
  }
}

.contactsellbox .contopwrap .shareby {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.contactsellbox .contopwrap .shareby a {
  text-decoration: none;
  color: #949494;
}

.contactsellbox .contopwrap .year-tag {
  background-color: #212121;
  border-radius: 4px;
  background-clip: padding-box;
  display: inline-block;
  color: #ffffff;
  font-size: 15px;
  padding: 0px 12px;
  height: 29px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 17px;
}

@media (max-width: 1499px) {
  .contactsellbox .contopwrap .year-tag {
    font-size: 12px;
    height: 25px;
    border-radius: 3px;
    background-clip: padding-box;
    margin-bottom: 15px;
  }
}

.contactsellbox .contopwrap h2 {
  font-size: 25px;
  color: #000000;
  font-weight: 500;
  margin: 0 0 10px;
}

@media (max-width: 1499px) {
  .contactsellbox .contopwrap h2 {
    font-size: 17px;
  }
}

.contactsellbox .contopwrap h2 a {
  color: #000000;
  text-decoration: none;
  outline: none;
}

.contactsellbox .contopwrap h2 .sub-title {
  font-size: 16px;
  display: inline-block;
  width: 100%;
  color: rgba(0, 0, 0, 0.66);
  font-weight: normal;
  margin-top: 10px;
}

.contactsellbox .contopwrap .price {
  display: inline-block;
  width: 100%;
  color: #000;
  font-size: 27px;
  font-weight: 500;
  margin: 25px 0 37px 0px;
}

@media (max-width: 1499px) {
  .contactsellbox .contopwrap .price {
    font-size: 17px;
    margin: 15px 0 28px 0px;
  }
}

@media (max-width: 767px) {
  .contactsellbox .contopwrap .price {
    margin: 10px 0 25px 0px;
  }
}

.contactsellbox .service-center-adders {
  width: 100%;
  border-radius: 4px;
  background-clip: padding-box;
  border: solid 1px #e7e7e7;
  position: relative;
  font-size: 0;
}

.contactsellbox .service-center-adders .avbl {
  position: absolute;
  top: -9px;
  left: 14px;
  background: #fff;
  padding: 0 10px;
  font-size: 13px;
  font-weight: 500;
  color: #000;
}

@media (max-width: 1499px) {
  .contactsellbox .service-center-adders .avbl {
    font-size: 12px;
  }
}

.contactsellbox .service-center-adders .addressby {
  padding: 36px 20px 26px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 1499px) {
  .contactsellbox .service-center-adders .addressby {
    padding: 15px 15px 10px;
  }
}

.contactsellbox .service-center-adders .addressby .center-img {
  border-radius: 100%;
  display: inline-block;
  min-width: 60px;
  width: 60px;
  height: 60px;
  overflow: hidden;
  vertical-align: middle;
}

@media (max-width: 1499px) {
  .contactsellbox .service-center-adders .addressby .center-img {
    min-width: 44px;
    width: 44px;
    height: 44px;
  }
}

.contactsellbox .service-center-adders .addressby .center-img img {
  height: 100%;
}

.contactsellbox .service-center-adders .addressby .addres-left {
  display: inline-block;
  width: 79%;
  vertical-align: middle;
  padding-left: 15px;
}

.contactsellbox .service-center-adders .addressby .addres-left .center-name {
  display: inline-block;
  width: 100%;
  font-size: 16px;
  color: #000000;
  margin-bottom: 15px;
  font-weight: 500;
}

.contactsellbox .service-center-adders .addressby .addres-left ul {
  padding: 0;
  margin: 0px;
  font-size: 0px;
}

.contactsellbox .service-center-adders .addressby .addres-left ul li {
  color: rgba(0, 0, 0, 0.8);
  font-size: 14px;
  margin-bottom: 5px;
  width: 100%;
  position: relative;
  padding-left: 15px;
}

@media (max-width: 1499px) {
  .contactsellbox .service-center-adders .addressby .addres-left ul li {
    font-size: 12px;
  }
}

.contactsellbox .service-center-adders .addressby .addres-left ul li + li {
  margin-top: 10px;
}

.contactsellbox .service-center-adders .addressby .addres-left ul li i {
  position: absolute;
  font-size: 10px;
  left: 0;
  top: 3px;
  color: #ababab;
}

.contactsellbox .contactbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  border-top: #e7e7e7 solid 1px;
  padding: 24px 21px;
  background: #fbfbfb;
}

@media (max-width: 1499px) {
  .contactsellbox .contactbox {
    padding: 15px 15px 15px 15px;
  }
}

.contactsellbox .contactbox .star-rating {
  display: inline-block;
  width: 40%;
  vertical-align: middle;
}

.contactsellbox .contactbox .star-rating ul li {
  display: inline-block;
  width: 15px;
  margin-right: 2px;
  font-size: 13px;
}

.contactsellbox .contactbox .star-rating ul li:last-child {
  margin-right: 0px;
}

.contactsellbox .contactbox .star-rating ul li a {
  text-decoration: none;
  color: #e0e0e0;
}

.contactsellbox .contactbox .star-rating ul li a.active {
  color: #ffa95c;
}

.contactsellbox .contactbox .star-rating .review-text {
  font-size: 12px;
  color: #adadad;
  display: inline-block;
  width: 100%;
  margin-top: 7px;
}

.contactsellbox .contactbox .contactbtn {
  display: inline-block;
  width: 100%;
  text-align: right;
  margin: 3px 0px;
}

.contactsellbox .contactbox .contactbtn .btn {
  max-width: 100%;
  width: 100%;
  height: 55px;
  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;
  text-decoration: none;
  margin-left: auto;
}

@media (max-width: 1499px) {
  .contactsellbox .contactbox .contactbtn .btn {
    height: 40px;
    font-size: 13px;
    max-width: 150px;
  }
}

.contactsellbox .contactbox .contactbtn .btn:active {
  background-color: #EF7F1B;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.topspacebx {
  padding-bottom: 0px;
}

@media (max-width: 991px) {
  .topspacebx .tsflist li {
    -ms-flex: 0 0 100%;
    -webkit-box-flex: 0;
    flex: 0 0 100%;
    max-width: 100%;
  }
}

.topspacebx .tsflist li .tfs-data {
  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;
  padding-bottom: 25px;
}

@media (max-width: 1499px) {
  .topspacebx .tsflist li .tfs-data {
    font-size: 12px;
    padding-bottom: 20px;
  }
}

.topspacebx .tsflist li .tfs-data span {
  color: rgba(0, 0, 0, 0.7);
  width: 50%;
}

.topspacebx .tsflist li .tfs-data b {
  margin-left: auto;
  color: #000000;
  font-weight: normal;
  text-align: left;
  width: 50%;
  padding-left: 15px;
}

.topspacebx .tsflist li .tfs-data b.skyblue {
  color: #EF7F1B;
}

.cdoverview {
  font-size: 0px;
  padding-bottom: 0px;
}

.cdoverview .card-dec {
  padding-top: 40px;
}

@media (max-width: 1499px) {
  .cdoverview .card-dec {
    padding-top: 35px;
  }
}

@media (max-width: 767px) {
  .cdoverview .card-dec {
    padding-top: 20px;
  }
}

.cdoverview .card-dec .overviewlist {
  padding-left: 15px;
}

@media (max-width: 1499px) {
  .cdoverview .card-dec .overviewlist {
    padding: 0px;
  }
}

.cdoverview .card-dec .overviewlist li {
  font-size: 19px;
  list-style: none;
  color: #000;
  margin-bottom: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (max-width: 1499px) {
  .cdoverview .card-dec .overviewlist li {
    font-size: 13px;
    margin-bottom: 30px;
  }
}

@media (max-width: 991px) {
  .cdoverview .card-dec .overviewlist li {
    -ms-flex: 0 0 50%;
    -webkit-box-flex: 0;
    flex: 0 0 50%;
    max-width: 50%;
  }
}

@media (max-width: 767px) {
  .cdoverview .card-dec .overviewlist li {
    margin-bottom: 20px;
  }
}

.cdoverview .card-dec .overviewlist li span {
  font-size: 12px;
  text-transform: uppercase;
  color: rgba(0, 0, 0, 0.5);
  font-weight: 500;
  display: block;
  width: 100%;
  margin: 0 0 8px;
}

@media (max-width: 1499px) {
  .cdoverview .card-dec .overviewlist li span {
    font-size: 11px;
  }
}

.cdoverview .card-dec .overviewlist li .icowrap {
  width: 35px;
  min-width: 35px;
  font-size: 32px;
  color: #d7d7d7;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 10px;
}

@media (max-width: 1499px) {
  .cdoverview .card-dec .overviewlist li .icowrap {
    font-size: 22px;
    min-width: 40px;
    width: 40px;
    margin-right: 5px;
  }
}

.all-reviewlist {
  padding: 0px;
  margin: 0px;
}

.all-reviewlist li {
  list-style: none;
}

.all-reviewlist li .readreviewbx {
  border-bottom: 1px solid #ededed;
  padding: 0 15px 20px;
  margin-bottom: 22px;
}

@media (max-width: 1499px) {
  .all-reviewlist li .readreviewbx {
    padding: 0 10px 15px;
    margin-bottom: 15px;
  }
}

@media (max-width: 767px) {
  .all-reviewlist li .readreviewbx {
    padding: 0px 0 15px;
  }
}

.all-reviewlist li .readreviewbx .revholder {
  padding: 3px 0 5px;
}

.all-reviewlist li .readreviewbx .revholder .ratereviews {
  margin-bottom: 20px;
}

@media (max-width: 767px) {
  .all-reviewlist li .readreviewbx .revholder .ratereviews {
    margin-bottom: 10px;
  }
}

.all-reviewlist li .readreviewbx .revholder .contentspace {
  word-wrap: break-word;
  padding: 0px;
  margin: 0px;
}

.all-reviewlist li .readreviewbx .revholder .contentspace h2 {
  font-size: 18px;
  font-weight: 500;
  color: #000000;
  white-space: normal;
  margin: 0 0 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media (max-width: 1499px) {
  .all-reviewlist li .readreviewbx .revholder .contentspace h2 {
    font-size: 13px;
  }
}

@media (max-width: 767px) {
  .all-reviewlist li .readreviewbx .revholder .contentspace h2 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-bottom: 10px;
  }
}

.all-reviewlist li .readreviewbx .revholder .contentspace h2 a {
  text-decoration: none;
  outline: none;
  color: #000000;
}

.all-reviewlist li .readreviewbx .revholder .contentspace h2 .date {
  font-size: 11px;
  color: #b6b6b6;
}

@media (max-width: 767px) {
  .all-reviewlist li .readreviewbx .revholder .contentspace h2 .date {
    width: 100%;
    margin: 5px 0 0;
  }
}

.all-reviewlist li .readreviewbx .revholder .contentspace p {
  min-height: auto;
  margin-bottom: 25px;
  line-height: 1.6;
  white-space: normal;
  color: rgba(0, 0, 0, 0.6);
  font-size: 14px;
}

@media (max-width: 1499px) {
  .all-reviewlist li .readreviewbx .revholder .contentspace p {
    margin-bottom: 15px;
  }
}

.all-reviewlist li .readreviewbx .revholder .auther-foot {
  padding: 0px;
  margin: 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.all-reviewlist li .readreviewbx .revholder .auther-foot .author-summary {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 14px;
  font-weight: 500;
}

@media (max-width: 1499px) {
  .all-reviewlist li .readreviewbx .revholder .auther-foot .author-summary {
    font-size: 13px;
  }
}

.all-reviewlist li .readreviewbx .revholder .auther-foot .author-summary .name {
  color: #000000;
  margin-right: 5px;
}

.all-reviewlist li .readreviewbx .revholder .auther-foot .author-summary .veryfy {
  color: #bcbcbc;
}

.ratebtnrow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  min-width: 100%;
}

.ratebtnrow .btn {
  max-width: 212px;
  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;
  text-decoration: none;
}

@media (max-width: 1499px) {
  .ratebtnrow .btn {
    max-width: 155px;
    font-size: 13px;
    height: 40px;
  }
}

.simiprowrap {
  padding-bottom: 0px;
}

.simiprowrap .allcardlist .slick-list {
  width: 100%;
}

.simiprowrap .allcardlist .slick-list .slick-track {
  margin: 0;
}

.simiprowrap .card-dec .cardlistingwrap {
  padding: 0px 0 25px;
}

.simiprowrap .card-dec .cardlistingwrap .allcardlist li {
  width: 33.33%;
}

.simiprowrap .card-dec .cardlistingwrap .allcardlist .slick-dots {
  padding: 0px;
  margin: 0px;
  bottom: -10px;
}

.simiprowrap .card-dec .cardlistingwrap .allcardlist .slick-dots li {
  width: auto;
  padding: 0px;
}

.all-feature-wrap {
  max-width: 786px;
  width: 100%;
  position: fixed;
  padding-left: 1px;
  top: 0;
  right: -800px;
  height: 100%;
  z-index: 9999999;
  overflow-y: auto;
  overflow-x: hidden;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.all-feature-wrap::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #efefef;
}

.all-feature-wrap::-webkit-scrollbar {
  width: 5px;
  background-color: #F5F5F5;
}

.all-feature-wrap::-webkit-scrollbar-thumb {
  background-color: #8e8e8e;
}

@media (max-width: 1499px) {
  .all-feature-wrap {
    max-width: 560px;
  }
}

@media (max-width: 767px) {
  .all-feature-wrap {
    max-width: 768px;
  }
}

.all-feature-wrap .shadow_click_wrap {
  padding: 0px;
  margin: 0px;
  background: #000;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 000000;
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  display: block;
  visibility: hidden;
  opacity: 0;
}

.all-feature-wrap.open_it {
  right: 0;
}

.all-feature-wrap.open_it .shadow_click_wrap {
  visibility: visible;
  opacity: 0.78;
}

.all-feature-wrap .finance-data {
  height: 100%;
  position: relative;
  background: #fff;
}

.all-feature-wrap .finance-data .finance-row {
  min-height: 100%;
  margin: 0;
}

@media (max-width: 767px) {
  .all-feature-wrap .finance-data .finance-row {
    display: block;
    margin: 0px;
  }
}

.all-feature-wrap .finance-data .finance-row .list_finence_tab {
  background: #f2f2f2;
  padding-right: 0;
  padding-left: 0px;
}

@media (max-width: 767px) {
  .all-feature-wrap .finance-data .finance-row .list_finence_tab {
    -ms-flex: 0 0 100%;
    -webkit-box-flex: 0;
            flex: 0 0 100%;
    max-width: 100%;
  }
}

.all-feature-wrap .finance-data .finance-row .list_finence_tab .feature_tab {
  padding: 0;
  margin: 60% 0 0;
  font-size: 0;
  display: block;
  text-align: right;
  position: relative;
  z-index: 1;
}

@media (max-width: 767px) {
  .all-feature-wrap .finance-data .finance-row .list_finence_tab .feature_tab {
    margin: 0% 0 0;
    overflow-x: auto;
    white-space: nowrap;
    text-align: center;
  }
}

.all-feature-wrap .finance-data .finance-row .list_finence_tab .feature_tab li {
  font-size: 14px;
  list-style: none;
  padding: 0;
  display: block;
}

@media (max-width: 767px) {
  .all-feature-wrap .finance-data .finance-row .list_finence_tab .feature_tab li {
    display: inline-block;
  }
}

.all-feature-wrap .finance-data .finance-row .list_finence_tab .feature_tab li a {
  display: block;
  padding: 22px 30px;
  margin: 0;
  color: #bbbbbb;
  font-weight: normal;
  position: relative;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  text-decoration: none;
  font-weight: 500;
  font-size: 14px;
}

@media (max-width: 1499px) {
  .all-feature-wrap .finance-data .finance-row .list_finence_tab .feature_tab li a {
    font-size: 12px;
    padding: 18px 22px;
  }
}

@media (max-width: 767px) {
  .all-feature-wrap .finance-data .finance-row .list_finence_tab .feature_tab li a {
    padding: 15px 18px;
  }
}

.all-feature-wrap .finance-data .finance-row .list_finence_tab .feature_tab li.current a {
  background: linear-gradient(45deg, rgba(255, 255, 255, 0) 7%, rgba(255, 255, 255, 0) 55%, rgba(255, 255, 255, 0.91) 96%, white 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=1 );
  color: #EF7F1B;
}

@media (max-width: 767px) {
  .all-feature-wrap .finance-data .finance-row .list_finence_tab .feature_tab li.current a {
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), to(white));
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, white 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=0 );
  }
}

.all-feature-wrap .finance-data .finance-row .list_finence_tab .feature_tab li.current a::before {
  content: '';
  position: absolute;
  width: 3px;
  height: 100%;
  left: -1px;
  top: 0;
  bottom: 0;
  background-color: #EF7F1B;
}

.all-feature-wrap .finance-data .finance-row .all_feature_detls {
  padding-top: 50px;
  padding-bottom: 30px;
  position: relative;
  background: #fff;
  -webkit-box-shadow: 0 0 14px rgba(0, 0, 0, 0.04);
          box-shadow: 0 0 14px rgba(0, 0, 0, 0.04);
}

@media (max-width: 1499px) {
  .all-feature-wrap .finance-data .finance-row .all_feature_detls {
    padding-top: 30px;
  }
}

@media (max-width: 767px) {
  .all-feature-wrap .finance-data .finance-row .all_feature_detls {
    -webkit-box-shadow: none;
            box-shadow: none;
    padding-top: 15px;
    -ms-flex: 0 0 100%;
    -webkit-box-flex: 0;
            flex: 0 0 100%;
    max-width: 100%;
  }
}

.all-feature-wrap .finance-data .finance-row .all_feature_detls .tab_content_finance {
  padding: 0 30px;
}

@media (max-width: 1499px) {
  .all-feature-wrap .finance-data .finance-row .all_feature_detls .tab_content_finance {
    padding: 0 20px;
  }
}

@media (max-width: 767px) {
  .all-feature-wrap .finance-data .finance-row .all_feature_detls .tab_content_finance {
    padding: 0px;
  }
}

.all-feature-wrap .finance-data .finance-row .all_feature_detls .tab_content_finance .close {
  border: none;
  width: 42px;
  height: 42px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  -webkit-box-shadow: 0 1px 13px rgba(0, 0, 0, 0.09);
  -o-box-shadow: 0 1px 13px rgba(0, 0, 0, 0.09);
  -ms-box-shadow: 0 1px 13px rgba(0, 0, 0, 0.09);
  box-shadow: 0 1px 13px rgba(0, 0, 0, 0.09);
  outline: none;
  font-size: 13px;
  color: #999999;
  background: #ffffff;
  border-radius: 50%;
  background-clip: padding-box;
  cursor: pointer;
  margin-left: auto;
  position: absolute;
  right: 40px;
  top: 65px;
}

@media (max-width: 1499px) {
  .all-feature-wrap .finance-data .finance-row .all_feature_detls .tab_content_finance .close {
    width: 35px;
    height: 35px;
    top: 35px;
    right: 35px;
    font-size: 10px;
  }
}

@media (max-width: 767px) {
  .all-feature-wrap .finance-data .finance-row .all_feature_detls .tab_content_finance .close {
    top: 16px;
    right: 20px;
  }
}

.all-feature-wrap .finance-data .finance-row .all_feature_detls .tab_content_finance .close:hover {
  color: #000000;
}

.all-feature-wrap .finance-data .finance-row .all_feature_detls .tab_content_finance .tab-content {
  padding: 0px;
}

.all-feature-wrap .finance-data .finance-row .all_feature_detls .tab_content_finance .heading_wrap {
  padding: 0;
  margin: 0 0 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media (max-width: 1499px) {
  .all-feature-wrap .finance-data .finance-row .all_feature_detls .tab_content_finance .heading_wrap {
    margin-bottom: 30px;
  }
}

@media (max-width: 767px) {
  .all-feature-wrap .finance-data .finance-row .all_feature_detls .tab_content_finance .heading_wrap {
    margin-bottom: 15px;
  }
}

.all-feature-wrap .finance-data .finance-row .all_feature_detls .tab_content_finance .heading_wrap h2 {
  font-size: 26px;
  font-weight: 500;
  color: #000000;
  margin: 0 0 0px;
  line-height: 1.6;
}

@media (max-width: 1499px) {
  .all-feature-wrap .finance-data .finance-row .all_feature_detls .tab_content_finance .heading_wrap h2 {
    font-size: 19px;
  }
}

@media (max-width: 767px) {
  .all-feature-wrap .finance-data .finance-row .all_feature_detls .tab_content_finance .heading_wrap h2 {
    font-size: 15px;
  }
}

.all-feature-wrap .finance-data .finance-row .all_feature_detls .tab_content_finance .heading_wrap h2 span {
  display: block;
  font-size: 15px;
  color: #8a8a8a;
  font-weight: normal;
}

@media (max-width: 1499px) {
  .all-feature-wrap .finance-data .finance-row .all_feature_detls .tab_content_finance .heading_wrap h2 span {
    font-size: 12px;
  }
}

.all-feature-wrap .finance-data .finance-row .all_feature_detls .tab_content_finance .feature_table_list {
  padding: 0;
  margin: 0;
}

.all-feature-wrap .finance-data .finance-row .all_feature_detls .tab_content_finance .feature_table_list ul {
  padding: 0;
  margin: 0;
  display: block;
  font-size: 0;
}

.all-feature-wrap .finance-data .finance-row .all_feature_detls .tab_content_finance .feature_table_list ul li {
  font-size: 15px;
  color: #989898;
  padding: 15px 0px;
  margin: 0;
  list-style: none;
  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%;
}

@media (max-width: 1499px) {
  .all-feature-wrap .finance-data .finance-row .all_feature_detls .tab_content_finance .feature_table_list ul li {
    font-size: 13px;
    padding: 11px 0px;
  }
}

@media (max-width: 767px) {
  .all-feature-wrap .finance-data .finance-row .all_feature_detls .tab_content_finance .feature_table_list ul li {
    padding: 9px 0px;
  }
}

.all-feature-wrap .finance-data .finance-row .all_feature_detls .tab_content_finance .feature_table_list ul li .tfs-data {
  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%;
}

.all-feature-wrap .finance-data .finance-row .all_feature_detls .tab_content_finance .feature_table_list ul li span {
  width: 55%;
}

.all-feature-wrap .finance-data .finance-row .all_feature_detls .tab_content_finance .feature_table_list ul li b {
  width: 45%;
  margin-left: auto;
  color: #000000;
}

.all-feature-wrap .finance-data .finance-row .all_feature_detls .tab_content_finance .feature_table_list ul li b.skyblue {
  color: #EF7F1B;
}

.starreviewouter {
  display: none;
  padding: 30px;
  margin: 0px;
  background: #f2f2f2;
  border: solid 1px #e1e1e1;
  min-width: 100%;
}

@media (max-width: 1499px) {
  .starreviewouter {
    padding: 25px;
  }
}

@media (max-width: 767px) {
  .starreviewouter {
    padding: 15px;
  }
}

.starreviewouter .ratereviews {
  margin: 0 0 32px;
}

@media (max-width: 1499px) {
  .starreviewouter .ratereviews {
    margin: 0 0 20px;
  }
}

@media (max-width: 767px) {
  .starreviewouter .ratereviews {
    margin: 0 0 10px;
  }
}

@media (max-width: 767px) {
  .starreviewouter .ratereviews .rating-stars {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
  }
}

.starreviewouter .ratereviews .rating-stars p {
  margin: 0 20px 0 0;
  font-weight: 500;
  color: #000;
  font-size: 14px;
}

@media (max-width: 1499px) {
  .starreviewouter .ratereviews .rating-stars p {
    font-size: 13px;
    margin-right: 14px;
  }
}

@media (max-width: 767px) {
  .starreviewouter .ratereviews .rating-stars p {
    margin: 0 0 5px;
  }
}

.starreviewouter .ratereviews .rating-stars ul li.star i {
  font-size: 25px;
}

@media (max-width: 1499px) {
  .starreviewouter .ratereviews .rating-stars ul li.star i {
    font-size: 18px;
  }
}

.starreviewouter .form-group {
  margin-bottom: 24px;
}

@media (max-width: 1499px) {
  .starreviewouter .form-group {
    margin-bottom: 15px;
  }
}

.starreviewouter .form-group .form-control {
  font-family: "Celias", sans-serif;
  border-color: #e0e0e0;
  -webkit-box-shadow: 0 1px 44px rgba(0, 0, 0, 0.07);
          box-shadow: 0 1px 44px rgba(0, 0, 0, 0.07);
}

.starreviewouter .form-group .form-control::-webkit-input-placeholder {
  color: #616161;
}

.starreviewouter .form-group .form-control:-moz-placeholder {
  color: #616161;
}

.starreviewouter .form-group .form-control::-moz-placeholder {
  color: #616161;
}

.starreviewouter .form-group .form-control:-ms-input-placeholder {
  color: #616161;
}

.starreviewouter .form-group textarea.form-control {
  padding: 15px;
  min-height: 130px;
  resize: none;
  overflow: hidden;
}

@media (max-width: 1499px) {
  .starreviewouter .form-group textarea.form-control {
    min-height: 90px;
  }
}

.starreviewouter .btn_row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (max-width: 1499px) {
  .starreviewouter .btn_row {
    margin-top: 3px;
  }
}

.starreviewouter .btn_row .btn {
  max-width: 147px;
  height: 49px;
  font-weight: 500;
  margin-left: 5px;
  background: #1e1e1e;
}

@media (max-width: 1499px) {
  .starreviewouter .btn_row .btn {
    font-size: 13px;
    max-width: 105px;
    height: 40px;
  }
}

.starreviewouter .btn_row a {
  font-size: 17px;
  font-weight: 500;
  text-decoration: none;
  padding: 10px 25px;
  color: #909090;
}

.starreviewouter .btn_row a:hover {
  color: #1e1e1e;
}

@media (max-width: 1499px) {
  .starreviewouter .btn_row a {
    font-size: 13px;
  }
}

.contractseller_wrap .header_close_wrap .side_logo {
  width: 50px;
}

.contractseller_wrap .sign_inner_wrap {
  padding-top: 110px;
}

@media (max-width: 1499px) {
  .contractseller_wrap .sign_inner_wrap {
    padding-top: 90px;
  }
}

.contractseller_wrap .form-group textarea.form-control {
  min-height: 190px;
  resize: none;
}

@media (max-width: 1499px) {
  .contractseller_wrap .form-group textarea.form-control {
    min-height: 135px;
  }
}

@media (max-width: 1499px) {
  .contractseller_wrap .form-group textarea.form-control {
    min-height: 135px;
  }
}

@media (max-width: 767px) {
  .contractseller_wrap .form-group textarea.form-control {
    min-height: 85px;
  }
}

.autosimiprowrap .cardlistingwrap {
  padding: 0px;
}

.autosimiprowrap .cardlistingwrap .allcardlist .slick-list {
  width: 100%;
}

.autosimiprowrap .cardlistingwrap .allcardlist .slick-list .slick-track {
  margin: 0;
}

.autosimiprowrap .slick-dots {
  bottom: -10px;
}

.autosimiprowrap .slick-dots li {
  width: auto;
  padding: 0px;
}

.autosimiprowrap .feature-product-outer li .cardbxlist {
  height: 373px;
}

.autosimiprowrap .feature-product-outer li .productbox .productinner .prod-dec h2 {
  text-align: left;
  margin-bottom: 10px;
  font-size: 15px;
}

.autosimiprowrap .feature-product-outer li .productbox .productinner .prod-dec .rpc-outer .rppt .rating-stars ul li {
  padding: 0px 1px;
  width: auto;
}

.autosimiprowrap .feature-product-outer li .productbox .productinner .prod-dec .rpc-outer .rppt .price {
  float: left;
}

.autosimiprowrap .feature-product-outer li .productbox .productinner:hover {
  -webkit-box-shadow: none;
          box-shadow: none;
}

/* auction detail page */
.auction-iem-dtl .tractor_desc h2 .sub-title {
  line-height: 24px;
  margin-bottom: 10px;
  color: #777;
}

.auction-iem-dtl .tractor_desc h2 .sub-title i {
  color: #a8a9a9;
}

.auction-iem-dtl .tractor_desc .openeingPrice {
  font-size: 18px;
  margin-bottom: 35px;
  line-height: normal;
}

@media screen and (max-width: 1499px) {
  .auction-iem-dtl .tractor_desc .openeingPrice {
    font-size: 16px;
    margin-bottom: 25px;
  }
}

.auction-iem-dtl .tractor_desc .openeingPrice span {
  font-size: 14px;
}

.auction-iem-dtl .service-center-adders .avbl {
  font-size: 16px;
  color: rgba(0, 0, 0, 0.66);
}

.auction-iem-dtl .service-center-adders {
  margin-top: 15px;
}

.auction-iem-dtl .service-center-adders .addressby {
  width: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 30px;
}

.auction-iem-dtl .service-center-adders .addressby .addres-left {
  padding-left: 0;
  width: 100%;
}

.auction-iem-dtl .service-center-adders .addressby .addres-left .center-name {
  text-align: center;
  font-size: 24px;
  margin-bottom: 0;
  border: solid 1px #e7e7e7;
  padding: 15px 0;
  border-radius: 10px;
}

.auction-iem-dtl .contactbox {
  border-top: 0;
  padding-top: 0;
}

.auction-iem-dtl .contactbox .btn_compare_foot {
  padding-left: 0;
  padding-right: 0;
}

.auction-iem-dtl .contactbox .btn_compare_foot .bidNow {
  border-radius: 10px;
  font-size: 16px;
  font-weight: 500;
}

@media screen and (max-width: 1499px) {
  .auction-iem-dtl .contactbox .btn_compare_foot .bidNow {
    width: 100%;
    max-width: 100%;
    height: 55px;
    font-size: 14px;
  }
}

.auction-iem-dtl .contactbox .btn_compare_foot .bidNow:active {
  background-color: #047A3D;
}

/* aucdtl */
.aucdtl .tsflist li .tfs-data {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding-left: 18px;
  padding-right: 18px;
  color: #000000;
}

.aucdtl .tsflist li .tfs-data span {
  width: 25%;
}

@media screen and (max-width: 1499px) {
  .aucdtl .tsflist li .tfs-data span {
    width: 30%;
  }
}

.aucdtl .tsflist li .tfs-data strong {
  padding-right: 25px;
}

/*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;
  } */
.contactPage {
  background: url(../images/contact-bg.png) no-repeat;
  background-size: cover;
  background-position: center;
}

.contactLisiting ul {
  list-style: none;
  padding: 0;
}

.contactLisiting ul li {
  margin-bottom: 40px;
}

@media (max-width: 1499px) {
  .contactLisiting ul li {
    margin-bottom: 30px;
  }
}

@media (max-width: 991px) {
  .contactLisiting ul li:last-child {
    margin-bottom: 0;
  }
}

.contactLisiting ul li h3 {
  font-size: 21px;
  color: #000000;
  margin-bottom: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.contactLisiting ul li h3 i {
  min-width: 25px;
  margin-right: 20px;
}

@media (max-width: 1499px) {
  .contactLisiting ul li h3 {
    font-size: 19px;
  }
  .contactLisiting ul li h3 i {
    min-width: 20px;
    margin-right: 15px;
  }
  .contactLisiting ul li h3 i img {
    max-width: 22px;
  }
}

.contactLisiting ul li p {
  font-size: 16px;
  padding-left: 45px;
  line-height: 27px;
}

@media (max-width: 1499px) {
  .contactLisiting ul li p {
    font-size: 15px;
    padding-left: 37px;
    line-height: 25px;
  }
}

.contactBox {
  max-width: 463px;
  padding-top: 48px;
  padding-left: 40px;
  padding-right: 40px;
}

@media (max-width: 991px) {
  .contactBox {
    max-width: 100%;
    padding-top: 30px;
    margin-bottom: 50px;
  }
}

@media (max-width: 767px) {
  .contactBox {
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 25px;
    margin-bottom: 30px;
  }
}

@media (max-width: 767px) {
  .contactUsForm {
    margin-top: 20px;
  }
}

.contactUsForm.editprofile-wrap {
  padding: 0 10%;
}

@media (max-width: 991px) {
  .contactUsForm.editprofile-wrap {
    padding-left: 0;
    padding-right: 0;
  }
}

.contactUsForm h2 {
  font-size: 36px;
  font-weight: bold;
  letter-spacing: normal;
  margin-bottom: 20px;
}

@media (max-width: 1499px) {
  .contactUsForm h2 {
    font-size: 32px;
  }
}

@media (max-width: 767px) {
  .contactUsForm h2 {
    font-size: 28px;
  }
}

.contactUsForm p {
  color: rgba(0, 0, 0, 0.8);
  font-size: 16px;
  line-height: 24px;
}

.contactUsForm .fromConatctus {
  margin-top: 50px;
}

@media (max-width: 991px) {
  .contactUsForm .fromConatctus {
    margin-top: 20px;
  }
}

.contactUsForm .savehererow {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (max-width: 991px) {
  .contactUsForm .savehererow {
    display: block;
  }
}

.contactUsForm .savehererow .btn {
  width: auto;
  min-width: 164px;
}

@media (max-width: 767px) {
  .contactUsForm .savehererow .btn {
    margin-top: 20px;
  }
}

@media (max-width: 1199px) {
  .contactUsForm .savehererow .btn {
    min-width: 114px;
  }
}

.contactUsForm .md-checkbox {
  margin-bottom: 0;
  margin-right: 20px;
}

.contactUsForm .md-checkbox label {
  color: rgba(0, 0, 0, 0.8);
  font-size: 14px;
}

.contactUsForm .md-checkbox label span, .contactUsForm .md-checkbox label a {
  font-weight: 500;
  font-size: 14px;
  color: rgba(0, 0, 0, 0.8);
}

@media (max-width: 991px) {
  .contactUsForm .md-checkbox label {
    display: block;
    margin-bottom: 20px;
  }
}
/*# sourceMappingURL=style.css.map */