html,
body {
    margin: 0;
    padding: 0;
    height: 100%;
    color: #000000;
    background: #ffffff;
    font-family: 'Favorit', sans-serif;
    font-weight: 300;
}

@media (min-width: 1200px) {
    .container {
        max-width: 1200px;
    }
}

a {
    color: #cf0000;
    text-decoration: none;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -ms-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}
ul, ol {
    list-style: none;
    padding: 0;
    margin: 0;
}
.wow {
    visibility: hidden;
}
/* Common Button Style :start */
.btn-style-1 {
    font-size: 14px;
    font-weight: 500;
    color: #ffffff;
    background-color: #000000;
    border: 0;
    border-right: 17px solid #cf0000;
    border-radius: 0;
    padding: 10px 20px;
    position: relative;
}
.btn-style-1 span {
    position: relative;
    z-index: 1;
}
.btn-style-1::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    background-color: #cf0000;
    width: 0;
    box-sizing: border-box;
    transition: 0.5s ease-in-out;
    z-index: 0;
}
.btn-style-1 span {
    color: #ffffff;
}
.btn-style-1:hover::before {
    width: 100%;
}
/* Common Button Style :end */
header{
    position: relative;
    z-index: 99999;
}
.header-top {
    background-color: #d8d9e0;
    padding: 7px 15px;
}
.header-top .headertop-wrap {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}
.header-top .headertop-wrap .top-content-right .top-menu {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    align-items: center;
}
.header-top .headertop-wrap .top-content-right .top-menu li {
    display: flex;
    align-items: center;
    margin-right: 30px;
}
.header-top .headertop-wrap .top-content-right .top-menu li:last-child {
    margin-right: 0;
}
.header-top .headertop-wrap .top-content-right .top-menu li a {
    font-size: 14px;
    font-weight: 300;
    color: #000000;
}
.header-top .headertop-wrap .top-content-right .top-menu li a:hover {
    color: #cf0000;
}
.mg-logo {
    max-width: 75px;
    margin-left: 3px;
}
.mg-logo img{
    width: 100%;
    height: auto;
    display: block;
}
.banner-section {
    position: relative;
    z-index: 0;
}

.search-usedmg-section {
    padding: 40px 0px;
}
.search-usedmg-section .sectitle h3 {
    font-size: 36px;
    font-weight: 300;
    color: #000000;
    margin-bottom: 10px;
}
.search-usedmg-section .sectitle h3 strong {
    font-weight: 500;
}

.usedmg-search-wrap > .row {
    padding: 0px 2px;
}
.usedmg-search-wrap .umgsearch-block {
    margin: 5px 0px;
    display: grid;
}
.usedmg-search-wrap .umgsearch-block label {
    font-size: 16px;
    font-weight: 300;
    color: #000000;
    margin-bottom: 5px;
}
.usedmg-search-wrap .umgsearch-block .umgsearch-select {
    font-size: 14px;
    font-weight: 300;
    border-radius: 0;
    padding: 0px 30px 0px 10px;
}
.usedmg-search-wrap .umgsearch-block .umgsearch-select:after {
    width: 8px;
    height: 8px;
    border-width: 1px;
    border-color: #000000;
}
.usedmg-search-wrap .umgsearch-block .umgsearch-select .current {
    color: #9f9f9f;
    padding-right: 0px;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: break-spaces;
    word-break: break-all;
}
.usedmg-search-wrap .umgsearch-block .umgsearch-select .list {
    width: 100%;
    border-radius: 0;
    margin-top: 0;
    max-height: 200px;
    overflow-y: auto;
    /* -ms-overflow-style: none; */
     /* scrollbar-width: none; */
}
.usedmg-search-wrap .umgsearch-block .umgsearch-select.nice-select .option {
    line-height: 20px;
}
/* Hide scrollbar for Chrome, Safari and Opera */
.usedmg-search-wrap .umgsearch-block .umgsearch-select .list::-webkit-scrollbar {
     /* display: none; */
}

.usedmg-col {
    padding: 0px 10px;
}
.usedmg-col.large {
    flex: 2.1;
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: 25%;
}
.usedmg-col.small {
    flex: 1;
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: 15%;
}
.usedmg-col.button {
    flex: auto;
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: 20%;
}


.welcome-section {
    padding: 65px 0px 65px 0px;
}
.welcome-section .welcomesec-left {
    padding-right: 70px;
}
.welcome-section .welcomesec-left h3 {
    font-size:55px;
    font-weight: 300;
    line-height: 55px;
    color: #000000;
    margin-bottom: 30px;
}
.welcome-section .welcomesec-left p {
    font-size: 18px;
    font-weight: 300;
    line-height: 29px;
    color: #000000;
}
.welcome-section .welcomesec-left p a {
    font-weight: 700;
    color: #000000;
}
.welcome-section .welcomesec-left p a:hover {
    color: #cf0000;
}




.section-latest-usedcars {
    background-color: #f5f5f5;
    padding: 60px 0px;
}
.section-latest-usedcars .top-hdng {
    padding-left: 66px;
}
.latusedcars-carousel {
    margin-top: 30px;
}
.latusedcars-owl {
    filter: drop-shadow(0px 0px 21.33px rgb(0 18 191 / 7%));
}
.latusedcars-owl .used-list-wrap .cell {
    box-shadow: none;
}
.latusedcars-owl .owl-dots {
    text-align: center;
    margin-top: 30px;
}
.latusedcars-owl .owl-dots .owl-dot {
    width: 10px;
    height: 10px;
    margin-right: 5px;
    border-radius: 100px;
    background-color: #000000;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -ms-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}
.latusedcars-owl .owl-dots .owl-dot.active {
    background-color: #b90000;
}

.latusedcars-owl .owl-nav .owl-prev, 
.latusedcars-owl .owl-nav .owl-next {
    position: absolute;
    top: 40%;
    transform: translate(0, 50%);
    outline: none;
    font-size: 18px !important;
    -webkit-transition-duration: 500ms;
    -o-transition-duration: 500ms;
    transition-duration: 500ms;
    opacity: 1;
    visibility: visible;
}
.latusedcars-owl .owl-nav .owl-prev:hover, 
.latusedcars-owl .owl-nav .owl-next:hover {
    opacity: 0.5;
}
.latusedcars-owl .owl-nav .owl-prev {
    left: -60px !important;
}
.latusedcars-owl .owl-nav .owl-next {
    right: -60px !important;
}



.contact-details-wrap {
    margin-top: -200px;
    position: relative;
}
.contact-details-wrap .contactdet-inner {
    background-color: #ffffff;
    padding: 40px 40px;
}
.contactdet-left {
    display: flex;
    align-items: center;
    height: 100%;
}
.contactdet-left .company {
    margin-bottom: 15px;
}
/* .contactdet-left .company {
    padding-top: 40px;
} */
.contactdet-left .company img {
    margin-bottom: 10px;
}
.contactdet-left .company h3 {
    font-size: 24px;
    font-weight: 500;
    line-height: 23px;
    color: #000000;
    margin-bottom: 0;
}
.contactdet-left .company p {
    font-size: 18px;
    font-weight: 300;
    line-height: 23px;
    color: #000000;
    margin-bottom: 0;
}
.contactdet-left .contact {
    margin-bottom: 20px;
}
.contactdet-left .contact h4 {
    font-size: 18px;
    font-weight: 300;
    line-height: 27px;
    color: #000000;
    margin-bottom: 0;
}
.contactdet-left .contact a {
    font-size: 18px;
    font-weight: 500;
    line-height: 27px;
    color: #000000;
    margin-bottom: 0;
    display: block;
}
.contactdet-left .contact a:hover {
    color: #cf0000;
}
.contactdet-left .review-rating {
    display: flex;
    align-items: center;
}
.contactdet-left .review-rating p {
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 0;
}
.contactdet-left .review-rating ul.review-stars {
    list-style: none;
    padding: 0px 8px;
    margin: 0;
    display: flex;
    align-items: center;
}
.contactdet-left .review-rating ul.review-stars li {
    font-size: 14px;
    padding: 0px 2px;
    color: #cfcfcf;
}
.contactdet-left .review-rating ul.review-stars li.active {
    color: #ffba00;
}
.contactdet-left .buttons {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin-top: 25px;
}
.contactdet-left .buttons a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 190px;
    min-height: 45px;
    font-size: 14px;
    font-weight: 500;
    color: #ffffff;
    background-color: #000000;
    text-transform: uppercase;
    text-align: center;
    padding: 10px 10px;
    margin: 5px 15px 5px 0px;
}
.contactdet-left .buttons a:last-child {
    margin-right: 0;
}
.contactdet-left .buttons a:hover {
    background-color: #cf0000;
}

.gmap {
    position: relative;
    width: 100%;
    height: 500px;
}
.gmap iframe {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
}

.getintouch-section .sectitle {
    margin-bottom: 40px;
}
.getintouch-section .sectitle h3 {
    font-size: 36px;
    font-weight: 500;
    line-height: 23px;
    color: #000000;
}
.getintouch-section {
    background-color: #f1f1f1;
    padding: 60px 0px;
}

.getintouch-form form .form-label {
    font-size: 14px;
    font-weight: 300;
    margin-bottom: 5px;
}
.getintouch-form form .form-control {
    font-size: 14px;
    font-weight: 300;
    line-height: 10px;
    color: #000000;
    background-color: #ffffff;
    border: 1px solid #d8d8d8;
    border-radius: 0;
    padding: 15px 15px;
    box-shadow: none !important;
}
.getintouch-form form .checkbox-note {
    font-size: 14px;
    font-weight: 300;
    color: #000000;
}
.getintouch-form form .form-check {
    display: inline-flex;
    align-items: center;
}
.getintouch-form form .form-check .form-check-input {
    width: 24px;
    height: 24px;
    border: 1px solid #d8d8d8;
    border-radius: 0;
    flex-shrink: 0;
    flex-grow: 0;
}
.getintouch-form form .form-check .form-check-input:checked {
    background-color: #cf0000;
    border-color: #cf0000;
}
.getintouch-form form .form-check .form-check-label {
    font-size: 14px;
    font-weight: 300;
    line-height: 14px;
    color: #000000;
    margin-left: 10px;
    height: 100%;
}
.getintouch-form form .btn-gtouchsubmit {
    padding: 10px 50px;
}
.getintouch-form .select{
    border: 1px solid #d8d8d8;
    border-radius: 0;
    font-size: 14px;
    font-weight: 300;
    color: #9f9f9f;
    height: 50px;
    line-height: 50px;
    padding: 0 15px;
}
.getintouch-form form .current{
    background: transparent;
}
.getintouch-form form .nice-select:after {
    width: 8px;
    height: 8px;
    border-width: 1px;
    border-color: #9f9f9f;
    right: 18px;
}
.getintouch-form form .datepicker{
    padding: 0;
    cursor: pointer;
}
.dateicon:after {
    font-family: 'Font Awesome 5 Free';
    content: '\f073';
    position: absolute;
    right: 13px;
    height: 100%;
    display: flex;
    align-items: center;
    z-index: 10;
}
.file-upload-wrapper {
    position: relative;
}

.file-upload-field {
    box-shadow: none !important;
}

.file-upload-wrapper:after {
    content: attr(data-text);
     font-size: 14px;
    font-weight: 300;
    color: #9f9f9f;
    line-height: 50px;
    position: absolute;
    top: 0;
    left: 0;
    background: #fff;
    padding: 0px 15px;
    display: block;
    width: calc(100% - 70px);
    pointer-events: none;
    z-index: 20;
    height: 50px;
    border: 1px solid #ced4da;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.file-upload-wrapper:before {
    content: "Upload";
    position: absolute;
    top: 0;
    right: 0;
    display: inline-block;
    height: 50px;
    background: #cf0000;
    color: #fff;
    font-weight: 700;
    z-index: 25;
    font-size: 14px;
    line-height: 50px;
    padding: 0 15px;
    text-transform: uppercase;
    pointer-events: none;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -ms-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}

.file-upload-wrapper:hover:before {
    background: #000;
}

.getintouch-form form input::-webkit-input-placeholder,
.getintouch-form form select::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #9f9f9f !important;
}

.getintouch-form form input::-moz-placeholder,
.getintouch-form form select::-moz-placeholder {
    /* Firefox 19+ */
    color: #9f9f9f !important;
}

.getintouch-form form input:-ms-input-placeholder,
.getintouch-form form select:-ms-input-placeholder {
    /* IE 10+ */
    color: #9f9f9f !important;
}

.getintouch-form form input:-moz-placeholder,
.getintouch-form form select:-moz-placeholder {
    /* Firefox 18- */
    color: #9f9f9f !important;
}

.getintouch-form form textarea::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #9f9f9f !important;
}

.getintouch-form form textarea::-moz-placeholder {
    /* Firefox 19+ */
    color: #9f9f9f !important;
}

.getintouch-form form textarea:-ms-input-placeholder {
    /* IE 10+ */
    color: #9f9f9f !important;
}

.getintouch-form form textarea:-moz-placeholder {
    /* Firefox 18- */
    color: #9f9f9f !important;
}
.form-bottom {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

.openinghours-section {
    padding: 110px 0px;
}
.openhours-left {
    width: 100%;
    height: 100%;
    border: 1px solid #d8d8d8;
    border-right: 0;
}
.openhours-left img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
.openhours-right {
    width: 100%;
    height: 100%;
    padding: 60px;
    border: 1px solid #d8d8d8;
    display: flex;
    align-items: center;
}
.openhours-right h3 {
    font-size: 24px;
    font-weight: 500;
    line-height: 23px;
    color: #000000;
    margin-bottom: 20px;
}
.openhours-right h6 {
    font-size: 18px;
    font-weight: 500;
    line-height: 23px;
    color: #000000;
    margin-bottom: 10px;
}
.openhours-right .openhours-wrap {
    width: 100%;
}
.openhours-right .openhours-wrap table {
    font-size: 14px;
    font-weight: 300;
    color: #000000;
    margin: 0;
}
.openhours-right .openhours-wrap table tr td {
    padding: 5px 5px;
}
.openhours-right .openhours-wrap table tr td:first-child {
    padding-left: 0;
}

.backtosearch {
    font-size: 14px;
    font-weight: 300;
    color: #000000;
    margin-bottom: 50px;
    display: flex;
    align-items: center;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -ms-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}
.backtosearch img {
    margin-right: 15px;
}
.backtosearch:hover {
    color: #cf0000;
}


.offerdetails-topsec {
    padding: 30px 0px 80px 0px;
}
.odtopsec-head h3 {
    font-size: 24px;
    font-weight: 300;
    line-height: 28px;
    color: #000000;
    margin-bottom: 0;
}
.odtopsec-head h3 strong {
    font-weight: 500;
}



.odtopsec-left {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
}
.odtopsec-left .modelname-wrap {
    display: flex;
    margin: 20px 0;
}
.odtopsec-left .modelname-wrap .model h4 {
    font-size: 24px;
    font-weight: 500;
    color: #000;
    margin-bottom: 5px;
    -webkit-transition-duration: 500ms;
    -o-transition-duration: 500ms;
    transition-duration: 500ms;
}
.odtopsec-left .modelname-wrap .model h5 {
    font-size: 18px;
    font-weight: 300;
    color: #000;
    margin-bottom: 15px;
}
.odtopsec-left .modelname-wrap .model h6 {
    font-size: 18px;
    font-weight: 300;
    color: #000;
    margin-bottom: 0px;
}
.odtopsec-left .enquiry-wrap {
    padding-top: 20px;
}



.odtopsec-center {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    padding: 0px 20px;
}
.odtopsec-center hr {
    background-color: #8e8e8e;
    margin: 15px 0px;
}
.odtopsec-center .price-list {
    margin-bottom: 30px;
}
.odtopsec-center .price-list p {
    font-size: 20px;
    font-weight: 500;
    line-height: 31px;
    color: #000000;
    margin-bottom: 0;
}
.odtopsec-center .call h4 {
    font-size: 18px;
    font-weight: 300;
    line-height: 15px;
    color: #000000;
}
.odtopsec-center .call a {
    font-size: 18px;
    font-weight: 500;
    line-height: 18px;
    color: #000000;
    display: inline-block;
}
.odtopsec-center .call a:hover {
    color: #cf0000;
}

.odtopsec-right {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
}



.offerdetails-offers {
    padding: 60px 0px;
    background-color: #f1f1f1;
}
.offerdetails-offers .sectitle {
    margin-bottom: 30px;
}
.offerdetails-offers .sectitle h3 {
    font-size: 24px;
    font-weight: 300;
    color: #000000;
    margin-bottom: 0px;
}


.termsandconditions-section {
    padding: 60px 0px;
}
.termsandconditions-section p {
    font-size: 12px;
    font-weight: 300;
    line-height: 16px;
    color: #000000;
    margin-bottom: 10px;
}



/* ======================================== */
.offerdetails-offers-table {}
.offerdetails-offers-table th {
    width: 100%;
}
.offerdetails-offers-table td,
.offerdetails-offers-table th {
    border-right: 1px solid #cfcfcf;
    border-bottom: 1px solid #cfcfcf !important;
    padding: 10px 15px;
}
.offerdetails-offers-table tbody tr:last-child td, 
.offerdetails-offers-table tbody tr:last-child th {
    border-bottom: 0 !important;
}
.offerdetails-offers-table tr td:last-child, 
.offerdetails-offers-table tr th:last-child {
    border-right: 0 !important;
}
.offerdetails-offers-table th {
    width: 145px;
    min-width: 145px;
    max-width: 145px;
    font-size: 14px;
    font-weight: 500;
    line-height: 17px;
    color: #000000;
    vertical-align: middle;
}
.offerdetails-offers-table table {
    table-layout: fixed;
    width:100%;
}
.offerdetails-offers-table td {
    font-size: 14px;
    font-weight: 200;
    color: #000000;
    vertical-align: middle;
}
.offerdetails-offers-table td:first-child {
    position:sticky;
    left:0;
    z-index: 2;
    background-color: #f1f1f1;
    background-color: #e9e9e9;
}
.offerdetails-offers-table thead th:first-child {
    z-index:2;
    background-color: #f1f1f1;
    position: sticky !important;
    top:0;
    left: 0;
    padding-bottom: 0;
    vertical-align: middle;
    width: 250px;
    min-width: 250px;
    max-width: 250px;
    background-color: #e9e9e9;
}
.offerdetails-offers-table thead tr th {
    padding-top: 0;
    vertical-align: top;
}








.motability-details {
    padding: 70px 0px;
}
.motability-details p {
    font-size: 18px;
    line-height: 30px;
    color: #000000;
    margin-bottom: 20px;
}
.motability-details p:last-child {
    margin-bottom: 0;
}


.motability-heading-1 {
    font-size: 36px;
    font-weight: 300;
    color: #000000;
    margin: 5px 0px 15px 0px;
}
.motability-heading-1 strong {
    font-weight: 500;
}

.motability-heading-2 {
    font-size: 24px;
    font-weight: 300;
    color: #000000;
    margin: 5px 0px 15px 0px;
}
.motability-heading-2 strong {
    font-weight: 500;
}


.list-style-1 {
    margin-bottom: 30px;
}
.list-style-1 li {
    font-size: 18px;
    font-weight: 300;
    color: #000000;
    position: relative;
    padding-left: 20px;
    margin-bottom: 10px;
}
.list-style-1 li::before {
    content: '';
    position: absolute;
    width: 9px;
    height: 9px;
    background-color: #000000;
    border-radius: 50%;
    top: 7px;
    left: 0px;
}


/*Common style start*/
.hd-type-1 {
    font-size: 72px;
    font-weight: 300;
    color: #000;
    margin-bottom: 30px;
    position: relative;
    padding-left: 65px;
}

.hd-type-1:before {
    background-image: url(../images/down-arrow.svg);
    background-position: 0;
    background-repeat: no-repeat;
    background-size: 50px;
    bottom: 17px;
    content: "";
    display: block;
    height: 50px;
    left: 0;
    position: absolute;
    top: auto;
    transform: rotate(90deg);
    width: 50px;
}

.hd-type-3 {
    font-size: 36px;
    font-weight: 500;
    color: #000;
    line-height: 1;
    margin-bottom: 15px;
}

.hd-type-3 strong {
    font-weight: 500;
    /*font-size: 30px;*/
}
.hd-type-3 strong small {
    font-size: 16px;
    font-weight: 300;
}

.btn-style-3 {
    font-size: 14px;
    font-weight: 500;
    color: #000;
    padding: 0;
    display: block;
    text-transform: uppercase;
}

.sub-hdng {
    font-size: 30px;
    font-weight: 300;
    color: #000;
    margin-bottom: 0;
    display: block;
}
.sub-hdng2 {
    font-size: 22px;
    font-weight: 300;
    color: #000;
    margin-bottom: 15px;
    display: block;
}
.sub-hdng2 strong{
    font-weight: 500;
}
.list-type1 {
    margin: 0;
    padding: 0;
}

.list-type1 li {
    list-style: none;
    font-size: 20px;
    line-height: 1.2;
    font-weight: 500;
    color: #000;
    padding: 3px 0;
}
.content-wraper{
    padding: 65px 0;
}

.table-style-1 {
    font-size: 18px;
    font-weight:300 !important;
    table-layout: fixed;
}

.table-style-1 th {
    font-weight: 500;
    padding: 10px 15px;
    border: 1px solid #cfcfcf;
}

.table-style-1 td {
    font-weight: 300;
    padding: 10px 15px;
    border: 1px solid #cfcfcf;
}
.table-style-1 tbody tr td a{
    color: #000;
}
.table-style-1 tbody tr:nth-child(even) {
    background: #f6f6f6;
}

.footer {
    line-height: 1;
    background: #f3f3f3;
}

.footer p:last-child {
    margin-bottom: 0;
}

.footer a:hover {
    color: #cf0000;
}

.footer-top {
    padding: 80px 0 65px;
}

.footer-col-wraper {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

.ftr-logo {
    background: #cf0000;
    padding: 36px 0;
    text-align: center;
    margin-bottom: 30px;
    margin-top: -80px;
    width: 366px;
}

.ftr-cell h4 {
    font-size: 18px;
    color: #000;
    font-weight: 500;
    margin-bottom: 20px;
}

.ftr-cell p {
    font-size: 14px;
    line-height: 24px;
    color: #000;
    font-weight: 300;
    margin-bottom: 20px;
}

.cont-links {
    margin: 0;
    padding: 0;
}

.cont-links li {
    list-style: none;
    text-decoration: none;
    margin-bottom: 13px;
}

.cont-links li a {
    font-size: 14px;
    color: #000;
    font-weight: 300;
}
.cont-links li a span {
    width: 16px;
    display: inline-block;
}
.ftr-menu {
    margin: 0;
    padding: 0;
}

.ftr-menu li {
    list-style: none;
    text-decoration: none;
    padding: 9px 0;
}

.ftr-menu li:first-child {
    padding-top: 0;
}

.ftr-menu li a {
    font-size: 14px;
    color: #000;
    font-weight: 300;
}

.opening-hrs p {
    line-height: 1;
}

.get-social {
    display: flex;
    margin: 0;
    padding: 0;
}

.get-social li {
    padding: 0 25px;
}

.get-social li:first-child {
    padding-left: 0;
}

.get-social li a {
    font-size: 24px;
    color: #898989;
}

.get-social li a.fb:hover {
    color: #4267B2;
}

.get-social li a.tweet:hover {
    color: #1DA1F2;
}

.get-social li a.insta:hover {
    color: #bc2a8d;
}

.get-social li a.yt:hover {
    color: #FF0000;
}

.social-links {
    margin-top: 43px;
}

.footer-bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: row-reverse;
    font-size: 12px;
    font-weight: 300;
    color: #000;
    border-top: 1px solid #dedede;
    border-bottom: 1px solid #dedede;
    padding: 24px 0;
}

.footer-bottom p {
    margin-bottom: 0;
}

.footer-bottom ul {
    margin: 0;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.footer-bottom ul li {
    padding: 0 13px;
    border-right: 1px solid #000;
    font-size: 12px;
    color: #000;
}

.footer-bottom ul li:last-child {
    border-right: 0;
    padding-right: 0;
}

.footer-bottom ul li a {
    font-size: 12px;
    color: #000;
}
.footer-bottom ul li a strong{
    font-weight: 500;
}

.more-ser-box {
    position: relative;
}

.more-ser-img::before {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: .3;
    content: "";
    -webkit-transition-duration: 500ms;
    -o-transition-duration: 500ms;
    transition-duration: 500ms;
    z-index: 1;
}

.more-ser-img {
    height: 400px;
    position: relative;
    overflow: hidden;
}

.more-ser-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    -webkit-transition-duration: 500ms;
    -o-transition-duration: 500ms;
    transition-duration: 500ms;
}

.more-ser-box:hover img {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
}

.text-overlay {
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 2;
    padding: 63px 70px 0;
    width: 100%;
}

.text-overlay h4 {
    font-size: 30px;
    font-weight: 400;
    color: #fff;
    margin-bottom: 8px;
}

.right-arrow {
    -webkit-transition-duration: 500ms;
    -o-transition-duration: 500ms;
    transition-duration: 500ms;
    transform: none !important;
}

.more-ser-box:hover .right-arrow {
    margin-left: 15px;
}

.more-ser-box:hover .more-ser-img::before {
    opacity: .7;
}

/*section-our-models start*/
.section-our-models {
    padding: 30px 0 10px;
}

.model-name-wrap {
    display: flex;
}

.model-icon {
    width: 35px;
    margin-right: 10px;
    padding-top: 3px;
}

.model-icon img {
    transform: none !important;
}

.model-name h4 {
    font-size: 18px;
    font-weight: 300;
    color: #000;
    margin-bottom: 5px;
    -webkit-transition-duration: 500ms;
    -o-transition-duration: 500ms;
    transition-duration: 500ms;
}

.model-cell:hover h4 {
    color: #cf0000;
}

.model-name h4 strong {
    font-weight: 600;
}

.model-name h5 {
    font-size: 14px;
    font-weight: 300;
    color: #000;
    margin-bottom: 0;
}

.models-col {
    margin-bottom: 50px;
}

.model-image {
    margin-bottom: 10px;
    text-align: center;
}

.model-image img {
    -webkit-transition-duration: 500ms;
    -o-transition-duration: 500ms;
    transition-duration: 500ms;
}

.model-cell:hover img {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
}

/*section-our-models end*/

.inner {
    padding: 65px 0;
}
.inner .hd-type-1:before{
    display: none;
}
.inner .hd-type-1{
    padding-left: 0;
}
.inner p {
    font-size: 18px;
    line-height: 28px;
    font-weight: 300;
}

.inner p:last-child {
    margin-bottom: 0;
}

/*New car list start*/
.model-name h5 strong {
    display: block;
    font-size: 24px;
    font-weight: 500;
}

.btn-wraper {
    margin-top: 25px;
    text-align: center;
}

.model-cell .btn-style-3 {
    margin-top: 28px;
}

.btn-arrow {
    margin-left: 6px;
    right: 0;
    position: relative;
    transform: none !important;
    -webkit-transition-duration: 500ms;
    -o-transition-duration: 500ms;
    transition-duration: 500ms;
}

.btn-style-3:hover .btn-arrow {
    right: -10px;
}

.inner-new-car .model-cell {
    padding: 30px;
    border-bottom: 2px solid transparent;
    -webkit-transition-duration: 500ms;
    -o-transition-duration: 500ms;
    transition-duration: 500ms;
}

.inner-new-car .model-cell:hover {
    background: #f1f1f1;
    border-bottom: 2px solid #cf0000;
}

.newcar-filter {
    padding: 0px;
    margin: 0px 0px 30px 0px;
}

.newcar-filter li {
    display: inline-block;
    font-size: 18px;
    font-weight: 500;
    color: #000000;
    padding: 0;
    margin: 0px 45px 0 0;
    cursor: pointer;
    border-bottom: 3px solid transparent;
    -webkit-transition-duration: 500ms;
    -o-transition-duration: 500ms;
    transition-duration: 500ms;
    max-height: 100%;
    max-width: 100%;
}

.newcar-filter li.active,
.newcar-filter li:hover {
    border-color: #cf0000;
}

.new-models-content .portfolio {
    overflow: hidden;
    display: none;
}

/*New car offer start*/
.offer-wraper {
    margin-top: 70px;
}

.offer-text-top {
    margin-bottom: 25px;
}

.offer-text-top .model-name h5 {
    font-size: 18px;
    margin-top: 15px;
}

.offer-text-top .model-name h5 strong {
    display: inline-block;
    font-size: 18px;
}

.offer-text-top .model-name h4 strong {
    display: block;
    font-size: 24px;
}

.offer-box .model-image {
    margin-bottom: 25px;
    text-align: center;
}
/*New car offer end*/

/*New car details start*/
.sec-menu-top{
    border-bottom: 1px solid #d8d8d8;
}
.inner-menu-wraper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 15px 0;
}
.top-btns {
    display: flex;
}
.top-btns .btn-style-1{
    margin-right: 5px;
}
.top-btns .btn-style-1:last-child{
    margin-right: 0;
}
.inner-menu-wraper ul {
    margin: 0;
    padding: 0;
    font-size: 0;
}

.inner-menu-wraper ul li {
    list-style: none;
    display: inline-block;
    padding: 0 15px;
}

.inner-menu-wraper ul li:last-child {
    padding-right: 0;
}

.inner-menu-wraper ul li a {
    font-size: 14px;
    color: #000;
    font-weight: 300;
}

.inner-menu-wraper ul li a.active, 
.inner-menu-wraper ul li a:hover {
    color: #cf0000;
}
.submenu1-scrollspy {
    scroll-margin-top: 60px;
}

.overview-sec {
    padding: 40px 0 100px;
    /* overflow: hidden; */
}

.new-car-wraper {
    padding: 100px 0;
    background: #f1f1f1;
    /* overflow: hidden; */
}

.new-car-wraper:nth-child(2n) {
    background: #fff;
    text-align: right;
}

.new-car-wraper:nth-child(odd) .row {
    flex-direction: row-reverse;
}

.new-car-det-img {
    text-align: center;
    position: relative;
}
.new-car-det-img img {
    width: 100%;
    height: auto;
    display: block;
    position: relative;
}
.new-car-det-img.icon-petrol:before {
    background-position: 100%;
    background-repeat: no-repeat;
    background-size: contain;
    content: "";
    display: block;
    filter: invert(1%) sepia(7%) saturate(694%) hue-rotate(241deg) brightness(118%) contrast(91%);
    height: 100%;
    right: 0;
    position: absolute;
    top: 0;
    width: 100%;
    background-image: url(../images/petrol-icon-white.svg);
}
.new-car-det-img.icon-hybrid:before {
    background-position: 100%;
    background-repeat: no-repeat;
    background-size: contain;
    content: "";
    display: block;
    filter: invert(1%) sepia(7%) saturate(694%) hue-rotate(241deg) brightness(118%) contrast(91%);
    height: 100%;
    right: 0;
    position: absolute;
    top: 0;
    width: 100%;
    background-image: url(../images/hybrid-icon-white.svg);
}
.new-car-det-img.icon-electric:before {
    background-position: 100%;
    background-repeat: no-repeat;
    background-size: contain;
    content: "";
    display: block;
    filter: invert(1%) sepia(7%) saturate(694%) hue-rotate(241deg) brightness(118%) contrast(91%);
    height: 100%;
    right: 0;
    position: absolute;
    top: 0;
    width: 100%;
    background-image: url(../images/electric-icon-white.svg);
}

.new-car-wraper .sub-hdng small {
    font-size: 18px;
    font-weight: 300;
}

.features--wrap {
    margin: 25px 0 0 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: flex-start;
}

.new-car-wraper:nth-child(2n) .features--wrap {
    align-items: flex-start;
    justify-content: flex-end;
}

.features--wrap li {
    list-style: none;
    color: #000;
    font-size: 24px;
    font-weight: 300;
    width: 50%;
    line-height: 1.2;
    margin-bottom: 15px;
}

.features--wrap li:last-child {
    margin-bottom: 0;
}

.features--wrap li strong {
    font-weight: 500;
    display: block;
}

.gallery-section {
    padding: 50px 0;
}

.gallery--owl .owl-nav .owl-prev,
.gallery--owl .owl-nav .owl-next {
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    outline: none;
    font-size: 18px !important;
    -webkit-transition-duration: 500ms;
    -o-transition-duration: 500ms;
    transition-duration: 500ms;
    opacity: 1;
    visibility: visible;
    width: 80px;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(0, 0, 0, 0.5) !important;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    -webkit-animation-name: zoomIn;
    animation-name: zoomIn;
}

.gallery--owl .owl-nav .owl-prev:hover,
.gallery--owl .owl-nav .owl-next:hover {
    background: #000 !important;
    opacity: 1;
}

.gallery--owl .owl-nav .owl-prev {
    left: 30px !important;
}

.gallery--owl .owl-nav .owl-next {
    right: 30px !important;
}

.gal-item {
    height: 644px;
}

.gal-item img {
    height: 100%;
    object-fit: cover;
    cursor: zoom-in;
}

.gallery-carousel {
    position: relative;
}

.gal-hdng {
    position: absolute;
    bottom: 0;
    left: 115px;
    background: #fff;
    z-index: 1;
    padding: 23px 99px;
}

.gal-tittle {
    font-size: 36px;
    font-weight: 500;
    margin: 0;
}


.offers-owl .owl-nav .owl-prev,
.offers-owl .owl-nav .owl-next {
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    outline: none;
    font-size: 18px !important;
    -webkit-transition-duration: 500ms;
    -o-transition-duration: 500ms;
    transition-duration: 500ms;
    opacity: 1;
    visibility: visible;
    width: 55px;
    height: 55px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(0, 0, 0, 0.5) !important;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    -webkit-animation-name: zoomIn;
    animation-name: zoomIn;
}

.offers-owl .owl-nav .owl-prev:hover,
.offers-owl .owl-nav .owl-next:hover {
    background: #000 !important;
    opacity: 1;
}

.offers-owl .owl-nav .owl-prev {
    left: -75px !important;
}

.offers-owl .owl-nav .owl-next {
    right: -75px !important;
}

.offers-owl .owl-nav img {
    width: 27px;
}

.offers-owl .owl-dots {
    text-align: center;
    margin-top: 30px;
    position: absolute;
    width: 100%;
}

.offers-owl .owl-dots .owl-dot {
    width: 10px;
    height: 10px;
    margin-right: 4px;
    margin-left: 4px;
    border-radius: 5px;
    background-color: #fff;
    border: 1px solid #000;
}

.offers-owl .owl-dots .owl-dot.active {
    background-color: #000000;
}

.section-pcp {
    padding-bottom: 150px;
}
.offer-carousel .btn-wraper .btn-style-1{
    margin-bottom: 10px;
    text-transform: uppercase;
}
.offer-carousel .btn-wraper .btn-style-1:last-child{
    margin-bottom: 0;
}
/*New car details end*/



.used-car-full-wrap {
    background: #f5f5f5;
    padding: 65px 0;
}
.used-car-full-wrap h2 {
    font-size: 24px;
    font-weight: 500;
    line-height: 22px;
}
.used-car-full-wrap h2 span {
    display: block;
    font-weight: 300;
}
.adv-search {
    background: #ffffff;
    padding: 15px;
    box-shadow: 0px 0px 4.45px 0.55px rgba(0, 18, 191, 0.05);
    /* position: sticky;
    position: -webkit-sticky;
    top: 0; */
}
.adv-search .btn-style-1 {
    margin-top: 15px;
}
.adv-search form {
    display: flex;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
}
.adv-search .nice-select {
    width: 100%;
    border: 1px solid #d8d8d8;
    -webkit-border-radius: 0;
            border-radius: 0;
    padding: 0;
}
.adv-search .nice-select::after {
    border: 0 !important;
    background: url("../images/arrow.png") center center no-repeat;
    width: 12px !important;
    height: 7px !important;
}
.adv-search .nice-select::after {
    transform: rotate(360deg);
    transform-origin: initial;
}
.adv-search .nice-select.open::after {
    transform: rotate(181deg);
}
.adv-search span.title {
    display: block;
    font-size: 12px;
    margin: 15px 0 5px 0;
}
.adv-search .nice-select span.current {
    color: #bbbbbb;
    font-size: 12px;
    padding: 0 30px 0 15px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.used-list-wrap {
    display: flex;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    gap: 6px;
}
.used-list-wrap .cell {
    width: calc(33.33% - 4px);
    background: #fff;
    padding: 15px 15px 20px 15px;
    margin: 0 0 15px 0;
    box-shadow: 0px 0px 21.33px 5.67px rgba(0, 18, 191, 0.05);
}
.used-list-wrap .cell:hover {
    box-shadow: none;   
}
.used-list-wrap .cell .btn-style-1 {
    text-transform: uppercase;
    font-size: 12px;
    margin: 15px 0 0 0;
    border-right: none;
}
.used-list-wrap .cell .imgBx {
    width: 100%;
    /* height: 165px; */
    position: relative;
    overflow: hidden;
}
.used-list-wrap .cell .imgBx .count {
    background: #2d3142;
    -webkit-border-radius: 5px;
            border-radius: 5px;
    color: #fff;
    font-size: 12px;
    display: table;
    padding: 2px 5px;
    position: absolute;
    top: 5px;
    right: 5px;
    line-height: normal;
}
.used-list-wrap .cell .imgBx img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    -webkit-transition: 0.5s;
       -moz-transition: 0.5s;
        -ms-transition: 0.5s;
         -o-transition: 0.5s;
            transition: 0.5s;
    -webkit-transform: scale(1);
       -moz-transform: scale(1);
        -ms-transform: scale(1);
         -o-transform: scale(1);
            transform: scale(1);
}
.used-list-wrap .cell:hover .imgBx img {
    -webkit-transform: scale(1.05);
       -moz-transform: scale(1.05);
        -ms-transform: scale(1.05);
         -o-transform: scale(1.05);
            transform: scale(1.05);
}
.used-list-wrap .cell figcaption {
    font-size: 18px;
    font-weight: 500;
    color: #000;
    margin: 15px 0 0 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.used-list-wrap .cell figcaption sub {
    font-size: 16px;
    font-weight: 300;
    display: block;
    bottom: 0;
    line-height: normal;
    margin: -4px 0 0 0;
    position: relative;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.used-list-wrap .cell .price-cell {
    width: 100%;
    display: flex;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    margin: 10px 0 0 0;
    position: relative;
}
.used-list-wrap .cell .price-cell::after {
    width: 2px;
    height: 35px;
    background: #e7e7e7;
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
       -moz-transform: translateX(-50%) translateY(-50%);
        -ms-transform: translateX(-50%) translateY(-50%);
         -o-transform: translateX(-50%) translateY(-50%);
            transform: translateX(-50%) translateY(-50%);
}
.used-list-wrap .cell .price-cell .lft {
    width: 50%;
    font-size: 16px;
    font-weight: 500;
    color: #cf0000;
    text-align: left;
    padding-left: 18px;
}
.used-list-wrap .cell .price-cell .lft label {
    position: relative;
}
.used-list-wrap .cell .price-cell .lft label i {
    position: absolute;
    left: -18px;
    top: 6px;
    color: #cf0000;
    font-size: 12px;
}
.used-list-wrap .cell .price-cell .lft sub {
    display: block;
    bottom: 0;
    font-size: 12px;
    color: #000;
    margin: 0 0 0 0;
    line-height: normal;
}
.used-list-wrap .cell .price-cell .rit {
    font-size: 18px;
    font-weight: 500;
    color: #000;
    width: 50%;
    text-align: right;
}
.used-list-wrap .cell .price-cell .rit sub {
    font-weight: 300;
    bottom: 0;
    line-height: normal;
    display: block;
}
.without-pm:after{
    display: none;
}
.used-list-wrap .cell a.enquire {
    font-size: 12px;
    font-weight: 400;
    text-transform: uppercase;
    display: table;
    margin: 20px auto 0 auto;
    color: #000;
    text-decoration: none;
    position: relative;
}
.used-list-wrap .cell a.enquire::after {
    height: 1px;
    width: 100%;
    content: "";
    position: absolute;
    left: 0;
    bottom: 1px;
    background: #d4d4d4;
}
.used-list-wrap .cell a.enquire:hover::after {
    background: #cf0000;
}
.used-list-wrap .cell i.fav {
    font-size: 12px;
    position: absolute;
    top: 50%;
    right: 0;
    cursor: pointer;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
         -o-transform: translateY(-50%);
            transform: translateY(-50%);
    color: #d0d0d0;
}
.used-list-wrap .cell i.fav:hover,
.used-list-wrap .cell i.fav.active {
    color: #cf0000;
}
ul.pagi {
    background: #000;
    display: flex;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-justify-content: center;
            justify-content: center;
    font-size: 14px;
    color: #fff;
}
ul.pagi a {
    color: #fff;
    padding: 20px 7px;
    display: block;
}
ul.pagi li:hover a,
ul.pagi li.active a {
    color: #cf0000;
}
.top-filter {
    background: #000000;
    padding: 15px;
    margin: 0 0 15px 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.top-filter .col-left {
    display: flex;  
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;    
}
.top-filter .col-left .nice-select {
    padding: 0;
    -webkit-border-radius:  0;
            border-radius:  0;
    border: 0px;
    padding: 0 15px;
    margin: 0 10px 0 0;
    background: #2d3142;
}
.top-filter .col-left .nice-select .current {
    font-size:  14px;
    background: none;
    color: #FFF;
}
.top-filter .col-left .nice-select.price {
    width: 240px;
}
.top-filter .col-left .nice-select.page {
    width: 180px;
}
/* nice select common start */
.nice-select.open .list {
    width: 100%;
    -webkit-border-radius:  0;
            border-radius:  0;
    margin-top: 0;
}
.nice-select .option {
    padding: 10px 10px;
    line-height: normal;
    height: auto;
    font-size: 14px;
}
.nice-select .option:hover, 
.nice-select .option.focus, 
.nice-select .option.selected.focus {
    background: #cf0000 !important;
}
/* nice select common end */
.top-filter .col-left .nice-select::after {
    border: 0 !important;
    background: url("../images/arrow-2.png") center center no-repeat;
    width: 12px !important;
    height: 7px !important;
}
.top-filter .col-left .nice-select::after {
    transform: rotate(360deg);
    transform-origin: initial;
}
.top-filter .col-left .nice-select.open::after {
    transform: rotate(180deg);
}
.top-filter ul.pagi a {
    padding-top: 0; 
    padding-bottom: 0;
}
.filter-up {
    display: none;
}
.share-section {
    display: flex;
    -webkit-justify-content: space-between;
            justify-content: space-between;
    font-size: 14px;
    padding: 35px 0;
}
.share-section a {
    display: flex;
    -webkit-align-items: center;
            align-items: center;
    color: #000;
}
.share-section a.active,
.share-section a:hover {
    color: #cf0000;
}
.share-section div {
    display: flex;
}
.share-section a i {
    margin-right: 5px;
}
.share-section div a {
    margin-right: 20px;
}
/* Accordion Start */
#used-detail-accordion {
    border-top: 1px solid #dadada;
}
#used-detail-accordion .accordion-item:first-of-type .accordion-button {
    -webkit-border-radius: 0;
            border-radius: 0;
}
#used-detail-accordion .accordion-item {
    border: 0px;
}
#used-detail-accordion .accordion-item button.accordion-button {
    padding: 15px 0;
    font-size: 14px;
    text-transform: uppercase;
    color: #000;
    border-bottom: 1px solid #dadada;
    -webkit-box-shadow: none !important;
            box-shadow: none !important;
}
#used-detail-accordion .accordion-button::after {
    background-image: url("../images/arrow.png");
    width: 12px;
    height: 7px;
    -webkit-background-size: auto !important;
         -o-background-size: auto !important;
            background-size: auto !important;
}
#used-detail-accordion .accordion-button:not(.collapsed)::after {
    background-image: url("../images/arrow.png");   
}
#used-detail-accordion .accordion-button:not(.collapsed) {
    background: none;
}
#used-detail-accordion .accordion-body {
    padding: 15px 0;
    font-size: 14px;
    border-bottom: 1px solid #dadada;
}
/* Accordion end */
.used-detail-right {
    background: #ececec;
    padding: 40px;
    overflow: auto;
}
.used-detail-right .cell-wrap-1 {
    display: flex;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 12px;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    margin: 0 0 25px 0;
}
.used-detail-right .cell-wrap-1 .cell {
    background: #FFF;
    width: calc(25% - 9px);
    text-align: center;
    padding: 15px 0;
}
.used-detail-right .cell-wrap-1 .cell img {
    margin: 0 0 6px 0;
}
.used-detail-right .cell-wrap-1 .cell span {
    font-size: 12px;
    display: block;
}
.used-detail-right .cell-wrap-1 .cell span sub {
    display: block;
    line-height: normal;
    bottom: 0;
    font-weight: 500;
    font-size: 16px;
}
.used-detail-right .flat-button {
    background: #cf0000;
    color: #fff;
    font-size: 16px;
    text-transform: uppercase;
    display: block;
    margin: 0 0 10px 0;
    padding: 11px 5px;
    text-align: center;
    font-weight: 500;
}
.used-detail-right .flat-button:hover {
    background: #000;
}
.used-detail-right .flat-button.black {
    background: #000;
}
.used-detail-right .flat-button.black:hover {
    background: #cf0000;
}
.used-detail-right .big-btn {
    padding: 30px 30px;
    display: block;
    background: #000;
    display: flex;
    margin: 0 0 10px 0;
    -webkit-align-items: center;
            align-items: center;
    -webkit-justify-content: space-between;
            justify-content: space-between;
}
.used-detail-right .big-btn.bg-1 {
    background: url("../images/Calculate-Finance.jpg") center center no-repeat;
    -webkit-background-size: cover;
         -o-background-size: cover;
            background-size: cover;
}
.used-detail-right .big-btn span {
    font-size: 24px;
    font-weight: 500;
    line-height: 22px;
    color: #fff;
}
.used-detail-right .big-btn img {
    -webkit-transition: 0.3s;
       -moz-transition: 0.3s;
        -ms-transition: 0.3s;
         -o-transition: 0.3s;
            transition: 0.3s;
}
.used-detail-right .big-btn:hover img {
    -webkit-transform: scale(1.1);
       -moz-transform: scale(1.1);
        -ms-transform: scale(1.1);
         -o-transform: scale(1.1);
            transform: scale(1.1);
}

.price-row {
    width: 100%;
    display: flex;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    margin: 10px 0 30px 0;
    position: relative;
    -webkit-align-items: center;
            align-items: center;
    -webkit-justify-content: space-between;
            justify-content: space-between;
}
.price-row .lft {
    font-size: 24px;
    font-weight: 500;
    color: #cf0000;
    text-align: center;
    padding-left: 35px;
}
.price-row .lft label {
    position: relative;
}
.price-row .lft label i {
    position: absolute;
    left: -35px;
    top: 6px;
    color: #cf0000;
    font-size: 24px;
}
.price-row .rit {
    font-size: 24px;
    font-weight: 600;
    color: #000;
}
.price-row .rit sub {
    font-weight: 300;
    bottom: 0;
    line-height: normal;
    display: block;
    font-size: 14px;
}
.used-detail-slide {
    margin-bottom: 1px;
}
.used-detail-slide .owl-nav {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    display: flex;
    height: 1px;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-justify-content: space-between;
            justify-content: space-between;
    padding: 0 10px;
}
.used-detail-slide .owl-nav .owl-next,
.used-detail-slide .owl-nav .owl-prev {
    width: 40px;
    height: 40px;
    -webkit-border-radius: 50%;
            border-radius: 50%;
    background: rgba(0, 0, 0, 0.5) !important;
    top: -20px;
    position: relative;
    -webkit-transition: 0.3s;
       -moz-transition: 0.3s;
        -ms-transition: 0.3s;
         -o-transition: 0.3s;
            transition: 0.3s;
}
.used-detail-slide .owl-nav .owl-next img,
.used-detail-slide .owl-nav .owl-prev img {
    position: relative;
    top: 0;
}
.used-detail-slide .owl-nav .owl-next:hover,
.used-detail-slide .owl-nav .owl-prev:hover {
    background: #000 !important;
}
.used-detail-left h1 {
    font-size: 24px;
    margin: 0 0 15px 0;
}
.used-detail-left h1 small {
    font-size: 16px;
}
.used-detail-left h1 sub {
    display: block;
    line-height: normal;
    bottom: 0;
    font-size: 24px;
    font-weight: normal;
}
a.back-to {
    font-size: 14px;
    color: #000;
    display: block;
    margin: 0 0 20px 0;
    -webkit-transition: 0.6s;
       -moz-transition: 0.6s;
        -ms-transition: 0.6s;
         -o-transition: 0.6s;
            transition: 0.6s;
}
a.back-to img {
    margin: 0 10px 0 0;
}
a.back-to:hover {
    letter-spacing: 1px;
    color: #cf0000;
}

.img-bg {
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover !important;
    background-position: center;
    background-repeat: no-repeat;
}
.img-bg .find {
    display: none !important;
}

.y-video-cell{
    position: relative;
}
.y-video-cell .img-bg {
    height: 550px;
}
.play-icon {
    position: absolute;
    bottom: 50%;
    left: 50%;
    transform: translate(-50%, 50%);
    color: #fff;
    transition: all 0.4s ease-in-out;
    -webkit-transition: 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    width: 60px;
    height: 60px;
    line-height: 37px;
    font-size: 20px;
    text-align: center;
    border-radius: 50%;
    background: #000;
    display: flex;
    align-items: center;
    justify-content: center;
    animation: shadow-pulse 1.8s infinite;
}
.play-icon i {
    vertical-align: middle;
}

@keyframes shadow-pulse {
  0% {
    box-shadow: 0 0 0 0px rgba(0, 0, 0, 0.7);
  }
  100% {
    box-shadow: 0 0 0 25px rgba(0, 0, 0, 0);
  }
}

.section-download-brocure{
    padding-top: 50px;
}
.download-wraper  {
    background: #cf0000;
    padding:15px 30px;
    display: flex;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-justify-content: space-between;
            justify-content: space-between;
    -webkit-align-items: center;
            align-items: center;
}
.download-wraper strong {
    font-weight: bold;
    font-size: 22px;
    color: #fff;
}
.download-wraper .btn-style-1{
    border-right: 17px solid #fff;
    color: #000;
}
.download-wraper .btn-style-1::before{
    background: #fff;
}
.download-wraper .btn-style-1 span{
    transition: 0.5s ease-in-out;
}
.download-wraper .btn-style-1:hover span{
    color: #000;
    transition: 0.5s ease-in-out;
}
.banner-slider .owl-dots {
    text-align: center;
    position: absolute;
    bottom: 20px;
    width: 100%;
}
.banner-slider .owl-dots .owl-dot {
    width: 10px;
    height: 10px;
    margin-right: 5px;
    border-radius: 100px;
    background-color: #000;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -ms-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}
.banner-slider .owl-dots .owl-dot.active {
    background-color: #b90000;
}

.enquiry-section{
    background: #ebebeb;
}

.accordion-sec .card {
    border: 0px;
    -webkit-border-radius: 0 !important;
            border-radius: 0 !important;
}
.accordion-sec .card-header {
    border: 0px;
    padding: 0;
    margin: 0 !important;
}
.accordion-sec .card-header .btn {
    background: #fff !important;
    border: 0px;
    padding: 20px 36px 20px 0;
    font-weight: 500;
    font-size: 18px;
    color: #000;
    text-decoration: none;
    -webkit-border-radius: 0;
            border-radius: 0;
    border-bottom: 1px solid #d7d7d7;
    position: relative;
    width: 100%;
    outline: 0 !important;
    box-shadow: none !important;
}
.accordion-sec .card-header .btn[aria-expanded="true"],
.accordion-sec .card-header .btn:hover {
    color: #000;
}
.accordion-sec .card-header .btn i {
    position: absolute;
    right: 0;
    top: 20px;
    font-size: 12px;
    color: #7f7f7f;
    width: 22px;
    height: 22px;
    border: 1px solid #7f7f7f;
    text-align: center;
    line-height: 22px;
    -webkit-border-radius: 50%;
            border-radius: 50%;
}
.accordion-sec .card-body {
    border-bottom: 1px solid #d7d7d7;
    padding: 20px 0;    
}
.accordion-sec .card-body h3 {
    font-size: 16px;
    font-weight: 700;
    margin: 0 0 10px 0;
}
.accordion-sec .card-header .btn .fa-minus {
    display: none;   
}
.accordion-sec .card-header .btn[aria-expanded="true"] .fa-plus {
    display: none;
}
.accordion-sec .card-header .btn[aria-expanded="true"] .fa-minus {
    display: block;
}

.section-box-wraper{
    margin-top: 40px;
}
.section-col {
    margin-bottom: 24px;
}
.section-box {
    padding: 24px;
    border: 1px solid #f1f1f1;
    -webkit-transition-duration: 500ms;
    -o-transition-duration: 500ms;
    transition-duration: 500ms;
}
.section-box:hover{
    background: #f1f1f1;
}
.section-image{
    margin-bottom: 24px;
    overflow: hidden;
}
.section-image img{
    width: 100%;
    height: auto;
    display: block;
    -webkit-transition-duration: 500ms;
    -o-transition-duration: 500ms;
    transition-duration: 500ms;
}
.section-box:hover img {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
}
.business-pg .section-image{
    margin-bottom: 15px;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -webkit-transform: translate3d(0,0, 0);
    -moz-transform: translate3d(0, 0,0);
}

/*Modal form start*/
.modal-form .btn-close {
    color: #fff;
    opacity: 1;
    font-size: 20px;
    background: #000000;
    width: 20px;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    margin: 0;
}
.modal-form .modal-content{
    border-radius: 0;
    border: 0;
}
.modal-form .modal-body{
    padding: 24px;
}
.modal-title{
    font-weight: 500;
}
/*Modal form end*/

.modal-map iframe{
    width: 100 !important;
    display: block;
}

/*Thankyou page start*/
.thankyou-wraper {
    background: #fff;
    padding: 45px 30px;
    -webkit-box-shadow: 0px 0px 13px 2px rgba(0, 0, 0, 0.09);
    -moz-box-shadow: 0px 0px 13px 2px rgba(0, 0, 0, 0.09);
    box-shadow: 0px 0px 13px 2px rgba(0, 0, 0, 0.09);
    /*-webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;*/
}

.thankyou-wraper .title {
    font-size: 18px;
    font-weight: 300;
    text-align: center;
    margin: 0 0 30px 0;
    color: #6c6c6c;
    display: block;
    text-align: center;
}

.thankyou-wraper h2 {
    text-align: center;
    font-size: 70px;
    font-weight: 700;
    margin: 0;
    color: #cf0000;
    font-weight: bold;
    text-transform: uppercase;
}
.thankyou-wraper a{
    text-transform: uppercase;
}
/*Thankyou page start*/


.section-testimonials{
    padding: 60px 0;
    background: #fff;
}
.section-testimonials .top-hdng {
    padding-left: 66px;
}
.testi-slider-wraper {
    padding: 20px 70px 0;
}
.item-testi {
    padding-top: 30px;
}
.review-wraper {
    border: 1px solid #e3e3e3;
    text-align: left;
    -webkit-transition: 0.8s;
    -moz-transition: 0.8s;
    -ms-transition: 0.8s;
    -o-transition: 0.8s;
    transition: 0.8s;
}

/*.review-wraper:hover {
    -webkit-box-shadow: 0px 0px 11px 0px rgba(0, 0, 0, 0.4);
    -moz-box-shadow: 0px 0px 11px 0px rgba(0, 0, 0, 0.4);
    box-shadow: 0px 0px 11px 0px rgba(0, 0, 0, 0.4);
}*/
.review-wraper p:last-child{
    margin-bottom: 0;

}
.review-top {
    padding: 30px 15px 40px;
    text-align: left;
}
.quotes-icon {
    font-size: 14px;
    color: #fff;
    display: block;
    margin-bottom: 20px;
    text-align: left;
    width: 30px;
    height: 30px;
    line-height: 30px;
    background: #000;
    text-align: center;
    margin-top: -45px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
}

.review-btm {
    background: #000;
    padding: 30px 15px;
}
.review-wraper .name {
    display: block;
    font-size: 16px;
    font-weight: 400;
    color: #fff;
}

.top-icon {
    width: 50px;
    height: 50px;
    background: #fff;
    margin: -55px 0 10px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    color: #000;
    border: 2px solid #000;
    font-size: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.rating-star{
    margin-top: 5px;
}
.rating-star span{
    font-size: 15px;
    color: #e4b100;
    padding: 0 3px;
}

.testi-owl .owl-dots {
    text-align: center;
    margin-top: 30px;
}
.testi-owl .owl-dots .owl-dot {
    width: 7px;
    height: 7px;
    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;
}
.testi-owl .owl-dots .owl-dot.active {
    width: 27px;
    background-color: #cf0000;
}
.error .form-control{
    border-color: red !important;
}

.used-car-full-wrap .nice-select .list {
    max-height: 0;
}
.used-car-full-wrap .nice-select.open .list {
    max-height: 300px;
    overflow-y: auto !important;
}
.top-filter .nice-select.open .list{
    max-height: inherit;
    overflow-y: auto !important;
}

.listing-sec {
    display: flex;
    flex-wrap: wrap;
}
.listing-sec li{
    width: 50%;
    padding: 0 15px;
    font-size: 14px;
}
.list-style-1 li::before{
    width: 7px;
    height: 7px;
}

.view-all--btn {
    padding-right: 24px;
}
.ftr-terms {
    padding: 24px 0 14px;
    font-size: 12px;
    line-height: 1.3;
}
.ftr-terms p{
    margin-bottom: 10px;
}
.ftr-terms p:last-child{
    margin-bottom: 10px;
}
.ftr-terms p a{
    text-decoration: underline;
}
.ftr-terms p a:hover{
    text-decoration: none;
}

.select--engine{
    padding: 100px 0;
}
.select--engine .accordion-wraper{
    padding: 60px 60px;
    background: #fff;
    -webkit-box-shadow: 0px 0px 8px 3px rgba(0,0,0,0.06);
    -moz-box-shadow: 0px 0px 8px 3px rgba(0,0,0,0.06);
    box-shadow: 0px 0px 8px 3px rgba(0,0,0,0.06);
}
.select--engine .accordion-wraper .card {
    border: 0px;
    -webkit-border-radius: 0 !important;
            border-radius: 0 !important;
}
.select--engine .accordion-wraper .accordion-button {
    border: 0px;
    padding: 20px 0 !important;
    margin: 0 !important;
    font-weight: 600;
    font-size: 16px !important;
    border-radius: 0;
}


.select--engine .list-style-1{
    margin-bottom: 0;
}
.select--engine .listing-sec li{
    width: 33.33333%;
    font-size: 18px;
     line-height: 1.3;
    margin-bottom: 15px;
}
.select--engine .nice-select::after {
    border: 0 !important;
    background: url(../images/arrow.png) center center no-repeat;
    width: 12px !important;
    height: 7px !important;
    transform: rotate(360deg);
    transform-origin: initial;
}
.select--engine .nice-select.open::after {
    transform: rotate(181deg);
}
.select--engine .nice-select {
    margin-bottom: 20px;
    border-radius: 0;
    height: 45px;
    line-height: 43px;
    border: solid 1px #e8e8e8 !important;
}
.select--engine .nice-select .option{
    padding: 10px 18px;
}
.select--engine #used-detail-accordion .accordion-body{
   padding: 25px 0 9px;
}

/*MG Cyberster style start*/
.two-col-gal-row{
    row-gap: 24px;
}
.two-col-gal-row .yt--video iframe{
    width: 100%;
    height: 380px;
    display: block;
}
.two-col-gal-row .gal-item{
    height: 380px;
}

.two-col-gal-row .gallery--owl .owl-nav .owl-prev, .gallery--owl .owl-nav .owl-next{
    width: 50px !important;
    height: 50px !important;
}
.two-col-gal-row .gallery--owl .owl-nav img{
    width: 30px;
}
/*MG Cyberster style end*/
/*Snow falling effect start*/
#snow {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 9999;
    pointer-events: none;
    overflow: hidden;
    width: 100%;
    height: 100%;
    opacity: .2;
  }
  
  .flake {
    position: absolute;
  }
  /*Snow falling effect end*/

/*  Index-V2*/
.mxcontainer {
    max-width: 1920px;
    margin-left: auto;
    margin-right: auto;
    padding: 0 24px;
}
.hd-type-new-1{
    font-size: 72px;
    font-weight: 400;
    color: #000;
    margin-bottom: 30px;
    position: relative;
}
.header-v2{
    background: #000;
}
.header-v2 .classy-nav-container{
    background: #000;
    max-width: 1920px;
    margin-left: auto;
    margin-right: auto;
    padding: 0 24px;
}
.header-v2 .classy-navbar{
    padding: 0;
}
.header-v2 .classy-nav-container .classy-menu a{
    color: #fff;
    text-transform: uppercase;
}
.header-v2 .classy-nav-container .classy-menu a:hover,
.header-v2 .classy-nav-container .classy-menu a:focus {
    outline: none;
    color: var(--primary-color);
}
.header-v2 .classynav ul li.megamenu-item>a:after,
.header-v2 .classynav ul li.has-down>a:after {
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #000;
    color: #fff;
}
.header-v2 .breakpoint-off .classynav ul li .dropdown{
    background-color: rgba(0, 0, 0, 0.8);
}
.header-v2 .classy-navbar-toggler .navbarToggler span{
    background: #fff;
}
.umgsearch-block .btn-style-1{
    border-right: none;
}
.uc-slider-v2 .used-list-wrap .cell .price-cell .lft{
    padding-left: 0;
}
.uc-slider-v2 .used-list-wrap .cell .price-cell .lft sub{
    font-weight: 300;
}
.uc-slider-v2 .used-list-wrap .cell .price-cell::after{
    background: #000;
    width: 1px;
}

.section-latest-usedcars.uc-slider-v2 .container-fluid {
    width: 100%;
}
.section-latest-usedcars.uc-slider-v2 {
    overflow: hidden;
}
.section-latest-usedcars.uc-slider-v2 .owl-stage{
    padding-left: 0 !important;
    padding-right: 0 !important;
}
.section-latest-usedcars.uc-slider-v2 .used-list-wrap .cell .imgBx{
    height: auto !important;
    aspect-ratio: 307/230;
}
.section-latest-usedcars.uc-slider-v2 .top-hdng {
    padding-left: 0;
}
.section-testimonials.testi-v2 .container-fluid {
    width: 100%;
}
.section-testimonials.testi-v2 .top-hdng {
    padding-left: 0;
}
.icon-G{
    margin-bottom: 30px;
}
.r-star{
    display: inline-flex;
    gap: 5px;
    color: #508bdf;
    font-size: 18px;
    margin-bottom: 15px;
}
.review-Txt1 h6{
    margin-bottom: 0;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.2;
    color: #000;
}
.star-wraper{
    display: flex;
    gap: 8px;
    align-items: center;
    margin-bottom: 10px;
}
.star-wraper h6{
    font-size: 12px;
    font-weight: 300;
    margin-bottom: 0;
}
.star-wraper .r-star{
    margin-bottom: 0;
    font-size: 14px;
}
.testi-owl-v2-item-inner p{
    margin-bottom: 10px;
    font-size: 12px;
}
.testi-owl-v2-item-inner p b{
    font-weight: 500;
}
.testi-owl-v2-item-inner ul{
    margin: 0;
    padding: 0;
}
.testi-owl-v2-item-inner ul li{
    font-size: 12px;
    display: inline-block;
    border-right: 1px solid #000;
    padding: 0 8px;
    line-height: 1;
    font-weight: 500;
}
.testi-owl-v2-item-inner ul li:first-child{
    padding-left: 0;
}
.testi-owl-v2-item-inner ul li:last-child{
    border-right: 0;
}
.section-testimonials.testi-v2 {
    overflow: hidden;
}
.section-testimonials.testi-v2 .owl-stage{
    padding-left: 0 !important;
    padding-right: 0 !important;
}
.section-testimonials.testi-v2 .owl-prev, .section-testimonials.testi-v2 .owl-next{
    width: 26px;
    height: 26px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #787878 !important;
    border-radius: 50%;
        -webkit-transition-duration: 500ms;
    -o-transition-duration: 500ms;
    transition-duration: 500ms;
}
.section-testimonials.testi-v2 .owl-nav {
    display: flex;
    gap: 6px;
    margin-top: 26px;
}
.section-testimonials.testi-v2 .owl-nav img{
    width: 18px;
}
.section-testimonials.testi-v2 .owl-prev:hover, .section-testimonials.testi-v2 .owl-next:hover{
    border: 1px solid #000 !important;
}
.section-more-services.v2 .row{
    margin: 5px;
}
.section-more-services.v2 .more-services-col {
    padding: 5px;
}
.section-more-services.v2 .text-overlay{
    padding: 0px 30px 30px;
    bottom: 0;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}
.section-more-services.v2  .text-overlay .explore-link{
    color: #fff;
    display: flex;
    align-items: center;
    gap: 12px;
}

.footer.footer-v2 {
    background: #000;
}
.footer.footer-v2 .footer-col {
    flex: 1;
}
.footer.footer-v2 .ftr-cell h4{
    color: #fff;
    font-size: 24px;
}
.footer.footer-v2 .ftr-cell p{
    color: #fff;
}
.footer.footer-v2 .cont-links li a{
    color: #fff;
}
.footer.footer-v2 .cont-links li a:hover{
    color: #cf0000;
}
.footer.footer-v2 .ftr-menu li a{
    color: #fff;
}
.footer.footer-v2 .ftr-menu li a:hover{
    color: #cf0000;
}
.footer.footer-v2 .opening-hrs p{
    display: flex;
    flex-wrap: wrap;
}
.footer.footer-v2 .opening-hrs p span {
    flex: 1;
    flex-shrink: 0;
}
.footer.footer-v2 .get-social li a {
    font-size: 14px;
    color: #fff;
    font-weight: 300;
}
.footer.footer-v2 .get-social li a:hover{
    color: #cf0000;
}
.footer-btm-section {
    background: #100e10;
}
.footer-btm-section .footer-bottom{
    border: 0;
}
.footer.footer-v2 .footer-bottom ul li{
    color: #fff;
    border-right: 1px solid #fff;
}
.footer.footer-v2 .footer-bottom ul li:last-child{
    border-right: 0;
}
.footer.footer-v2 .footer-bottom ul li a{
    color: #fff;
}
.footer.footer-v2 .footer-bottom ul li a:hover{
    color: #cf0000;
}
.footer.footer-v2 .ftr-terms p{
    color: #fff;
}
.footer.footer-v2 .footer-col-wraper{
    gap: 24px;
}

/*Usedcar ribbon start*/
.ribbon-1 {
    position: absolute;
    top: 14px;
    left: -50px;
    width: 155px;
    height: auto;
    transform: rotate(-45deg);
    font-size: 9px;
    font-weight: 700;
    line-height: 1.1;
    text-align: center;
    color: #fff;
    background-color: #cf0000;
    border: 1px dashed #fff;
    box-shadow: 0 0 0 3px #cf0000;
    padding: 5px 10px;
    margin: 5px;
    z-index: 2;
}
.ribbon-2 {
    position: absolute;
    top: 20px;
    right: -44px;
    width: 155px;
    height: auto;
    transform: rotate(45deg);
    font-size: 9px;
    font-weight: 700;
    line-height: 1.1;
    text-align: center;
    color: #fff;
    background-color: #cf0000;
    border: 1px dashed #fff;
    box-shadow: 0 0 0 3px #cf0000;
    padding: 7px 10px;
    margin: 5px;
    z-index: 2
}
.uc-slider-wraper-1{
    position: relative;
    overflow: hidden;
}
/*Usedcar ribbon end*/