:root {
    --main-color-1: 204, 0, 0;
}

/* ===== Common style :start ===== */
.g-4 {
    margin-top: -30px;
}
.g-4 > * {
    padding-right: 15px;
    padding-left: 15px;
    margin-top: 30px;
}


.nice-select.open .list {
    background-color: #f2f2f2;
}
.nice-select .option:hover, 
.nice-select .option.focus, 
.nice-select .option.selected.focus {
    color: #ffffff;
    background-color: rgb(var(--main-color-1)) !important;
}
.nice-select .option.selected {
    font-weight: inherit;
}


/* breadcrumb-s1 :start */
.breadcrumb-s1 .breadcrumb .breadcrumb-item {
    font-size: 12px;
    color: rgb(var(--main-color-1));
    line-height: 1.2;
}
.breadcrumb-s1 .breadcrumb .breadcrumb-item.active {
    color: #686868;
    pointer-events: none;
}
.breadcrumb-s1 .breadcrumb .breadcrumb-item a {
    color: inherit;
}
.breadcrumb-s1 .breadcrumb .breadcrumb-item a:hover {
    color: #000000;
}
.breadcrumb-s1 .breadcrumb .breadcrumb-item + .breadcrumb-item::before {
    content: '|';
}
/* breadcrumb-s1 :end */

.gmap {
    width: 100%;
    height: 400px;
    position: relative;
    overflow: hidden;
}
.gmap iframe {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100% !important;
    height: 100% !important;
}
/* ===== Common style :end ===== */

/* list-page-wrap :start */
.list-page-wrap {
    display: flex;
    -webkit-align-items: stretch;
    align-items: stretch;
    border-top: 1px solid #e0e0e0;
}
.list-page-wrap .filter {
    flex-grow: 0;
    flex-shrink: 0;
    width: 320px;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    padding: 25px 25px;
    background-color: #ffffff;
    border-right: 1px solid #e0e0e0;
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
    overflow-x: hidden;
    overflow-y: auto;
    height: 100%;
}
.list-page-wrap .right-list {
    flex-grow: 0;
    width: calc(100% - 320px);
    margin-left: 0;
}
/* list-page-wrap :end */

/* filter :start */
.filterclose {
    text-align: right;
    margin-bottom: 10px;
}
.filterclose a {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    font-size: 24px;
    color: rgb(var(--main-color-1));
    width: 25px;
    height: 25px;
}

.filterhead {
    margin-bottom: 15px;
}
.filterhead h3 {
    font-size: 18px;
    color: #000000;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 0.8;
    margin-bottom: 0;
    display: flex;
    align-items: center;
    gap: 10px;
}

.filterbody .filb-list {
    list-style: none;
    padding: 0;
    margin: 0;
}
.filterbody .filb-list > li {
    border-top: 1px solid #dcdcdc;
}
.filterbody .filb-list li .nice-select {
    border: 0;
    width: 100%;
    height: auto;
    min-height: 50px;
    padding: 0;
}
.filterbody .filb-list li .nice-select .current {
    font-weight: 500;
    font-size: 16px;
    line-height: 50px;
    padding-right: 0;
    margin-right: 35px;
    display: block;
    /* display: -webkit-box; */
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;  
    overflow: hidden;
    text-overflow: ellipsis;
}
.filterbody .filb-list li .nice-select::after {
    /* width: 8px; */
    /* height: 8px; */
    /* border-color: rgb(var(--main-color-1)); */
    font-size: 16px;
    color: rgb(var(--main-color-1));
    height: 50px;
    top: 0;
    display: flex;
    align-items: center;
}
.filterbody .filb-list li .nice-select .list {
    width: 100%;
    font-size: 16px;
    line-height: 24px;
    background-color: transparent;
    max-height: 0; 
    margin: 0;
    overflow-x: hidden;
    overflow-y: auto;
    /* display: none; */
    position: initial;
    -webkit-transform: scale(1) translateY(0px);
    -ms-transform: scale(1) translateY(0px);
    transform: scale(1) translateY(0px);
}
.filterbody .filb-list li .nice-select.open .list {
    /* display: block; */
    box-shadow: none;
    /*height: 350px;*/
    max-height: 380px;
}
.filterbody .filb-list li .nice-select .list::-webkit-scrollbar {
    display: none;
}
.filterbody .filb-list li .nice-select .option {
    color: #4f4f4f;
    padding: 7px 15px;
}
.filterbody .filb-list li .nice-select .option:hover, 
.filterbody .filb-list li .nice-select .option.focus, 
.filterbody .filb-list li .nice-select .option.selected.focus {
    /* color: #ffffff; */
    /* background-color: rgb(var(--main-color-1)) !important; */
    color: rgb(var(--main-color-1));
    background-color: transparent !important;
}
/* filter :end */

/* Usedcar List :start */
.innerpage-headsection {
    padding: 15px 20px;
    background-color: #f2f2f2;
}
.innerpage-headsection .breadcrumb {
    margin-bottom: 0;
    background-color: transparent;
}
.innerpage-headsection h3 {
    font-size: 30px;
    color: #000000;
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 0;
}
.innerpage-headsection p {
    font-weight: 400;
    font-size: 12px;
    line-height: 1.5;
    color: rgba(0, 0, 0, 0.7);
}

.usedcarlist-wrap {
    padding: 40px 20px 90px;
}

.usedcarlist-wrap .carlist-sorting {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 15px;
    margin-bottom: 24px;
}
.usedcarlist-wrap .carlist-sorting .cls-left .itemshow {
    font-weight: 400;
    font-size: 12px;
    line-height: 1.5;
    color: #000000;
    margin-bottom: 0;
}
.usedcarlist-wrap .carlist-sorting .cls-right {
    display: flex;
    align-items: center;
    gap: 10px;
}
.usedcarlist-wrap .carlist-sorting .sortby .nice-select {
    width: 210px;
    height: 40px;
    line-height: 38px;
    background-color: #f1f1f1;
}
.usedcarlist-wrap .carlist-sorting .sortby .nice-select:after {
    border-color: #000000;
}
.usedcarlist-wrap .carlist-sorting .sortby .nice-select .current {
    font-size: 14px;
    color: #000000;
    background-color: #f1f1f1;
}
.usedcarlist-wrap .carlist-sorting .sortby .nice-select .list {
    font-size: 14px;
    line-height: 20px;
    width: 100%;
}


.pagination-style-1 {
    margin-top: 24px;
}
.pagination-style-1 .pagination {
    gap: 5px;
}
.pagination-style-1 .pagination .page-item .page-link {
    /* font-family: "KIAM"; */
    font-size: 14px;
    font-weight: 400;
    color: #000000;
    border-radius: 5px;
    border: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}
.pagination-style-1 .pagination .page-item.active .page-link {
    color: #ffffff;
    background-color: rgb(var(--main-color-1));
}
.pagination-style-1 .pagination .page-item .page-link:focus {
    color: inherit;
    background-color: inherit;
    box-shadow: none;
}


.usecarlist-block {
    width: 100%;
    /*height: 510px;*/
    /* border: 1px solid #d9d9d9; */
    /* border-radius: 5px; */
    box-shadow: 0px 0px 30px -15px #888888;
    position: relative;
}

.usecarlist-block .ucimages {
    width: 100%;
    height: auto;
}
.usecarlist-block .ucimages .owlusedcar-slide {
    position: relative;
}
.usecarlist-block .ucimages .owlusedcar-slide .item {
    width: 100%;
    height: 190px;
}
.usecarlist-block .ucimages .owlusedcar-slide .item::after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgb(0,0,0);
    background: -moz-linear-gradient(0deg, rgba(0,0,0,1) 0%, rgba(0,0,0,0) 20%);
    background: -webkit-linear-gradient(0deg, rgba(0,0,0,1) 0%, rgba(0,0,0,0) 20%);
    background: linear-gradient(0deg, rgba(0,0,0,1) 0%, rgba(0,0,0,0) 20%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000",endColorstr="#000000",GradientType=1);
}
.usecarlist-block .ucimages .owlusedcar-slide .item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
.usecarlist-block .ucimages .owlusedcar-slide .owl-nav .owl-prev, 
.usecarlist-block .ucimages .owlusedcar-slide .owl-nav .owl-next {
    width: 22px;
    height: 22px;
    font-size: 10px;
    color: #000000;
    background-color: #ffffff;
    border-radius: 100%;
    overflow: hidden;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    bottom: 10px;
    z-index: 1;
    opacity: 0;
    -webkit-transition: 0.5s;
       -moz-transition: 0.5s;
        -ms-transition: 0.5s;
         -o-transition: 0.5s;
            transition: 0.5s;
}
.usecarlist-block .ucimages .owlusedcar-slide .owl-nav .owl-prev {
    left: 10px;
}
.usecarlist-block .ucimages .owlusedcar-slide .owl-nav .owl-next {
    right: 10px;
}
.usecarlist-block .ucimages .owlusedcar-slide .owl-nav .owl-prev:hover, 
.usecarlist-block .ucimages .owlusedcar-slide .owl-nav .owl-next:hover {
    color: #ffffff;
    background-color: rgb(var(--main-color-1));
}
.usecarlist-block .ucimages:hover .owlusedcar-slide .owl-nav .owl-prev, 
.usecarlist-block .ucimages:hover .owlusedcar-slide .owl-nav .owl-next {
    opacity: 1;
}
.usecarlist-block .ucimages .owlusedcar-slide .owl-dots {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    display: flex;
    justify-content: center;
    gap: 4px;
    padding-bottom: 10px;
}
.usecarlist-block .ucimages .owlusedcar-slide .owl-dots .owl-dot {
    width: 7px;
    height: 7px;
    background-color: #d5d5d5;
    border-radius: 100%;
    overflow: hidden;
}
.usecarlist-block .ucimages .owlusedcar-slide .owl-dots .owl-dot.active {
    background-color: rgb(var(--main-color-1));
}

.usecarlist-block .uctitle {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 5px;
    padding: 15px 15px 0px 15px;
}
.usecarlist-block .uctitle h3 {
    font-weight: 400;
    font-size: 18px;
    line-height: 1;
    color: rgb(var(--main-color-1));
    margin-bottom: 5px;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;  
    overflow: hidden;
}
.usecarlist-block .uctitle p {
    font-weight: 400;
    font-size: 12px;
    line-height: 1.2;
    color: #000000;
    margin-bottom: 0;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;  
    overflow: hidden;
}
.usecarlist-block .uctitle .ucarfav {
    font-size: 16px;
    color: #7f7f7f;
}
.usecarlist-block .uctitle .ucarfav.active, 
.usecarlist-block .uctitle .ucarfav:hover {
    color: #f1b975;
}


.usecarlist-block .ucamt {
    margin: 15px 15px 0px 15px;
}
.usecarlist-block .ucamt ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    /* align-items: center; */
    /* gap: 0px 5px; */
    border-top: 1px dashed #c1c1c1;
    border-bottom: 1px dashed #c1c1c1;
}
.usecarlist-block .ucamt ul li {
    width: calc(100% / 3);
    font-weight: 400;
    font-size: 12px;
    line-height: 1.2;
    color: #000000;
    border-right: 1px dashed #c1c1c1;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 10px 10px;
}
.usecarlist-block .ucamt ul li:last-child {
    border-right: 0;
}
.usecarlist-block .ucamt ul li span {
    display: block;
    font-size: 15px;
    font-weight: 700;
    color: rgb(var(--main-color-1));
}
.usecarlist-block .ucamt ul li.model span {
    color: #000000;
}


.usecarlist-block .ucspecs {
    border-bottom: 1px solid #c1c1c1;
    padding: 10px 0px;
    margin: 0px 15px;
}
.usecarlist-block .ucspecs ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    gap: 0px 5px;
}
.usecarlist-block .ucspecs ul li {
    width: calc(33.33% - 5px);
    display: flex;
    /* justify-content: center; */
    align-items: center;
    gap: 5px;
    padding: 10px 0px;
}
.usecarlist-block .ucspecs ul li .spimg {
    width: 25px;
    min-width: 20px;
    height: 25px;
    text-align: center;
}
.usecarlist-block .ucspecs ul li .spimg img {
    max-width: 100%;
    max-height: 100%;
}
.usecarlist-block .ucspecs ul li p {
    /* font-family: "KIAM"; */
    font-size: 12px;
    color: #000000;
    line-height: 1.1;
    margin-bottom: 0;
}


.usecarlist-block .ucb-buttons2 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 2px;
    padding: 0px 10px;
}
.usecarlist-block .ucb-buttons2 .btn {
    flex: 1;
    /* font-family: "KIAM"; */
    font-weight: 500;
    font-size: 14px;
    color: #000000;
    text-transform: uppercase;
    line-height: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 5px;
    padding: 10px 0px;
}
.usecarlist-block .ucb-buttons2 .btn:hover {
    color: rgb(var(--main-color-1));
}

.usecarlist-block .ucb-buttons {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 2px;
    padding: 0px 10px 15px 10px;
    margin-top: auto;
}
.usecarlist-block .ucb-buttons .btn {
    flex: 1;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.2;
    color: #ffffff;
    background-color: #000000;
    text-align: center;
    padding: 10px 10px;
    border: 1px solid #000000;
    border-radius: 0;
}
.usecarlist-block .ucb-buttons .btn:hover {
    color: #000000;
    background-color: transparent;
}
.usecarlist-block .ucb-buttons .btn.viewdetails {
    color: #ffffff;
    background-color: rgb(var(--main-color-1));
    border-color: rgb(var(--main-color-1));
}
.usecarlist-block .ucb-buttons .btn.viewdetails:hover {
    color: rgb(var(--main-color-1));
    background-color: transparent;
}
  

.usecarlist-block .ucspecs2 {
    padding: 15px 15px 0px 15px;
    margin-top: auto;
}
.usecarlist-block .ucspecs2 ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    gap: 0px 5px;
}
.usecarlist-block .ucspecs2 ul li {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    padding: 10px 0px;
    border-top: 1px dashed #c1c1c1;
}
.usecarlist-block .ucspecs2 ul li > div:first-child {
    display: flex;
    align-items: center;
    gap: 5px;
}
.usecarlist-block .ucspecs2 ul li > div:first-child img {
    width: 30px;
    height: 20px;
    object-fit: none;
    object-position: center;
}
.usecarlist-block .ucspecs2 ul li > div:first-child p {
    /* font-family: "KIAM"; */
    font-weight: 400;
    font-size: 15px;
    color: #000000;
    margin-bottom: 0;
}
.usecarlist-block .ucspecs2 ul li > div:last-child {
    /* font-family: "KIAM"; */
    font-weight: 400;
    font-size: 15px;
    color: rgb(var(--main-color-1));
    display: flex;
    align-items: center;
    gap: 5px;
}


  
.usecarlist-block {
    transition: 1s ease-in-out;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
}
.usecarlist-block .ucb-inner {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-color: #ffffff;
    border: 1px solid #d9d9d9;
    border-radius: 5px;
    overflow: hidden;
    transition: 1s ease-in-out;
    display: flex;
    flex-direction: column;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
.usecarlist-block .ucb-inner.front {
    z-index: 2;
    position: relative;
}
.usecarlist-block .ucb-inner.back {
    -webkit-transform: rotateY(0.5turn);
    transform: rotateY(0.5turn);
    z-index: 1;
    visibility: hidden;
}
.usecarlist-block.active .ucb-inner.back {
    visibility: visible;
}

.usecarlist-block.active {
    -webkit-transform: rotateY(0.5turn);
    transform: rotateY(0.5turn);
}
.usecarlist-block.active .ucb-inner.front {
    z-index: 1;
}
.usecarlist-block.active .ucb-inner.back {
    z-index: 2;
}


.usecarlist-block .ucwns {
    margin: 15px 15px 0px 15px;
}
.usecarlist-block .ucwns ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    /* align-items: center; */
    /* gap: 0px 5px; */
    background-color: #f1f1f1;
    /* border: 1px dashed #c1c1c1; */
    /* border-top: 1px dashed #c1c1c1; */
    /* border-bottom: 1px dashed #c1c1c1; */
}
.usecarlist-block .ucwns ul li {
    width: calc(100% / 3);
    font-weight: 400;
    font-size: 12px;
    line-height: 1.2;
    color: #000000;
    /* border-right: 1px dashed #c1c1c1; */
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 10px 10px;
}
.usecarlist-block .ucwns ul li:last-child {
    border-right: 0;
}
.usecarlist-block .ucwns ul li span {
    display: block;
    font-size: 15px;
    font-weight: 700;
    color: #000000;
}
.usecarlist-block .ucwns ul li.save span {
    color: rgb(var(--main-color-1));
}
/* Usedcar List :end */






.flip-card-arrow, 
.flip-card-arrow-close {
    text-align:center;
    z-index:10;
    cursor:pointer; 
    width: 57px; 
    height: 57px;
    position: absolute; 
    top: 0px; 
    right: 0px; 
    font-size:0; 
    background-image: url('../images/v2/blue-flip.png'); 
    background-size: 67px 67px; 
    background-repeat: no-repeat; 
    background-position: top right;
    transition: 0.3s all ease-out
}
/* .flip-card-arrow-close {
    width: 65px; 
    height: 65px;
} */
.flip-card-arrow:hover, 
.flip-card-arrow-close:hover {
    width: 65px; 
    height: 65px;
} 
.flip-card-arrow:after,
.flip-card-arrow-close:after{
    content:""; 
    width:65px; 
    height:65px; 
    display: block; 
    position: absolute; 
    top:0; 
    right:0; 
    background-image: url('../images/v2/curl.png'); 
    background-size: cover; 
    z-index: 11; 
    pointer-events: none; 
    transition: 0.3s all ease-out;
    background-position: top right
}
.flip-card-arrow:hover::after,
.flip-card-arrow-close:hover::after {
    width:75px; 
    height:75px
}

.flip-card-arrow-backing,
.flip-card-arrow-backing {
    position: absolute; 
    top:0; 
    right:0; 
    width: 70px; 
    height: 70px; 
    z-index: 10; 
    background-image: url('../images/v2/curl-back.png'); 
    background-size: cover; 
    background-position: top right; 
    background-repeat: no-repeat
}

@keyframes curl {
  from {width: 65px; height:65px}
  to {width: 75px; height:75px}
}

.flip-card-arrow::after {
    animation-name: curl;
    animation-duration: 1s; 
    animation-delay: 4s;
    animation-iteration-count: 1;
    animation-direction:alternate
}

@keyframes curlbg {
  from {width: 57px; height:57px}
  to {width: 65px; height:65px}
}
.flip-card-arrow {
    animation-name: curlbg;
    animation-duration: 1s; 
    animation-delay: 4s;
    animation-iteration-count: 1;
    animation-direction:alternate
}



/* Used car Detail :start */
.usedcardetail-page .usdcar-bcrumb {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 15px;
    margin: 20px 0px 40px;
}

.ucdetails-sec-1 > .container {
    border-bottom: 2px solid #ebebeb;
}
.ucdetails-sec-1 .ucdetleft {
    width: 100%;
    height: 100%;
}
.ucdetails-sec-1 .ucd-head {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 15px;
    margin-bottom: 15px;
}
.ucdetails-sec-1 .ucd-head .ucartitle h3 {
    font-size: 26px;
    font-weight: 700;
    color: #000000;
    margin-bottom: 5px;
}
.ucdetails-sec-1 .ucd-head .ucartitle p {
    font-size: 18px;
    font-weight: 400;
    color: #000000;
    margin-bottom: 0px;
}
.ucdetails-sec-1 .ucd-head .ucarprice p {
    font-size: 14px;
    font-weight: 400;
    color: #000000;
    margin-bottom: 0px;
}
.ucdetails-sec-1 .ucd-head .ucarprice h3 {
    font-size: 26px;
    font-weight: 700;
    color: rgb(var(--main-color-1));
    margin-bottom: 0px;
}

.ucdetails-sec-1 .ucd-slidebottom {
    display: flex;
    justify-content: space-between;
    gap: 15px;
    margin: 20px 0px;
}
.ucdetails-sec-1 .ucd-slidebottom p {
    font-size: 14px;
    font-weight: 400;
    line-height: 1.2;
    color: #000000;
    margin-bottom: 0px;
}
.ucdetails-sec-1 .ucd-slidebottom p a {
    color: inherit;
    font-size: inherit;
    font-weight: 700;
}
.ucdetails-sec-1 .ucd-slidebottom p a:hover {
    text-decoration: underline;
}


.ucdetails-sec-1 .usedcarslide-wrap {
    width: 100%;
    height: 100%;
    position: relative;
}
.ucdetails-sec-1 .usedcarslide-wrap .owl-carousel, 
.ucdetails-sec-1 .usedcarslide-wrap .owl-carousel .owl-stage-outer, 
.ucdetails-sec-1 .usedcarslide-wrap .owl-carousel .owl-stage-outer .owl-stage, 
.ucdetails-sec-1 .usedcarslide-wrap .owl-carousel .owl-stage-outer .owl-stage .owl-item, 
.ucdetails-sec-1 .usedcarslide-wrap .owl-carousel .owl-stage-outer .owl-stage .owl-item .item {
    width: 100%;
    height: 100%;
}
.ucdetails-sec-1 .usedcarslide-wrap .owl-carousel .owl-stage-outer {
    background-color: #000000;
}
.ucdetails-sec-1 .usedcarslide-wrap img {
    width: auto;
}
.ucdetails-sec-1 .usedcarslide-wrap .uscarimg {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    -webkit-transition: 0.5s;
       -moz-transition: 0.5s;
        -ms-transition: 0.5s;
         -o-transition: 0.5s;
            transition: 0.5s;
}
.ucdetails-sec-1 .usedcarslide-wrap .uscarimg:hover {
    opacity: 0.5;
}
.ucdetails-sec-1 .usedcarslide-wrap .sld, 
.ucdetails-sec-1 .usedcarslide-wrap .popup-video {
    position: relative;
}
.ucdetails-sec-1 .usedcarslide-wrap .sld::after, 
.ucdetails-sec-1 .usedcarslide-wrap .popup-video::after {
    content: '\f065';
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 32px;
    color: #ffffff;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    opacity: 0;
    -webkit-transition: 0.5s;
       -moz-transition: 0.5s;
        -ms-transition: 0.5s;
         -o-transition: 0.5s;
            transition: 0.5s;
}
.ucdetails-sec-1 .usedcarslide-wrap .popup-video::after {
    content: '\f04b';
}
.ucdetails-sec-1 .usedcarslide-wrap .sld:hover::after,
.ucdetails-sec-1 .usedcarslide-wrap .popup-video:hover::after {
    opacity: 1;
}
.ucdetails-sec-1 .usedcarslide-wrap .owl-nav .owl-next,
.ucdetails-sec-1 .usedcarslide-wrap .owl-nav .owl-prev {
    position: absolute;
    top: 50%;
    width: 30px;
    height: 60px;
    font-size: 28px;
    color: rgb(var(--main-color-1));
    background-color: rgba(255, 255, 255, 0.8);
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transition: 0.5s;
       -moz-transition: 0.5s;
        -ms-transition: 0.5s;
         -o-transition: 0.5s;
            transition: 0.5s;
}
.ucdetails-sec-1 .usedcarslide-wrap .owl-nav .owl-prev {
    left: 0;
}
.ucdetails-sec-1 .usedcarslide-wrap .owl-nav .owl-next {
    right: 0;
}
.ucdetails-sec-1 .usedcarslide-wrap .owl-nav .owl-next:focus,
.ucdetails-sec-1 .usedcarslide-wrap .owl-nav .owl-prev:focus {
    box-shadow: none;
    outline: 0;
}
.ucdetails-sec-1 .usedcarslide-wrap .owl-nav .owl-next:hover,
.ucdetails-sec-1 .usedcarslide-wrap .owl-nav .owl-prev:hover {
    color: #ffffff;
    background-color: rgb(var(--main-color-1));
}
.ucdetails-sec-1 .usedcarslide-wrap .imagecount {
    position: absolute;
    bottom: 15px;
    left: 15px;
    font-size: 12px;
    font-weight: 900;
    line-height: 1;
    color: #808080;
    background-color: #000000;
    border-radius: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 5px;
    padding: 10px 15px;
    z-index: 1;
}

.ucdetails-sec-1 .ucd-specs ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}
.ucdetails-sec-1 .ucd-specs ul li {
    flex-grow: 0;
    flex-shrink: 0;
    width: calc(50% - 5px);
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 10px;
    border: 1px solid #e1e1e1;
    padding: 15px 10px;
}
.ucdetails-sec-1 .ucd-specs ul li div:first-child {
    flex-grow: 0;
    flex-shrink: 0;
    width: 24px;
    text-align: center;
}
.ucdetails-sec-1 .ucd-specs ul li p {
    font-size: 14px;
    font-weight: 300;
    line-height: 1.2;
    color: #000000;
    margin-bottom: 0px;
}
.ucdetails-sec-1 .ucd-specs ul li h3 {
    font-size: 16px;
    font-weight: 700;
    line-height: 1;
    color: rgb(var(--main-color-1));
    margin-bottom: 0px;
}

.ucdetails-sec-1 .ucd-btns1 {
    margin-top: 20px;
}
.ucdetails-sec-1 .ucd-btns1 ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}
.ucdetails-sec-1 .ucd-btns1 ul li {
    width: calc(50% - 5px);
}
.ucdetails-sec-1 .ucd-btns1 ul li a {
    font-size: 12px;
    font-weight: 400;
    color: #ffffff;
    text-transform: uppercase;
    background-color: rgb(var(--main-color-1));
    border: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 10px 10px;
    text-decoration: none;
}
.ucdetails-sec-1 .ucd-btns1 ul li a img {
    flex-grow: 0;
    flex-shrink: 0;
    width: 45px;
    height: 34px;
    object-fit: contain;
    object-position: center;
}
.ucdetails-sec-1 .ucd-btns1 ul li a:hover {
    background-color: #000000;
}

.ucdetails-sec-1 .ucd-btns2 {
    margin-top: 10px;
}
.ucdetails-sec-1 .ucd-btns2 ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.ucdetails-sec-1 .ucd-btns2 ul li {
    width: 100%;
    margin-bottom: 7px;
}
.ucdetails-sec-1 .ucd-btns2 ul li:last-child {
    margin-bottom: 0;
}
.ucdetails-sec-1 .ucd-btns2 ul li a {
    font-size: 12px;
    font-weight: 400;
    color: #ffffff;
    background-color: #000000;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 5px;
    padding: 7px 7px;
    text-decoration: none;
}
.ucdetails-sec-1 .ucd-btns2 ul li a:hover {
    background-color: rgb(var(--main-color-1));
}


.ucdetails-sec-2 {
    margin: 40px 0px 0px 0px;
}

.ucdetails-sec-2 .tcp-heading {
    margin-bottom: 20px;
}
.ucdetails-sec-2 .tcp-heading h3 {
    font-size: 18px;
    font-weight: 700;
    line-height: 1.2;
    color: #000000;
    margin-bottom: 0px;
}
.ucdetails-sec-2 .tcp-heading p {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.2;
    color: #000000;
    margin-bottom: 0px;
}
.ucdetails-sec-2 h4 {
    font-size: 18px;
    font-weight: 700;
    line-height: 1.2;
    color: rgb(var(--main-color-1));
    margin-bottom: 20px;
}
.ucdetails-sec-2 h5 {
    font-size: 16px;
    font-weight: 700;
    line-height: 1.2;
    color: #000000;
}


.nav-tabs-s1 .nav-pills {
    border-bottom: 2px solid rgb(var(--main-color-1));
}
.nav-tabs-s1 .nav-link {
    font-size: 14px;
    color: #000000;
    text-transform: uppercase;
    border-radius: 0;
    padding: 5px 12px;
}
.nav-tabs-s1 .nav-link:hover, 
.nav-tabs-s1 .nav-link.active, 
.nav-tabs-s1 .show > .nav-link {
    color: #fff;
    background-color: rgb(var(--main-color-1));
}
.nav-tabs-s1 .tab-content .tab-pane {
    padding: 24px 0px;
}


.ulstyle-1 {
    list-style: none;
    padding: 0px;
    margin: 15px 0px;
}
.ulstyle-1 li {
    position: relative;
    padding: 0 0 0 15px;
    margin: 0 0 10px 0;
    font-size: 14px;
    font-weight: 400;
    color: #383838;
}
.ulstyle-1 li:last-child {
    margin-bottom: 0;
}
.ulstyle-1 li::after {
    content: "\f068";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 10px;
    color: rgb(var(--main-color-1));
    line-height: 20px;
    position: absolute;
    top: 0px;
    left: 0px;
}

.ulstyle-1.column-3 {
    display: flex;
    flex-wrap: wrap;
    gap: 9px;
}
.ulstyle-1.column-3 li {
    width: calc(33.33% - 6px);
}
/* Used car Detail :end */

/* New Car Offer :start */
.ncofferlist-wrap {
    padding: 40px 24px 115px;
}
.ncofferlist-wrap .ncaroffer-block {
    background-color: #ffffff;
    border: 1px solid #d9d9d9;
    border-radius: 5px;
    overflow: hidden;
    padding: 24px 24px;
    box-shadow: 0px 0px 30px -15px #888888;
}
.ncofferlist-wrap .ncaroffer-block .nofrimg {
    width: 100%;
    height: 170px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.ncofferlist-wrap .ncaroffer-block .nofrimg img {
    max-width: 100%;
    max-height: auto
}
.ncofferlist-wrap .ncaroffer-block .nofrtxt {
    margin-top: 24px;
}
.ncofferlist-wrap .ncaroffer-block .nofrtxt h3 {
    font-size: 22px;
    font-weight: 700;
    color: rgb(var(--main-color-1));
    line-height: 1.2;
    margin-bottom: 10px;
}
.ncofferlist-wrap .ncaroffer-block .nofrtxt p {
    font-size: 16px;
    font-weight: 400;
    color: #000000;
    line-height: 1.3;
    margin-bottom: 5px;
}
.ncofferlist-wrap .ncaroffer-block .nofrtxt p b {
    font-weight: 700;
}
.ncofferlist-wrap .ncaroffer-block .nofrbtns {
    margin-top: 20px;
}
/* New Car Offer :end */

.common-img-bx img {
    max-width: 100%;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.filter-search-button {
    width: 100%;
    background: #000;
    border: 2px solid #000 !important;
    border: 0px;
    font-size: 16px;
    text-transform: uppercase;
    color: #fff;
    padding: 18px 12px;
    margin-top: 20px;
    font-weight: bold;
    letter-spacing: 1px;
    -webkit-transition: 0.3s;
       -moz-transition: 0.3s;
        -ms-transition: 0.3s;
         -o-transition: 0.3s;
            transition: 0.3s;
}
.filter-search-button:hover {
    background: transparent;
    color: #000;
}
.pagination-style-1 .pagination .page a{
    font-size: 14px;
    font-weight: 400;
    color: #000000;
    border-radius: 5px;
    border: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 25px;
    height: 25px;
}
.pagination-style-1 .pagination .page a:hover, .pagination-style-1 .pagination .page.active a{
    color: #cf0f00;
}
.usecarlist-block .ucspecs2 .lez-det{
    display: inline-block;
}
.lez-det{
    display: inline-block;
    text-align: center;
    width: 100%;
}
.lez-det li{
    display: block !important;
    text-align: center;
    color: #00b050;
    font-weight: 700;
}
.ucdetails-sec-1 .lez-det{

}
.ucdetails-sec-1 .lez-det li {
    border: 1px solid #00b050;
    padding: 10px;
    margin: 0 0 10px 0;
}

.rsrvd-ribbon {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 10;
    max-width: 65px;
}
.usedcarslide-wrap .rsrvd-ribbon{
    max-width: 100%;
}
.wemg-table thead{
    background-color: #f2f2f2;
    border-bottom: 0;
}
.wemg-table thead th{
    border-bottom: 0;
}
.wrnty-bubble {
    position: absolute;
    left: 6px;
    top: 6px;
    z-index: 10;
    width: 75px;
}

/*Blue light offer accordion start*/
.bl-ofr-box .table-striped tbody tr:nth-of-type(odd) {
    background-color: #f8f9fa;
}
.th-save{
    color: #e7252d;
}
.bl-ofr-box .table td, .bl-ofr-box .table th{
    line-height: 1.1;
    vertical-align: middle;
}
/*Blue light offer accordion end*/


/* CONTRACT-HIRE-OFFERS :START */

/* ------ contract-hire-offers left side :start ------ */
.contract-srch-left-block {
    background: #000000;
    padding: 30px 15px;
	-webkit-transition: 0.5s;
       -moz-transition: 0.5s;
        -ms-transition: 0.5s;
         -o-transition: 0.5s;
            transition: 0.5s;
}
.contract-srch-left-block .clear-srch {
    font-size: 14px;
    color: #fff;
    font-weight: normal;
    padding: 0;
    border: 0;
    background: none;
    text-decoration: underline;
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
}
.contract-srch-left-block .clear-srch:hover{
    color: #cc0000;
}
.contract-srch-left-block .srch-cont-title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    margin-bottom: 15px;
}
.contract-srch-left-block .srch-cont-title h4 {
    font-size: 19px;
    line-height: 1;
    font-weight: bold;
    color: #fff;
    margin-bottom: 0;
}
.contract-srch-left-block .car-search {
	width: 100%;
	height: auto;
	margin: auto auto;
}
.contract-srch-left-block .cont-srch-row {
    display: flex;
    flex-direction: column;
    row-gap: 10px;
}
.contract-srch-left-block .cont-srch-row .cs-list-block {
    width: 100%;
}
.contract-srch-left-block .cont-srch-row .cs-list-block span.title {
	font-size: 14px;
    font-weight: 400;
    color: #fff;
    text-transform: uppercase;
    position: relative;
    top: 0px;
    left: 0px;
}
.contract-srch-left-block .bootstrap-select button {
    margin-bottom: 0;
    background: #fff !important;
}
.contract-srch-left-block .bootstrap-select button:focus {
	outline: none !important;
}
.contract-srch-left-block .bootstrap-select .dropdown-menu {
    background: #fff;
    border-radius: 3px;
}
.car-search .bootstrap-select .dropdown-menu .dropdown-item {
	border-radius: 0;
}
.car-search .bootstrap-select .dropdown-menu .dropdown-item:hover {
    background: #000000;
    color: #FFF;
}
.contract-srch-left-block button.search {
    width: 100%;
    background: #e7252d !important;
        -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    margin-top: 0 !important;
}
.contract-srch-left-block button.search:hover {
    background: #fff !important;
    color: #CB2027 !important;
}
.contract-srch-left-block .cont-search-block {
    border-bottom: 1px solid #fff;
    margin-bottom: 15px;
    padding-bottom: 15px;
}
.contract-srch-left-block .cont-search-block:last-child {
    border-bottom: 0;
    margin-bottom: 0;
    padding-bottom: 0;
}
.contract-srch-left-block .car-search button.search {
	position: initial;
    width: 100%;
    background-color: #e7252d !important;
	margin-top: 7px !important;
	-webkit-transition: 0.3s;
	   -moz-transition: 0.3s;
		-ms-transition: 0.3s;
		 -o-transition: 0.3s;
			transition: 0.3s;
}
.contract-srch-left-block .car-search button.search:hover {
    background: #fff !important;
    color: #CB2027 !important;
}

.contract-srch-left-block .closebtn {
    width: 40px;
    height: 40px;
    font-size: 40px;
	background-color: #e7252d;
	display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 0;
    right: 0;
    color: #fff !important;
}
/* ------ contract-hire-offers left side :end ------ */

/* ------ contract-hire-offers title :start ------ */
.contract-top-title {
    margin-bottom: 30px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 15px;
    border-bottom: 1px solid #d0d0d0;
    padding-bottom: 25px;
}
.contract-top-title h1 {
    font-size: 26px;
    line-height: 1.1;
    margin-bottom: 0;
}
.sort-cont-ofr {
    width: 210px;
}
.sort-cont-ofr .bootstrap-select {
    width: 100% !important;
    border: 0;
}
.sort-cont-ofr .dropdown-toggle {
    background: #f2f2f2 !important;
    height: 40px !important;
    /*line-height: 1;*/
    -webkit-border-radius: 3px;
            border-radius: 3px;
    padding: 10px 20px 10px 15px;
    border: 0px;
    font-size: 14px;
}
.sort-cont-ofr .bootstrap-select .dropdown-menu {
    background-color: #f2f2f2;
	padding: 0px 0px;
	overflow: hidden;
    border: 0;
    -webkit-border-radius: 3px;
            border-radius: 3px;
}
.sort-cont-ofr .bootstrap-select .dropdown-menu .dropdown-item {
	border-radius: 0px;
}
.sort-cont-ofr .bootstrap-select .dropdown-menu .dropdown-item:hover {
	color: #ffffff;
    background-color: #000000;
}
.sort-cont-ofr .bootstrap-select .dropdown-menu .dropdown-item.active, 
.sort-cont-ofr .bootstrap-select .dropdown-menu .dropdown-item:active {
	color: #ffffff;
    background-color: #cb2027;
}
.sort-cont-ofr .dropdown-toggle:focus {
    outline: none !important;
}
.sort-cont-ofr .dropdown-men u{
    padding: 0;
    border-radius: 0;
}
.sort-cont-ofr .bootstrap-select > .dropdown-menu > .dropdown-menu li a {
    padding: 4px 20px !important;
    font-weight: normal;
    font-size: 14px;
}
.sort-cont-ofr .bootstrap-select > .dropdown-menu > .dropdown-menu li a:hover {
    background: #000 !important;
    color: #fff;
}
/* ------ contract-hire-offers title :end ------ */

/* ------ contract-hire-offers block :start ------ */
.cont-ofr-block-row {
	row-gap: 30px;
}

.choffers-block {
	width: 100%;
	height: 100%;
	display: flex;
	flex-direction: column;
	border: 1px solid #e0e0e0;
    padding: 15px 15px;
}


.choffers-block .chob-image {
	width: 100%;
	height: auto;
	padding: 15px 0px;
	display: flex;
	justify-content: center;
	align-items: center;
}
.choffers-block .chob-image img {
	max-width: 100%;
	max-height: 100%;
	object-fit: contain;
}


.choffers-block .chob-title {
	width: 100%;
	height: auto;
	padding-bottom: 15px;
}
.choffers-block .chob-title h3 {
    font-size: 17px;
    font-weight: 700;
	line-height: 1;
    color: #000000;
	margin-bottom: 5px;
}
.choffers-block .chob-title p {
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
	margin-bottom: 0;
}


.choffers-block .chob-feature {
	width: 100%;
	height: auto;
	border-top: 1px dashed #c1c1c1;
}
.choffers-block .chob-feature ul {
    list-style: none;
    padding: 0;
    margin: 0;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.choffers-block .chob-feature ul li {
	width: 50%;
	display: flex;
	align-items: flex-start;
	gap: 5px;
	padding: 10px 10px;
	border-bottom: 1px dashed #c1c1c1;
}
.choffers-block .chob-feature ul li:nth-child(odd) {
	border-right: 1px dashed #c1c1c1;
}
.choffers-block .chob-feature ul li .hofimg {
	width: 25px;
	flex-grow: 0;
	flex-shrink: 0;
}
.choffers-block .chob-feature ul li .hofimg img {
	max-width: 100%;
	height: auto;
}
.choffers-block .chob-feature ul li .hoftxt {
	width: 100%;
}
.choffers-block .chob-feature ul li .hoftxt h6 {
	font-size: 14px;
    font-weight: 400;
    line-height: 1;
	margin-bottom: 2px;
}
.choffers-block .chob-feature ul li .hoftxt p {
	font-size: 14px;
    font-weight: 600;
    line-height: 1;
	margin-bottom: 0;
}


.choffers-block .chob-details {
	width: 100%;
	height: auto;
	padding-top: 15px;
}
.choffers-block .chob-details ul {
	list-style: none;
	padding: 0;
	margin: 0;
	display: flex;
	flex-direction: column;
	gap: 5px;
}
.choffers-block .chob-details ul li {
	width: 100%;
	height: auto;
    font-size: 14px;
    line-height: 1.2;
    text-align: left;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 7px;
}
.choffers-block .chob-details ul li:first-child {
    padding-top: 0;
}
.choffers-block .chob-details ul li:last-child {
    padding-bottom: 0;
}
.choffers-block .chob-details ul li span {
    width: 100%;
}
.choffers-block .chob-details ul li strong {
	width: 100%;
}
.choffers-block .chob-details ul li .sep {
    width: 5px !important;
}
.choffers-block .chob-details ul li .cont-price {
    color: #cc0000;
    font-size: 14px !important;
}


.choffers-block .chob-btns {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 0px;
	padding-top: 15px;
	margin-top: auto;
}
.choffers-block .chob-btns a {
	flex: 1;
	width: 100%;
    display: flex;
	justify-content: center;
	align-items: center;
    gap: 5px;
    font-size: 12px;
    font-weight: 500;
    color: #ffffff;
    background: #000000;
    text-align: center;
	text-transform: uppercase;
    padding: 6px 10px;
    -webkit-transition: 0.15s;
       -moz-transition: 0.15s;
        -ms-transition: 0.15s;
         -o-transition: 0.15s;
            transition: 0.15s;
}
.choffers-block .chob-btns a i {
    font-size: 0.8em;
    line-height: 0;
}
.choffers-block .chob-btns a:hover {
	background: #cc0000;
}
.choffers-block .chob-btns a:last-child {
	background: #cc0000;
}
.choffers-block .chob-btns a:last-child:hover {
	background-color: #000000;
}
/* ------ contract-hire-offers block :end ------ */

.mobFilterButton {
	width: 100%;
	height: 40px;
	line-height: 40px;
	display: block;
	border: 0px;
	background: #CB2027;
	font-size: 18px;
	text-transform: uppercase;
	color: #fff !important;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	text-align: center;
	font-weight: 700;
	letter-spacing: 2px;
}
.mobFilterButton i {
	font-size: 15px;
}


.btn-show-more {
    font-size: 14px;
    font-weight: 400;
	color: #ffffff;
    background-color: #000;
	-webkit-border-radius: 3px;
    		border-radius: 3px;
    text-decoration: none !important;
	text-align: center;
	text-transform: uppercase;
	padding: 10px 30px;
	display: inline-flex;
	justify-content: center;
	align-items: center;
    -webkit-transition: 0.3s;
       -moz-transition: 0.3s;
        -ms-transition: 0.3s;
         -o-transition: 0.3s;
            transition: 0.3s;
}
.btn-show-more:hover {
    color: #ffffff;
	background-color: #e7252d;
}


/* ------ contract-hire-offers block :start ------ */
.modal-ch .modal-body{
    padding: 15px;
}
.modal-ch .modal-content {
    margin: 0 15px;
}
.modal-ch .close {
    position: absolute;
    right: -15px;
    top: -15px;
    width: 30px;
    height: 30px;
	font-size: 24px;
    color: #fff;
	background: #cc0000;
	border: 0;
	border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    outline: none;
	opacity: 1 !important;
    z-index: 1;
    -webkit-transition: all .2s ease-in-out;
       -moz-transition: all .4s ease-in-out;
         -o-transition: all .4s ease-in-out;
		 	transition: all .4s ease-in-out;
}
.modal-ch .close:hover{
  background: #000;
  color: #fff;
}
.cont-extra-fet {
    background: #fff;
}
.cont-extra-fet table{
    margin-bottom: 0;
    table-layout: fixed;
}
.cont-extra-fet .table-bordered td, 
.cont-extra-fet .table-bordered th {
    /*border: 1px solid #f6f6f6;*/
    font-size: 15px;
    padding: 10px 15px;
}
.rt-star {
    color: #ffa534;
}
/* ------ contract-hire-offers block :end ------ */

/* CONTRACT-HIRE-OFFERS :END */

.wns-wrap {
    width: 100%;
    height: auto;
    margin: 10px 0px 10px 0px;
}
.wns-wrap ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    /* align-items: center; */
    /* gap: 0px 5px; */
    background-color: #f1f1f1;
    /* border: 1px dashed #c1c1c1; */
    /* border-top: 1px dashed #c1c1c1; */
    /* border-bottom: 1px dashed #c1c1c1; */
}
.wns-wrap ul li {
    width: calc(100% / 3);
    font-weight: 400;
    font-size: 12px;
    line-height: 1.2;
    color: #000000;
    /* border-right: 1px dashed #c1c1c1; */
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 10px 10px;
}
.wns-wrap ul li:last-child {
    border-right: 0;
}
.wns-wrap ul li span {
    display: block;
    font-size: 18px;
    font-weight: 700;
    color: #000000;
}
.wns-wrap ul li.save span {
    color: rgb(var(--main-color-1));
}

.usecarlist-block .ucamt .twocol-list{
    justify-content: center;
}
.list-page-wrap.used-stock-main {
    display: block;
}
.list-page-wrap.used-stock-main .right-list{
    width: calc(100% - 0px);
}

/* @media (min-width: 1700px) {
    .used-stock-main .usedcarlist-wrap .uclist .row > div[class*="col-"] {
        max-width: 33.3333333% !important;
    }
} */
.used-stock-main .owl-carousel .owl-item .ucb-buttons2 img{
    width: auto;
}
.used-stock-main .uc-stock-slider .owl-dots {
    text-align: center;
    margin-top: 30px;
}
.used-stock-main .uc-stock-slider .owl-dots .owl-dot {
    width: 12px;
    height: 12px;
    margin-right: 5px;
    border-radius: 100px;
    outline: 0 !important;
    background-color: #999797;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -ms-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}
.used-stock-main .uc-stock-slider .owl-dots .owl-dot.active {
    width: 35px;
    background-color: #ff0012;
}
.used-stock-main .usecarlist-block .ucimages .owlusedcar-slide .owl-dots .owl-dot.active{
    width: 7px;
}

/*Used cars showroom launch event start*/
.sec-padding1{
    padding: 80px 0;
}
.page-main--wraper p:last-child{
    margin-bottom: 0;
}
.page-main--wraper .sub-hd {
    font-size: 25px;
    line-height: 1.1;
    font-weight: 600;
}
.page-main--wraper .sub-hd1 {
    font-size: 22px;
    line-height: 1.1;
    font-weight: 600;
}
.page-main--wraper .sub-hd2 {
    font-size: 20px;
    line-height: 1.1;
    font-weight: 600;
}
.box--text {
    padding: 20px 30px;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.title-small{
    font-size: 65%;
}
.row-gap1{
    row-gap: 30px;
}
.box--img1{
    height: 100%;
}
.box--img1 img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.bg-light .box-style--2{
    background: #fff;
}
.box-style--2{
    background: #f3f3f3;
}
.box--text2{
    padding: 20px 30px;
}
.btn-row{
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    justify-content: center;
}
/*Used cars showroom launch event end*

/*Usedcar stockpage start*/
@media (min-width: 1920px) {
    .container-fluid{
        max-width: 1920px;
        margin: 0 auto;
    }
}
.uc-stock-honda-logo {
    max-width: 140px;
}
.list-page-wrap.used-stock-main {
    display: block;
}
.list-page-wrap.used-stock-main .right-list{
    width: calc(100% - 0px);
}


@media (min-width: 1700px) {
    .used-stock-main .usedcarlist-wrap .uclist .row > div[class*="col-"] {
        max-width: 33.3333333% !important;
    }

    .used-stock-main .usedcarlist-wrap .uclist .uc-stock-full-width .row > div[class*="col-"] {
        max-width: 50% !important;
    }
}
@media (min-width: 1400px) {
    .used-stock-main .usedcarlist-wrap .uclist .row > div[class*="col-"] {
        max-width: 33.333333%;
    }
    .used-stock-main .usedcarlist-wrap .uclist .uc-stock-full-width .row > div[class*="col-"] {
        max-width: 50% !important;
    }
}
/*@media (min-width: 1280px) {
    .used-stock-main .usedcarlist-wrap .uclist .row > div[class*="col-"] {
        max-width: 33.3333333%;
    }
}*/
.used-stock-main .owl-carousel .owl-item .ucb-buttons2 img{
    width: auto;
}
.used-stock-main .uc-stock-slider .owl-dots {
    text-align: center;
    margin-top: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.used-stock-main .uc-stock-slider .owl-dots .owl-dot {
    width: 12px;
    height: 12px;
    margin-right: 5px;
    border-radius: 100px;
    outline: 0 !important;
    background-color: #999797;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -ms-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}
.used-stock-main .uc-stock-slider .owl-dots .owl-dot.active {
    width: 35px;
    background-color: #ff0012;
}
.used-stock-main .usecarlist-block .ucimages .owlusedcar-slide .owl-dots .owl-dot.active{
    width: 7px;
}

.uc-stock-hdr .classy-navbar{
    padding: 10px 0;
}
.uc-stock-ftr.footer-new .dealers-row{
    justify-content: center;
    padding-bottom: 25px;
    border-bottom: 1px solid #242424;
}
.uc-stock-ftr.footer-new .dealerbox h4{
    font-size: 28px;
}
.uc-stock-ftr.footer-new .social-icons{
    justify-content: center;
}
.uc-stock-ftr.footer-new .social-icons li{
    margin: 0 6px;
}

.top-strip {
    display: flex;
    justify-content: space-between;
    gap: 15px;
    align-items: center;
}
.used-stock-main .usedcarlist-wrap {
    padding: 30px 0px 30px;
}
.used-stock-main .innerpage-headsection{
    padding: 15px;
}
.used-stock-main .usecarlist-block .ucspecs{
    border-bottom: 0;
}
.used-stock-main .usecarlist-block .ucimages .owlusedcar-slide .item{
    height: auto;
    aspect-ratio: 1.71 / 1;
}

.uc-stock-full-item{
    padding: 15px;
}
.uc-stock-full-width {
    border-radius: 15px;
    overflow: hidden;
    -webkit-box-shadow: 0px 0px 14px 0px rgba(0,0,0,0.16);
    -moz-box-shadow: 0px 0px 14px 0px rgba(0,0,0,0.16);
    box-shadow: 0px 0px 14px 0px rgba(0,0,0,0.16);
}
.uc-stock-right-content{
    width: 100%;
    padding: 15px 30px;
}
.uc-stock-full-width .usecarlist-block .uctitle{
    padding-left: 0;
    padding-top: 0;
}
.uc-stock-full-width .usecarlist-block .ucamt{
    margin: 25px 0 15px;
}
.uc-stock-full-width .usecarlist-block .ucspecs{
    margin: 0;
    padding: 0;
}
.uc-stock-full-width .usecarlist-block .uctitle h3{
    font-size: 30px;
}
.uc-stock-full-width .usecarlist-block .uctitle small{
    font-size: 20px;
}
.uc-stock-full-width .usecarlist-block .ucamt ul li{
    font-size: 20px;
}
.uc-stock-full-width .usecarlist-block .ucamt ul li span{
    font-size: 25px;
}
.uc-stock-full-width .usecarlist-block .ucspecs ul li p{
    font-size: 20px;
}

.used-stock-main .uc-stock-full-slider .owl-dots {
    text-align: center;
    margin-top: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.used-stock-main .uc-stock-full-slider .owl-dots .owl-dot {
    width: 12px;
    height: 12px;
    margin-right: 5px;
    border-radius: 100px;
    background-color: #999797;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -ms-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}
.used-stock-main .uc-stock-full-slider .owl-dots .owl-dot.active {
    width: 35px;
    background-color: #ff0012;
}
.uc-stock-full-slider .usecarlist-block{
    height: auto !important;
}
.uc-stock-right-content {
    width: 100%;
    padding: 15px 30px;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.uc-stock-full-slider .usecarlist-block .ucspecs ul li{
    flex-direction: column;
    gap: 10px;
    padding: 20px 0;
    text-align: center;
}
.uc-stock-full-slider .usecarlist-block .ucspecs ul li .spimg img{
    width: auto;
}

@media (max-width: 1500px) {
    .uc-stock-full-slider .usecarlist-block .ucspecs ul li{
        padding: 12px 0;
    }
    .uc-stock-full-width .usecarlist-block .uctitle h3{
        font-size: 27px;
    }
    .uc-stock-full-width .usecarlist-block .uctitle small{
        font-size: 14px;
    }
    .uc-stock-full-width .usecarlist-block .ucamt ul li{
        font-size: 17px;
    }
    .uc-stock-full-width .usecarlist-block .ucamt ul li span{
        font-size: 19px;
    }
    .uc-stock-full-width .usecarlist-block .ucspecs ul li p{
        font-size: 17px;
    }
}

@media (max-width: 1280px) {
    .uc-stock-full-slider .usecarlist-block .ucspecs ul li{
        padding: 9px 0;
    }
    .uc-stock-full-width .usecarlist-block .uctitle h3{
        font-size: 25px;
    }
    .uc-stock-full-width .usecarlist-block .uctitle small{
        font-size: 13px;
    }
    .uc-stock-full-width .usecarlist-block .ucamt ul li{
        font-size: 15px;
    }
    .uc-stock-full-width .usecarlist-block .ucamt ul li span{
        font-size: 17px;
    }
    .uc-stock-full-width .usecarlist-block .ucspecs ul li p{
        font-size: 15px;
    }
}

@media (max-width: 1199px) {
    .uc-stock-full-width .usecarlist-block .uctitle h3{
        font-size: 23px;
    }
    .uc-stock-full-width .usecarlist-block .ucamt ul li{
        font-size: 13px;
    }
    .uc-stock-full-width .usecarlist-block .ucamt ul li span{
        font-size: 15px;
    }
    .uc-stock-full-width .usecarlist-block .ucspecs ul li p{
        font-size: 13px;
    }
    .uc-stock-full-width .usecarlist-block .ucamt{
        margin: 15px 0 0;
    }
    .uc-stock-full-slider .usecarlist-block .ucspecs ul li{
        padding: 10px 0;
    }
}
@media (max-width: 991px) {
    .uc-stock-full-width .usecarlist-block .uctitle small{
        display: block;
    }
    .uc-stock-right-content{
        padding: 15px;
    }
}

/*Usedcar stockpage end*/