/*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: flex;
}
.listing-banner img {
  max-width: 100%;
}
.listing-banner.lstlargebnr {
  min-height: auto;
}
.listing-banner.lstlargebnr .bannerimglarge {
  width: 100%;
  display: flex;
  justify-content: 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: flex;
  align-items: center;
}
.listing-banner .listbanner-content .btnregrow .btn {
  height: 46px;
  max-width: 182px;
  display: flex;
  width: 100%;
  justify-content: 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: flex;
  justify-content: 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 {
  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;
  touch-action: none;
  -moz-user-select: none;
  user-select: none;
  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%;
  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 {
  transition: 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;
  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;
  box-shadow: inset 0 0 1px #FFF, inset 0 1px 7px #EBEBEB, 0 3px 6px -3px #BBB;
}

.noUi-active {
  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 * {
  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 {
  transform: translate(-50%, 50%);
}

.noUi-rtl .noUi-value-horizontal {
  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 {
  transform: translate(0, -50%, 0);
  padding-left: 25px;
}

.noUi-rtl .noUi-value-vertical {
  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 {
  transform: translate(-50%, 0);
  left: 50%;
  bottom: 120%;
}

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

.noUi-target {
  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 {
  box-shadow: 0 2px 11px rgba(0, 0, 0, 0.25);
  background: #fff;
  border: none;
  display: flex;
  border: 4px solid #EF7F1B;
  align-items: center;
  justify-content: center;
}

.noUi-handle .hendeltip {
  font-size: 12px;
  color: #ffffff;
  background: #1f1f1f;
  height: 23px;
  font-weight: 500;
  min-width: 33px;
  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;
  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: flex;
}
@media (max-width: 991px) {
  .superlist-wrap {
    flex-direction: column;
  }
}
.superlist-wrap .aside-left-filter {
  width: 320px;
  display: inline-flex;
  /*background:#3b3b3b url(../images/pattern.png) 0 0 repeat;*/
  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: flex;
  width: 100%;
  justify-content: 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.5;
}
.superlist-wrap .aside-left-filter .filterhead .btn {
  height: 30px;
  max-width: 86px;
  display: flex;
  width: 100%;
  justify-content: center;
  align-items: center;
  text-transform: uppercase;
  text-decoration: none;
  font-weight: normal;
  font-size: 12px;
  color: #EF7F1B;
  margin-left: auto;
  background: 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: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
}
.superlist-wrap .aside-left-filter .filter-box-wrap .filter-title i {
  color: #000;
  font-size: 10px;
  transition: all 0.3s ease-out;
}
.superlist-wrap .aside-left-filter .filter-box-wrap .filter-title i.arrowup {
  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: flex;
  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: flex;
  justify-content: 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;
  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: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 11px;
  color: #a2a2a2;
  text-decoration: none;
  font-weight: 500;
  text-transform: uppercase;
  padding: 10px 0 5px;
  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: flex;
  }
}

.list-filters {
  font-size: 0px;
  padding: 0;
  margin: 0;
  display: flex;
  margin: 0 -5px;
  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: flex;
  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;
  -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: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  font-size: 9px;
  color: #cbcbcb;
  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: flex;
  justify-content: space-between;
  align-items: center;
  -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 {
    flex-wrap: wrap;
    min-height: auto;
    padding: 10px;
  }
}
.rightsidelisting .shortbybar .selectshortby {
  margin-left: auto;
  min-width: 228px;
  position: relative;
  height: 80px;
  display: flex;
  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 {
    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: inline-flex;
    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: flex;
    align-items: 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 {
  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: flex;
  justify-content: 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;
    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: rgb(0, 0, 0);
}
.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;
  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: flex;
  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 {
  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%;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  animation-name: ticker;
  animation-duration: 25s;
}
.news-scroller .news-scroller-inner ul:hover {
  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;
}

@keyframes ticker {
  0% {
    transform: translate3d(0, 0, 0);
  }
  100% {
    transform: translate3d(-100%, 0, 0);
  }
}/*# sourceMappingURL=listing.css.map */