
.kw-car-list {
    padding: 15px;
}
.kw-car-list h4 {
    font-size: 16px;
}
.kw-used-car {
    background: #fafafa;
}
.top-banner {
    padding-top: 6em;
}
.kw_list_card {
    box-shadow: 0 10px 20px #f6f6f6;
    border-radius: 20px;
    background: #fff;
    position: relative;
    margin-bottom: 30px;
}
.kw_list_card img {
    width: 100%;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
}
.kw-card-detail {
    padding: 15px;
}
.kw-card-detail h4 {
    font-size: 14px;
    color: #000000;
    margin-bottom: inherit;
    width: auto;
    white-space: nowrap;
    overflow: hidden !important;
    text-overflow: ellipsis;
}
.kw-card-detail ul {
    padding: initial;
    list-style: none;
    margin: initial;
    font-family: 'Montserrat', sans-serif;
}
.kw-card-detail ul li {
    display: inline-block;
    font-size: 12px;
    padding-right: 10px;
    color: #000000;
    font-weight: 500;
}
.vehicle-price {
    background: #f2f8f9;
    padding: 10px;
    border-radius: 10px;
}
.vehicle-price h3 {
    font-size: 18px;
    margin-bottom: initial;
    color: #fb4848;
    font-weight: bold;
}
.vehicle-price small {
    font-size: 12px;
    color: #b4b5b7;
}
button.btn.apply-loan {
    background: #057792;
    color: #fff;
    font-size: 12px;
    font-family: 'Montserrat', sans-serif;
    padding: 5px 10px;
    float: right;
    position: relative;
    top: -15px;
    border-radius: 8px;
}
ul.kw-value li {
    font-weight: 600;
    font-family: 'Montserrat', sans-serif;
}
p.ribbon {
    background: #fb4848;
    font-size: 10px;
    color: #ffffff;
    display: inline-block;
    position: absolute;
    transform: rotate(-90deg);
    top: 30px;
    right: 0px;
    margin: 0;
    padding-right: 10px;
    padding-left: 5px;
}
p.ribbon::before {
    content: '';
    width: 15px;
    height: 100%;
    background-color: #fb4848;
    position: absolute;
    top: 0;
    left: -14px;
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%, 50% 50%);
}
.kw_list_card i.bi.bi-check-lg {
    background: #2eafcf;
    border-radius: 50%;
    padding: 0px 1px;
    font-size: 10px;
    position: absolute;
    right: 60px;
    top: 7px;
    width: 15px;
    height: 15px;
}
.bi-check-lg::before {
    transform: rotate(90deg);
    position: absolute;
    left: 2px;
    top: 2px;
}
ul.kw-vehicle-list li {
    position: relative;
}
ul.kw-vehicle-list li::after {
    content: '.';
    width: 16px;
    height: 16px;
    position: absolute;
    top: -10px;
    right: -10px;
    font-size: 20px;
}
ul.kw-vehicle-list li:last-child::after {
    content: none;
}
select.sort {
    padding: 10px;
    border-radius: 10px;
}

/* clear css */
.clear-all ul {
  padding: 0;
  list-style: none;
}
.clear-all ul li {
  display: inline-block;
  margin-right: 14px;
  background: #ececec;
  padding: 2px 10px;
  border-radius: 20px;
  font-size: 12px;
  font-weight: 600;
  margin-bottom: 10px;
}
.clear-all .btn-close {
  width: auto;
  height: auto;
  padding: 2px;
  margin-left: 5px;
  background: none;
  font-size: 14px;
}
li.clear-all-btn {
  background-color: #057792 !important;
  color: #fff;
}
li.clear-all-btn .btn-close {
  color: #fff;
  opacity: 1 !important;
}
.clear-all .btn-close:focus {
  box-shadow: none;
}


/* Sidebar css */

.sidebar {
    background: #fff;
     height: 90vh;
    border: 1px solid #e7e7e7;
    border-radius: 15px;
    padding: 30px 15px;
    overflow-y: scroll;
    z-index: 9;

}
.offcanvas-header .btn-close, .modal-header .btn-close{
  position: relative;
  top: 0px;
  right: 0px;
}
.sticky-top {
    top: 90px;
}
.sidebar select.form-select {
    padding: 15px;
    background-color: #f2f8f9;
    border: 1px solid #f2f8f9;
    border-radius: 10px;
}

::-webkit-scrollbar {
    width: 5px;
}

/* Track */
::-webkit-scrollbar-track {
    background: #f1f1f1; 
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: #ddd; 
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
    background: #ddd; 
}

.sidebar h5 {
    font-size: 14px;
    font-weight: 600;
}
.sidebar .accordion-button::after {
    background-size: 15px;
}
.pl-3 {
  padding-left: 35px;
}


.radio-custom {
    opacity: 0;
    position: absolute;   
}
.radio-custom, .radio-custom-label {
    display: block;
    vertical-align: middle;
    margin: 5px;
    cursor: pointer;
}
.radio-custom-label {
    position: relative;
    font-size: 13px;
    margin-left: 40px;
}
.radio-custom + .radio-custom-label:before {
    content: '';
    background: #fff;
    border: 2px solid #057792;
    display: inline-block;
    vertical-align: middle;
    width: 20px;
    height: 20px;
    padding: 2px;
    margin-right: 10px;
    text-align: center;
    position: absolute !important;
    left: -30px;
}
.radio-custom + .radio-custom-label:before {
    border-radius: 20%;
}

.radio-custom:checked + .radio-custom-label:before {
    content: "\F26E";
    font-family: bootstrap-icons !important;
    color: #fff;
    background: #057792;
    font-size: 14px;
    font-weight: 600;
    line-height: 14px;
    position: absolute;
    display: initial;
    left: -30px;
}

.radio-custom:focus + .radio-custom-label {
    outline: 1px solid #ddd; /* focus style */
  }




  .accordion-button {
    font-size: 13px;
    background-color: #f8f8f8;
    border-radius: 10px !important;
    padding: 10px 10px;
  }
  .accordion-item{
    margin-bottom:20px;
    border-radius:0px !important;
    box-shadow:0px 1px 4px 0px #bfbfbf;
  }
  
  .accordion-button[aria-expanded="true"]{
    background-color:#fcfcfc;
    color:#404040;
  /*   box-shadow:0px 1px 2px 2px #fffff7; */
  }
  .accordion-button:after{
    color:#404040;
  }
  .accordion-item {
    margin-bottom: 10px;
    border-radius: 10px !important;
    box-shadow: none;
    border: none;
}
.sidebar .accordion-button[aria-expanded="true"] {
    background-color: #f8f8f8;
    box-shadow: none;
}
.sidebar .accordion-body {
    padding: 10px;
    font-size: 13px;
    max-height: 300px;
    overflow-y: scroll;
    display: list-item;
}
.sidebar label {
    font-size: 13px;
    font-weight: 500;
}
.sidebar .accordion-button:focus {
    border-color: initial;
    box-shadow: initial;
}
.sidebar .form-check-input {
    border: 2px solid #057792;
    margin-top: 0;
}
.sidebar .form-check-input:checked {
    background-color: #057792;
    border-color: #057792;
}
.sidebar .form-check-input {
    width: 18px;
    height: 18px;
    margin-right: 10px;
}
.sidebar .form-check-input:focus {
  box-shadow: initial;
}


/* double slider */
.slider-labels {
    margin-top: 10px;
  }
  
  /* 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-user-select: none;
    -ms-touch-action: none;
    touch-action: none;
    -ms-user-select: none;
    -moz-user-select: none;
    user-select: none;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  
  .noUi-target {
    position: relative;
    direction: ltr;
  }
  
  .noUi-base {
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 1;
  /* Fix 401 */
  }
  
  .noUi-origin {
    position: absolute;
    right: 0;
    top: 0;
    left: 0;
    bottom: 0;
  }
  
  .noUi-handle {
    position: relative;
    z-index: 1;
  }
  
  .noUi-stacking .noUi-handle {
  /* This class is applied to the lower origin when
     its values is > 50%. */
    z-index: 10;
  }
  
  .noUi-state-tap .noUi-origin {
    -webkit-transition: left 0.3s,top .3s;
    transition: left 0.3s,top .3s;
  }
  
  .noUi-state-drag * {
    cursor: inherit !important;
  }
  
  /* Painting and performance;
   * Browsers can paint handles in their own layer.
   */
  .noUi-base,.noUi-handle {
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
  }
  
  /* Slider size and handle placement;
   */
  .noUi-horizontal {
    height: 2px;
    margin-top: 20px;
  }
  .caption {
      font-size: 13px;
  }
  
  .noUi-horizontal .noUi-handle {
    width: 18px;
    height: 18px;
    border-radius: 50%;
    left: -7px;
    top: -8px;
    background-color: #057792;
  }
  
  /* Styling;
   */
  .noUi-background {
    background: #D6D7D9;
  }
  
  .noUi-connect {
    background: #057792;
    -webkit-transition: background 450ms;
    transition: background 450ms;
  }
  
  .noUi-origin {
    border-radius: 2px;
  }
  
  .noUi-target {
    border-radius: 2px;
  }
  
  .noUi-target.noUi-connect {
  }
  
  /* Handles and cursors;
   */
  .noUi-draggable {
    cursor: w-resize;
  }
  
  .noUi-vertical .noUi-draggable {
    cursor: n-resize;
  }
  
  .noUi-handle {
    cursor: default;
    -webkit-box-sizing: content-box !important;
    -moz-box-sizing: content-box !important;
    box-sizing: content-box !important;
  }
  
  .noUi-handle:active {
    border: 8px solid #345DBB;
    border: 8px solid rgba(53,93,187,0.38);
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    left: -14px;
    top: -15px;
  }
  
  /* Disabled state;
   */
  [disabled].noUi-connect,[disabled] .noUi-connect {
    background: #B8B8B8;
  }
  
  [disabled].noUi-origin,[disabled] .noUi-handle {
    cursor: not-allowed;
  }


/* mobile filter css */
.mob-nav-sidebar ul {
  padding: 0;
  list-style: none;
  overflow-x: auto;
  overflow-y: hidden;
  width: 100%;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  white-space: nowrap;
}
.mob-nav-sidebar ul li {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
  border: 1px solid #e8e8e8;
  border-radius: 12px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  height: 35px;
  padding: 0 12px;
  vertical-align: bottom;
  margin-right: 8px;
}
button.kw-filter-btn {
  background-color: initial;
  color: #112233;
  border: none;
  font-size: 14px;
}
button.kw-filter-btn:active, button.kw-filter-btn:hover, button.kw-filter-btn:focus {
  color: #112233;
  background-color: initial;
  border-color: initial;
  box-shadow: none;
}
button.kw-filter-btn:active:focus {
    box-shadow:none;
}
.mob-nav-sidebar ul::-webkit-scrollbar {
    display: none;
}



/* Disabled state;
   */
   [disabled].noUi-connect,
   [disabled] .noUi-connect {
     background: #B8B8B8;
   }
   
   [disabled].noUi-origin,
   [disabled] .noUi-handle {
     cursor: not-allowed;
   }
   
   .sticky-sort-head {
     position: sticky;
     z-index: 3;
     top: 0;
     bottom: 0
   }
   
   img.img-cls {
     width: 100%;
     height: 174px;
   }

   img.content-image.car-list-image-border {
    width: 100%;
    height: 174px;
}
#trade-in .modal-header {
  display: block;
  color: #333;
}
#trade-in button.btn-close {
  position: absolute;
  top: -1px;
  right: -1px;
  background: #fb4848;
  opacity: 1;
  z-index: 0;
  color: #fff;
  padding: 6px;
  margin: 0;
  line-height: 0;
  border-radius: 0;
  border-top-right-radius: 17px;
}
#trade-in .modal-content {
  border-radius: 20px;
  padding: 25px;
  border: 1px solid #fff;
}
.trade-img {
  padding: 20px 0;
}




/* Enquiry css */

button.enquiry-btn {
  position: absolute;
  top: 40%;
  right: 5px;
  padding: 5px 10px;
}
button.enquiry-btn span {
  /* display: none;
  float: left; */
  padding-left: 10px;
}
/* button.enquiry-btn:hover > span {
  display: block;
} */
button.enquiry-btn i.bi {
  float: left;
}
.modal-content {
  background: #fff;
  color: #333;
  border-radius: 30px;
  box-shadow: 5px 5px 1px #a19c9c;
  padding: 15px;
}
#enquire_modal_1 .btn-close, #enquire_modal_2 button.btn-close {
  font-size: 10px;
}
#enquire_modal_1 button.btn-close, #enquire_modal_2 button.btn-close, #enquire_success button.btn-close {
  float: right;
  position: absolute;
  right: 15px;
  top: 15px;
  color: #fff;
}
.enquiry-content img {
  width: 15%;
  width: 100px;
  height: 100px;
  align-items: center;
  background: linear-gradient(-45deg, rgb(255 255 255), rgb(255 255 255 / 74%));
  border-radius: 20px;
  padding: 15px;
  /* box-shadow: 12px 12px 24px 0 rgba(0, 0, 0, 0.2), -12px -12px 24px 0 rgba(255, 255, 255, 0.5); */
  box-shadow: inset 6px 6px 10px 0 rgba(0, 0, 0, 0.2), inset -6px -6px 10px 0 rgba(255, 255, 255, 0.5);
}
.enquiry-content h6 {
  padding: 20px 0;
}
#enquire_modal_2 label {
  font-size: 12px;
}
#enquire_modal_2 input, #enquire_modal_2 select {
  font-size: 14px;
}
#enquire_modal_2 label.error {
  position: relative;
  color: red;
  padding: 5px;
}
#enquire_modal_2 .form-floating>.form-control:focus~label.error {
  opacity: initial;
  transform: initial;
}

#toast {
  visibility: hidden;
  max-width: 500px;
  height: 50px;
  margin: auto;
  background-color: #fff;
  color: #333;
  text-align: center;
  border-radius: 2px;
  position: fixed;
  z-index: 9999;
  left: 0;
  right: 0;
  top: 30px;
  font-size: 17px
}

.success {
  background-color: green!important;
  color: #fff!important
}

.error-toast {
  background-color: red!important;
  color: #fff!important
}

#toast #img {
  width: 50px;
  height: 50px;
  float: left;
  padding-top: 13px;
  padding-bottom: 13px;
  box-sizing: border-box;
  background-color: #111;
  color: #fff
}

#toast #toast-success{
color: #fff;
padding: 13px;
overflow: hidden;
white-space: nowrap;
background: #008000;
}

#toast #toast-failure{
color: #fff;
padding: 13px;
overflow: hidden;
white-space: nowrap;
background: red !important;
}


#toast.show {
  visibility: visible;
  -webkit-animation: fadein .5s, expand .5s .5s, stay 3s 1s, shrink .5s 2s, fadeout .5s 2.5s;
  animation: fadein .5s, expand .5s .5s, stay 3s 1s, shrink .5s 4s, fadeout .5s 4.5s
}

/* product-loader */
/* .loader {
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background-color: #fff;
  box-shadow: 32px 0 #fff, -32px 0 #fff;
  position: relative;
  animation: flash 0.5s ease-out infinite alternate;
}

@keyframes flash {
  0% {
    background-color: #FFF2;
    box-shadow: 32px 0 #FFF2, -32px 0 #FFF;
  }
  50% {
    background-color: #FFF;
    box-shadow: 32px 0 #FFF2, -32px 0 #FFF2;
  }
  100% {
    background-color: #FFF2;
    box-shadow: 32px 0 #FFF, -32px 0 #FFF2;
  }
} */




.loader {
  width: 100%;
  height: 76px;
  font-size: 30px;
  text-align: center;
  padding: 15px;
  position: relative;
  margin-bottom: 0.25em;
  vertical-align: top;
  transition: 0.3s color, 0.3s border, 0.3s transform, 0.3s opacity;
}

[class*=loader-] {
  display: inline-block;
  width: 1em;
  height: 1em;
  color: inherit;
  vertical-align: middle;
  pointer-events: none;
}


.loader-13:before,
.loader-13:after,
.loader-13 {
  border-radius: 50%;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation: loader-13 1.8s infinite ease-in-out;
          animation: loader-13 1.8s infinite ease-in-out;
}

.loader-13 {
  color: currentcolor;
  position: relative;
  transform: translateZ(0);
  -webkit-animation-delay: -0.16s;
          animation-delay: -0.16s;
  top: -1em;
}
.loader-13:before {
  right: 100%;
  -webkit-animation-delay: -0.32s;
          animation-delay: -0.32s;
}
.loader-13:after {
  left: 100%;
}
.loader-13:before, .loader-13:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  width: inherit;
  height: inherit;
}

@-webkit-keyframes loader-13 {
  0%, 80%, 100% {
    box-shadow: 0 1em 0 -1em;
    color: #fb4848;
  }
  40% {
    box-shadow: 0 1em 0 -0.2em;
    color: #fb4848;
  }
}

@keyframes loader-13 {
  0%, 80%, 100% {
    box-shadow: 0 1em 0 -1em;
    color: #fb4848;
  }
  40% {
    box-shadow: 0 1em 0 -0.2em;
    color: #fb4848;
  }
}
@keyframes pulse {
  0% {
    background-position: 0%;
  }
  20% {
    background-position: 100%;
  }
}
.loading-group {
  width: 180px;
  margin-bottom: 24px;
}
.loading-header {
  height: 12px;
  width: 60px;
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.1));
  background-size: 400% 100%;
  animation: pulse 2s infinite;
  margin-bottom: 11px;
}

.loading {
  height: 12px;
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.05));
  background-size: 400% 100%;
  animation: pulse 2s ease 0.1s infinite;
  margin-bottom: 11px;
}

.loading:nth-of-type(2n) {
  width: 130px;
}

.select2-container {
  z-index: 9999;
  width: 100% !important;
}
form#customerenqval .form-floating>label{
  z-index: 9999;
}
form#customerenqval .select2-container .select2-selection--single {
    height: calc(3.5rem + 2px);
    padding: 1rem 0.75rem;
    font-size: 14px;
}
form#customerenqval .select2-container--default .select2-selection--single .select2-selection__arrow {
  height: calc(3.5rem + 2px);
}