#cbifs_buy_a_car {
    width: 100%;
    float: left;
    position: relative;
    padding-top: 60px;
    padding-bottom: 20px;
    padding-left: 50px;
    padding-right: 50px;
}
.car_make_model {
    padding: 0px 0px 15px;
    width: 100%;
    float: left;
}
.buyacar_category_box .cbifs_item_box {
    width: 100%;
    margin-bottom: 30px;
    -webkit-box-shadow: 0 10px 20px rgba(126,133,148,.08);
    box-shadow: 0 10px 20px rgba(126,133,148,.08);
    border: 1px solid #efefef;
}
.bycgy_bx .car_pic img {
    width: 100%;
    object-fit: cover;
}

.car_item_short_dtl.buycar_short {
    padding: 6px 6px 0;
}

.car_item_short_dtl.buycar_short h4 {
/*    font-size: 16px;*/
}

.buycar_short .cr_icon_txt {
    /*color: #484848;
    font-weight: 400;
    font-size: 13px;*/
}

.buycar_short .crprice_emi h6 {
/*    font-size: 17px;*/
}

.buycar_short .crprice_emi p {
    /*color: #484848;
    font-size: 14px;
    font-weight: 400;*/
}

.buycar_short .crprice_emi p span {
    color: #01a3e6;
    font-size: 14px;
    font-weight: 500;
}

.buyacar_sidebar {
    height: 1024px;
    width: 100%;
    overflow-y: scroll;
    overflow-x: hidden;
    padding: 10px 15px;
}
/* Scrollbar Styling */
.buyacar_sidebar::-webkit-scrollbar {
    width: 4px;
}

.buyacar_sidebar::-webkit-scrollbar-track {
    background-color: #ebebeb;
    -webkit-border-radius: 10px;
    border-radius: 10px;
   
}

.buyacar_sidebar::-webkit-scrollbar-thumb {
    -webkit-border-radius: 10px;
    border-radius: 10px;
    background: #beebff;
}
.cmm_head {
    display: flex;
    align-items: center;
    gap: 8px;
    padding-bottom: 12px;
}

.mm_icon {
    width: 28px;
}

.mm_icon img {
    width: 100%;
    object-fit: cover;
}
.cmm_head h4 {
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 600;
    margin: 0;
    color: #000;
    padding: 0;
}

.search-container {
    width: 100%;
    display: block;
    margin: 0 auto;
    position: relative;
}

input#search-bar {
    margin: 0 auto;
    width: 100%;
    height: 40px;
    padding: 0 10px;
    font-size: 14px;
    border: 1px solid #D0CFCE;
    border-radius: 8px;
    outline: none;

    &:focus {
        border: 1px solid #008ABF;
        transition: 0.35s ease;
        color: #000;

        &::-webkit-input-placeholder {
            transition: opacity 0.45s ease;
            opacity: 10;
        }

        &::-moz-placeholder {
            transition: opacity 0.45s ease;
            opacity: 0;
        }

        &:-ms-placeholder {
            transition: opacity 0.45s ease;
            opacity: 0;
        }
    }
}
.serch_frm_icn_sbar {
    position: absolute;
    float: right;
    width: 40px;
    height: 40px;
    top: 0px;
    right: 0;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-size: 16px;
    color: #262626;
}
.serch_frm_icn_sbar img {
    width: 100%;
    object-fit: cover;
}
input.sugg_slct[type=checkbox]+label {
    cursor: pointer;
}

input.sugg_slct[type=checkbox] {
    display: none;
}

input.sugg_slct[type=checkbox]+label:before {
    content: "\2714";
    border: 0.1em solid #ccc;
    border-radius: 0.2em;
    display: inline-block;
    width: 20px;
    height: 20px;
    padding-left: 2px;
    padding-bottom: 2px;
    margin-right: 4px;
    vertical-align: bottom;
    color: transparent;
    transition: .2s;
}

input.sugg_slct[type=checkbox]+label:active:before {
    transform: scale(0);
}

input.sugg_slct[type=checkbox]:checked+label:before {
    background-color: #01a3e6;
    border-color: #01a3e6;
    color: #fff;
}

input.sugg_slct[type=checkbox]:disabled+label:before {
    transform: scale(1);
    border-color: #ccc;
}

input.sugg_slct[type=checkbox]:checked:disabled+label:before {
    transform: scale(1);
    background-color: #bfb;
    border-color: #bfb;
}

.suggestions-bdy label.sugg_txt {
    font-size: 13px;
    font-weight: normal;
    margin: 0;
    font-weight: 500;
    color: #4a4a4a;
}

.chk_bx {
    padding: 5px 0px;
}

.chk_box_group {
    position: relative;
    top: 0px;
    left: 0px;
    bottom: 0px;
    right: 0;
    padding: 0px;
    height: 275px;
    width: 100%;
    overflow-y: scroll;
    overflow-x: hidden;
}

/* Scrollbar Styling */
.chk_box_group::-webkit-scrollbar {
    width: 2px;
}

.chk_box_group::-webkit-scrollbar-track {
    background-color: #ebebeb;
    -webkit-border-radius: 10px;
    border-radius: 10px;
}

.chk_box_group::-webkit-scrollbar-thumb {
    -webkit-border-radius: 10px;
    border-radius: 10px;
    background: #01a3e6;
}
/* ========================= */
.price-input {
    width: 100%;
    display: flex;
    margin: 0px 0 15px;
}
  .price-input .field {
    display: flex;
    width: 100%;
    height: 45px;
    align-items: center;
  }
  .price-input .field {
    display: flex;
    width: 100%;
    height: 35px;
    align-items: center;
  }
  .price-input .field span {
    font-size: 14px;
    font-weight: 500;
    color: #8d8d8d;
}
  .field input {
    width: 100%;
    height: 100%;
    outline: none;
    font-size: 15px;
    font-weight: 500;
    margin-left: 12px;
    border-radius: 5px;
    text-align: center;
    border: 1px solid #ccc;
    -moz-appearance: textfield;
  }
  input[type="number"]::-webkit-outer-spin-button,
  input[type="number"]::-webkit-inner-spin-button {
    -webkit-appearance: none;
  }
  .price-input .separator {
    width: 130px;
    display: flex;
    font-size: 19px;
    align-items: center;
    justify-content: center;
  }
  .slider {
    height: 5px;
    position: relative;
    background: #ddd;
    border-radius: 5px;
  }
  .slider .progress {
    height: 100%;
    left: 30%;
    right: 30%;
    position: absolute;
    border-radius: 5px;
    background: #01a3e6;
  }
  .range-input {
    position: relative;
  }
  .range-input input {
    position: absolute;
    width: 100%;
    height: 5px;
    top: -5px;
    background: none;
    pointer-events: none;
    -webkit-appearance: none;
    -moz-appearance: none;
  }
  input[type="range"]::-webkit-slider-thumb {
    height: 12px;
    width: 12px;
    border: 2px solid #fff;
    border-radius: 50%;
    background: #01a3e6;
    pointer-events: auto;
    -webkit-appearance: none;
    box-shadow: 0 0 6px rgba(0, 0, 0, 0.05);
  }
  input[type="range"]::-moz-range-thumb {
    height: 17px;
    width: 17px;
    border: none;
    border-radius: 50%;
    background: #01a3e6;
    pointer-events: auto;
    -moz-appearance: none;
    box-shadow: 0 0 6px rgba(0, 0, 0, 0.05);
  }
  /* ========================= */
  .budget_sug .select{
    position:relative;
  
    input:checked + label {
      background-color: #000;
      &:hover,
      &:focus,
      &:active{
        background-color: #000;      
      }
  }  
  .budget_sug input{
      opacity: 0;
      position: absolute;
    }
  
    .budget_sug .button_select{
    margin: 0 10px 10px 0;
    display:flex;
    background-color: transparent;   
    
    &:hover,
    &:focus,
    &:active{
      background-color: transparent;      
    }
  }
}
.budget_sug .option {
    position:relative;
  
  input{
      opacity: 0;
      position: absolute;
    }
  
	input:checked + span {
      background-color: #01a3e6;
      color: #fff;
      &:hover,
      &:focus,
      &:active{
        background-color: #01a3e6;
        color: #fff;      
      }
  } 
  
  .budget_sug .btn-option{
    margin: 0 10px 10px 0;
    display:flex;
    background-color: transparent;   
    
    &:hover,
    &:focus,
    &:active{
      background-color: transparent;      
    }
  }
}
.budget_sug .btn:not(:disabled):not(.disabled) {
    cursor: pointer;
    border: 1px solid #01a3e6;
}
.buyacar_sidebar h6 {
    color: #01a3e6;
    font-size: 13px;
    font-weight: 500;
    margin: 0;
    padding-bottom: 5px;
    padding-top: 10px;
    text-transform: uppercase;
}
.chk_box_group_one {
    padding-bottom: 5px;
}

/* ========================= */
.budy_sug .select{
    position:relative;
  
    input:checked + label {
      background-color: #000;
      &:hover,
      &:focus,
      &:active{
        background-color: #000;      
      }
  }  
  .budy_sug  input{
      opacity: 0;
      position: absolute;
    }
  
    .budy_sug  .button_select{
    margin: 0 10px 10px 0;
    display:flex;
    background-color: transparent;   
    
    &:hover,
    &:focus,
    &:active{
      background-color: transparent;      
    }
  }
}
.budy_sug .option {
    position:relative;
  
  input{
      opacity: 0;
      position: absolute;
    }
  
	input:checked + div {
      background-color: #f5fcff;
      color: #01a3e6;
      border: 1px solid #01a3e6;
      &:hover,
      &:focus,
      &:active{
        color: #01a3e6;
        border: 1px solid #01a3e6;      
      }
  } 
  
  .budy_sug .btn-option{
    margin: 0 10px 10px 0;
    display:flex;
    background-color: transparent;   
    
    &:hover,
    &:focus,
    &:active{
      background-color: transparent;      
    }
  }
}
.budy_sug .btn:not(:disabled):not(.disabled) {
    cursor: pointer;
}
.buyacar_sbarall {
    width:100%;
    float: left;
    position: relative;
    overflow: hidden;
    border: 1px solid #ccc;
    border-radius: 15px;
}
.suggestions-bdy {
    width: 100%;
    float: left;
    position: relative;
    padding-bottom: 12px;
}
.cmm_bugt_bx {
    padding-bottom: 10px;
}
.budget_sug {
    padding-top: 5px;
}
.budget_sug .btn {
    padding: 5px 10px;
    font-size: 13px;
    font-weight: 500;
    color: #4a4a4a;
    outline: none;
    box-shadow: none;
}
.car_year_type .cmm_head {
    position: relative;
    left: -3px;
    padding-bottom: 8px;
}
.cmm_year_bx input {
    margin: 0;
}
.cmm_year_bx label {
    margin: 0;
    display: flex;
    align-items: center;
    gap: 5px;
}
.cmm_year_bx .btn {
    padding: 0px 0px;
    font-size: 13px;
    font-weight: 500;
    color: #4a4a4a;
    outline: none;
    box-shadow: none;
}
.cmm_year_bx {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 6px;
}
.car_budy_type .budy_sug img {
    width: 60px;
}
.car_budy_type .budy_sug p {
    font-size: 13px;
    font-weight: 500;
    color: #4a4a4a;
    padding-top: 5px;
}
.car_budy_type .budy_sug .btn {
    color: #4a4a4a;
    outline: none;
    box-shadow: none;
}
.car_budy_type .budy_sug label {
    margin: 0;
}
.car_budy_type .budy_sug {
    display: grid;
    align-items: center;
    gap: 8px;
    grid-template-columns: repeat(4, 1fr);
    place-content: center;
    justify-content: center;
}