.uvl-search-container{
    width: 90%;
    max-width: 1280px;
    display: flex;
    margin: 0 auto;
}
.uvl-search-result{
    width: 81%;
    padding: 0 0 20px 20px;
    margin-top: 15px;
}
.uvl-filter-box{
    margin-top: 15px;
    width: 19%;
    box-shadow: 0px 5px 20px #0000001a;
    border-radius: 10px;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    position: sticky;
    overflow: scroll;
    max-height: calc(100vh - 100px);
    top: 96px;
}
.used-list-container{
    padding-top: 15px;
    display: flex;
    flex-wrap: wrap;
    grid-gap: 15px;
}
.used-card-list {
    box-shadow: 0px 5px 20px #B3C7ED80;
    padding-bottom: 10px;
    border-radius: 10px;
    margin-bottom: 15px;
    width: calc(33.28% - 12px);
}
.used-img-section{
    position: relative;
}
.used-img-section .v-image{
    object-fit: cover;
    width: 100%;
    height: 175px;
}
.uv-contacted{
    position: absolute;
    bottom: 0;
    width: 100%;
    text-align: center;
}
.uv-contacted-content{
    color: #fff;
    font-size: 12px;
    display: inline-block;
    padding: 4px 10px;
    background: rgba(0, 0, 0, 0.5);
    border-radius: 5px 5px 0px 0px;
    font-weight: 400;
}
.used-name-section{
    padding: 16px 18px 0px 18px;
    position: relative;
}
.used-name-section h2{
    margin: 0;
}
.used-name-section .title{
    font-size: 16px;
    font-weight: 500;
    color: #1d222c;
    text-decoration: none;
}
.used-name-section .location-sec{
    display: flex;
    align-items: center;
    padding-top: 5px;
}
.used-name-section .location{
    font-size: 12px;
    color: #5E6874;
    padding-left: 5px;
    font-weight: 500;
}
.used-name-section .model{
    font-size: 12px;
    font-weight: 500;
    color: #5E6874;
}
.used-info-section{
    margin: 10px 16px 0px 16px;
    padding: 10px;
    border-radius: 10px;
    font-size: 12px;
    background: #F8FAFA;
    color: #5E6874;
}
.used-info-section .row-1{
    margin-bottom: 7px;
    display: flex;
    align-items: center;
}
.used-info-section .row-2{
    display: flex;
    align-items: center;
}
.used-info-section span{
    margin-right: 6px;
}
.used-info-section .row-2 span.dot:last-child{
    display: none;
}
.used-info-section .dot{
    height: 4px;
    width: 4px;
    background: #0091D0;
    border-radius: 5px;
    display: inline-block;
}
.used-price-section{
    padding: 15px 18px 0px 18px;
    display: flex;
    justify-content: space-between;
    align-items: end;
}
.used-price-section .price .amt{
    font-size: 18px;
    font-weight: 500;
    color: #1d222c;
}
.used-price-section .price .amt span{
    font-size: 11px;
    font-weight: 500;
    color: #808080;
}
.used-price-section .price .sym{
    font-size: 14px;
    font-weight: 400;
    color: #5E6874;
}
.used-price-section .price .emi{
    font-size: 12px;
    color: #808080;
    margin-top: 4px;
    font-weight: 400;
}
.used-price-section .price .emi span{
    font-size: 12px;
    color: #575961;
    margin-top: 4px;
    font-weight: 700;
}
.used-price-section .dealer .type{
    font-size: 11px;
    color: #5E6874;
    text-align: right;
    padding-bottom: 5px;
    font-weight: 500;
}
.used-price-section .dealer .Dealer_badge{
    background: #fdf3eb;
    border-radius: 8px;
    padding: 4px 7px;
}
.used-price-section .dealer .Owner_badge{
    background: #effbe6;
    border-radius: 8px;
    padding: 4px 7px;
}
.used-price-section .dealer{
    text-align: right;
}
.sellerbadge img{
    margin-right: 1px;
    height: 10px;
    width: 10px;
    top: -1px;
    position: relative;
}
.used-price-section .dealer .link{
    color: #575961;
    font-weight: 500;
    margin-top: 2px;
    font-size: 12px;
    text-decoration: none;
}
.used-divider{
    border-bottom: 1px solid #F4F6FA;
    margin: 10px 0;
}
.used-button-section{
    padding: 8px 18px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.used-button-section .offer{
    color: #0091D0;
    font-weight: 700;
    text-decoration: underline;
    font-size: 14px;
}
.used-button-section .contact{
    background: #003E88;
    color: #fff;
    border: none;
    font-size: 14px;
    width: 46%;
    height: 40px;
    border-radius: 10px;
    font-weight: 500;
    outline: none;
}
.uv-share-sec{
    position: relative;
    display: flex;
}
.uv-share-border-icon{
    margin-left: 5px;
}
.name-with-fav{
    display: flex;
}
.uv-fav-icon-white { 
    background-image: url(../img/icon-fav.svg);
    height: 22px;
    width: 22px;
    display: inline-block;
    cursor: pointer;
    background-repeat: no-repeat;
    background-position: center;
}
.uv-fav-icon-white.fill{
    background-image: url(../img/icon-fav-fill.svg);
}
.uv-share-icon-white {
    background-image: url(../img/icon-share.svg);
    height: 22px;
    width: 22px;
    display: inline-block;
    cursor: pointer;
    background-repeat: no-repeat;
    background-position: center;
}
.uv-share-set {
    position: absolute;
    left: -55px;
    top: 25px;
    z-index: 1;
    background: #fff;
    padding: 6px;
    border: 1px solid #CECECE;
    display: none;
    border-radius: 5px;
    box-shadow: 0px 0px 20px #e7e7e7;
}
.uv-share-set img{
    margin: 0 5px;
}
.img-carousel-sec{
    white-space: nowrap;
    overflow-x: hidden;
    position: relative;
    height: 175px;
    overflow-y: hidden;
    font-size: 0;
    border-radius: 10px 10px 0px 0px;
}
.used-page-title{
    font-weight: 500;
    padding-bottom: 8px;
    font-size: 18px;
    color: #5E6874;
}
.used-page-read-sec{
    color: #717F91;
    font-size: 14px;
    padding-bottom: 15px;
}
.used-page-read-sec .content{
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 1.5;
}
.used-page-read-sec .content br, .used-page-read-sec .content span{
    display: none;
  }
.used-page-read-sec .content p{
    margin-bottom: 0;
    margin-top: 0;
}
.used-page-read-sec .read-sec{
    display: flex;
    width: 100%;
    align-items: center;
}
.used-page-read-sec .content.read{
    white-space: initial;
}
.used-page-read-sec .content.read br, .used-page-read-sec .content.read span{
    display: block;
  }
 
.used-h-title{
    font-size: 16px;
    font-weight: 700;
    display: block;
    padding: 15px 0 10px 0;
}
.used-page-read-sec .content.read p{
    margin-bottom: 1rem;
}
.used-page-read-sec .read-more{
    color: #0091D0;
    font-weight: 400;
    white-space: nowrap;
    margin-left: 8px;
    cursor: pointer;
    font-size: 14px;
}
.used-page-read-sec .read-more.less{
    display: none;
    text-align: right;
    cursor: pointer;
}

/* Desktop Filter */
.uvl-filter-title{
    font-size: 16px;
    color: #333333;
    font-weight: 700;
    padding: 17px;
}
.uvl-filter-sub-heading{
    font-size: 14px;
    font-weight: 500;
    cursor: pointer;
    color: #000;
}
.uvl-filter-container{
    padding: 15px;
    border-top: 1px solid #F4F6FA;
}
.uvl-filter-header{
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
}
.uvl-filter-header img{
    width: 15px;
}
.uvl-filter-header.openHeader img{
    transform: rotate(180deg);
}
.tab_data{
    display: none;
    padding-top: 15px;
}
.activeTab{
    display: block;
}
.uv-filters-value{
    position: relative;
    font-size: 14px;
    color: #5E6874;
}
.uv-filters-value .arrow{
    right: 13px;
    top: 12px;
    position: absolute;
}
.uv-filter-menu{
    justify-content: space-between;
    align-items: center;
    display: flex;
    padding: 6px 0 6px 0;
    cursor: pointer;
}
.uv-filter-menu.with-icon{
    padding: 0;
}
.uv-filter-sub-menu{
    justify-content: space-between;
    align-items: center;
    display: flex;
    padding: 6px 0px 6px 25px;
    font-weight: normal;
}
.uv-filter-sub-menu-container{
    display: none;
}
.uv-filter-sub-menu-container.active-sub-menu{
    display: block !important;
}
.uv-filter-sub-menu .count{
    color: #b6b6b6;
}
.active-arrow{
    transform: rotate(180deg);
}

.checkbox-container {
    display: block;
    position: relative;
    padding-left: 25px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    width: 100%;
}
.checkbox-container.with-icon {
    width: 80px;
    box-shadow: 0px 0px 20px #B3C7ED80;
    border-radius: 6px;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding: 0;
    margin-bottom: 10px;
    margin-right: 10px;
}
.checkbox-container.with-icon img{
    margin-top: 10px;
}
.checkbox-container input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}
.checkbox-container .value-count{
    display: flex;
    justify-content: space-between;
}
.checkbox-container .value-count .count{
    color: #b6b6b6;
    font-weight: normal;
}
.uv-checkmark {
    position: absolute;
    top: -1;
    left: 0;
    height: 12px;
    width: 12px;
    background-color: #fff;
    border-radius: 3px;
    border: 1px solid #ACBACC;
}
.uv-checkmark.with-icon {
    top: 5px;
    left: 5px;
}
.radio .uv-checkmark {
    border-radius: 50%;
}
.checkbox-container input:checked ~ .uv-checkmark {
    background-color: #0091D0;
    border: 1px solid #0091D0;
}
.uv-checkmark:after {
    content: "";
    position: absolute;
    display: none;
}
.checkbox-container input:checked ~ .uv-checkmark:after {
    display: block;
}
.checkbox-container .uv-checkmark:after {
    left: 4px;
    top: 1px;
    width: 2px;
    height: 6px;
    border: solid white;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    border-radius: 1px 1px 1px 1px;
}
.uv-filter-tab-title{
    font-size: 16px;
    font-weight: 500;
    padding: 25px 22px 14px;
}

.img-carousel-right{
    position: absolute;
    top: 43%;
    right: 20px;
    cursor: pointer;
}
.img-carousel-left{
    position: absolute;
    top: 43%;
    left: 20px;
    cursor: pointer;
    display: none;
}
.t-ellipsis{
    display: inline-block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    width: 95%;
}
.t-ellipsis span, .t-ellipsis h2{
    display: inline;
}
.uv-tab-title{
    padding-left: 22px;
}
.uv-tab-title .header-count{
    font-weight: normal;
    color: #b6b6b6;
    margin-left: 4px;
}
.uv-filters-value.dot .uv-filter-menu .uv-checkmark{
    background-image: url(../../m-assets/images/filter/icon-filter-dimond.svg);
    background-size: contain;
    border: 1px solid #0091D0;
}
.uv-filter-plus{
    background-image: url(../img/uvf-plus.svg);
    height: 8px;
    width: 8px;
    background-repeat: no-repeat;
}
.openSubMenu .uv-filter-plus{
    background-image: url(../img/uvf-plus.svg);
}
.uv-filter-applied-container{
    display: flex;
    flex-wrap: wrap;
}
.uv-filter-sort{
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    min-height: 35px;
}
.uv-filter-applied{
    padding: 5px 10px;
    font-size: 12px;
    color: #5E6874;
    border-radius: 15px;
    margin-right: 10px;
    margin-top: 5px;
    border: 1px solid #DDE8EE;
    display: flex;
    align-items: center;
}
.uv-filter-applied img{
    margin-left: 5px;
    cursor: pointer;
}
.uv-clear-filter{
    min-width: 70px;
    font-weight: 500;
    font-size: 14px;
    line-height: 24px;
    color: #0091D0;
    cursor: pointer;
    margin-top: 5px;
}
.featured-badge{
    background: #393939;
    border-radius: 10px 0 10px 0;
    position: absolute;
    left: 0;
    top: 0;
    color: #fff;
    font-size: 11px;
    padding: 5px 7px;
    display: flex;
    align-items: center;
    text-shadow: 1px 1px 0px #00000029;
    font-weight: 400;
}
.featured-badge img{
    margin-right: 2px;
}
.featured-badge img.finfo, .certified-badge img.finfo {
    margin-left: 4px;
}
.featured-badge .f-tooltip{
    display: none;
    background: #FFFFFF;
    top: 33px;
    padding: 10px;
    position: absolute;
    z-index: 1000;
    width: 180px;
    color: #11100f;
    border-radius: 8px;
    left: 10px;
}
.featured-badge:hover .f-tooltip{
    display: block;
}
.certified-badge{
    background: #393939;
    border-radius: 0 10px 0 10px;
    position: absolute;
    right: 0;
    top: 0;
    color: #fff;
    font-size: 11px;
    padding: 5px 7px;
    display: flex;
    align-items: center;
    text-shadow: 1px 1px 0px #00000029;
    font-weight: 400;
}
.certified-badge img{
    margin-right: 2px;
}
.certified-badge .c-tooltip{
    display: none;
    background: #FFFFFF;
    top: 25px;
    padding: 10px;
    position: absolute;
    z-index: 1000;
    width: 150px;
    color: #11100f;
    border-radius: 8px;
    right: 1px;
    text-shadow: none;
    font-weight: normal;
    font-size: 11px;
}
.certified-badge:hover .c-tooltip{
    display: block;
}

/* slider */
.uv-filter-range-slider{
    width: 100%;
    margin: 20px 0;
    position: relative;
}

.ui-widget-content {
    background: #50505029;
    color: #333333;
    box-shadow: 0px 0px 6px #B3C7ED80;
}
.ui-widget.ui-widget-content {
    position: relative;
    height: 5px;
}
.ui-corner-all {
    border-radius: 3px;
}

.ui-widget-header {
    border: 1px solid #dddddd;
    background: #0091D0;
    color: #333333;
    font-weight: bold;
}
.ui-slider .ui-slider-range {
    position: absolute;
    z-index: 1;
    font-size: .7em;
    display: block;
    border: 0;
    background-position: 0 0;
    height: 5px;
}
.ui-slider .ui-slider-handle {
    position: absolute;
    z-index: 2;
    width: 15px;
    height: 15px;
    cursor: pointer;
    -ms-touch-action: none;
    touch-action: none;
    top: -7px;
}

.uv-filter-range-slider .ui-slider-handle::after{
    content: "\2022";
    left: 5px;
    top: 8px;
    font-size: 17px;
    line-height: 0;
    position: absolute;
    color: #fff;
}
#budget-slider-ranges .ui-slider-handle::after{
    content: "₹";
    left: 5px;
    top: 8px;
    font-size: 9px;
}
 .ui-state-default {
    background: #0091D0;
    font-weight: normal;
    color: #454545;
    border: 2px solid #fff;
    border-radius: 15px;
    outline: none;
    box-shadow: 0px 3px 6px #B3C7ED80;
}
.ui-slider span:last-child {
    margin-left: -1.2em;
}
.uv-r-slider-t-title{
    font-size: 10px;
    color: #717F91;
    position: absolute;
    top: 16px;
}
.uv-r-slider-b-title{
    font-size: 10px;
    color: #717F91;
    position: absolute;
    right: 0;
    top: 16px;
}
.card-between-section .carousel-container{
    padding-top: 16px;
    padding-left: 0;
    padding-bottom: 20px;
}
.card-between-section {
    padding-top: 20px;
    width: 98%;
    background: #ECF0F8;
    padding-left: 20px;
    border-radius: 8px;
    position: relative;
    margin-bottom: 14px;
}
/* carosual */
.small-carousel-padding {
    padding: 15px 0px 15px 15px;
}
.card-small {
    background: #fff;
    color: #5E6975;
    border-radius: 10px;
    font-size: 14px;
    margin-right: 10px;
    box-shadow: 0px 0px 20px #e7e7e7;
    display: inline-block;
    text-align: center;
    padding: 10px 15px;
    font-weight: 400;
}
.uv-header-text-badge{
    display: flex;
}

.certified-premium-banner-badge{
    border-radius: 12px;
    background: #5ebe0f;
    padding: 4px 10px;
    color: #fff;
    font-size: 12px;
    margin-left: 10px;
}
.preminum-container-pos{
    text-decoration: none;
    margin-top: 3px;
}
.uv-sort-dd{
    font-size: 14px;
    color: #5E6874;
    border: 1px solid #E4E9F2;
    padding: 9px 10px;
    border-radius: 8px;
}
.uv-sort-dd .s-text{
    font-weight: 500;
}
.uv-sort-dd img{
    margin-top: -4px;
}
.uv-sort-position{
    position: absolute;
    right: 0;
    top: 0px;
}
.uv-filter-width{
    width:75%;
}
.uv-sort-dd-value{
    position: absolute;
    top: 36px;
    border: 1px solid #E4E9F2;
    z-index: 1;
    background: #fff;
    font-size: 12px;
    display: none;
    flex-direction: column;
    width: 200px;
    right: 0;
}
.uv-sort-value-container{
    position: relative;
}
.uv-sort-value-container .checkbox-container{
    padding: 0;
    border-bottom: 1px solid #ccc;
    position: relative;
    display: flex;
}
.uv-sort-value-container .checkbox-container .s-value{
    margin: 10px 20px 10px 35px;
}
.uv-sort-value-container  .uv-checkmark{
    top: 10px;
    left:10px;
}
.uv_load_more{
    display: flex;
    width: 100%;
    justify-content: center;
}
.uv_load_more span{
    color: #0091D0;
    border: 1px dashed #0091D0;
    background: #fff;
    padding: 11px 25px;
    border-radius: 7px;
    cursor: pointer;
    outline: none;
    font-size: 14px;
}

.uv-filter-search {
    padding-bottom: 10px;
    position: relative;
}
.uv-filter-search input {
    height: 35px;
    width: 100%;
    border-radius: 8px;
    border: 1px solid #B3C7ED80;
    padding-left: 20px;
    font-size: 12px;
    outline: none;
    color: #1D222C;
    font-weight: 500;
    padding-right: 30px;
}
.searched {
    display: none;
}
.uvclosesearch{
    display: none;
    position: absolute;
    right: 10px;
    top: 12px;
    height: 12px;
    opacity: 0.7;
    cursor: pointer;
}
#content_brand_details{
    max-height: 305px;
    overflow: hidden;
}
.b-view-more{
    color: #0091D0;
    font-size: 12px;
    text-decoration: underline;
    margin-top: 15px;
    cursor: pointer;
}
.b-view-more.show{display: block;}
.b-view-more.hide{display: none;}
.b-view-less{
    color: #0091D0;
    font-size: 12px;
    text-decoration: underline;
    margin-top: 15px;
    cursor: pointer;
    display: none;
}
.b-view-less.show{display: block;}
.b-view-less.hide{display: none;}
.breadcrumb-section{
    margin-top: 115px !important;
}