img.pick {
    display: none;
}

.convenience-store {
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

.convenience-store h4 {
    font-size: 30px;
    font-weight: 700;
    color: #fff;
    margin: 0 0 20px 0;
    text-align: center;
}

.convenience-store .btn {
    background: #f36638;
    color: #fff;
    border-radius: 5px;
    font-size: 14px;
    font-weight: 650;
    margin: 0;
    text-transform: uppercase;
    padding: 0 45px;
    height: 42px;
    line-height: 42px;
}

.convenience-store .btn:hover {
    color: #f36638;
    background: #fff;
}

.convenience-store .cell {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.convenience-store .inner {
    padding: 110px 0;
    display: flex;
    justify-content: flex-end;
}

.convenience-store .gradient-wrap {
    background: #2A7B9B;
    background: linear-gradient(90deg, rgba(42, 123, 155, 0) 0%, rgba(0, 0, 0, 1) 100%);
}

.rating-wrap {
    background: #f2f2f2;
    padding: 65px 0;
}

.rating-wrap .owl-dots {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 60px 0 0 0;
}

.rating-wrap .owl-dot {
    width: 10px;
    height: 10px;
    background: #e6e6e6 !important;
    border-radius: 50%;
}

.rating-wrap .owl-dot.active {
    background: #000000 !important;
}

.rating-wrap .cell p {
    margin: 10px 0 10px 0;
    font-size: 14px;
    color: #000;
    font-weight: 300;
}

.rating-wrap .cell .verified {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 6px;
    text-transform: uppercase;
    font-size: 10px;
    color: #000;
    letter-spacing: 2px;
}

.rating-wrap .cell span.name {
    font-size: 14px;
    color: #000;
    font-weight: 600;
    display: block;
    letter-spacing: 1px;
    margin: 10px 0 0 0;
}

.featured-cars {
    padding: 70px 0 70px 0;
}

.featured-cars h3 {
    font-size: 30px;
    color: #000;
    font-weight: 700;
    margin: 0 0 30px 0;
}

.featured-cars .cell {
    width: 100%;
    height: 100%;
    border: 1px solid #dbdbdb;
    border-radius: 20px;
    padding: 25px;
    display: flex;
    flex-direction: column;
}

.featured-cars .cell img.car {
    width: 100%;
    height: 185px;
    object-fit: cover;
    object-position: center;
    border-radius: 10px;
    margin: 0 0 15px 0;
}

.featured-cars .cell span.title {
    font-size: 18px;
    color: #000;
    font-weight: 850;
    display: block;
    width: 100%;
}

.featured-cars .cell span.title sub {
    display: block;
    font-size: 16px;
    line-height: normal;
    bottom: 0;
    font-weight: 400;
}

.featured-cars .cell span.price {
    font-size: 24px;
    font-weight: 700;
    color: #f36638;
    display: block;
    margin: 0 0 20px 0;
    width: 100%;
}

.featured-cars .cell .buttons-wrap {
    display: flex;
    flex-direction: column;
    margin-top: auto;
}

.featured-cars .cell .buttons-wrap .btn {
    background: #f36638;
    padding: 13px 0;
    font-size: 14px;
    font-weight: 650;
    color: #fff;
    text-transform: uppercase;
    margin: 0 0 10px 0;
    letter-spacing: 1px;
    border: 1px solid #f36638;
}

.featured-cars .cell .buttons-wrap .btn {
    background: #f36638;
    padding: 13px 0;
    font-size: 14px;
    font-weight: 650;
    color: #fff;
    text-transform: uppercase;
    margin: 0 0 10px 0;
    letter-spacing: 1px;
    border: 1px solid #f36638;
}

.featured-cars .cell .buttons-wrap .btn:hover {
    background: #fff;
    color: #f36638;
}

.featured-cars .cell .buttons-wrap .btn.two {
    background: none;
    color: #f36638;
}

.featured-cars .cell .buttons-wrap .btn.two:hover {
    background: #f36638;
    color: #fff;
}

.featured-cars .cell .buttons-wrap .link {
    font-size: 14px;
    font-weight: 650;
    color: #f36638;
    text-transform: uppercase;
    text-align: center;
    margin: 5px 0 0 0;
}

.featured-cars .cell .buttons-wrap .link:hover {
    text-decoration: underline;
}

.featured-cars .cell ul {
    display: flex;
    flex-direction: row;
    list-style: none;
    padding: 0;
    margin: 20px 0;
    flex-wrap: wrap;
    font-size: 14px;
    line-height: 14px;
    gap: 10px;
    width: 100%;
}

.featured-cars .cell ul li {
    width: calc(50% - 5px);
    display: flex;
    flex-direction: row;
    /* justify-content: center; */
    align-items: center;
    gap: 10px;
}

.featured-cars .owl-dots {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 45px 0 0 0;
}

.featured-cars .owl-dot {
    width: 10px;
    height: 10px;
    background: #f36638 !important;
    border-radius: 50%;
}

.featured-cars .owl-dot.active {
    background: #000 !important;
}

.get-to-know {
    padding: 0;
}

.get-to-know .cell-wrap {
    width: 100%;
    height: 100%;
    aspect-ratio: 1 / 1.40;
    display: flex;
    flex-direction: column;
}

.get-to-know .cell-wrap.tw-col {
    gap: 24px;
}

.get-to-know .cell {
    width: 100%;
    max-height: 100%;
    position: relative;
    flex: 1;
}

.get-to-know .cell img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
}

.get-to-know .cell .inner {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    padding: 0 0 40px 40px;
    /* background: url('../images/shadow.webp') 100% auto no-repeat; */
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-start;
    background-image: url('../images/shadow.webp');
    background-position: bottom left;
    background-size: 100% auto;
    background-repeat: no-repeat;
}

.get-to-know .cell .inner span {
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 650;
    color: #fff;
}

/* ------ Used car list :Start ------ */
.used-car-list {
    /* border-top: 1px solid #d6d6d6; */
    padding: 0 0 70px 0;
}

.used-car-list .top {
    color: #ffffff;
    background-color: #000000;
    padding: 20px 24px;
    margin-bottom: 24px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
}

.used-car-list .top span.title {
    font-size: 16px;
    font-weight: 550;
    color: #ffffff;
    display: table;
}

.used-car-list .top .topright {
    display: flex;
    gap: 12px;
}

.used-car-list .top .topright .nice-select {
    width: 210px;
    color: #ffffff;
    background-color: #2c2c2c;
    border-color: #2c2c2c;
    padding-left: 12px;
    padding-right: 30px;
}

.used-car-list .top .filter {
    display: none;
}

.used-car-list .inner {
    display: flex;
    flex-direction: row;
}

.used-car-list .inner .left {
    /* border-top: 1px solid #d6d6d6; */
    padding: 0px 24px;
    min-width: 310px;
}

.used-car-list .inner .left .leftinner {
    width: 100%;
    height: auto;
    background-color: #000000;
    border-radius: 10px;
    padding: 12px 12px;
    /* position: sticky; */
    /* top: 20px; */
}

.used-car-list .inner .left span.title {
    font-size: 18px;
    font-weight: 600;
    color: #ffffff;
    display: flex;
    margin: 0 0 10px 0;
}

.used-car-list .inner .left .clearBtn {
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 1px;
    line-height: 1;
    color: #ffffff;
    padding: 0px;
    margin: 0px;
    display: inline-flex;
    align-items: center;
    gap: 3px;
}

.used-car-list .inner .left .clearBtn:hover {
    color: #f36638;
}

.used-car-list .inner .left .select-style-1 .select2-container {
    width: 100% !important;
}

.used-car-list .inner .left .select-style-1 {
    margin-bottom: 7px;
}

.used-car-list .inner .left .search-btn {
    border-radius: 5px;
    background: #f36638;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: 1px;
    color: #fff;
    text-transform: uppercase;
    width: 100%;
    border: 0;
    padding: 10px 0;
}

.used-car-list .inner .left .search-btn span {
    display: block;
    font-size: 13px;
    font-weight: 500;
}

.used-car-list .inner .left .search-btn:hover {
    background: #000;
}

.used-car-list .inner .left .leftinner .leftinner-loading {
    width: 100%;
    height: 200px;
    color: #ffffff;
    background-color: transparent;
    display: flex;
    justify-content: center;
    align-items: center;
}

.used-car-list .inner .left .leftinner .leftinner-loading i {
    width: 18px;
    height: 18px;
}

.used-car-list .inner .right {
    padding-right: 24px;
    flex: 1;
}

.used-car-list .inner .right .right-cell-wrap {
    display: flex;
    flex-wrap: wrap;
    gap: 24px;
}

.used-car-list .inner .right .cell {
    width: calc(25% - 18px);
    background-color: #e5e5e5;
    border: 0;
    border-radius: 0;
    padding: 0px;
    margin: 0 0px -1px -1px;
    display: flex;
    flex-direction: column;
}

.used-car-list .inner .right .cell img.car {
    width: 100%;
    height: auto;
    object-fit: cover;
    object-position: center;
    border-radius: 0;
    margin: 0px 0px;
    /* aspect-ratio: 1 / 0.59; */
}

.used-car-list .inner .right .cell span.title {
    display: block;
    width: 100%;
    font-size: 18px;
    font-weight: 850;
    line-height: 18px;
    color: #000000;
    background-color: #efefef;
    position: relative;
    padding: 15px 40px 15px 15px;
}

.used-car-list .inner .right .cell span.title sub {
    display: block;
    font-size: 16px;
    line-height: normal;
    bottom: 0;
    font-weight: 400;
}

.used-car-list .inner .right .cell span.title sup {
    top: auto;
    font-size: 12px;
    font-weight: 400;
    line-height: normal;
    display: block;
    margin: 0 0 0 0;
}

.used-car-list .inner .right .cell span.title i {
    position: absolute;
    top: 50%;
    right: 15px;
    font-size: 20px;
    color: #dcdcdc;
    cursor: pointer;
    transform: translateY(-50%);
}

.used-car-list .inner .right .cell span.title a.active i,
.used-car-list .inner .right .cell span.title i.active,
.used-car-list .inner .right .cell span.title i:hover {
    color: #ffc107;
}

.used-car-list .inner .right .cell .price-row {
    display: flex;
    justify-content: space-between;
    padding: 20px 15px 15px 15px;
    border-top: 2px solid #d1d1d1;
}

.used-car-list .inner .right .cell .price-row span {
    flex: 1;
    display: block;
    font-size: 18px;
    font-weight: 700;
    line-height: 1;
    color: #f36638;
    padding-right: 10px;
}

.used-car-list .inner .right .cell .price-row span:last-child {
    flex-shrink: 0;
    padding-left: 24px;
    padding-right: 0px;
    border-left: 2px solid #d1d1d1;
}

.used-car-list .inner .right .cell .price-row span sup {
    font-size: 12px;
    font-weight: 400;
    line-height: normal;
    color: #000;
    display: block;
    top: 0;
    margin-bottom: 5px;
}

.used-car-list .inner .right .cell .price-row span sub {
    font-size: 12px;
    font-weight: 400;
    line-height: normal;
    color: #000;
    top: 0;
    bottom: 0;
    display: inline-block;
}

.used-car-list .inner .right .cell .txt {
    width: 100%;
    padding: 10px 15px;
    margin: 0;
    text-align: center;
    position: relative;
}

.used-car-list .inner .right .cell .txt p {
    font-size: 14px;
    font-weight: 400;
    color: #f36638;
    background-color: #ffffff;
    padding: 10px 10px;
    margin: 0;
}

/* .used-car-list .inner .right .cell p::after {
    position: absolute;
    left: 0;
    top: 5px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #f36638;
    content: '';
} */

.used-car-list .inner .right .cell .buttons-wrap {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    margin-top: auto;
    padding: 15px 15px;
}

.used-car-list .inner .right .cell .buttons-wrap .btn {
    font-size: 12px;
    font-weight: 650;
    letter-spacing: 1px;
    color: #fff;
    background: #f36638;
    border: 1px solid #f36638;
    border-radius: 5px;
    padding: 10px 0;
    margin: 0 0 10px 0;
    text-transform: uppercase;
    width: calc(50% - 3px);
}

.used-car-list .inner .right .cell .buttons-wrap .btn:hover {
    color: #ffffff;
    background: #000000;
    border-color: #000000;
}

.used-car-list .inner .right .cell .buttons-wrap .btn.two {
    color: #000000;
    background: #bbbbbb;
    border-color: #bbbbbb;
}

.used-car-list .inner .right .cell .buttons-wrap .btn.two:hover {
    color: #ffffff;
    background: #000000;
    border-color: #000000;
}

.used-car-list .inner .right .cell .buttons-wrap .link {
    font-size: 14px;
    font-weight: 650;
    color: #f36638;
    text-decoration: underline;
    text-transform: uppercase;
    text-align: center;
    margin: 5px auto auto auto;
}

.used-car-list .inner .right .cell .buttons-wrap .link:hover {
    color: #000000;
    text-decoration: none;
}

.used-car-list .inner .right .cell ul {
    list-style: none;
    padding: 20px 15px;
    margin: 0;
    font-size: 14px;
    line-height: 1;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.used-car-list .inner .right .cell ul li {
    width: calc(50% - 5px);
    display: flex;
    flex-direction: row;
    /* justify-content: center; */
    align-items: center;
    gap: 10px;
}

.select-style-1 .select2-container {
    width: 210px !important;
}

/* select2 common style: Start */
.select2-container--default .select2-selection--single {
    height: 46px;
    border: 1px solid #d6d6d6;
    border-radius: 5px;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #000;
    line-height: 44px;
    padding: 0 40px 0 20px;
    font-size: 12px;
    font-weight: 500;
    text-transform: uppercase;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 40px;
    top: 2px;
    right: 15px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
    border-color: #f4774e transparent transparent transparent;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
    outline: none !important;
    padding: 5px 10px;
    border-radius: 5px;
}

.select2-container--default .select2-results__group {
    font-size: 12px;
}

.select2-results__options {
    font-size: 12px;
}

.select2-results__option {
    padding: 10px 15px !important;
}

.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
    background-color: #f36638;
    padding: 10px 15px !important;
}

/* select2 common style: End */

.pagi-1 {
    display: flex;
    flex-direction: row;
    align-items: center;
    list-style: none;
    font-size: 14px;
    font-weight: 500;
    color: #000;
    margin: 50px auto 0 auto;
    padding: 0;
    justify-content: center;
    gap: 5px;
}

.pagi-1 a {
    width: 38px;
    height: 38px;
    border-radius: 50%;
    display: block;
    color: #000;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 38px;
}

.pagi-1 .active a,
.pagi-1 a:hover {
    background: #f36638;
    color: #fff;
}


/* ------ Used car list :End ------ */

/* .search-items-status :start */
.search-items-status {
    width: 100%;
    height: auto;
    background-color: #333333;
    padding: 15px 20px;
    margin-top: 30px;
}

.search-items-status .viewcount {
    width: 100%;
}

.search-items-status .viewcount p {
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 1px;
    color: #ffffff;
    margin-bottom: 0;
}

/* .search-items-status :end */

/* =========================================== SUBARU : Start =========================================== */
.new-list-collapse {
    position: absolute;
    left: 50%;
    top: 124px;
    z-index: 2;
    width: calc(100% - 90px);
    max-width: 1815px;
    transform: translateX(-50%);
    border-radius: 0;
}

.new-list-collapse .card-body {
    padding: 25px 55px 45px 55px;
    border-radius: 0;
    border: 0;
}

.new-car-list-wrap {}

.new-car-list-wrap .inner {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    gap: 30px;
    margin: 25px 0 0 0;
}

.new-car-list-wrap .inner .cell {
    max-width: calc(20% - 24px);
    width: 100%;
}

.new-car-list-wrap .imgBx {
    margin: 0 0 15px 0;
    /* height: 120px; */
    min-height: 120px;
    max-height: 150px;
    width: 100%;
    aspect-ratio: 1.77 / 1;
    display: flex;
    justify-content: center;
    align-items: center;
}

.new-car-list-wrap .imgBx img {
    height: 100%;
    width: 100%;
    object-fit: contain;
    object-position: center center;
}

.new-car-list-wrap .imgBx.ibx2 img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: center center;
}

.new-car-list-wrap .txtBx {
    width: 100%;
    height: auto;
}

.new-car-list-wrap .txtBx p {
    font-size: 14px;
    font-weight: 400;
}

.new-car-list-wrap .tags {
    display: flex;
    flex-direction: row;
    align-items: center;
    flex-wrap: wrap;
    gap: 5px 5px;
}

.new-car-list-wrap .tag {
    font-size: 10px;
    font-weight: 500;
    color: #0099d4;
    padding: 0 5px;
    background: #e5f5fb;
}

.new-car-list-wrap span.name {
    font-size: 20px;
    font-weight: 700;
    color: #000;
    display: block;
    margin: 5px 0 5px 0;
}

.new-car-list-wrap span.name span {
    color: #0099d4;
}

.new-car-list-wrap .price-row {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 10px;
}

.new-car-list-wrap .price-row span {
    font-size: 14px;
    color: #000;
}

.new-car-list-wrap .price-row span label {
    font-size: 16px;
    font-weight: 700;
    line-height: 1;
    color: #0099d4;
}

.new-car-list-wrap .price-row a {
    font-size: 14px;
    font-weight: 500;
    color: #000;
    display: inline-flex;
    align-items: center;
}

.new-car-list-wrap .price-row a i {
    font-size: 10px;
    margin-left: 3px;
}

.new-car-list-wrap .price-row a:hover {
    color: #0099d4;
}

.new-car-list-wrap .price-row .line {
    width: 1px;
    height: 14px;
    background: #000000;
}

.new-car-list-wrap .btm {
    margin: 15px 0 0 0;
    display: flex;
    flex-direction: row;
    gap: 20px;
}

.new-car-list-wrap .btm a {
    font-size: 14px;
    font-weight: 500;
}

.new-car-list-wrap .btm a:hover {
    text-decoration: underline;
}

.new-detai-menu {}

/* new car detail page: Start */

.new-car-detail-page {
    padding: 0 0 120px 0;
}

.new-car-detail-page .available {
    font-size: 18px;
    color: #000;
    font-weight: 400;
    margin: 15px 0 10px 0;
}

.new-car-detail-page .available span {
    color: #0099d4;
    font-weight: 500;
}

.newDetailOwl-1 .cell-wrap {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: row;
}

.newDetailOwl-1 .imgBx {
    min-height: 425px;
    min-width: 395px;
    width: 400px;
}

.newDetailOwl-1 .imgBx img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.newDetailOwl-1 .text-here {
    background: #393939;
    padding: 50px 50px 85px 50px;
    flex: 1;
}

.newDetailOwl-1 .text-here h3 {
    font-size: 34px;
    font-weight: 700;
    color: #fff;
    margin: 0 0 15px 0;
}

.newDetailOwl-1 .text-here p {
    font-size: 16px;
    font-weight: 400;
    color: #fff;
    margin: 0 0 20px 0;
}

.newDetailOwl-1 .owl-nav {
    display: flex;
    flex-direction: row;
    gap: 10px;
    position: absolute;
    left: 445px;
    bottom: 45px;
}

.newDetailOwl-1 .owl-prev,
.newDetailOwl-1 .owl-next {
    width: 28px;
    height: 28px;
    background: #0099d4 !important;
    font-size: 13px !important;
    color: #fff !important;
}

.newDetailOwl-1 .owl-prev:hover,
.newDetailOwl-1 .owl-next:hover {
    background: #fff !important;
    color: #0099d4 !important;
}

.tabStyle-1 {}

.tabStyle-1 .tab-content {
    background: #393939;
}

.tabStyle-1 .tab-pane {
    padding: 45px;
}

.tabStyle-1 .nav-tabs {
    background: #f0f0f0;
    border: 0;
}

.tabStyle-1 .tab-pane .title {
    color: #fff;
    font-size: 14px;
    display: table;
    margin: 0 0 20px 0;
    text-transform: uppercase;
    font-weight: 700;
}

.tabStyle-1 thead {
    background: #222222;
    font-size: 14px;
    color: #fff;
}

.tabStyle-1 thead th {
    padding-top: 10px;
    padding-bottom: 10px;
}

.tabStyle-1 tbody {
    color: #fff;
    font-size: 14px;
}

.tabStyle-1 tbody td {
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 5px;
    padding-right: 5px;
}

.tabStyle-1 tbody tr:nth-child(even) {
    background-color: #414141;
}

.tabStyle-1 p.note {
    font-size: 12px;
    color: #fff;
    margin: 30px 0 0 0;
}

.tabStyle-1 .nav-link {
    padding: 10px 22px;
    border: 0 !important;
    margin: 0 !important;
    border-radius: 0 !important;
    color: #000;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 500;
}

.tabStyle-1 .nav-link:hover {
    background: #dfdfdf;
}

.tabStyle-1 .nav-link.active {
    color: #fff;
    background: #393939;
}

.new-car-gallery {
    padding: 45px;
    background: #393939;
}

.new-car-gallery .nav-tabs {
    border: 0;
}

.new-car-gallery .nav-link {
    border: 0;
    border-radius: 0;
    padding: 9px 20px;
    font-weight: 700;
    font-size: 14px;
    color: #fff;
    text-transform: uppercase;
    background: #414141;
    margin: 0;
}

.new-car-gallery .nav-link.active {
    background: #0099d4;
    color: #fff;
}

.new-car-gallery .tab-pane {
    padding: 30px 0 0 0;
}

.new-car-gallery .inner {
    display: flex;
    flex-direction: row;
    gap: 24px;
    flex-wrap: wrap;
}

.new-car-gallery .inner .cell {
    width: calc(33.33% - 16px);
}

.new-car-gallery .inner .cell img {
    width: 100%;
    aspect-ratio: 1 / 0.6;
    object-fit: cover;
    object-position: center;
}

.explore-offers {
    margin-top: 20px;
    margin-bottom: 60px;
}

.explore-offers .top {
    display: flex;
    justify-content: space-between;
    gap: 20px;
    align-items: center;
}

.explore-offers .top a {
    font-size: 14px;
    color: #fff;
    font-weight: 500;
    background: #0099d4;
    border-radius: 0;
    line-height: 1;
    padding: 12px 60px;
}

.explore-offers .top a:hover {
    background: #000;
}

.explore-offers table {
    background: #000000;
    width: 100%;
    color: #fff;
    font-size: 14px;
}

.explore-offers table tr td {
    padding: 5px 20px;
}

.explore-offers table tr td:last-child {
    text-align: right;
}

.explore-offers table tr:first-child td {
    padding-top: 15px;
}

.explore-offers table tr:last-child td {
    padding-bottom: 15px;
}

.explore-offers .price-row {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 15px;
    margin: 20px 0 20px 0;
    justify-content: flex-end;
}

.explore-offers .price-row span {
    font-size: 14px;
    color: #000;
}

.explore-offers .price-row span label {
    font-size: 16px;
    color: #0099d4;
    font-weight: 700;
}

.explore-offers .price-row a {
    font-size: 14px;
    font-weight: 500;
    color: #000;
}

.explore-offers .price-row a i {
    font-size: 10px;
    margin-left: 3px;
}

.explore-offers .price-row a:hover {
    color: #0099d4;
}

.explore-offers .price-row .line {
    width: 1px;
    height: 14px;
    background: #000000;
}

.explore-offers .cell .title {
    font-size: 20px;
    font-weight: 700;
    color: #000;
    display: block;
}

.explore-offers .cell p {
    font-size: 14px;
    font-weight: 500;
    color: #000;
    display: block;
}

.explore-offers .cell .imbBx {
    margin: 20px 0 0 0;
    text-align: center;
}

.explore-offers .cell .imbBx img {
    max-width: 100%;
}


.detail-menu-row {
    background: #393939;
    position: sticky !important;
    top: 0;
    z-index: 2;
}

.newcarspecs-btns {
    width: 100%;
    height: auto;
}

.newcarspecs-btns ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.newcarspecs-btns ul li a {
    font-size: 16px;
    font-weight: 400;
    line-height: 1;
    color: #000000;
    background-color: transparent;
    border: 1px solid #000000;
    border-radius: 0;
    padding: 12px 15px;
    transition: 0.5s;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}

.newcarspecs-btns ul li a:hover {
    color: #ffffff;
    background-color: #000000;
    border-color: #000000;
}

.newcarspecs-btns ul li a.active {
    color: #ffffff;
    background-color: #0099d4;
    border-color: #0099d4;
}


/* .newcarspecs-navtabs :start */
.newcarspecs-navtabs {
    width: 100%;
    height: auto;
}

.newcarspecs-navtabs .nav-tabs.ncs-tabs {
    gap: 10px;
    margin-bottom: 50px;
    border: 0;
}

.newcarspecs-navtabs .nav-tabs.ncs-tabs .nav-item .nav-link {
    font-size: 16px;
    font-weight: 400;
    line-height: 1;
    color: #000000;
    background-color: transparent;
    border: 1px solid #000000;
    border-radius: 0;
    padding: 12px 15px;
    transition: 0.5s;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}

.newcarspecs-navtabs .nav-tabs.ncs-tabs .nav-item .nav-link:hover {
    color: #ffffff;
    background-color: #000000;
    border-color: #000000;
}

.newcarspecs-navtabs .nav-tabs.ncs-tabs .nav-item .nav-link.active {
    color: #ffffff;
    background-color: #0099d4;
    border-color: #0099d4;
}

/* .newcarspecs-navtabs :end */


.newcardetail-features {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    gap: 10px;
}

.newcardetail-features li {
    flex: 1;
}

.newcardetail-features .ncdfeature-block {
    width: 100%;
    height: 100%;
    min-height: 210px;
    color: #ffffff;
    background-color: #0099d4;
    padding: 20px 10px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    transition: 0.5s;
}

.newcardetail-features .ncdfeature-block .ncf-image {
    width: 100%;
    height: 70px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0px 15px;
    margin-bottom: 15px;
}

.newcardetail-features .ncdfeature-block .ncf-image img {
    width: auto;
    max-width: 100%;
    height: auto;
    max-height: 100%;
}

.newcardetail-features .ncdfeature-block .ncf-text {
    width: 100%;
    height: auto;
    text-align: center;
}

.newcardetail-features .ncdfeature-block .ncf-text h3 {
    font-size: 18px;
    font-weight: 400;
    margin-bottom: 0;
}

.newcardetail-features .ncdfeature-block:hover {
    color: #ffffff;
    background-color: #000000;
}

.model-lines-wrap {}

.model-lines-wrap .modellines-block {}

.model-lines-wrap .modellines-block .mlblock-left {
    width: 100%;
    height: 100%;
}

.model-lines-wrap .modellines-block .mlblock-left .mll-head {
    width: 100%;
    height: auto;
    margin-bottom: 24px;
}

.model-lines-wrap .modellines-block .mlblock-left .mll-head h2 sub {
    position: initial;
    font-size: 18px;
    font-weight: 500;
}

.model-lines-wrap .modellines-block .mlblock-left .mll-head p {
    font-size: 18px;
    font-weight: 500;
}

.model-lines-wrap .modellines-block .mlblock-left .mllist li {
    margin-bottom: 0px;
}

.model-lines-wrap .modellines-block .mlblock-right {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: flex-end;
}

.model-lines-wrap .modellines-block .mlblock-right img {
    width: auto;
    max-width: 100%;
    height: auto;
}

/* Default Desktop Styles */
.menu {
    display: flex;
    list-style: none;
    padding: 0;
    margin: 0;
    gap: 20px;
    /* Better than margin-right */
    justify-content: space-between;
    font-size: 14px;
    font-weight: 400;
    text-transform: uppercase;
}

.menu li a {
    text-decoration: none;
    color: #fff;
    padding: 14px 0;
    display: block;
    position: relative;
}

/* Mobile Dropdown Styles (under 991px) */
@media (min-width: 991px) {

    .menu li a.active::after,
    .menu li a:hover::after {
        height: 4px;
        background: #0099d4;
        content: '';
        position: absolute;
        left: 0;
        bottom: 0;
        width: 100%;
    }
}

@media (max-width: 991px) {
    .main-nav {
        height: 60px;
        width: 100%;
    }

    .menu {
        display: none;
        position: absolute;
        left: 0;
        top: 0;
    }

    .menu.mobile-select {
        display: block;
        position: relative;
        background: #393939;
    }

    .menu.mobile-select::after {
        content: "";
        width: 0;
        height: 0;
        border-left: 8px solid transparent;
        border-right: 8px solid transparent;
        border-top: 10px solid #fff;
        position: absolute;
        right: 15px;
        top: 25px;
        pointer-events: none;
    }

    .menu.mobile-select li {
        display: none;
    }

    .menu.mobile-select li:first-child {
        display: block;
        /* background: #f5f5f5; */
        /* padding: 10px; */
        /* border: 1px solid #ddd; */
        cursor: pointer;
    }

    /* Show dropdown when active */
    .menu.mobile-select.active li {
        display: block;
        /* background: #fff; */
        /* border: 1px solid #ddd; */
        border-top: none;
    }

    .menu.mobile-select li a {
        display: block;
        padding: 19px 15px;
    }
}




/* new car detail page: End */


/* =========================================== SUBARU : End =========================================== */








/* =========================================== KGM : Start =========================================== */

.kgm-featured-cars {
    padding: 0 0 110px 0;
}

.kgm-featured-cars h4 {
    font-family: 'Zuume';
    text-transform: uppercase;
    font-weight: 600;
    color: #000;
    font-size: 48px;
    margin: 0 0 35px 0;
    text-align: center;
}

.kgm-featured-cars .cell {
    border: 1px solid #dbdbdb;
    border-radius: 20px;
    padding: 0 0 20px 0;
    overflow: hidden;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
}

.kgm-featured-cars .cell img.car {
    width: 100%;
    aspect-ratio: 1 / 0.46;
    object-fit: cover;
    object-position: center;
    border-radius: 0;
    margin: 0 0 0 0;
}

.kgm-featured-cars .cell span.title {
    font-family: 'Zuume';
    font-size: 24px;
    color: #fff;
    font-weight: 600;
    display: block;
    width: 100%;
    background: #000000;
    text-transform: uppercase;
    padding: 11px 20px;
    line-height: normal;
}

.kgm-featured-cars .cell sub {
    display: block;
    font-size: 16px;
    line-height: 18px;
    bottom: 0;
    font-weight: 700;
    padding: 15px 20px;
    font-family: "skolar-sans-latin";
}

.kgm-featured-cars .cell span.price {
    font-size: 24px;
    font-weight: 900;
    color: #fff;
    display: block;
    margin: 0 0 0 0;
    padding: 12px 20px 16px 20px;
    background: #000;
    line-height: 24px;
    font-family: "skolar-sans-latin";
}

.kgm-featured-cars .cell .buttons-wrap {
    display: flex;
    flex-direction: column;
    padding: 0 20px;
    margin-top: auto;
}

.kgm-featured-cars .cell .buttons-wrap .btn {
    background: none;
    padding: 9px 0 14px 0;
    font-size: 18px;
    line-height: 18px;
    font-weight: 650;
    color: #000;
    margin: 0 0 10px 0;
    border: 1px solid #000;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    border-radius: 28px;
    font-family: "skolar-sans-latin";
}

.kgm-featured-cars .cell .buttons-wrap .btn:hover {
    background: #000;
    color: #fff;
}

.kgm-featured-cars .cell .buttons-wrap .btn img {
    position: relative;
    bottom: -2px;
}

.kgm-featured-cars .cell .buttons-wrap .btn:hover img {
    -webkit-filter: invert(100%);
    filter: invert(100%);
}

.kgm-featured-cars .cell .buttons-wrap .btn.two {
    background: #000;
    color: #fff;
}

.kgm-featured-cars .cell .buttons-wrap .btn.two:hover {
    background: none;
    color: #000;
}

.kgm-featured-cars .cell .buttons-wrap .btn.two:hover img {
    -webkit-filter: invert(100%);
    filter: invert(100%);
}

.kgm-featured-cars .cell .buttons-wrap .link {
    font-size: 18px;
    font-weight: 600;
    color: #000;
    text-align: center;
    margin: 5px 0 0 0;
    text-decoration: underline;
    font-family: "skolar-sans-latin";
}

.kgm-featured-cars .cell .buttons-wrap .link:hover {
    text-decoration: none;
}

.kgm-featured-cars .cell ul {
    font-family: "skolar-sans-latin";
    display: flex;
    flex-direction: row;
    list-style: none;
    padding: 0 20px;
    margin: 10px 0 25px 0;
    flex-wrap: wrap;
    font-size: 16px;
    line-height: 16px;
    gap: 10px;
}

.kgm-featured-cars .cell ul li {
    width: calc(50% - 5px);
    display: flex;
    flex-direction: row;
    /* justify-content: center; */
    align-items: center;
    gap: 10px;
}

.kgm-featured-cars .owl-kgm-featured {
    padding-left: 63px;
    padding-right: 63px;
}

.kgm-featured-cars .owl-nav {
    display: flex;
    flex-direction: row;
    width: 100%;
    position: absolute;
    left: 0;
    top: 50%;
    height: 0;
    justify-content: space-between;
}

.kgm-featured-cars .owl-prev,
.kgm-featured-cars .owl-next {
    width: 54px;
    height: 54px;
    border: 1px solid #000 !important;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    position: relative;
    top: -27px;
}

.kgm-featured-cars .owl-prev:hover,
.kgm-featured-cars .owl-next:hover {
    background: #000 !important;
    color: #fff !important;
}

.black-service {
    padding: 120px 0;
    margin: 0 0 75px 0;
    background: #000;
}

.black-service .top-row {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.black-service .top-row .cell {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.black-service .top-row .cell span {
    font-size: 18px;
    color: #fff;
    line-height: 18px;
    display: block;
    font-weight: 600;
    margin: 15px 0 0 0;
}

.black-service .top-row .cell:hover span {
    text-decoration: underline;
}

.black-service .bottom-row {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    gap: 24px;
    margin: 90px 0 0 0;
}

.black-service .bottom-row .cell {
    flex: 1;
    position: relative;
    cursor: pointer;
    overflow: hidden;
}

.black-service .bottom-row .cell img {
    width: 100%;
    aspect-ratio: 1 / 1;
    object-fit: cover;
    object-position: center;
    transform: scale(1);
    transition: 0.3s;
}

.black-service .bottom-row .cell:hover img {
    transform: scale(1.1);
}

.black-service .bottom-row .cell .gr-layer {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-image: url('../images/shadow.webp');
    background-size: 100% auto;
    background-position: bottom left;
    background-repeat: no-repeat;
}

.black-service .bottom-row .cell span {
    font-family: 'Zuume';
    font-size: 48px;
    line-height: 48px;
    text-transform: uppercase;
    font-weight: 600;
    color: #fff;
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    padding: 0 0 25px 30px;
}


.kgm-about {
    padding: 0 0 115px 0;
}

.kgm-about .top-sec {
    padding: 110px 0;
}

.kgm-about .img-bx {
    height: 100%;
}

.kgm-about .img-bx img {
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.kgm-about .right {
    padding-top: 40px;
    padding-bottom: 40px;
}

.kgm-about .right h1 {
    font-weight: 600;
    font-size: 48px;
    color: #000;
    margin: 0 0 15px 0;
    text-transform: uppercase;
    line-height: 44px;
    font-family: 'Zuume';
}

.kgm-about .right p {
    font-weight: 400;
    font-size: 20px;
    line-height: normal;
    color: #000;
    margin: 0 0 20px 0;
    font-family: "skolar-sans-latin";
}

.kgm-about .cell-wrap {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 24px;
}

.kgm-about .cell-wrap .cell {
    position: relative;
    overflow: hidden;
    cursor: pointer;
}

.kgm-about .cell-wrap .cell::after {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background-image: url('../images/shadow-2.webp');
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-position: top left;
    z-index: 1;
}

.kgm-about .cell-wrap .cell img {
    width: 100%;
    transition: 0.3s;
    transform: scale(1);
}

.kgm-about .cell-wrap .cell span {
    font-family: 'Zuume';
    font-size: 48px;
    line-height: 48px;
    font-weight: 600;
    text-transform: uppercase;
    color: #fff;
    position: absolute;
    left: 40px;
    top: 30px;
    z-index: 2;
}

.kgm-about .cell-wrap .cell:hover img {
    transform: scale(1.1);
}

.main-cars .main-image-cell {
    height: 768px;
    width: 100%;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    position: relative;
    background-attachment: fixed;
}

.main-cars .main-image-cell::after {
    width: 100%;
    height: 100%;
    content: '';
    background: url('../images/shadow-3.webp') left top no-repeat;
    z-index: 1;
    position: absolute;
    left: 0;
    top: 0;
}

.main-cars .main-image-cell .text {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    color: #fff;
    z-index: 2;
    padding: 150px 0 0 110px;
}

.main-cars .main-image-cell .text h2 {
    font-size: 100px;
    font-weight: 600;
    margin: 0;
    line-height: 78px;
    color: #fff;
    font-family: 'Zuume';
}

.main-cars .main-image-cell .text span {
    font-size: 30px;
    font-weight: 700;
    margin: 0;
    line-height: 30px;
    color: #fff;
    display: block;
    font-family: "skolar-sans-latin";
}

.main-cars .main-image-cell .text a {
    height: 40px;
    padding: 0 40px;
    background: #fff;
    border-radius: 20px;
    display: inline-flex;
    font-size: 18px;
    font-weight: 600;
    gap: 10px;
    flex-direction: row;
    align-items: center;
    margin: 20px 0 0 0;
    color: #000;
    font-family: "skolar-sans-latin";
}

.main-cars .main-image-cell .text a:hover {
    background: #3a3333;
    color: #fff;
}

.main-cars .main-image-cell .text a:hover img {
    -webkit-filter: invert(100%);
    filter: invert(100%);
}

.main-cars .main-image-cell .text.bottom {
    align-items: flex-start;
    justify-content: flex-end;
    display: flex;
    flex-direction: column;
    padding-top: 0;
    padding-bottom: 150px;
}

.main-cars .main-image-cell .text.bottom span {
    font-size: 36px;
    line-height: normal;
}

/* =========================================== KGM : End =========================================== */


/*Table-style-1 start*/
.table-style-1 table {
    width: 100%;
    font-size: 16px;
    line-height: 1.3;
}

.table-style-1 table thead {
    background: #d5d5d5;
}

.table-style-1 table th,
.table-style-1 table td {
    padding: 12px 15px;
}

.table-style-1 table tr:nth-child(even) {
    background: #f3f3f3;
}

.table-style-1 table strong {
    font-weight: 700;
}

.content-Pg-1 p a {
    color: #f36638;
}

.content-Pg-1 p a:hover {
    color: #000000;
    text-decoration: underline;
}

.content-Pg-1 li a {
    color: #f36638;
}

.content-Pg-1 li a:hover {
    color: #000000;
    text-decoration: underline;
}

.content-Pg-1 li {
    font-weight: 400;
}

/*News page start*/
.row-gap1 {
    row-gap: 24px;
}

.news-box {
    background: #fff;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    overflow: hidden;
    border: 1px solid #dbdbdb;
    padding: 15px;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -ms-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}

.news-image-box {
    overflow: hidden;
    position: relative;
}

.news-image {
    height: auto;
    aspect-ratio: 1.52 / 1;
    width: 100%;
    position: relative;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -ms-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    overflow: hidden;
}

.news-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -ms-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}

.news-box:hover .news-image img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
    /* IE 9 */
    transform: scale(1.1);
}

.news-desc {
    width: 100%;
    padding: 15px 0;
}

.news-item-date {
    position: absolute;
    left: 0;
    bottom: 0;
    padding: 7px 12px;
    background: #f36638;
    text-align: center;
}

.news-box .news-item-date h3 {
    font-size: 12px;
    font-weight: 400;
    color: #ffffff;
    margin-bottom: 0;
    line-height: 1;
}

.news-detail-left .news-item-date p {
    font-size: 12px;
    font-weight: 400;
    color: #ffffff;
    margin-bottom: 0;
    line-height: 1;
}

.news-desc h6 {
    font-size: 18px;
    font-weight: 600;
    color: #000000;
    margin-bottom: 10px;
}

.news-desc p {
    color: #000;
    line-height: 1.4;
    margin-bottom: 15px;
}

.news-desc p a {
    color: inherit;
    text-decoration: underline;
}

.news-desc p a:hover {
    color: inherit;
    text-decoration: none;
}

.news-desc .ndgallery {
    width: 100%;
    overflow: hidden;
}

.news-desc .ndgallery img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    transition: 0.5s;
}

.news-desc .ndgallery:hover img {
    transform: scale(1.1);
}

.rd-more {
    background: none !important;
    padding: 0;
    color: #f36638;
    border-radius: 0;
    border-bottom: 1px solid #f36638;
    font-size: 14px;
    font-weight: 600;
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
}

.rd-more:hover {
    color: #000 !important;
    border-bottom: 1px solid #000;
}

.news-detail-left h1 {
    font-size: 32px;
    font-weight: 700;
    line-height: 1.1;
    color: #000;
    margin-bottom: 20px;
}

.news-detail-left h3 {
    font-size: 27px;
    font-weight: 600;
    line-height: 1.1;
    color: #000;
    margin-bottom: 15px;
}

.news-detail-left h4 {
    font-size: 24px;
    font-weight: 600;
    line-height: 1.1;
    color: #000;
    margin-bottom: 15px;
}

.news-detail-left h5 {
    font-size: 22px;
    font-weight: 600;
    line-height: 1.1;
    color: #000;
    margin-bottom: 15px;
}

.news-detail-left h6 {
    font-size: 19px;
    font-weight: 600;
    line-height: 1.1;
    color: #000;
    margin-bottom: 15px;
}

.news-detail-left ul {
    list-style: none;
    font-size: 16px;
    font-weight: 500;
    color: #000000;
    margin: 15px 0px;
    padding: 0px;
}

.news-detail-left ul li {
    position: relative;
    padding: 0px 0 0px 25px;
    margin: 0px 0px 5px 0px;
    overflow: hidden;
}

.news-detail-left ul li::before {
    content: '\f111';
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 10px;
    position: absolute;
    top: 6px;
    left: 0;
    color: #f36638;
}

.news-right h4 {
    font-size: 22px;
    font-weight: 700;
    line-height: .89;
    text-transform: uppercase;
    margin-bottom: 20px;
}

.latestnews-block {
    width: 100%;
    height: 100%;
}

.latestnews-block .lnewsimage {
    width: 100%;
    height: auto;
    overflow: hidden;
    aspect-ratio: 1.75 / 1;
}

.latestnews-block .lnewsimage img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    transition: 0.5s;
}

.latestnews-block .lnewstext {
    margin-top: 15px;
}

.latestnews-block .lnewstext h3 {
    font-size: 18px;
    font-weight: 700;
    color: #000000;
    margin-bottom: 10px;
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
}

.latestnews-block:hover .lnewstext h3 {
    color: #f36638;
}

.latestnews-block .lnewstext h3:last-child {
    margin-bottom: 0;
}

.latestnews-block .lnewstext p {
    font-size: 16px;
    font-weight: 400;
    color: #000000;
    margin-bottom: 5px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.latestnews-block:hover .lnewsimage img {
    transform: scale(1.2);
}

.news-right-row {
    row-gap: 24px;
}

/*News page end*/

/*Owners & Servicing page start*/
.box-type-1 {
    padding: 24px;
    border-radius: 20px;
    border: 1px solid #dbdbdb;
}

.box-type-1-icon-1 {
    width: 80px;
    margin: 0 auto 20px;
}

.box-type-1 p {
    line-height: 1.39;
}

.check-btn {
    display: block;
    width: 100%;
    background: #0099d4;
    align-items: center;
    justify-content: center;
    color: #fff;
    padding: 13px;
    border-radius: 5px;
}

.check-btn.checkbox-style-1 .form-check-label {
    color: #fff;
    font-size: 15px;
}

.check-btn.checkbox-style-1 .form-check-input {
    width: 20px;
    height: 20px;
    margin: 0;
}

.white-bg-btn-row .brand-btn-2:hover {
    border: 1px solid #0099d4;
    color: #0099d4;
}

/*Owners & Servicing page end*/

.select-style-1 .nice-select {
    color: #000;
    line-height: 44px;
    padding: 0 40px 0 20px;
    font-size: 12px;
    font-weight: 500;
    text-transform: none;
}

.select-style-1 .nice-select::after {
    border-color: #f4774e transparent transparent;
    border-style: solid;
    border-width: 5px 4px 0;
    /* height: 0; */
    /* left: 50%; */
    margin-left: -4px;
    margin-top: -2px;
    position: absolute;
    top: 50%;
    width: 0;
    transform: none;
    transition: 0;
}

.select-style-1 .nice-select.open::after {
    transform: none;
    border-color: transparent transparent #888 transparent;
    border-width: 0 4px 5px;
}

/*Stripping-offer-pg start*/
.stripping-offer-pg .block-style-8 .bs8-btns .btn {
    text-transform: uppercase;
}

.btn-row3 {
    display: flex;
    gap: 12px;
}

.btn-row4 {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
}

/*Stripping-offer-pg end*/

/*December Used Car £250 off Campaign start*/
.claim-Bx {
    border: 2px solid #f36638;
    padding: 24px;
    border-radius: 15px;
    background: #f36638;
    color: #fff;
}
.why-chooseBx1 {
    text-align: center;
    border: 1px solid #e1e1e1;
    padding: 24px;
    height: 100%;
    border-radius: 10px;
}
.why-chooseBx1 span {
    display: block;
    font-size: 40px;
    line-height: 1;
    padding-bottom: 12px;
}
.why-chooseBx1 p {
    font-weight: 600;
}