/* COMMON STYLE :START */

.text-initial {
    text-transform: initial !important;
}

/* ---- Section spacing :start ---- */
.section-padding {
    padding: 60px 0px;
}
.section-margin {
    margin: 60px 0px;
}

.section-padding2 {
    padding: 100px 0px;
}
.section-margin2 {
    margin: 100px 0px;
}

.innerpg-padding {
    padding: 80px 0px;
}
/* ---- Section spacing :end ---- */

/* ---- .subhd-style-* :start ---- */
.subhd-style-1 {
    font-size: 24px;
    font-weight: 600;
    line-height: 1.3;
    color: #000000;
    margin-bottom: 15px;
}
.subhd-style-2 {
    font-size: 22px;
    font-weight: 600;
    line-height: 1.3;
    color: #000000;
    margin-bottom: 15px;
}
.subhd-style-3 {
    font-size: 20px;
    font-weight: 600;
    line-height: 1.3;
    color: #000000;
    margin-bottom: 15px;
}
/* ---- .subhd-style-* :end ---- */

/* ---- .hd-brand-* :start ---- */
.hd-brand-1 {
    font-size: 42px;
    font-weight: 700;
    line-height: 1.1;
    color: #000000;
    margin-bottom: 15px;
}

.hd-brand-2 {
    font-size: 24px;
    font-weight: 700;
    line-height: 1.1;
    color: #000000;
    margin-bottom: 15px;
}
/* ---- .hd-brand-* :end ---- */

/* ---- brand-btn-1 :start ---- */
.brand-btn-1 {
    font-size: 16px;
    font-weight: 700;
    line-height: 1;
    text-align: center;
    color: #0895d2;
    background-color: transparent;
    border: 2px solid #0895d2;
    border-radius: 100px;
    padding: 15px 24px;
    margin: 0px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    gap: 5px;
    transition: 0.5s;
}
.brand-btn-1:hover {
    color: #ffffff;
    background-color: #0895d2;
    border-color: #0895d2;
}
.brand-btn-2 {
    font-size: 16px;
    font-weight: 700;
    line-height: 1;
    text-align: center;
    color: #161718;
    background-color: transparent;
    border: 2px solid #0e3a2f;
    border-radius: 22px;
    padding: 12px 18px;
    margin: 0px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    gap: 5px;
    transition: 0.5s;
}
.brand-btn-2:hover {
    color: #ffffff;
    background-color: #0e3a2f;
    border-color: #0e3a2f;
}
/* ---- brand-btn-1 :end ---- */

/* ---- brand-btn-3 :start ---- */
.brand-btn-3 {
    font-size: 16px;
    font-weight: 700;
    line-height: 1;
    text-align: center;
    color: #fff;
    background-color: #0895d2;
    border: 2px solid #0895d2;
    border-radius: 100px;
    padding: 15px 24px;
    margin: 0px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    gap: 5px;
    transition: 0.5s;
}
.brand-btn-3:hover {
    color: #0895d2;
    background-color: transparent;
    border-color: #0895d2;
}
/* ---- brand-btn-3 :end ---- */

/* ---- brand-block-1 :start ---- */
.brand-block-1 {
    width: 100%;
    height: auto;
    text-align: center;
}
.brand-block-1 h3 {
    font-size: 24px;
    font-weight: 700;
    line-height: normal;
    color: #0e3a2f;
    margin-bottom: 10px;
}
.brand-block-1 p {
    font-size: 18px;
    font-weight: 300;
    line-height: normal;
    color: #0e3a2f;
    margin-bottom: 0px;
}
/* ---- brand-block-1 :end ---- */

/* ---- brand-block-2 :start ---- */
.brand-block-2 {
    width: 100%;
    height: 100%;
    background-color: #ffffff;
    box-shadow: 0px 0px 5.74px 1.26px rgba(0, 0, 0, 0.05);
    display: flex;
    flex-direction: column;
}
.brand-block-2 .bb2-image {
    width: 100%;
    height: auto;
    aspect-ratio: 423/252;
    flex-grow: 0;
    flex-shrink: 0;
    overflow: hidden;
}
.brand-block-2 .bb2-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    transition: 0.5s;
}
.brand-block-2 .bb2-details {
    width: 100%;
    height: 100%;
    padding: 30px 40px;
    display: flex;
    flex-direction: column;
}
.brand-block-2 .bb2-details .bb2-text {
    width: 100%;
    height: auto;
}
.brand-block-2 .bb2-details .bb2-text h3 {
    font-size: 24px;
    font-weight: 700;
    line-height: normal;
    color: #0e3a2f;
    margin-bottom: 10px;
}
.brand-block-2 .bb2-details .bb2-text p {
    font-size: 18px;
    font-weight: 300;
    line-height: normal;
    color: #0e3a2f;
    margin-bottom: 0px;
}
.brand-block-2 .bb2-details .bb2-buttons {
    width: 100%;
    height: auto;
    padding-top: 24px;
    margin-top: auto;
}
.brand-block-2 .bb2-details .bb2-buttons .btn {
    font-size: 16px;
    font-weight: 700;
    line-height: 1;
    color: #0e3a2f;
    padding: 0px;
    margin: 0px;
    display: inline-flex;
    align-items: center;
    gap: 5px;
    transition: 0.5s;
}
.brand-block-2 .bb2-details .bb2-buttons .btn:hover {
    color: #6afcb3;
}

.brand-block-2:hover .bb2-image img {
    transform: scale(1.1);
}
/* ---- brand-block-2 :end ---- */

/* ---- text-box-1 :start ---- */
.text-box-1 {
    width: 100%;
    height: auto;
    padding: 30px 30px;
    background-color: #ffffff;
    box-shadow: 0px 0px 5.74px 1.26px rgba(0, 0, 0, 0.05);
}
.text-box-1 p {
    font-size: 18px;
    font-weight: 300;
    line-height: normal;
    color: #272727;
    margin-bottom: 12px;
}
.text-box-1 .tb1-bottom {
    margin-top: 20px;
}
.text-box-1 .tb1-btn {
    font-size: 16px;
    font-weight: 700;
    line-height: 1;
    color: #0e3a2f;
    padding: 0px;
    margin: 0px;
    display: inline-flex;
    align-items: center;
    gap: 5px;
    transition: 0.5s;
}
.text-box-1 .tb1-btn:hover {
    color: #6afcb3;
}
/* ---- text-box-1 :end ---- */

/* ----- List style 1 :start ----- */
.list-style-1 {
    list-style: none;
    padding: 0px;
    margin: 15px 0px;
    font-size: 18px;
    font-weight: 300;
    color: #272727;
}
.list-style-1:first-child {
    margin-top: 0;
}
.list-style-1:last-child {
    margin-bottom: 0;
}
.list-style-1 li {
    padding: 0px 0 0px 20px;
    margin: 0px 0px 8px 0px;
    position: relative;
    overflow: hidden;
}
.list-style-1 li::before {
    content: '\f111';
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 5px;
    color: #000000;
    position: absolute;
    top: 9px;
    left: 2px;
}
.list-style-1 li:last-child {
    margin-bottom: 0;
}
.list-style-1 li > a {
    color: inherit;
    text-decoration: underline;
}
.list-style-1 li > a:hover {
    color: inherit;
    text-decoration: none;
}
/* ----- List style 1 :end ----- */

/* ---- .olist-style-1 :start ---- */
.olist-style-1 {
    list-style: none;
    margin: 15px 0px;
    font-size: 18px;
    font-weight: 400;
    color: #000000;
    margin: 10px 0px;
    padding-left: 20px;
    counter-reset: item;
}
 
.olist-style-1 > li {
    list-style: none;
    position: relative;
    margin-bottom: 8px;
}  
.olist-style-1 > li:last-child {
    margin-bottom: 0;
}  
.olist-style-1 > li::before {
    content: counters(item, ".") ".";
    counter-increment: item;
    /* font-size: 16px; */
    font-weight: 500;
    line-height: 1.3;
    color: #000000;
    position: absolute;
    top: 0;
    left: -20px;
}
/* .olist-style-1 >li:nth-child(-n+9):before {
    content: '0'counters(item, ".") ".";
} */
.olist-style-1 > li ol:first-of-type {
    counter-reset: item;
}
/* li:nth-child(-n+9):before {} */

.olist-style-1 > li ol {
    margin-top: 10px;
    padding-left: 50px;
}  
.olist-style-1 > li ol li::before {
    left: -50px;
}

.olist-style-1 > li ol li ol {
    padding-left: 55px;
}
.olist-style-1 > li ol li ol li::before {
    left: -55px;
}


.olist-style-1[type="A"]>li:before {
    content: counter(item, upper-alpha) '';
}
.olist-style-1[type="a"]>li:before {
    content: counter(item, lower-alpha) '';
}
.olist-style-1[type="I"]>li:before {
    content: counter(item, upper-roman) '';
}
.olist-style-1[type="i"]>li:before {
    content: counter(item, lower-roman) '';
}
/* ---- .olist-style-1 :end ---- */

/* ---- .link-s1 :start ---- */
.link-s1 {
    /* font-weight: 500; */
    color: #2b8fda;
    text-decoration: underline;
}
.link-s1:hover {
    color: #2b8fda;
    text-decoration: none;
}
/* ---- .link-s1 :end ---- */

/* ---- text-wrap-1 :start ---- */
.text-wrap-1 {
    width: 100%;
}
.text-wrap-1 .tw1-block {
    width: 100%;
    height: auto;
    margin-bottom: 40px;
}
.text-wrap-1 .tw1-block:last-child {
    margin-bottom: 0;
}
.text-wrap-1 p {
    /*font-size: 16px;
    font-weight: 400;
    line-height: 1.3;*/
    margin-bottom: 12px;
}
/* ---- text-wrap-1 :end ---- */

/* COMMON STYLE :END */

/* Usedcar details page :start */
.usedcar-details-page {}


.ucdpg-head-section {
    width: 100%;
    background-color: #000000;
    padding: 20px 0px;
}
.ucdpg-head-section .headsec-inner {
    width: 100%;
    display: flex;
    align-items: stretch;
    gap: 12px;
}
.ucdpg-head-section .uchead-back {
    border-right: 1px solid #787878;
}
.ucdpg-head-section .uchead-back {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-grow: 0;
    flex-shrink: 0;
    padding-right: 25px;
}
.ucdpg-head-section .uchead-back a {
    width: auto;
    height: auto;
    display: block;
    padding: 5px 0px;
    font-size: 16px;
    color: #ffffff;
}
.ucdpg-head-section .uchead-title {
    display: flex;
    align-items: flex-start;
    padding-left: 10px;
}
.ucdpg-head-section .uchead-title .bookmark {
    padding-top: 5px;
    padding-right: 24px;
}
.ucdpg-head-section .uchead-title .bookmark a {
    font-size: 16px;
    color: #ffffff;
    display: inline-block;
}
.ucdpg-head-section .uchead-title .bookmark .fa-solid.fa-bookmark {
    color: #db7930;
}
.ucdpg-head-section .uchead-title h1 {
    font-size: 30px;
    font-weight: 400;
    line-height: 1;
    color: #ffffff;
    margin-bottom: 0;
}
.ucdpg-head-section .uchead-title h1 sup {
    font-size: inherit;
    font-weight: 600;
    line-height: 1;
    display: block;
    position: initial;
}


.ucdpg-head-section .uchead-price {
    width: auto;
    display: inline-flex;
    margin-left: auto;
}
.ucdpg-head-section .uchead-price .hprice-block {
    height: 100%;
    flex: 1;
    /* border-right: 1px solid #6e6e6e; */
    display: flex;
    align-items: center;
}
.ucdpg-head-section .uchead-price .hprice-block:not(:last-child)::after {
    content: '';
    width: 2px;
    height: 40px;
    background-color: #626262;
    margin: auto 24px;
    flex-shrink: 0;
    flex-grow: 0;
}
.ucdpg-head-section .uchead-price .hprice-block :last-child {
    margin-bottom: 0;
}
.ucdpg-head-section .uchead-price .hprice-block h3 {
    font-size: 30px;
    font-weight: 700;
    line-height: 1;
    color: #ffffff;
    margin-bottom: 7px;
}
.ucdpg-head-section .uchead-price .hprice-block h4 {
    font-size: 18px;
    font-weight: 600;
    line-height: 1;
    color: #4f4c4c;
    margin-bottom: 7px;
    text-wrap: nowrap;
}
.ucdpg-head-section .uchead-price .hprice-block p {
    font-size: 14px;
    font-weight: 500;
    line-height: 1;
    color: #ffffff;
    margin-bottom: 4px;
    text-wrap: nowrap;
}


.ucdpg-top-section {
    width: 100%;
    margin-top: 24px;
    margin-bottom: 60px;
    overflow: hidden;
}
.ucdpg-top-section .uctdetail-right {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
}
.ucdpg-top-section .uctdetail-right .uctdright-features {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
}
.ucdpg-top-section .uctdetail-right .uctdright-features ul {
    list-style: none;
    padding: 0;
    margin: 0;
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 5px;
}
.ucdpg-top-section .uctdetail-right .uctdright-features ul li {
    width: 100%;
    font-size: 16px;
    font-weight: 500;
    line-height: 1;
    color: #000000;
    padding: 7px 15px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 12px;
}
.ucdpg-top-section .uctdetail-right .uctdright-features ul li:nth-child(even) {
    background-color: #ede9e5;
}

.ucdpg-top-section .uctdetail-right .uctdright-buttons {
    width: 100%;
    padding-top: 24px;
    margin-top: auto;
}
.ucdpg-top-section .uctdetail-right .uctdright-buttons ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}
.ucdpg-top-section .uctdetail-right .uctdright-buttons ul li {
    width: calc(50% - 10px);
    flex-shrink: 0;
    flex-grow: 0;
}
.ucdpg-top-section .uctdetail-right .uctdright-buttons .uct-btn {
    width: 100%;
    height: 45px;
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
    color: #000000;
    background: transparent;
    border: 1px solid #000000;
    padding: 0 20px;
    display: inline-flex;
    align-items: center;
    justify-content: space-between;
}
.ucdpg-top-section .uctdetail-right .uctdright-buttons .uct-btn b {
    font-weight: inherit;
}
.ucdpg-top-section .uctdetail-right .uctdright-buttons .uct-btn i {
    font-size: 12px;
    color: inherit;
}
.ucdpg-top-section .uctdetail-right .uctdright-buttons .uct-btn:hover {
    color: #ffffff;
    background: #0895d2;
    border-color: #0895d2;
}


.ucdpg-top-section .uctdetail-right .uctdright-buttons .uct-btn.btns1 {
    color: #ffffff;
    background: #000000;
    border-color: #000000;
}
.ucdpg-top-section .uctdetail-right .uctdright-buttons .uct-btn.btns1:hover {
    color: #ffffff;
    background: #0895d2;
    border-color: #0895d2;
}



.ucdpg-functions-section {
    width: 100%;
    margin-bottom: 50px;
}
.ucdpg-functions-section .functionsec-inner {
    width: 100%;
    height: auto;
}
.ucdpg-functions-section .functionsec-inner ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    justify-content: flex-start;
    align-items: stretch;
}
.ucdpg-functions-section .functionsec-inner ul li {
    width: auto;
    flex: 1;
    border-right: 1px solid #e7e7e7;
}
.ucdpg-functions-section .functionsec-inner ul li:last-child {
    border-right: 0;
}
.ucdpg-functions-section .functionsec-inner ul li .fsin-block {
    width: 100%;
    height: 100%;
    padding: 12px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.ucdpg-functions-section .functionsec-inner ul li .fsin-block a {
    font-size: 16px;
    font-weight: 500;
    color: #000000;
    text-wrap: nowrap;
    display: inline-flex;
    align-items: center;
}
.ucdpg-functions-section .functionsec-inner ul li .fsin-block a img {
    margin-right: 7px;
}
.ucdpg-functions-section .functionsec-inner ul li .fsin-block a i {
    font-size: 14px;
    margin-left: 5px;
    margin-top: 2px;
}
.ucdpg-functions-section .functionsec-inner ul li .fsin-block a:hover {
    color: #0895d2;
}

.ucdpg-functions-section .functionsec-inner ul li .fsin-block h4 {
    font-size: 30px;
    font-weight: 500;
    color: #000000;
    text-wrap: nowrap;
    margin-bottom: 0;
}
.ucdpg-functions-section .functionsec-inner ul li .fsin-block h4 sup {
    font-size: 16px;
    font-weight: 500;
    line-height: 1;
    display: block;
    position: initial;
}
.ucdpg-functions-section .functionsec-inner ul li .fsin-block h4 a {
    font-size: inherit;
}



.ucdpg-details-section {
    width: 100%;
    /* border-top: 1px solid #dcdbdb; */
    /* border-bottom: 1px solid #dcdbdb; */
}
.ucdpg-details-section .detailsec-inner {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: flex-start;
    border-top: 1px solid #dcdbdb;
}
.ucdpg-details-section .detailsec-inner .nav {
    width: 210px;
    height: 100%;
    flex-shrink: 0;
    flex-grow: 0;
    gap: 10px;
    border-right: 1px solid #dcdbdb;
    padding-top: 50px;
    padding-right: 60px;
    padding-bottom: 70px;
}
.ucdpg-details-section .detailsec-inner .nav .nav-link {
    font-size: 16px;
    text-align: left;
    color: #000000;
    background-color: transparent;
    border-radius: 0;
    padding: 10px 15px;
}
.ucdpg-details-section .detailsec-inner .nav .nav-link.active {
    color: #ffffff;
    background-color: #000000;
}
.ucdpg-details-section .detailsec-inner .tab-content {
    padding-top: 50px;
    padding-left: 40px;
    padding-bottom: 70px;
}

.ucdpg-details-section .detailsec-inner .ucddet-block {
    width: 100%;
    height: auto;
}
.ucdpg-details-section .detailsec-inner .ucddet-block h3 {
    font-size: 24px;
    font-weight: 700;
    color: #000000;
    margin-bottom: 12px;
}
.ucdpg-details-section .detailsec-inner .ucddet-block h6 {
    font-size: 16px;
    font-weight: 700;
    color: #000000;
    margin-bottom: 12px;
}
.ucdpg-details-section .detailsec-inner .ucddet-block p {
    font-size: 16px;
    font-weight: 400;
    color: #000000;
    margin-bottom: 12px;
}


.ucdpg-details-section .detailsec-inner .ucddet-block .detl-style-1 {
    margin: 15px 0px;
}
.ucdpg-details-section .detailsec-inner .ucddet-block .detl-style-1 ul {
    list-style: none;
    font-size: 16px;
    font-weight: 400;
    /* line-height: 1.2; */
    color: #000000;
    margin: 0px;
    padding: 0;
}
.ucdpg-details-section .detailsec-inner .ucddet-block .detl-style-1 ul li {
    position: relative;
    padding: 2px 0 2px 17px;
    margin: 0px 0px 5px 0px;
}
.ucdpg-details-section .detailsec-inner .ucddet-block .detl-style-1 ul li::before{
    content: "\f0c8";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 4px;
    color: #000000;
    position: absolute;
    top: 10px;
    left: 0;
}
.ucdpg-details-section .detailsec-inner .ucddet-block .detl-style-1 > ul > li > a {
    color: #000000;
    text-decoration: underline;
}
.ucdpg-details-section .detailsec-inner .ucddet-block .detl-style-1 > ul > li > a:hover {
    color: #000000;
    text-decoration: none;
}

.ucdpg-details-section .detailsec-inner .ucddet-block .detl-style-1.dlcol-2  > ul {
    columns: 2;
    gap: 80px;
}
.ucdpg-details-section .detailsec-inner .ucddet-block .detl-style-1.dlcol-2  > ul > li  {
    break-inside: avoid;
}

.ucdpg-details-section .detailsec-inner .ucddet-block .detl-style-1.dlcol-3  > ul {
    columns: 3;
    gap: 80px;
}
.ucdpg-details-section .detailsec-inner .ucddet-block .detl-style-1.dlcol-3  > ul > li  {
    break-inside: avoid;
}






.ucdpg-bottom-section {
    width: 100%;
}
.ucdpg-bottom-section .btminner {
    width: 100%;
    border-top: 1px solid #dcdbdb;
    border-bottom: 1px solid #dcdbdb;
}
.ucdpg-bottom-section .btminner .bbinner-border {
    border-right: 1px solid #dcdbdb;
}

.ucdpg-bottom-section .ucdlocation-block {
    width: 100%;
    padding: 50px 25px 30px 0px;
    display: flex;
    align-items: center;
    gap: 35px;

}
.ucdpg-bottom-section .ucdlocation-block .loc-map {
    width: 325px;
    height: 221px;
    flex-grow: 0;
    flex-shrink: 0;
    position: relative;
}
.ucdpg-bottom-section .ucdlocation-block .loc-map iframe {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100% !important;
    height: 100% !important;
}
.ucdpg-bottom-section .ucdlocation-block .loc-details {
    width: 100%;
    height: auto;
}
.ucdpg-bottom-section .ucdlocation-block .loc-details h3 {
    font-size: 16px;
    font-weight: 600;
    color: #000000;
    margin-bottom: 5px;
}
.ucdpg-bottom-section .ucdlocation-block .loc-details address {
    font-size: 16px;
    font-weight: 400;
    color: #000000;
    margin-bottom: 0px;
}
.ucdpg-bottom-section .ucdlocation-block .loc-details .btn-viewmap {
    min-width: 220px;
    height: 45px;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    color: #000000;
    background: transparent;
    border: 1px solid #000000;
    padding: 0 20px;
    display: inline-flex;
    align-items: center;
    justify-content: space-between;
}
.ucdpg-bottom-section .ucdlocation-block .loc-details .btn-viewmap i {
    font-size: 12px;
    color: inherit;
}
.ucdpg-bottom-section .ucdlocation-block .loc-details .btn-viewmap:hover {
    color: #ffffff;
    background: #000000;
    border-color: #000000;
}


.ucdpg-bottom-section .ucdtimming-block {
    width: 100%;
    padding: 50px 0px 30px 25px;
}
.ucdpg-bottom-section .ucdtimming-block .tbtitle {
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    color: #000000;
    margin-bottom: 12px;
    display: flex;
    align-items: center;
}
.ucdpg-bottom-section .ucdtimming-block .tbtitle img {
    margin-right: 5px;
}
.ucdpg-bottom-section .ucdtimming-block table {
    width: calc(100% - 28px);
    height: auto;
    font-size: 16px;
    font-weight: 400;
    color: #000000;
    margin-left: 28px;
    margin-bottom: 0;
}
.ucdpg-bottom-section .ucdtimming-block table>:not(caption)>*>* {
    padding: 5px 0px;
    background-color: transparent;
}
.ucdpg-bottom-section .ucdtimming-block table tr td:last-child {
    text-align: right;
}


.usedcar-details-page {}
.usedcar-details-page .approved-used-cars {
    background-color: #ffffff;
    padding: 100px 0px;
}
.usedcar-details-page .approved-used-cars .used-car-list {
    border-color: #dbd3cb;
}
.usedcar-details-page .approved-used-cars .used-car-list .title {
    color: #000000;
}
.usedcar-details-page .approved-used-cars .used-car-list .fa-bookmark:not(.fa-solid) {
    color: #000000;
}
.usedcar-details-page .approved-used-cars .used-car-list .price {
    font-weight: 500;
    color: #000000;
}
.usedcar-details-page .approved-used-cars .used-car-list .price sub {
    color: #000000;
}
.usedcar-details-page .approved-used-cars .used-car-list ul {
    font-weight: 500;
    color: #000000;
}
.usedcar-details-page .approved-used-cars .used-car-list .info {
    font-weight: 500;
    color: #000000;
}
.usedcar-details-page .approved-used-cars .btn-type-1 {
    background: #000000;
    border-color: #000000;
    min-width: auto;
}
.usedcar-details-page .approved-used-cars .btn-type-1:hover {
    color: #ffffff;
    background: #0895d2;
    border-color: #0895d2;
}
.usedcar-details-page .approved-used-cars .btn-type-1:hover i {
    color: inherit;
}
.usedcar-details-page .approved-used-cars .btn-type-1.style-2 {
    color: #000000;
    background-color: transparent;
    border-color: #000000;
}
.usedcar-details-page .approved-used-cars .btn-type-1.style-2 i {
    color: inherit;
}
.usedcar-details-page .approved-used-cars .btn-type-1.style-2:hover {
    color: #ffffff;
    background: #0895d2;
    border-color: #0895d2;
}
.usedcar-details-page .approved-used-cars .btn-type-1.style-2:hover i {
    color: inherit;
}
.usedcar-details-page .approved-used-cars .owl-carousel .owl-nav .owl-prev, 
.usedcar-details-page .approved-used-cars .owl-carousel .owl-nav .owl-next {
    color: #000000 !important;
    border-color: #dddddd !important;
}
.usedcar-details-page .approved-used-cars .owl-carousel .owl-nav .owl-prev i, 
.usedcar-details-page .approved-used-cars .owl-carousel .owl-nav .owl-next i {
    color: #000000 !important;
}
.usedcar-details-page .approved-used-cars .owl-carousel .owl-nav .owl-prev:hover, 
.usedcar-details-page .approved-used-cars .owl-carousel .owl-nav .owl-next:hover {
    background-color: #2b8fda !important;
    border-color: #2b8fda !important;
}
.usedcar-details-page .approved-used-cars .owl-carousel .owl-nav .owl-prev:hover i, 
.usedcar-details-page .approved-used-cars .owl-carousel .owl-nav .owl-next:hover i {
    color: #ffffff !important;
}

.group-used-car-slide2 {
    padding-left: 20px;
}

.group-used-car-slide2 .owl-nav {
    display: flex;
    flex-direction: row;
    gap: 10px;
    justify-content: center;
    padding: 45px 0 0 0;
}

.group-used-car-slide2 .owl-nav .owl-prev,
.group-used-car-slide2 .owl-nav .owl-next {
    width: 30px;
    height: 30px;
    border: 1px solid #fff !important;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.group-used-car-slide2 .owl-nav .owl-prev i,
.group-used-car-slide2 .owl-nav .owl-next i {
    color: #fff;
    font-size: 12px;
}

.group-used-car-slide2 .owl-nav .owl-prev:hover,
.group-used-car-slide2 .owl-nav .owl-next:hover {
    background: #fff;
}

.group-used-car-slide2 .owl-nav .owl-prev:hover i,
.group-used-car-slide2 .owl-nav .owl-next:hover i {
    color: #000000;
}
/* Usedcar details page :end */




/* =================================================================== */
/* Used car details - slider :start */
.usedcar-slider-wrap {
    width: 100%;
    height: auto;
}
.usedcar-slider-wrap .used-detail-slide {
    background-color: #dddddd;
	margin-bottom: 10px;
}
.usedcar-slider-wrap .used-detail-slide .item {
    width: 100%;
    height: auto;
    max-height: 538px;
    aspect-ratio: 708/530;
    text-align: center;
    background-color: #dddddd;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}
.usedcar-slider-wrap .used-detail-slide .item > a {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}
.usedcar-slider-wrap .used-detail-slide .item > a::before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 1;
    opacity: 0;
    transition: 0.4s;
}
.usedcar-slider-wrap .used-detail-slide .item > a::after {
    content: '\f424';
    font-family: "Font Awesome 6 Free";
    font-size: 30px;
    font-weight: 600;
    color: #ffffff;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    opacity: 0;
    transition: 0.5s;
}
.usedcar-slider-wrap .used-detail-slide .item > a.video::before {
    opacity: 0.6;
}
.usedcar-slider-wrap .used-detail-slide .item > a.video::after {
    content: '\f144';
    font-size: 32px;
    box-shadow: 0 2px 8px 1px rgba(64,60,67,0.24);
    opacity: 1;
}
.usedcar-slider-wrap .used-detail-slide .item > a:hover::before {
    opacity: 0.8;
}
.usedcar-slider-wrap .used-detail-slide .item > a:hover::after {
    opacity: 1;
}
.usedcar-slider-wrap .used-detail-slide .item .udsimg {
    width: auto;
	max-width: 100%;
    height: auto;
    max-height: 100%;
    object-fit: contain;
    object-position: center;
}
.usedcar-slider-wrap .used-detail-slide .item .sublogo {
    position: absolute;
    bottom: 15px;
    left: 15px;
    width: auto;
	max-width: 100%;
    height: auto;
    max-height: 100%;
    object-fit: contain;
    object-position: center;
}

.usedcar-slider-wrap .used-detail-thumb {
    width: 100%;
    height: auto;
}
.usedcar-slider-wrap .used-detail-thumb .item {
    width: 100%;
    height: 100px;
    text-align: center;
    background-color: #000000;
    transition: 0.5s;
    overflow: hidden;
    position: relative;
}
.usedcar-slider-wrap .used-detail-thumb .item.video::before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 1;
    opacity: 0.8;
    transition: 0.4s;
}
.usedcar-slider-wrap .used-detail-thumb .item.video::after {
    content: '\f144';
    font-family: "Font Awesome 6 Free";
    font-size: 20px;
    font-weight: 600;
    color: #ffffff;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    opacity: 1;
    transition: 0.5s;
}
.usedcar-slider-wrap .used-detail-thumb .current .item.video::before, 
.usedcar-slider-wrap .used-detail-thumb .item.video:hover::before {
    top: 4px;
    bottom: 4px;
    left: 4px;
    right: 4px;
    width: calc(100% - 8px);
    height: calc(100% - 8px);
}
.usedcar-slider-wrap .used-detail-thumb .item img {
	width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    opacity: 1;
    outline: 4px solid #000000;
    transition: 0.5s;
}
.usedcar-slider-wrap .used-detail-thumb .item:hover {
    cursor: pointer;
}
.usedcar-slider-wrap .used-detail-thumb .item:hover img {
    opacity: 0.5;
}
.usedcar-slider-wrap .used-detail-thumb .current .item img {
    opacity: 1;
    outline-offset: -4px;
}



.usedcar-slider-wrap .used-detail-thumb .owl-nav {
	position: absolute;
    left: 0;
	top: calc((100px / 2) - 20px);
    transform: translateY(-50%);
	width: 100%;
    height: 1px;
	display: flex;
	-webkit-flex-direction: row;
	    -ms-flex-direction: row;
	        flex-direction: row;
	-webkit-justify-content: space-between;
	        justify-content: space-between;
}
.usedcar-slider-wrap .used-detail-thumb .owl-nav .owl-next,
.usedcar-slider-wrap .used-detail-thumb .owl-nav .owl-prev {
	width: 25px;
	height: 40px;
    font-size: 12px !important;
    color: #ffffff !important;
	background: #000000 !important;
	top: 50%;
	position: relative;
    opacity: 0.5;
	-webkit-transition: 0.3s;
	   -moz-transition: 0.3s;
	    -ms-transition: 0.3s;
	     -o-transition: 0.3s;
	        transition: 0.3s;
}
.usedcar-slider-wrap .used-detail-thumb .owl-nav .owl-next img,
.usedcar-slider-wrap .used-detail-thumb .owl-nav .owl-prev img {
	position: relative;
	top: 0;
}
.usedcar-slider-wrap .used-detail-thumb:hover .owl-nav .owl-next,
.usedcar-slider-wrap .used-detail-thumb:hover .owl-nav .owl-prev {
    opacity: 1;
}
.usedcar-slider-wrap .used-detail-thumb .owl-nav .owl-next:hover,
.usedcar-slider-wrap .used-detail-thumb .owl-nav .owl-prev:hover {
	background: #000000 !important;
    opacity: 1;
}
.usedcar-slider-wrap .used-detail-thumb .owl-nav .owl-next.disabled,
.usedcar-slider-wrap .used-detail-thumb .owl-nav .owl-prev.disabled {
    opacity: 0;
}



.usedcar-slider-wrap .used-detail-slide .owl-nav {
	/* width: 100%;
    height: 1px;
	display: flex;
	-webkit-flex-direction: row;
	    -ms-flex-direction: row;
	        flex-direction: row;
	-webkit-justify-content: space-between;
	        justify-content: space-between; */
}
.usedcar-slider-wrap .used-detail-slide .owl-nav .owl-next,
.usedcar-slider-wrap .used-detail-slide .owl-nav .owl-prev {
    position: absolute;
	top: calc(50% - 20px);
	width: 40px;
	height: 40px;
    font-size: 16px !important;
    color: #000000 !important;
	background: #ffffff !important;
    border-radius: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 0.5;
	-webkit-transition: 0.3s;
	   -moz-transition: 0.3s;
	    -ms-transition: 0.3s;
	     -o-transition: 0.3s;
	        transition: 0.3s;
}
.usedcar-slider-wrap .used-detail-slide .owl-nav .owl-prev {
    left: 30px;
}
.usedcar-slider-wrap .used-detail-slide .owl-nav .owl-next {
    right: 30px;
}
.usedcar-slider-wrap .used-detail-slide:hover .owl-nav .owl-next,
.usedcar-slider-wrap .used-detail-slide:hover .owl-nav .owl-prev {
    opacity: 1;
}
.usedcar-slider-wrap .used-detail-slide .owl-nav .owl-next:hover,
.usedcar-slider-wrap .used-detail-slide .owl-nav .owl-prev:hover {
    color: #ffffff !important;
	background: #000000 !important;
}
.usedcar-slider-wrap .used-detail-slide .owl-nav .owl-next.disabled,
.usedcar-slider-wrap .used-detail-slide .owl-nav .owl-prev.disabled {
    pointer-events: none;
    opacity: 0.2;
}
/* Used car details - slider :end */
/* =================================================================== */

/* Inner banner section :start */
.innerbanner-section {
    width: 100%;
    height: auto;
}
.innerbanner-section .inbanner-block {
    width: 100%;
    height: auto;
    min-height: 125px;
    position: relative;
    display: flex;
    align-items: center;
}
.innerbanner-section .inbanner-block picture {
    width: 100%;
    height: auto;
}
.innerbanner-section .inbanner-block picture img {
    width: 100%;
    height: auto;
}
.innerbanner-section .owl-nav {
    position: absolute;
    left: 0;
    top: 50%;
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    /* background: red; */
    padding-left: 25px;
    padding-right: 25px;
    transform: translateY(-50%);
    transition: 0.5s;
    opacity: 0;
}
.innerbanner-section:hover .owl-nav {
    opacity: 1;
}

.innerbanner-section .owl-nav .owl-prev,
.innerbanner-section .owl-nav .owl-next {
    font-size: 26px !important;
    color: #fff !important;
    /* background: green !important; */
    transition: 0.5s;
}
.innerbanner-section .owl-nav .owl-prev:hover,
.innerbanner-section .owl-nav .owl-next:hover {
    font-size: 26px !important;
    color: #fff !important;
    /* background: green !important; */
    transform: scale(1.1);
}
/* Inner banner section :end */

/* Key Highlights: Start */
.key-highlights {
    padding: 100px 0;
}
.key-highlights .cell {
    padding: 40px 15px;
    background-color: #ffffff;
    box-shadow: 0px 0px 5.74px 1.26px rgba(0, 0, 0, 0.05);
    text-align: center;
}
.key-highlights .cell span {
    font-size: 25px;
    font-weight: 700;
}
.key-highlights .cell span sub {
    display: block;
    line-height: 1;
    bottom: 0;
    margin: 5px 0 0 0;
    font-weight: 400;
    font-size: 20px;
}
/* Key Highlights: End */

/* New car offer slide 1: Start */
.new-car-offer-slide {
    padding: 100px 0;
    margin: 100px 0 0 0;
    background: #ededed;
}
.new-car-offer-slide .hd-brand-2 {
    font-size: 32px;
}
.new-car-offer-slide .top {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-end;
    margin-bottom: 50px;
}
.new-car-offer-slide .item p {
    font-size: 16px;
    font-weight: 400;
    color: #000000;
    margin: 20px 0 20px 0;
}
.new-car-offer-slide .owl-dots,
.dot-style1 .owl-dots {
    width: 100%;
    display: flex;
    flex-direction: row;
    gap: 4px;
    justify-content: center;
    padding: 40px 0 0 0;
}
.new-car-offer-slide .owl-dots .owl-dot,
.dot-style1 .owl-dots .owl-dot {
    width: 30px;
    height: 10px;
    border-radius: 5px;
    background: rgb(175, 175, 175);
}
.new-car-offer-slide .owl-dots .owl-dot.active,
.dot-style1 .owl-dots .owl-dot.active {
    width: 40px;
    height: 10px;
    border-radius: 5px;
    background: #0e3a2f;
}
.new-car-offer-slide .item ul.st1 {
    margin: 0 0 10px 0;
    padding: 0;
    list-style: none;
    font-size: 14px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 3px 15px;
}
.new-car-offer-slide .item ul.st1 li {
    position: relative;
    padding: 0 0 0 16px;
    margin: 0 0 8px 0;
}
.new-car-offer-slide .item ul.st1 li img {
    position: absolute;
    left: 0;
    top: 2px;
    width: auto;
    height: 14px;
}
.new-car-offer-slide .item .price {
    display: block;
    font-size: 20px;
    font-weight: 400;
    margin: 0 0 15px 0;
}
.new-car-offer-slide .item .imgBx {
    width: 100%;
    height: auto;
}
.new-car-offer-slide .item .imgBx img {
    width: auto;
    max-width: 100%;
    height: auto;
}
/* Style 2 */
.new-car-offer-slide.style-2 {
    background: none;
    margin-top: 0;
}
.new-car-offer-slide.style-2 .item img {
    width: 100%;
}
.new-car-offer-slide.style-2 .item p {
    font-size: 30px;
    font-weight: 700;
}
.new-car-offer-slide.style-2 .item p sub {
    display: block;
    bottom: 0;
    margin: 5px 0 0 0;
    line-height: normal;
    font-size: 18px;
    font-weight: 400;
}
/* Style 3 */
.new-car-offer-slide.style-3 {
    background: #fff;
    margin-top: 0;
}
.new-car-offer-slide.style-3 .top {
    justify-content: center;
    text-align: center;
}
.new-car-offer-slide.style-3 .item {
    text-align: center;
}
.new-car-offer-slide.style-3 .item .cell {
    text-align: center;
    display: flex;
    justify-content: center;
}
.new-car-offer-slide.style-3 .item .cell img {
    max-width: 100%;
}
.new-car-offer-slide.style-3 .item p {
    font-size: 23px;
    font-weight: 700;
    color: #000;
    margin: 20px 0 0 0;
}
.new-car-offer-slide.style-3 .item .price {
    margin-top: 10px;
}
.new-car-offer-slide.style-3 .owl-nav {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    top: 50%;
    left: 10%;
    height: 0;
    position: absolute;
    width: 80%;
}
.new-car-offer-slide.style-3 .owl-nav .owl-prev,
.new-car-offer-slide.style-3 .owl-nav .owl-next {
    width: 46px;
    height: 46px;
    border-radius: 50%;
    background: #0e3a2f;
    color: #0e3a2f;
    margin-top: -23px;
}
.new-car-offer-slide.style-3 .owl-nav .owl-prev:hover,
.new-car-offer-slide.style-3 .owl-nav .owl-next:hover {
    background: #000;
}
.new-car-offer-slide.style-3 .owl-nav .owl-prev i,
.new-car-offer-slide.style-3 .owl-nav .owl-next i {
    color: #fff;
}
/* New car offer slide 1: End */

/* Variants slide: Start */
.new-car-offer-slide.style-4 {
    margin-top: 0;
}
.new-car-offer-slide.style-4 .item .imgBx {
    background: #fff;
    width: 100%;
}
.new-car-offer-slide.style-4 .item .imgBx img {
    width: 100%;
}
.new-car-offer-slide.style-4 .item p {
    font-size: 22px;
}
.new-car-offer-slide .item ul.st2 {
    margin: 0;
    padding: 0;
    list-style: none;
    font-size: 16px;
    color: #000;
}
.new-car-offer-slide .item ul.st2 li {
    margin: 0 0 10px 0;
    padding: 0 0 0 20px;
    position: relative;
}
.new-car-offer-slide .item ul.st2 li::after {
    width: 5px;
    height: 5px;
    border-radius: 50%;
    position: absolute;
    left: 2px;
    top: 7px;
    content: '';
    background: #0e3a2f;
}
/*  */
.new-car-offer-slide.style-4.bg-white .item .imgBx {
    background: #e7e7e7;
}
/* Variants slide: End */

/* Highlights slide: Start */
.new-car-offer-slide.style-5 {
    margin-top: 0;
    background: #fff;
}
.new-car-offer-slide.style-5 .item .imgBx {
    background: #fff;
}
.new-car-offer-slide.style-5 .item p {
    font-size: 22px;
    margin-bottom: 10px;
}
.new-car-offer-slide.style-5 .item span {
    font-size: 18px;
    line-height: 1.1;
}
.new-car-offer-slide.style-5 .item .imgBx,
.new-car-offer-slide.style-5 .item .imgBx img {
    width: 100%;
}
/* Highlights slide: End */

/* Next steps: Start */
.next-steps {
    padding: 20px 0;
    text-align: center;
    position: relative;
    z-index: 1;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.next-steps::after {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0.5;
    z-index: -1;
    content: '';
}
.next-steps .inner {
    min-height: 500px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 0 200px;
}
.next-steps .btn-wrap {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 10px;
    margin-top: 20px;
    flex-wrap: wrap;
}
.next-steps h5 {
    font-size: 35px;
    color: #fff;
    margin: 0 0 10px 0;
    padding: 0;
    font-weight: 700;
}
.next-steps p {
    font-size: 20px;
    color: #fff;
}
.next-steps .brand-btn-1 {
    border-color: #fff;
    color: #fff;
}
.next-steps .brand-btn-1:hover {
    border-color: #0e3a2f;
}
/* Next steps: End */

/* New car list page: Start */
.new-car-list-page {
    padding: 100px 0;
}
.new-car-list-page .list-wrap {
    /* max-width: 1400px; */
    margin: 0 auto;
}
/* New car list page: End */

/* ----- block-style-4 :start ----- */
.block-style-4 {
    width: 100%;
    height: 100%;
    background-color: transparent;
    border: 1px solid #0e3a2f;
    border-radius: 20px;
    padding: 24px 15px;
    overflow: hidden;
    position: relative;
    display: flex;
    flex-direction: column;
    transition: 0.5s;
}
.block-style-4 .bs4-head h3 {
    font-size: 24px;
    font-weight: 700;
    line-height: 1;
    margin-bottom: 7px;
/*    text-transform: uppercase;*/
    transition: 0.5s;
}
.block-style-4 .bs4-head h3 small{
    font-size: 75%;
    font-weight: 400;
    margin-top: 3px;
}
.block-style-4 .bs4-head h4 {
    font-weight: 300;
    font-size: 15px;
    line-height: 1;
    color: #000;
    text-transform: uppercase;
    display: block;
    bottom: 0;
    margin-bottom: 5px;
}
.block-style-4 .bs4-head h4 span {
    font-weight: 700;
    font-size: 18px;
    color: #000;
    text-transform: uppercase;
    display: inline-block;
}
.block-style-4 .bs4-head h6 {
    display: inline-block;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 1px;
    transition: 0.8s;
}
.block-style-4 .bs4-head h6 span {
    color: #ffffff;
    background-color: #2b62b3;
    border-radius: 5px;
    padding: 4px 8px;
    display: inline-block;
    font-weight: 400;
}
.block-style-4 .bs4-head h6.c1 span {
    color: #ffffff;
    background: #2b62b3;
}
.block-style-4 .bs4-head h6.c2 span {
    color: #ffffff;
    background: #00a651;
}

.block-style-4 .bs4-image {
    width: 100%;
    height: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 24px 15px;
    overflow: hidden;
}
.block-style-4 .bs4-image img {
    width: auto;
    max-width: 100%;
    height: auto;
    max-height: 100%;
    transition: 0.5s;
}

.block-style-4:hover .bs4-image img {
    transform: scale(.9);
}
.block-style-4 .bs4-buttons {
    width: 100%;
    height: auto;
    display: flex;
    gap: 10px;
    margin-top: auto;
}
.block-style-4 .bs4-buttons .btn {
    width: calc(50% - 5px);
    background: #0e3a2f;
    color: #fff;
}
.block-style-4 .bs4-buttons .btn:hover {
    color: #000000;
    background-color: transparent;
    border-color: #000000;
}
.block-style-4:hover .bs4-head h3 {
    color: #0e3a2f;
}
.block-style-4 .bs4-text .bstxt-specs {
    width: 100%;
    margin-bottom: 12px;
}
.block-style-4 .bs4-text .bstxt-specs ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}
.block-style-4 .bs4-text .bstxt-specs ul li {
    width: calc(50% - 6px);
    display: flex;
    flex-direction: column;
    gap: 8px;
}
.block-style-4 .bs4-text .bstxt-specs ul li .spico {
    width: 18px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-grow: 0;
    flex-shrink: 0;
}
.block-style-4 .bs4-text .bstxt-specs ul li .spico img {
    width: auto;
    max-width: 100%;
    height: auto;
    max-height: 100%;
}
.block-style-4 .bs4-text .bstxt-specs ul li .sptxt {
    font-size: 14px;
    font-weight: 600;
    line-height: 1;
}
/* ----- block-style-4 :end ----- */

.show-more {
    font-size: 14px;
    font-weight: 600;
    text-transform: capitalize;
    height: 44px;
    padding: 0 40px;
    display: inline-flex;
    flex-direction: row;
    align-items: center;
    border: 1px solid #b3b3b3;
    justify-content: center;
    color: #000;
    border-radius: 22px;
}
.show-more:hover {
    border: 1px solid #2b8fda;
    background: #2b8fda;
    color: #fff;
}

.top-head-in .hd-brand-1 {
    margin-bottom: 15px !important;
}
.top-head-in .hd-brand-1 sup {
    display: block;
    font-size: 20px;
    text-transform: uppercase;
    line-height: normal;
    margin-bottom: -5px;
}
.grey-block {
    background: #e7e8ec;
    padding: 20px;
    margin: 0 0 20px 0;
    border-radius: 10px;
}
.grey-block .hd {
    font-size: 20px;
    font-weight: 700;
    color: #333333;
}
.blue-border-block {
    padding: 30px;
    border: 1px solid #001e50 !important;
    border-radius: 15px;
}
/* Care cell: Start */
.care-cell {
    background: #fff;
    padding: 35px;
}
.care-cell p a {
    color: #000;
    text-decoration: underline;
}
.care-cell p a:hover {
    text-decoration: none;
}
.care-cell .top {
    padding-bottom: 30px;
}
.care-cell .split {
    padding-bottom: 25px;
}
/* Care cell: End */


.gallery-row-1 a.img-cell {
    width: 100%;
    height: 250px;
    display: block;
    overflow: hidden;
    cursor: zoom-in;
}
.gallery-row-1 a.img-cell img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    transition: 0.3s;
}
.gallery-row-1 a.img-cell:hover img {
    transform: scale(1.1);
}


/* Mega Menu - New Cars */
.breakpoint-off .classynav ul li.mega-menu-nav {
    position: static;
}

.breakpoint-off .classynav ul li.mega-menu-nav .dropdown.mega-menu-dropdown {
    width: 100%;
    left: 0;
    right: auto;
    padding: 35px 35px 35px 35px;
    background: #fff;
    box-shadow: 0 15px 50px rgba(0,0,0,0.12);
    border-top: 1px solid #e8e8e8;
    top: 100%;
    transition: opacity 0.2s ease, visibility 0s linear 0.2s, top 0.2s ease;
}

.breakpoint-off .classynav ul li.mega-menu-nav:hover .dropdown.mega-menu-dropdown,
.breakpoint-off .classynav ul li.mega-menu-nav .dropdown.mega-menu-dropdown.show {
    transition: opacity 0.2s ease, visibility 0s linear 0s, top 0.2s ease;
    opacity: 1;
    visibility: visible;
    top: 100%;
}

.mega-menu-grid {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 20px;
}

.mega-menu-card {
    text-decoration: none;
    color: #000;
    display: block;
    transition: transform 0.3s ease;
}

.classy-nav-container .classy-navbar .classynav ul li.cn-dropdown-item ul li a.mega-menu-card {
    padding: 0 !important;    
}
.classynav ul li.cn-dropdown-item ul li a:hover.mega-menu-card {
    background: none !important;    
}

.mega-menu-card:hover {
    transform: translateY(-3px);
}

.mega-menu-card .card-image {
    background: #f0f0f0;
    border-radius: 8px;
    aspect-ratio: 4/3;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    margin-bottom: 10px;
}

.mega-menu-card .card-image img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    transition: transform 0.3s ease;
    padding: 10px;
}

.mega-menu-card:hover .card-image img {
    transform: scale(1.05);
}

.mega-menu-card .card-image .placeholder-icon {
    font-size: 42px;
    font-weight: 700;
    color: rgba(0,0,0,0.12);
}

.mega-menu-card .card-name {
    font-weight: 700;
    font-size: 15px;
    color: #000;
    text-align: center;
    display: block;
}

.mega-menu-footer .btn-type-2 {
    font-size: 14px;
    padding: 0 30px;
    height: 36px;
}

.classy-nav-container .mega-menu-nav .mega-menu-top {
    width: 100%;
    margin-bottom: 20px;
    display: flex;
    gap: 20px;
}
.classy-nav-container .mega-menu-nav .mega-menu-top .mmtop-label {
    flex-grow: 0;
    flex-shrink: 0;
}
.classy-nav-container .mega-menu-nav .mega-menu-top .mmtop-label h3 {
    font-size: 24px;
    font-weight: 700;
    color: #000000;
    margin-bottom: 0px;
}
.classy-nav-container .mega-menu-nav .mega-menu-top .mmtop-buttons {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 7px;
}
.classy-nav-container .mega-menu-nav .mega-menu-top .mmtop-buttons > a.mmt-btn-1 {
    font-size: 14px;
    font-weight: 500;
    line-height: 1;
    text-align: center;
    color: #ffffff !important;
    background-color: #0895d2 !important;
    border: 2px solid #0895d2 !important;
    border-radius: 100px;
    padding: 10px 15px 10px 15px !important;
    margin: 0px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    gap: 5px;
    transition: 0.5s;
    width: auto !important;
}
.classy-nav-container .mega-menu-nav .mega-menu-top .mmtop-buttons > a.mmt-btn-1:hover {
    color: #0895d2 !important;
    background-color: transparent !important;
    border-color: #0895d2 !important;
}

.classy-nav-container .mega-menu-nav .mega-menu-top .mmtop-buttons > a.mmt-btn-1.c1 {
    color: #0895d2 !important;
    background-color: transparent !important;
    border-color: #0895d2 !important;
}
.classy-nav-container .mega-menu-nav .mega-menu-top .mmtop-buttons > a.mmt-btn-1.c1:hover {
    color: #ffffff !important;
    background-color: #0895d2 !important;
    border-color: #0895d2 !important;
}

/* Mega Menu - Mobile */
@media (max-width: 1199px) {
    .breakpoint-on .classynav ul li.mega-menu-nav .dropdown.mega-menu-dropdown {
        background: transparent;
        box-shadow: none;
        border: none;
        padding: 0;
    }
    .mega-menu-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 10px;
        padding: 15px;
    }
    .mega-menu-card .card-image {
        aspect-ratio: 3/2;
        margin-bottom: 6px;
    }
    .mega-menu-card .card-name {
        font-size: 13px;
        color: #fff;
    }
    .mega-menu-footer {
        border-top-color: #333;
    }
    .mega-menu-footer .btn-type-2 {
        font-size: 13px;
        padding: 0 20px;
        height: 32px;
        color: #fff;
        border-color: #fff;
    }
    .mega-menu-footer .btn-type-2:hover {
        color: #000;
        border-color: #8ccecf;
    }

    .classy-nav-container .mega-menu-nav .mega-menu-top {
        flex-direction: column;
        gap: 12px;
        padding: 12px 12px 0px 12px;
        margin-bottom: 0;
    }
    .classy-nav-container .mega-menu-nav .mega-menu-top .mmtop-label h3 {
        color: #ffffff;
    }
    .classy-nav-container .mega-menu-nav .mega-menu-top .mmtop-buttons {
        gap: 5px;
    }
    .classy-nav-container .mega-menu-nav .mega-menu-top .mmtop-buttons > a.mmt-btn-1 {
        font-size: 12px;
        padding: 5px 10px !important;
    }
}