.prod-card figure{
    margin:0 !important;
}

.prod-card img {
    width: 100%;
    height: 100%;
}
.prod-card {
  float: left;
  width: 100%;
  background: #fff;
  /*border: 1px solid #b2b1b1;*/
  padding: 0px 0px;
  position: relative;
  margin-top: 1em;
  overflow: hidden;
}
.prod-card .custom-control.custom-checkbox {
  min-height: 34px;
}
.prod-card .custom-control.custom-checkbox {
  padding-left: 0;
  text-align: center !important;
}
.custom-control {
  position: relative;
  display: block;
  min-height: 1.5rem;
  padding-left: 1.5rem;
}
.prod-card .custom-control.custom-checkbox .custom-control-label {
  font-size: 21px;
  font-weight: 600;
  color: #000000;
  line-height: var(--font-size-18);
  position: static;
  padding: 3px;
  text-transform: uppercase;
  letter-spacing: -0.201px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 320px;
}
.custom-control-label {
  position: relative;
  margin-bottom: 0;
  vertical-align: top;
}

.prod-card .prod-img {
  min-height: 170px;
  float: left;
  padding: 0px !important;
}
.prod-card .prod-img {
  padding: 20px 0;
}

.prod-card .prod-img {
  padding: 30px 20px 20px;
}
.prod-card .prod-img {
  text-align: center;
}

.prod-card .details.scrollbar {
  height: auto !important;
  min-height: auto !important;
  float: right;
  overflow: visible !important;
  width: 100%;
}
.prod-card .details {
  min-height: 125px;
     padding: 5px;
}

/*.scrollbar {*/
/*  height: 125px !important;*/
/*  min-height: auto !important;*/
/*  overflow-y: scroll !important;*/
/*}*/

.prod-card .details h5 {
  float: left;
  margin-bottom: 3px;
  width: auto;
  color: #000000;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
}
.prod-card .details p {
    padding-left: 5px;
  color: #5a5a5a;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 1.2em;
  max-width: 100px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.prod-card .details .detailsListing p {
  color: #5a5a5a;
  font-size: 10px;
  font-weight: 700;
  text-transform: uppercase;
  padding: 0 0 8px;
  line-height: 16px;
}

.prod-card .btn-group {
  float: left;
  width: 100%;
}
.prod-card .btn-group {
  display: block;
  /*padding-bottom: 5px;*/
}
.btn-group,
.btn-group-vertical {
  position: relative;
  display: -ms-inline-flexbox;
  display: inline-flex;
  vertical-align: middle;
}
.prod-card .btn-group a.btn {
  text-transform: uppercase;
  display: block;
  min-width: 100%;
  box-shadow: 2px 2px 6px #00000029;
  border-radius: 0px;
  font-size: 13px !important;
  /*padding: 8px 12px !important;*/
  padding: 11px 12px !important;
  font-weight: 600 !important;
}
.our-vehicle-page .prod-card .custom-control.custom-checkbox .custom-control-label {
    font-size: 16px !important;
}
.our-vehicle-page .prod-card .details h5,.our-vehicle-page .prod-card .details p {
    font-size: 13px !important;
}
.btn-group > .btn-group:not(:last-child) > .btn,
.btn-group > .btn:not(:last-child):not(.dropdown-toggle) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.btn.btn-yellow {
  background: #efb314;
  color: #000;
  box-shadow: 0px 3px 6px #00000029;
  padding: 10px 36px;
  min-width: 170px;
}

.product-list-li {
  list-style: none;
}
.custom-control-label::before {
  display: none;
}
.card-header.card-active {
  background: #cacac8 !important;
}

.flex-container {
  display: flex;
  flex-direction: row;
}
.flex-left {
  width: 48%;
  white-space: nowrap;
}

.flex-right {
  width: 52%;
  white-space: nowrap;
}

.sale-section .container,
.rent-section .container,
.contracts-section .container {
  padding-top: 80px;
  padding-bottom: 80px;
}
.sale-section {
  background-color: #ffffff;
}
.sale-section btn-group {
    padding-bottom: 1px !important;
}
.sale-section .view-all-end{
   /* min-height: 18.9em;*/
    /*    border: none;*/
   background: #e3e7ea;
}
.rent-section {
  background-color: #d3d3d37a;
}
.rent-section .view-all-end{
    min-height: 17.4em;
        border: none;
            background: none;
    background: #e3e7ea;
}
.rent-section .btn-group {
    padding-bottom: 0px !important;
}
.contracts-section {
 background-color: #ffffff;
}
.contracts-section .view-all-end{
    min-height: 16em;
        border: none;
    background: #e3e7ea;
}
.contracts-section .prod-card .btn-group {
    padding-top: 4px !important;
    padding-bottom: 0 !important;
}
.sale-btn,
.rent-btn,
.contracts-btn {
  display: flex;
  align-items: center;
  justify-content: center;
}
.sale-btn button,
.rent-btn button,
.contracts-btn button {
  border: none;
  color: white;
  text-transform: uppercase;
  border-radius: 6px;
  font-weight: 500;
  min-width: 200px;
  padding: 14px 33px;
  background-image: linear-gradient(
    to right,
    #372f85 0%,
    #3e31bf 50%,
    #372f85 100%
  );
  background-size: 200% auto;
  transition: 0.5s;
}

.sale-btn button:hover,
.rent-btn button:hover,
.contracts-btn button:hover {
  background-position: right center;
  color: #fff;
}
/*.view-all-end{
    display: flex; align-items: center;justify-content: center;
}*/
/*.view-all-end a{
    font-size: 30px;font-weight: bolder;
}
*/
 
.sidebar-filter .filter-nav ul.primary-nav > li {
    background: #f9f9f9;
}
.sidebar-filter .filter-nav ul > li {
    display: block;
}

.sidebar-filter .filter-nav ul.primary-nav > li > a {
    background: #efb314;
    padding: 12px 30px;
    font-size: 15px;
    font-weight: 700;
    line-height: 15px;
    color: #000;
    display: block;
    position: relative;
}


.sidebar-filter .filter-nav ul > li {
    display: block;
}
.sidebar-filter .accordion .card-header {
    margin: 2px 0;
    border: 0;
    position: relative;
}
.sidebar-filter .accordion .card-header:first-child {
    border-radius: calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0;
}
.sidebar-filter .accordion .card-header {
    padding:7px 1.25rem;
    margin-bottom: 0;
    background-color: rgba(0,0,0,.03);
}
.sidebar-filter .accordion .card-header button:after {
    font-family: 'FontAwesome';
    content: "\f068";
    float: right;
    position: absolute;
    right: 28px;
    top: 50%;
    transform: translateY(-50%);
    color: #f8d229;
}

.sidebar-filter .filter-nav ul > li:first-child {
    margin-top: 0;
}
.sidebar-filter .filter-nav ul > li {
    display: block;
}

    
  
   @media only screen and (max-width: 720px){
        footer .widget_icons_list .icon-styled.bordered+p {
             text-align: left;
        }
        footer ul{
                text-align: left;
                list-style: none;
        }
        footer ul li{
                 padding-left: 2em;
        }
    }


footer ul.qcklinks {
  list-style: none;
  padding: 0;
}
@media screen and (max-width: 768px) {
    footer ul.qcklinks {
      padding: 2em !important;
    }
    #customers {
    width: 100% !important;
    }
}
footer ul.qcklinks li {
  padding-left: 1.3em;
}
footer ul.qcklinks li:before {
  content: "\f054"; /* FontAwesome Unicode */
  font-family: FontAwesome;
  display: inline-block;
  margin-left: -1.3em; /* same as padding-left set on li */
  width: 1.3em; /* same as padding-left set on li */
}

footer ul li {
    padding: 4px 0 !important;
}
footer .widget_icons_list .icon-styled.bordered+p {
    margin-top: 4px !important;
    padding-bottom: 7px !important;
}
footer  .logo img{padding-top: 10px !important;}
.page_title .breadcrumb-wrap{
    display:none !important;
}
.price-area p{
    font-weight: 600;
    color: #FF9800;
    padding-left: 4px;
}