/*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: 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 {
    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 {
    flex: 0 0 100%;
    max-width: 100%;
  }
}

.card-outer {
  background: #ffffff;
  padding: 20px;
  padding-top: 27px;
  border-radius: 5px;
  background-clip: padding-box;
  -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: flex;
  justify-content: 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: flex;
  align-items: center;
}
.carfeatersld .slick-list {
  width: 100%;
}
.carfeatersld .feacarinner {
  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;
  -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;
  -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;
  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: flex;
  align-items: center;
  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;
  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: flex;
  align-items: baseline;
  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: inline-flex;
  justify-content: 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: 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: flex;
  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: flex;
  align-items: 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;
  box-shadow: none;
}

.topspacebx {
  padding-bottom: 0px;
}
@media (max-width: 991px) {
  .topspacebx .tsflist li {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.topspacebx .tsflist li .tfs-data {
  display: flex;
  align-items: center;
  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: flex;
  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 {
    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: flex;
  justify-content: 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: flex;
  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 {
    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: flex;
  align-items: center;
}
.all-reviewlist li .readreviewbx .revholder .auther-foot .author-summary {
  display: flex;
  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: flex;
  justify-content: flex-end;
  min-width: 100%;
}
.ratebtnrow .btn {
  max-width: 212px;
  width: 100%;
  display: flex;
  align-items: 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;
  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: 0;
  width: 100%;
  height: 100%;
  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 {
    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;
  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%, rgb(255, 255, 255) 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: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 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;
  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 {
    box-shadow: none;
    padding-top: 15px;
    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: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-out;
  -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: flex;
  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: flex;
  align-items: center;
  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: flex;
  align-items: center;
  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 {
    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;
  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: flex;
  justify-content: flex-end;
  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 {
  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%;
  align-items: 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 {
  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;
}/*# sourceMappingURL=details.css.map */