﻿/* Please see documentation at https://docs.microsoft.com/aspnet/core/client-side/bundling-and-minification
for details on configuring this project to bundle and minify static web assets. */

a.navbar-brand {
  white-space: normal;
  text-align: center;
  word-break: break-all;
}
/* Provide sufficient contrast against white background */
/*a {
  color: #0366d6;
}*/
.review-video {
    border-radius: 16px;
    position: absolute;
    bottom: 0;
    height: 100%;
    width: 100%;
    z-index: 100;
    background: linear-gradient(to top,rgba(0,0,0,.5),rgba(0,0,0,.2));
}
.review-video-bg {
    max-width: 100%;
    transition: opacity 600ms ease 0s;
    opacity: 1;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 16px;
}
.review-play-btn {
    all: initial;
    font: inherit;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    visibility: inherit;
}
.review-play-div-btn {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 3.75rem;
    height: 3.75rem;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    z-index: 101;
    -webkit-transition: all 200ms cubic-bezier(0.23,1,0.32,1);
    transition: all 200ms cubic-bezier(0.23,1,0.32,1);
}
.review-video-play {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 100;
    padding: 2.13rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: flex-start;
    -webkit-box-align: flex-start;
    -ms-flex-align: flex-start;
    align-items: flex-start;
    border-right: 1px solid #ffffff;
}
.video_player {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s;
    object-fit: cover;
    border-radius: 16px;
}
.video-button {
    background-color: transparent;
    border: medium none;
    color: #fff;
    display: block;
    font-size: 18px;
    left: 38%;
    margin: 0 auto;
    padding: 8px 16px;
    position: absolute;
    right: 50%;
    top: 36%;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    color: #0E0F0F !important;
}
.navbar {
    padding-top: 0.3rem !important;
    padding-bottom: 0.25rem !important;
}
.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
    color: #0E0F0F;
    background-color: #FFFFFF;
    border-color: #1861ac;
}
.sticky-top {
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.09);
   /* height: 84px;*/
}
hr {
    color: #F2F4F7 !important;
    opacity: 1 !important;
}

.vertical-center {
    margin: 0;
    position: absolute;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 5%;
    right: 5%;
}
.feature-box{
padding-left:10px;
padding-right:10px;
}


html {
    position: relative;
    min-height: 100%;
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: transparent
}
  
.container {
    display: grid;
}
.navbar-toggler {
    border: 0 !important;
    border-color: transparent !important;
    background-color: transparent !important;
    transition:none !important;
}
    .navbar-toggler:focus {
        text-decoration: none;
        outline: 0;
        box-shadow: none;
    }

.footer {
    /* position: absolute;*/
    /*   margin-top: 20px;*/
    bottom: 0;
    width: 100%;
    padding: 80px 0px 30px 0px;
}
.mt-10 {
    margin-top: 12px !important;
}
.mt-20 {
    margin-top: 20px !important;
}
.mt-30{
    margin-top:30px !important;
}
.mt-40 {
    margin-top: 40px !important;
}
.mt-60 {
    margin-top: 60px !important;
}
.mt-bying-60 {
    margin-top: 60px !important;
}
.mb-20 {
    margin-bottom: 20px !important;
}
.mb-60 {
    margin-bottom: 60px !important;
}

.mb-30 {
    margin-bottom: 30px !important;
}
.form-label {
    margin-bottom: .5rem !important;
}

.color_title {
    color: #1D1D1E !important;
}
.color_green {
    color: #00AF48 !important;
}
.color_white {
    color: #ffffff !important;
}
.color_subtitle {
    color: #64748B !important;
}
.color_link {
    color: #0078FF !important;
}
.color_black {
    color: #0E0F0F !important;
}
.savePadding {
    padding: 3px 5px 3px 5px;
}
.Sortby-Listing-web {
    font-size: 16px;
    padding: 2px;
}
.bg-signin-mobile {
    background: #F2F4F5;
    border-radius:8px;
}
.btn-signIn {
    color: #0E0F0F;
    border: 1px solid #0E0F0F;
    box-sizing: border-box;
    border-radius: 6px;
}
.btn-LogIn {
    color: #FFFFFF;
    background: #00AF48;
    border-radius: 8px;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    border: 1px solid transparent;
    padding: 9px;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.saved-search-wrap {
    padding: 20px;
    border: 1px solid #e9e9e9;
    border-radius: 4px;
    margin-bottom: 25px
}
section.bcrumb {
    background-color: #fff;
   /* background: linear-gradient(183.12deg, #B7DFE4 2.59%, rgba(255, 240, 240, 0.1) 199.64%);*/
    color: #002d3f;
    padding: 15px 0;
}
.bcrumb a {
    color: #002d3f;
}

section.bcrumb_new {
    /* background: #B7DFE4;*/
   /* background: linear-gradient(183.12deg, #B7DFE4 2.59%, rgba(255, 240, 240, 0.1) 199.64%);*/
    background-image: linear-gradient(to bottom, #b7dfe4, rgba(255, 240, 240, 1) 170%);
}

.bcrumb_new_header {
    padding: 15px 0 !important;
}
/*    .bcrumb_new_header .list-inline-item:not(:last-child) {
        margin-right: 0px !important;
    }*/

.bcrumb_new a {
    color: #48535B;
}

section.bcrumb_service {
    /* background-color: #ECF6F9;*/
    background-image: linear-gradient(to bottom, #b7dfe4, rgba(255, 240, 240, 1) 170%);
    color: #48535B;
    padding: 15px 0 30px;
}

.bcrumb_service a {
    color: #48535B;
}

section.bcrumb_buying {
    /* background-color: #ECF6F9;*/
    background-image: linear-gradient(to bottom, #b7dfe4, rgba(255, 240, 240, 1) 170%);
    color: #48535B;
    padding: 15px 0 0px;
}

.bcrumb_buying a {
    color: #48535B;
}
.row {
    --bs-gutter-x: 0 !important;
    --bs-gutter-y: 0 !important;
}

.disabled a, .disabled.a {
    pointer-events: none;
    opacity: .65;
}

.w-180 {
    min-width: 180px;
}

.br-25 {
    border-radius: 8px;
}
.btn-back-to-home {
    background-color: #003B51;
    border: solid 1px #003B51;
    padding: 9px 35px 9px 35px;
    border-radius: 8px;
    cursor: pointer;
    outline: 0 !important;
    box-sizing: border-box;
    width: 270px !important;
    font-size: 16px;
}
.btn-ocean {
    background-color: #089cb8;
    color: #fff;
    border: 1px solid #089cb8;
    font-size: 19px;
    cursor: pointer;
    outline: 0 !important;
}

.header-logo {
    width: 155px;
   
}
.cardImage {
    width: 111px;
    padding: 19px;
    border: .5px solid #cfe5ea;
    border-radius: 50%;
    background-color: #cfe5ea;
}


.rightset {
    margin-top: 50px;
}
.rightpart {
    width: 50%;
    margin-right: 0;
}
.sideImage {
    width: 89%;
}

.btn-register {
    background-color: #28a745;
    color: #fff;
    border: 1px solid #28a745;
    padding: 10px 0 10px 0;
    border-radius: 9px;
    cursor: pointer;
    width: 35%;
    outline: 0 !important;
}

.contentHeading {
    text-align: center;
    font-size: 24px;
    padding-top: 30px;
    border-top: .5px solid #d5d5d5;
}

section.feature-dealer {
    background-color: #f5f5f5;
    padding: 60px 0;
}

.formCenter {
    margin: 0 auto !important;
}



.custom-radio-motorgy input {
    display: none
}

.custom-radio-motorgy label {
    display: block;
    border: 1px solid #dde5eb;
    padding: 11px 20px !important;
    border-radius: 8px;
    color: #48535B;
    text-align: center;
    cursor: pointer;
   /* background: #F2F4F5;*/
}

.custom-radio-motorgy input[type=radio]:checked + label {
    background: rgba(43, 158, 186, 0.2);
    border: 1px solid #2B9EBA;
    box-sizing: border-box;
    color: #111111;
}
.custom-checkbox-motorgy input {
    display: none
}
.custom-checkbox-motorgy label {
    border: 1px solid #EAECF0;
    padding: 10px;
    border-radius: 8px;
    color: #111111;
    text-align: center;
    cursor: pointer;
    min-width: 130px;
    width: 100%;
    background: #FFF;
    margin-bottom: 10px;
    white-space: nowrap;
}
.custom-checkbox-motorgy input[type=checkbox]:checked + label {
    border: 1px solid #2B9EBA;
    /*background: rgba(43, 158, 186, 0.10);*/
    box-sizing: border-box;
    color: #2B9EBA;
}

.cartype-checkbox-motorgy input {
    display: none
}

.cartype-checkbox-motorgy label {
    border: 1px solid #EAECF0;
    padding: 10px 10px;
    border-radius: 8px;
    color: #111111;
    text-align: center;
    cursor: pointer;
    min-width: 100px;
    width: 100%;
    background: #FFF;
    margin-bottom:10px;
}
.cartype-checkbox-motorgy img {
   opacity:0.3;
}

.cartype-checkbox-motorgy input[type=checkbox]:checked + label {
    border: 1px solid #2B9EBA;
    /*background: rgba(43, 158, 186, 0.10);*/
    box-sizing: border-box;
    color: #2B9EBA;
}
    .cartype-checkbox-motorgy input[type=checkbox]:checked + label img {
        opacity:1;
    }

.Inspected-checkbox-motorgy input {
    display: none
}

.Inspected-checkbox-motorgy label {
    border: 1px solid #EAECF0;
    padding: 12px;
    border-radius: 8px;
    color: #111111;
    text-align: center;
    cursor: pointer;
    min-width: 150px;
    width: 100%;
    background: #FFF;
    white-space: nowrap;
}

.Inspected-checkbox-motorgy-mobile input {
    display: none
}

.Inspected-checkbox-motorgy-mobile label {
    border: 1px solid #EAECF0;
    padding: 8px;
    border-radius: 8px;
    color: #111111;
    text-align: center;
    cursor: pointer;
    min-width: 130px;
    width: 100%;
    background: #FFF;
    white-space: nowrap;
}

.color-checkbox input {
    display: none
}

.color-checkbox label {
    border: 1px solid #dde5eb;
  /*  padding: 15px;*/
    border-radius: 200px;
    color: #111111;
    text-align: center;
    cursor: pointer;
    width: 44px;
    height: 44px;
}

.color-checkbox input[type=checkbox]:checked + label {
    border: 3px solid #2B9EBA;
    box-sizing: border-box;
    color: #111111;
}

.custom-checkbox input {
    display: none
}

.custom-checkbox label {
    border: 1px solid #dde5eb;
    padding: 15px;
    border-radius: 100px;
    color: #111111;
    text-align: center;
    cursor: pointer;
    margin: 2px;
    width: 100%;
}

.custom-checkbox input[type=checkbox]:checked + label {
    border: 3px solid #2B9EBA;
    box-sizing: border-box;
    color: #111111;
}
/*.btn-close {
    box-sizing: content-box;
    width: 1em;
    height: 1em;
    padding: 0.25em 0.25em;
    color: #000;
    background: transparent url(data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e) center/1em auto no-repeat;
    border: 0;
    border-radius: 0.25rem;
    opacity: .5;
}*/
.bg-gray {
    background-color: #F7F9FA;
}
.filter-head {
    border-top: 1px solid #dadada;
    font-size: 1rem;
    color: #043042;
    padding: 10px 0 14px 0;
    position: relative;
    cursor: pointer;
}
.filter-body {
    padding: 5px;
    margin-bottom: 15px;
    display: none;
    max-height: 300px;
    overflow-x: unset;
    overflow-y: auto;
}

a#pills-All-tab {
    min-width: 61px;
}

.switcher .nav-pills .nav-link.active {
    background-color: #089cb8;
    color: #fff;
    border-color: #089cb8;
}

.switcher .nav-pills .nav-link {
    display: block;
    color: #002837;
    min-width: 124px;
    text-align: center;
    border-radius: 3px;
    border: solid 1px #bdbdbd;
}

.nav-item.child-switch {
    margin-left: 11px;
    border-radius: 3px;
}
.d-lg-block {
    display: block !important;
    padding: 10px 0 0 10px;
    margin: -7px;
}

.all-margin {
    margin-left: 5px !important;
}

.mt-lg-30 {
    margin-top: 30px;
}
.showroom-card {
    height: 300px;
    width: 202px;
    border: 1px solid #d5d5d5;
    text-align: center;
    margin: -7px 3px 20px 11px;
}
.showroom-brand-logo {
    height: 120px;
    vertical-align: middle;
    text-align: center;
    display: table-cell;
    padding-left: 12px;
    padding-right: 12px;
}
.showroom-brand-logo-image {
    max-width: 76% !important;
    max-height: 100% !important;
    display: block;
    margin: 0 auto;
  /*  width: 180px;*/
}
.showroom-heading {
    height: 72px;
    vertical-align: middle;
    margin: 0 auto;
    padding: 14px;
    background-color: #f5f5f5;
    width: auto;
    margin-left: 1px;
    margin-right: 1px;
}
.showroom-card-auth {
    height: 300px;
    width: 202px;
    border: 1px solid #d5d5d5;
    text-align: center;
    margin: -7px 3px 20px 10px;
    position: relative;
}

.showroom-dealer-logo {
    height: 45px;
    vertical-align: middle;
    text-align: center;
    margin-bottom: -24px;
    z-index: 1;
    position: relative;
    top: -30px;
}
.showroom-dealer-logo-image {
    max-width: 90%;
    max-height: 100%;
    display: block;
    margin: 0 auto;
   /* border: 1px solid #d5d5d5;
    border-radius: 3px;*/
    padding: 7px;
    background-color: #fff;
}

.card-bottom-2 {
    vertical-align: middle;
    text-align: center;
    padding: 10px;
    font-size: 12px;
}

.color-motorgy {
    color: #002d3f !important;
}
.color_blue {
    color: #2B9EBA !important;
}
.color-ocean {
    color: #2B9EBA !important;
}

.franchise-Rectangle-dealer {
    border-radius: 10.5px;
    border: solid 1px #f5a623;
    margin: 0 auto;
    color: #f5a623;
    font-size: 10px;
    font-weight: 600;
    text-align: center;
    padding: 3px;
    display: table;
    vertical-align: middle;
}

.certified-Rectangle-dealer {
    border-radius: 10.5px;
    border: solid 1px #32adc4;
    margin: 0 auto;
    color: #32adc4;
    font-size: 10px;
    font-weight: 600;
    text-align: center;
    padding: 3px;
    display: table;
    vertical-align: middle;
}

.headingtext {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 15px;
    height: 19px;
}

.filter-head:after {
    content: "";
    width: 20px;
    height: 15px;
    display: block;
    background: url(../images/icons/chev-down-graybg.png) top left no-repeat;
    position: absolute;
   /* left: 0;*/
    top: 50%;
    transform: translateY(-50%);
}

.btn-social-login {
    display: block;
    width: 100%;
    background: #FFFFFF;
    border: 1px solid #D5DADD;
    box-sizing: border-box;
    border-radius: 8px;
    text-align: left;
    color: #111111;
    text-decoration: none;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    padding: 6px;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

a.underlined {
    text-decoration: underline;
    color: #706f70;
}

.steps-wrapper {
    position: relative;
}

/*.step.activated {
    background-color: #1b97b5;
    color: #fff;
}*/
/*.step:not(:first-of-type) {
    margin-right: -25px;
}*/

/*.step {
    width: 33.333%;
    background-color: #F7F9FA;
    border: 3px solid #fff;
    padding-top: 7px;
    padding-bottom: 8px;
    float: right;
    color: #496875;
    text-align: center;
    border-radius: 50px;
    font-size: 16px;
}*/

.btn-green {
    background-color: #00AF48;
    color: #fff;
    border: 1px solid #00AF48;
    border-radius: 8px;
    cursor: pointer;
    width: 270px;
    padding: 9px;
    font-size: 16px !important;
}
.custom-select {
  
    font-size: 1rem;
}
.accordion-button {
    border-radius: 16px !important;
}
    .accordion-button:not(.collapsed) {
        border-bottom-right-radius: 0px !important;
        border-bottom-left-radius: 0px !important;
        box-shadow: inset 0 -1px 0 rgb(0 0 0 / 4%);
        background: #FCFCFD;
    }
.accordion-body {
    background: #FCFCFD;
    border-bottom-right-radius: 18px !important;
    border-bottom-left-radius: 18px !important;
}

.module.module-slim {
   /* max-width: 300px;*/
    margin-left: auto;
    margin-right: auto;
}
.myModule {
    padding: 30px !important;
}

.module .features img {
    max-width: 62px;
    margin: 0 auto 5px auto;
}
#dropzone {
    width: 100%;
    background-color: #e9f8fc;
    border: 1px dashed #1b97b5;
    min-height: 170px;
    position: relative;
    display: flex;
    border-radius: 6px;
    direction:ltr;
}

.btn-add-photo {
   /* height: 85px;*/
    background-color: #fff;
    color: #1d98b5;
    border: 1px solid #f5f5f5;
    cursor: pointer;
   
    font-size: 15px;
   /* margin: 40px 15px 15px 15px;*/
    text-align: center;
    position: relative;
    float: right;
}
.btn-add-photo{
    float: right;
   /* width: calc(50% - 30px);*/
    margin: 40px 15px 15px 15px;
    text-align: center;
    position: relative;
}
.dz-details {
    float: right;
    width: calc(50% - 30px);
    margin: 40px 15px 15px 15px;
    text-align: center;
    position: relative;
}
.dz-details:first-of-type {
    display: none;
}
.dz-image img {
    width: 100%;
}

a.highlight2 {
    color: #1b97b5 !important;
    text-decoration: underline !important;
}
.bg-white {
    background-color: #fff !important;
}
.module-account-menu  {
    padding: 15px;
}
.module-account-menu a {
    display: block;
    padding: 12px 0;
    color: #002d3f;
    border-bottom: 1px solid #dadada;
}
.my-account .list-items .item-single {
    margin-top: 0;
    margin-bottom: 30px;
}
.list-items .item-single {
    border: 1px solid #ddd;
    padding: 10px;
    margin-top: 11px;
    margin-bottom: 11px;
    border-radius: 4px;
    position: relative;
}
.lightwrap_cashoffer {
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
    direction: ltr;
    text-align: center;
    height: 350px;
}
.lightwrap_cashoffer a img {
    object-fit: cover;
    height: 350px;
    width: 100%;
}

.compare-car-addnew {
    box-shadow: 1px 1px 5px #a9a9a9;
    padding: 15px;
    min-height: 150px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}
.justify-content-inspected{
    justify-content:flex-end !important;
}
/*.form-check-input {
    width: 2.5em !important;
    height:1.4em !important;
}*/
.form-check-input-inpected {
    width: 2.5em !important;
    height: 1.4em !important;
    margin-top: 3px !important;
}
    section .car-details-gallery {
    direction: ltr !important;
}
        section .car-details-gallery #mainbody {
            direction: ltr !important;
        }

.car-details-gallery {
    position: relative;
}
    .car-details-gallery .slick-slide {
        margin: 0;
    }
.car-details-slider-nav {
    background-color: #f5f5f5;
    padding: 1px 0;
}

#car-details-slider-img-wrap > a {
    position: relative;
    direction: ltr;
    display: inline-flex;
}
.car-details-slider-nav img {
    width: 110px;
    height: 80px;
    margin: 0 .5px;
    object-fit: cover;
}
.more-to-show {
    position: relative;
    left: 1px;
    right: 1px;
    top: 0;
    bottom: 0;
    background-color: rgba(0,0,0,.5);
    color: #fff;
    font-size: 15px;
    line-height: 1.5;
    align-content: center;
    padding: 20px;
}


.car-details-gallery .slick-prev:before {
    content: "";
}

.car-details-gallery .slick-prev {
    width: 45px;
    height: 45px;
    background: url("../images/icons/chev-white-left.png") center center no-repeat rgba(0,0,0,0.4);
    background-size: 12px auto;
    border-radius: 50%;
    color: transparent;
    left: 10px;
    z-index: 999;
    opacity: 0.8;
}

.car-details-gallery .slick-next:before {
    content: "";
}

.car-details-gallery .slick-next {
    width: 45px;
    height: 45px;
    background: url("../images/icons/chev-white-right.png") center center no-repeat rgba(0,0,0,0.4);
    background-size: 12px auto;
    border-radius: 50%;
    color: transparent;
    right: 10px;
    z-index: 999;
    opacity: 0.8;
}

.car-details-gallery .slick-disabled {
    opacity: 0 !important;
}
.slick-next, .slick-prev {
    width: unset !important;
    height: unset !important;
}

.btn-car-details-gallery {
    position: absolute;
    left: 100px;
    bottom: 30px;
    background-color: rgba(255,255,255,0.7);
    padding: 5px 25px 7px 25px;
}
.btn-car-image-gallery {
    position: absolute;
    left: 10%;
    bottom: 50px;
    background-color: rgba(0,0,0);
    padding: 5px 10px 5px 10px;
}
.btn-car-image360-gallery {
    position: absolute;
    left: 17%;
    bottom: 50px;
    background-color: rgba(0,0,0);
    padding: 5px 10px 5px 10px;
}
.btn-car-image-gallery img {
   width:36px;
}
.btn-car-image360-gallery img {
   width:60px;
}
.car-details-slider-nav {
    background-color: #f5f5f5;
    padding: 1px 0;
}

    .car-details-slider-nav img {
        width: 110px;
        height: 80px;
        margin: 0 0.5px;
        object-fit: cover;
    }


#car-details-slider-img-wrap a {
    display: inline-flex;
}

.car-details-gallery {
    position: relative
}

.car-gallery-cardetail {
    position: relative
}

.lightwrap {
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
    direction: rtl;
    text-align: center;
    height: 440px;
}

    .lightwrap a {
        display: inline-block;
        height: 440px;
        margin-right: -5px
    }

        .lightwrap a img {
            height: 440px;
            object-fit: cover;
            width: 100%;
            background: #e1e1e3;
            display: block;
        }

    .lightwrap img {
        height: 440px;
        object-fit: cover;
    }

a {
    text-decoration: none !important;
    color: #565757;
    cursor: pointer;
}

.features-offer-details li {
    font-size: 16px;
    width: 50%;
    padding: 2px;
    color: #194253;
    /* list-style-image: url(../images/icons/tick.png);*/
    list-style-position: inside;
}

.c-box {
    border: 1px solid #df1f26;
    padding: 5px 8px;
    border-radius: 4px;
    text-align: center;
    width: 100%;
    margin-top: 4px;
    color: #df1f26;
}


section.download-app {
    width: 100%;
    color: #fff;
    padding: 80px 0px 0px 0px;
    background: #FAFAFA;
}

section.download-app-mobile {
    width: 100%;
    color: #fff;
    padding: 20px 0px 60px 0px;
    background: #FAFAFA;
}

.download-app-image {
    object-fit: contain;
    display: block;
    /* height: 210px;*/
    width: 348px;
    border-top-left-radius: 16px;
    border-top-right-radius: 16px;
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
    display: inline-table !important;
}

.download-app-mobile {
    object-fit: contain;
    display: block;
    border-top-left-radius: 16px;
    border-top-right-radius: 16px;
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
    display: inline-table !important;
}

.download-button {
    background-color: #00AF48;
    color: #fff;
    border: 1px solid #00AF48;
    padding: 10px;
    border-radius: 8px;
    cursor: pointer;
    width: 100% !important;
}
/*------------------Start Sign In and Signup page --------------------------------------*/
.sign-in .nav-tabs .nav-link.active {
    background-color: #00405a;
    color: #fff;
    border-color: #00405a;
}

.sign-in .nav-tabs .nav-link {
    display: block;
    color: #48535b;
    width:100%;
    text-align: center;
    background-color: #fff;
    border: 2px solid #00405a;
    cursor: pointer;
    padding-top: 7px;
    padding-bottom: 7px;
}
/*------------------end Sign In and Signup page --------------------------------------*/
/*------------------Start How it work page --------------------------------------*/
section.bcrumb_how_it_works {
    background: linear-gradient(183.12deg, #B7DFE4 2.59%, rgba(255, 240, 240, 0.1) 199.64%);
    padding: 15px 0;
}
.btn-how_it_works-sell-now {
    background-color: #00AF48;
    color: #fff;
    border: 1px solid #00AF48;
    border-radius: 8px;
    cursor: pointer;
    width: 270px;
    padding: 9px;
    font-size: 16px !important;
}
.bcrumb_how_it_works_header {
    padding: 15px 0 !important;
}

.bcrumb_how_it_works a {
    color: #48535B;
}
section.how_it_works_details {
    padding-bottom: 60px !important;
}

.how_it_work_whitebox {
    background: #FFFFFF;
    box-shadow: 0px 4px 36px rgba(0, 0, 0, 0.09);
    border-radius: 16px;
    padding: 36px;
    position: relative;
    top: -90px;
    width: 90%;
}
.hw_Selling_Header_box {
    background: #EAF5F8;
    border-radius: 16px;
    padding: 32px;
    display: inline-flex;
}
.hw_buying_Header_box {
    background: #EAF5F8;
    border-radius: 16px;
    padding: 32px;
    display: inline-flex;
}
.btn-how_it_work-view-car {
    /*background-color: #EAF5F8;*/
    border: solid 1px #0E0F0F;
    padding: 9px 35px 9px 35px;
    border-radius: 8px;
    cursor: pointer;
    outline: 0 !important;
    box-sizing: border-box;
    width: 270px !important;
    font-size: 16px;
}
.hw-image-center {
    text-align: end !important
}


/*------------------end how it work page --------------------------------------*/


.feature-cars-KM {
    flex-grow: 0;
    line-height: 1.63;
    color: #565757;
}

.feature-cars-KD {
    flex-grow: 0;
    line-height: 1.22;
    color: #2b9eba;
    margin-bottom: 4px;
}

.feature-cars-KD-month {
    flex-grow: 0;
    line-height: 1.43;
    color: #565757;
    margin-bottom: 10px;
}
/*------------------ Serives page ----------------------------------------*/

.bookservice-card {
    flex-grow: 1;
    background: #FFFFFF;
    border: 1px solid #EAEAEA;
    box-sizing: border-box;
    box-shadow: 0px 4px 36px rgba(0, 0, 0, 0.09);
    border-radius: 16px;
    padding:20px
}

.serviceslisting-card {
    border: 1px solid #E5E9EB;
    box-sizing: border-box;
    border-radius: 16px;
    background-color: #fff;
    position: relative;
    padding: 22px;
}
.a-link:hover {
    color: #0078FF !important;
}

    .serviceslisting-card .btn-service-book-now:hover {
        background-color: #00AF48;
        color: #fff;
        border: solid 1px #00AF48;
    }

.serviceslisting-card-image {
    width: 100px;
}
.btn-service-book-now {
    border-radius: 8px;
    border: solid 1px #0e0f0f;
    /*padding: 9px 30px 9px 30px;*/
    cursor: pointer;
    color: #0e0f0f;
    width: 100%;
    white-space: nowrap;
    max-width: 200px;
    line-height: 1.85;
}
.inmobile-flex {
    text-align: center !important;
}
/*------------------ end Serives page ------------------------------------*/
/*----------------car listing page-------------------*/
section.most-search-car-listing {
    width: 100%;
    color: #fff;
    padding: 80px 0px;
    background: rgba(0, 120, 255, 0.05);
}
.info-width{
    width:30%;
}
.col-width {
    width: 30%;
}



.btn-listing-sell-now {
    background-color: #00AF48;
    color: #fff;
    border: 1px solid #00AF48;
    border-radius: 8px;
    cursor: pointer;
    padding:9px;
}
.btn-listing-finance {
    background-color: #00405A;
    color: #fff;
    border: 1px solid #00405A;
    border-radius: 8px;
    cursor: pointer;
    padding: 9px;
}
.btn-save-search {
    background: #FFFAEB;
    color: #fff;
    border: 1px solid #FFFAEB;
    border-radius: 8px;
    cursor: pointer;
    width: 100%;
    padding: 6px;
    white-space: nowrap;
    max-width: 240px;
}
.btn-notify-me {
    background-color: rgba(0, 120, 255, 0.1);
    border-radius: 8px;
    cursor: pointer;
    width: 210px;
    padding: 9px;
    font-size: 16px !important;
}
section.listing-Faq{
    padding:60px 0px;
}

#divFilterTag .ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
}



        /* Add a light grey background color on hover */
    #divFilterTag ul li:hover {
        background-color: #eee;
    }


.img-placeholder {
    background: #bbb8b8 !important;
    border-radius: 8px !important;
    -webkit-animation: placeholder-glow 2s ease-in-out infinite;
    animation: placeholder-glow 2s ease-in-out infinite;
    font-size: 4px !important;
    text-align:center !important;
    vertical-align:middle !important;
}

#divListing .card {
    border-radius: 16px !important;
  /*  max-width: 420px !important;*/
  /*  min-width: 320px !important;*/
    border: none;
}
    #divListing .card .card-body {
        border: 0.1px solid rgba(0,0,0,0.05);
        border-top: none;
        border-bottom-left-radius: 16px !important;
        border-bottom-right-radius: 16px !important;
    }

    #divListing .card .card-img-top {
        border: 0.1px solid rgba(0,0,0,0.05);
       /* border-bottom: none;*/
        border-top-left-radius: 16px !important;
        border-top-right-radius: 16px !important;
        object-fit: cover !important;
        /* min-height: 222px !important;*/
        height: 100%;
        width: 100%;
    }
#divListing .card .card-img-div {
   height: 180px !important;
}
#slick_feature_car .card .card-img-div {
    height: 150px !important;
}

#divListing .card:hover .card-body .card-img-top {
    box-shadow: 0px 4px 10px #00000017;
    -moz-box-shadow: 0px 4px 10px #00000017;
    -webkit-box-shadow: 0px 4px 10px #00000017;
    -o-box-shadow: 0px 4px 10px #00000017;
    border: none !important;
    border-radius: 16px !important;
}

#divListing .card:hover {
    box-shadow: 0px 4px 10px #00000017;
    -moz-box-shadow: 0px 4px 10px #00000017;
    -webkit-box-shadow: 0px 4px 10px #00000017;
    -o-box-shadow: 0px 4px 10px #00000017;
    border: none !important;
    border-radius: 16px !important;
}

#divListing .card-sell-usp {
    border-radius: 16px !important;
    background: rgba(89, 193, 217, 0.1);
}
    #divListing .card-sell-usp .card-body {
        height: 190px !important;
    }

/*
.slider {
        right: -30%;
        position: relative;
    }*/
/*----------------end car listing page-------------------*/
.Rectangle-SetupOption {
    width: 70px;
    height: 70px;
    border-radius: 35px;
    background-color: rgba(119,140,162,.07);
    vertical-align: middle;
    text-align: center;
    display: table-cell;
}
.lightSlider {
    margin: 0 auto !important;
}
.car-details-card-btn-green {
    padding: 10px !important;
    text-align: center;
    font-weight: 600;
    color: #fff;
    padding: 6px;
    border-radius: 4px;
    cursor: pointer;
    outline: 0 !important;
    border: solid 1px #089cb8;
    background-color: #1b97b5;
    width: 100%;
}
.phone-img-cardetail {
    width: 26px;
}
.car-details-card {
    border: 1px solid #e0e0e0;
    border-radius: 4px;
    padding: 5px 16px 5px 16px;
    font-size: 18px;
    color: #002e40;
}
.car-details {
    position: relative;
}


.btn-page-nav {
    background-color: #089cb8;
    background: url(../images/icons/arr-left-bg-ocean.png) center center no-repeat #089cb8;
    color: transparent;
    padding: 25px 18px;
    display: inline-flex;
    position: absolute;
    top: 15px;
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
}
.accordion-circle {
    border: 1px solid rgba(25,50,50,.5);
    border-radius: 16px;
    width: 24px;
}
#pagingDiv a, #pagingDiv span {
    display: -ms-flexbox;
    display: inline-block;
    list-style: none;
    padding: 4px 20px;
    line-height: 2.5em;
   /* background: #2B9EBA;*/
    border-radius: 100px;
    color: #111111;
    border: 0;
}
#pagingDiv span {
    color: #f0f0f0;
    background: #2B9EBA;
}


.car-listing-card {
    margin-bottom: 30px;
    min-height: 335px;
    flex-grow: 0;
    border-radius: 16px;
    border: solid 1px #eaeaea;
    background-color: #fff;
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    word-wrap: break-word;
}
    .car-listing-card:hover {
       box-shadow: 0px 4px 10px #00000017;
    }
.car-listing-card-image {
    width: 100%;
    display: block;
    height: 240px;
    position: relative;
    overflow: hidden;
    border-radius: 16px 16px 0 0;
}

.car-listing-card-body {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 1rem;
}

.car-listing-cars-year {
    flex-grow: 0;
    padding: 4px 12px;
    border-radius: 8px;
    background-color: #f7f8fa;
}

.car-listing-cars-KM {
    flex-grow: 0;
    /* margin: 10px 40px 26px 16px;*/
    line-height: 1.63;
    letter-spacing: -0.2px;
    color: #565757;
}

.car-listing-cars-KD {
    flex-grow: 0;
    /*  margin: 0 39px 8px 0;*/
    line-height: 1.22;
    letter-spacing: -0.4px;
    color: #2b9eba;
}

.car-listing-cars-KD-month {
    flex-grow: 0;
    /*    margin: 8px 0 0;*/
    line-height: 1.43;
    letter-spacing: -0.4px;
    /* text-align: left;*/
    color: #565757;
}

.car-listing-cars-inspected {
    flex-grow: 0;
    padding: 7px 10px 7px 10px;
    border-radius: 16px;
    background-color: rgba(0, 175, 72, 0.05);
}
.btn-compare-car {
    border-radius: 8px;
    cursor: pointer;
    outline: 0 !important;
    box-sizing: border-box;
    padding: 10px;
    border: 1px solid #111111;
    white-space: nowrap;
    max-width:170px;
}
.btn-show-car {
    border-radius: 8px;
    cursor: pointer;
    outline: 0 !important;
    box-sizing: border-box;
    padding: 10px;
    width: 100%;
    border: 1px solid #111111;
    box-sizing: border-box;
    border-radius: 8px;
}
.btn-show-car_sucess {
    background-color: #2B9EBA;
    color: #fff;
    border-radius: 8px;
    cursor: pointer;
    outline: 0 !important;
    border: 0;
    width: 200px;
    padding:10px;
}
.btn-show-car_clear {
    background-color: #F2F4F5;
    color: #111;
    border-radius: 8px;
    cursor: pointer;
    outline: 0 !important;
    border: 0;
    width: 200px;
    padding: 10px;
}
.btn_clear_all {
    background-color: #F2F4F5;
    color: #111;
    border-radius: 8px;
    cursor: pointer;
    outline: 0 !important;
    border: 0;
    min-width: 200px;
    padding: 10px;
}
.btn_clear_all_mobile {
    background: rgba(0, 120, 255, 0.1);
    color: #111;
    border-radius: 8px;
    cursor: pointer;
    outline: 0 !important;
    border: 0;
    width: 100%;
    padding: 7px;
}
.filter-card {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #f5f5f5;
    border-radius: .25rem;
}
.filter-card-header {
    padding: .75rem 1.25rem;
    margin-bottom: 0;
    background-color: #f5f5f5;
    border-bottom: 1px solid rgba(0,0,0,.125);
}
.filter-card-body {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 1rem;
    max-height: 300px;
    overflow-y: auto;
    background-color: #f5f5f5;
}


.Rectangle-dealerlogo {
    width: 185px;
    height: 178px;
    background-color: #fff;
  /*  display: table-cell;*/
    vertical-align: middle;
    margin: 0 auto;
    position: relative;
    border-radius: 10.5px;
}

.Bitmap-dealerlogo {
    position: relative;
    transform: translate(4%,30%);
    max-height: 160px;
    max-width: 172px;
}

.filter-section {
    padding: 11px 18px;
    background: #fff;
    border: 1px solid #dde5eb;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 5px;
    font-size: 16px;
    line-height: 24px;
    color: #465166;
    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;
    cursor: pointer;
    white-space: nowrap;
    width: 100%;
    position: relative;
}
/*.filter-section-collapse {
    background: #fff;
    border: 1px solid #dde5eb;
    padding: 5px;
}*/

.filter-section-collapse {
    padding: 5px;
    position: absolute;
    top: 100%;
    background: #fff;
    border: 1px solid #dde5eb;
    -webkit-box-shadow: 0 8px 20px #ebf4f9;
    box-shadow: 0 8px 20px #ebf4f9;
    border-radius: 5px;
    cursor: default;
    z-index: 99;
    min-width: 350px;
    margin-top: 5px;
    min-height: 120px;
}

._price_div {
    min-width: 125px;
    margin-bottom: 13px;
    font-size: 14px;
    line-height: 1.57;
    color: #465166;
    position: relative;
    /*padding: 5px;*/
}
._filter_ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
    padding: 0px;
    flex-wrap: wrap;
    margin-top: 10px;
}
._filter_ul_li {
    position: relative;
    list-style: none;
    margin: 3px;
    min-width: 150px;
}
._filter_ul_inside_box {
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    padding: 0px;
    margin-bottom: 0px;
    /*justify-content:space-between;*/
    width:100%
}
    ._filter_ul_inside_box li {
      /*  width: 50%;*/
        color: #194253;
        margin: 6px 6px;
        min-width:100px;
    }

.serach-box {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding: 4px 10px 4px 10px;
    max-height: 50px;
    background-color: #fff;
    border: 1px solid #dde5eb;
    border-radius: 8px;
    display: -webkit-box;
    display: -ms-flexbox;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
}



.select-input {
    width: 100% !important;
    height: 40px;
    border: none;
    position: relative;
    outline: none;
}
.ui-widget-header {
    background: #2B9EBA !important;
}
.car-details-next-prev {
    font-size: 16px;
    border: 1px solid #ddd;
}
/*.form-control {
    height: calc(2.0em + .75rem + 2px) !important;
}*/
    .form-control.is-valid, .was-validated .form-control:valid {
        background-position: center right calc(.375em + 1.1875rem) !important;
    }
    .form-control.is-invalid, .was-validated .form-control:invalid {
        background-position: center right calc(.375em + 1.1875rem) !important;
    }
.compare-car-wrap {
    box-shadow: 1px 1px 5px #a9a9a9;
    padding: 15px;
}
.compare-car-wrap .car-img img {
    height: 150px;
    width: 100%;
}
    .compare-car-wrap .spec:nth-of-type(2n+1) {
        background-color: #f5f5f5;
    }

    .compare-car-wrap .spec {
        padding: 5px 5px;
    }

        .compare-car-wrap .spec .col {
            
            text-align: right;
           
        }

.item-single {
    border: 1px solid #ddd;
    padding: 10px;
    margin-bottom: 11px;
    border-radius: 4px;
    position: relative;
}

.item-single .the-car {
    max-height: 220px;
    width: 100% !important;
    object-fit: cover;
}
.btn-inactivate {
    background-color: #f5f5f5;
    color: #002d3f;
    border: 0;
    padding: 4px 15px 5px 15px;
    font-size: 14px;
    border-radius: 50px;
    cursor: pointer;
}
.certified-Rectangle-dealer-listing {
    border-radius: 10.5px;
    border: solid 1px #32adc4;
    color: #32adc4;
    font-size: 10px;
    font-weight: 600;
    text-align: center;
    padding: 3px;
    display: table;
    vertical-align: middle;
}
.franchise-Rectangle-dealer-listing {
    border-radius: 10.5px;
    border: solid 1px #f5a623;
    color: #f5a623;
    font-size: 10px;
    font-weight: 600;
    text-align: center;
    padding: 3px;
    display: table;
    vertical-align: middle;
}

.table {
    width: 100%;
    margin-bottom: 1rem;
    background-color: transparent;
}


.table td, .table th {
    border: 0;
    padding: 0.75rem;
    vertical-align: top;
    border-top: 1px solid #dee2e6;
}
.table-calc2.table td:first-child {
    text-align: left;
}

.table-calc2.table td:first-child {
    text-align: left;
}

.table-calc2.table td {
    background-color: #ebebeb;
    border: 0;
    border: 2px solid #fff;
    color: #002d3f;
    font-size: 13px;
    width: 50%;
    font-weight: 400;
    padding: 5px 15px;
}

section#spincar-slider {
    background-color: rgba(0,0,0,0.95);
    width: 100%;
    height: 100vh;
    position: fixed;
    z-index: 9999;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    align-items: center;
    display: flex;
    opacity: 0;
}

.close-spincar {
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 9;
    display: block;
    cursor: pointer;
}

.spain-frame {
    border: none !important;
    z-index: 9999 !important;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    overflow: hidden;
    position: fixed;
    border: none;
    height: 100vh;
    width: 100vw;
}
.lg-outer {
    direction: ltr !important;
}
.lSPrev {
    background-image: url(../../images/icons/Previous.svg) !important;
    width: 56px !important;
    height: 56px !important;
   /* opacity: 1 !important;*/
    background-position: unset !important;
}

.lSNext {
    background-image: url(../../images/icons/Next.svg) !important;
    width: 56px !important;
    height: 56px !important;
   /* opacity: 1 !important;*/
    background-position: unset !important;
}

.signin-hover-bg {
    padding-left: 15px !important;
    padding-right: 15px !important;
}

    .signin-hover-bg:hover {
        background-color: #F6F8F9;
        border-radius: 20px;
    }

.heart-hover-bg {
    width: 44px;
    height: 44px;
}

    .heart-hover-bg:hover {
        background-color: #F6F8F9;
        border-radius: 50px;
    }

#div_FiltersList .dropdown-menu {
    inset: 0px auto auto 0px !important;
    min-width: 370px;
    border-radius: 16px !important;
    box-shadow: 0px 4px 36px 0px rgba(0, 0, 0, 0.09);
}
#div_FiltersList .offcanvas-end {
    width: 500px;
}
.slick-wrapper {
    display: table !important;
    table-layout: fixed !important;
    width: 100% !important;
}

    /*-------------------------------media-------------------------------------*/

    @media(max-width: 1024px) {
        .car-details-slider-nav img {
            height: 60px !important;
            width: 90px !important;
        }

        .scrollable_x {
            overflow-x: auto !important;
            -webkit-overflow-scrolling: touch;
        }
        /* .slick-wrapper{
        display:inline-flex !important;
    }*/
    }

    @media (max-width: 992px) {
        .mobile-filter {
            width: 97vw;
            overflow-x: scroll;
        }

        #divListing .card-sell-usp .card-body {
            min-height: auto !important;
        }

        .lightwrap {
            height: 320px !important;
        }

            .lightwrap a img {
                height: 320px !important;
            }

        .btn-car-image-gallery {
            bottom: 22px !important;
        }

        .btn-car-image360-gallery {
            bottom: 22px !important;
        }

        .lSPrev {
            width: 32px !important;
            height: 32px !important;
            background-position: center !important;
            border-radius: 25px;
        }

        .lSNext {
            width: 32px !important;
            height: 32px !important;
            background-position: center !important;
            border-radius: 25px;
        }

        #div_FiltersList .dropdown-menu {
            min-width: 280px;
        }

        .btn-how_it_works-sell-now {
            width: 100% !important;
            padding: 8px !important;
            font-size: 14px !important;
        }

        .btn-how_it_work-view-car {
            width: 100% !important;
            padding: 8px !important;
            font-size: 14px !important;
        }

        .bookservice-card {
            padding: unset;
            box-shadow: none;
        }

        #mobile_howittab a.active {
            color: #2B9EBA;
            border-bottom: 3px solid #2B9EBA;
            padding-bottom: 15px;
        }

        .hw-image-center {
            text-align: center !important
        }

            .hw-image-center img {
                height: 160px !important
            }

        .info-width {
            width: 100%;
            order: 2;
            margin-top: 16px !important;
            background: #F7F9FA;
            padding: 4px 16px;
        }

        .justify-content-inspected {
            justify-content: space-between !important;
            width: 100% !important;
        }

        .mt-10 {
            margin-top: 10px !important;
        }

        .select-input {
            width: 100% !important;
            height: 30px !important;
            border: none;
            position: relative;
            outline: none;
        }

        .slick-wrapper {
            display: inline-flex !important;
            width: unset !important;
        }

        #slick_Similar_car {
            display: inline-flex !important;
        }

        .mobile-order-1 {
            order: 1 !important;
        }

        .mobile-order-0 {
            order: 0 !important;
        }

        .btn-car-image360-gallery {
            left: 35% !important;
        }

        .listing-item .title {
            min-height: 38px;
        }

        .mt-20 {
            margin-top: 8px !important;
        }

        .mt-30 {
            margin-top: 15px !important;
        }

        .mt-40 {
            margin-top: 24px !important;
        }

        .mt-bying-60 {
            margin-top: 32px !important;
        }

        .mt-60 {
            margin-top: 24px !important;
        }

        .mb-20 {
            margin-bottom: 10px !important;
        }

        .mb-30 {
            margin-bottom: 20px !important;
        }

        .mb-40 {
            margin-bottom: 20px !important;
        }

        .mb-60 {
            margin-bottom: 30px !important;
        }

        .mr-20 {
            margin-right: 8px !important;
        }

        .webview-only {
            display: none !important;
        }

        .listing-grid-holder {
            display: flex;
            flex-wrap: wrap;
            justify-content: center;
        }

        .slick-next {
            display: none !important;
        }

        .slick-prev {
            display: none !important;
        }

        .slick-arrow {
            display: none !important;
        }

        .text-center-mob {
            text-align: center !important;
        }


        .sticky-top {
            box-shadow: 0px 4px 20px rgb(0 0 0 / 9%);
            min-height: 56px !important;
        }

        .navbar-toggler {
            padding: unset !important;
            border: none !important;
            color: unset !important;
        }


        .rightpart {
            display: none;
        }

        .btn-register {
            font-size: 24px !important;
            width: 100% !important;
        }
    }

    @media (max-width: 499.98px) {
        .mobile-filter {
            width: 95vw;
            overflow-x: scroll;
        }
        /*.header-logo {
            width: 125px !important;
            margin-right: 80px !important;
        }*/
        /*.step {
            font-size: 12px;
        }*/
        .buyer-usp {
            padding: 40px 40px 40px 20px;
        }

        .listing-grid-holder {
            display: flex;
            flex-wrap: wrap;
            justify-content: center;
        }

        .slick-next {
            display: none !important;
        }

        .slick-prev {
            display: none !important;
        }

        .slick-arrow {
            display: none !important;
        }

        .slick-list {
            margin-left: unset !important;
            padding: 0 !important;
        }

        ._filter_ul_li {
            width: 100%;
        }

        .text-center-mob {
            text-align: center !important;
        }
    }

    @media (max-width: 375px) {
        .mobile-filter {
            width: 95vw;
            overflow-x: scroll;
        }
        /* .step {
            font-size: 12px;
        }*/
        .buyer-usp {
            padding: 40px 40px 40px 20px;
        }

        .listing-grid-holder {
            display: flex;
            flex-wrap: wrap;
            justify-content: center;
        }

        .slick-next {
            display: none !important;
        }

        .slick-prev {
            display: none !important;
        }

        .slick-arrow {
            display: none !important;
        }

        .slick-list {
            margin-left: unset !important;
        }

        .feature-card {
            width: 315px !important;
        }

        .feature-card-image {
            width: 315px !important;
        }

        .text-center-mob {
            text-align: center !important;
        }
    }

    @media (max-width: 768px) {
        .mobile-filter {
            width: 95vw;
            overflow-x: scroll;
        }

        .lightwrap_cashoffer {
            height: 200px;
        }

            .lightwrap_cashoffer a img {
                object-fit: cover;
                height: 200px;
            }

        .accordion-button {
            border-radius: 8px !important;
            /* padding: 20px 30px;*/
        }

        /* #divListing .card .card-img-top {
            min-height: 190px !important;
        } */
        #divListing .card .card-img-div {
            height: 170px !important;
        }

        #slick_feature_car .card .card-img-div {
            height: 150px !important;
        }

        .btn-compare-car {
            padding: 8px;
            max-width: 170px;
        }

        .col-width {
            width: 50%;
        }

        #pagingDiv a, #pagingDiv span {
            padding: 3px 12px;
            line-height: 1.5em;
        }

        .how_it_work_whitebox {
            top: unset !important;
            width: 100% !important;
            margin-top: 10px !important;
        }


        .inmobile-flex {
            display: flex !important;
            justify-content: space-between;
            text-align: left !important;
        }

        .Bitmap-dealerlogo {
            position: relative;
            transform: translate(4%,4%);
            max-height: 75px;
            max-width: 172px;
        }
    }

    @media (min-width: 768px) {
        .myMargin {
            margin-top: 4px !important;
        }
    }

    @media (min-width: 992px) {
        .mt-lg-7 {
            margin-top: 77px;
        }

        .listing-item .title {
            min-height: 38px;
        }

        .mobiview-only {
            display: none !important;
        }
    }

    .card-body .d-flex.justify-content-between.mt-3,.card-body .d-flex.justify-content-between.mt-3{
    align-items: center;
}
.card-body .d-flex.justify-content-between.mt-3 .col:last-of-type{
    position: relative;
}
.card-body .d-flex.justify-content-between.mt-3 .col:last-of-type img{
    top: -14px;  
}
.card-body .d-flex.justify-content-between.mt-4 .col:last-of-type img{
    position: relative;
    top: -2px;
}
@media (max-width:991px){
    .card-body .d-flex.justify-content-between.mt-4 .col:last-of-type img{
        top: -8px;
    }
}

.fav-icon{
    transition: 0.2s;
    border-radius: 50%;
    box-shadow: 0px 0px 3px 1px rgba(0,0,0,0.10);
}
.fav-icon:hover{
    cursor: pointer;
    transform: scale(1.1);
}
#dropzone{
    flex-direction: column;
    align-items: center;
}
#dropzone .dz-message{
    margin-top: 15px;
    margin-bottom: 0;
}
#dropzone #template-preview{
    width: 100%;
    flex-grow: 1;
    margin-top: 15px;
}
#dropzone #template-preview .btn-add-photo{
    margin-top: 0;
    margin-bottom: 0;
    float: initial;
    width: calc(100% - 30px);
   /* height: 60px;*/
}

#dropzone #template-preview .dz-details{
    float: initial;
    margin: 0 auto !important;
}

@media (max-width:767px){
    #div_FiltersList .bcrumb_new .container:last-of-type .row > div{
        width: 100% !important;
        margin-bottom: 12px !important;
    }
    #div_FiltersList .bcrumb_new .container:last-of-type .row > div:last-of-type{
        margin-bottom: 0 !important;
    }
    #div_FiltersList .bcrumb_new .container:last-of-type .row > div .magicsearch-wrapper{
        width: auto !important;
    }
    .selling-car{
        overflow-x:hidden;
    }
}
.ff-regular.color_white.fs-home-main-subtitle{
    font-weight: 100;
}
.brandfilter .modelfilter-bottom {
    border-bottom: 1px solid #EAECF0;
}
.brandfilter .modelfilter-bottom:last-of-type {
    border-bottom:none !important;
}
