.mg-body {
	margin: 0;
	padding: 0;
	font-family: 'Favorit', sans-serif;
    font-weight: 300;
}
h1, h2, h3, h4, h5, h6 {
     color:#000;
     margin-bottom: 15px;
     font-weight: 700;
     line-height: 1.2;
     font-family: 'Favorit', sans-serif;
}
.wow {
    visibility: hidden;
}
p{
    font-family: 'Favorit', sans-serif;
    font-size: 18px;
    line-height: 27px;
}
small{
    font-weight: 300;
}
p:last-child{
    margin-bottom: 0;
}
a{
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
    color: #ff0012;
}
a:hover{
    text-decoration: none;
    color: #000;
}
/* Common Button Style :start */
.mg-btn-style-1 {
    font-size: 14px;
    font-weight: 500;
    color: #ffffff;
    background-color: #000000;
    border: 0;
    border-right: 17px solid #ff0012;
    border-radius: 0;
    padding: 10px 20px;
    position: relative;
    text-transform: uppercase;
    margin-bottom: 10px;
    display: inline-block;
    text-align: center;
}
.mg-btn-style-1:last-child{
    margin-bottom: 0;
}
.mg-btn-style-1 span {
    position: relative;
    z-index: 1;
}
.mg-btn-style-1::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    background-color: #ff0012;
    width: 0;
    box-sizing: border-box;
    transition: 0.5s ease-in-out;
    z-index: 0;
}
.mg-btn-style-1 span {
    color: #ffffff;
}
.mg-btn-style-1:hover::before {
    width: 100%;
}
/* Common Button Style :end */
.heading-1 {
    font-size: 72px;
    font-weight: 300;
    color: #000;
}
.heading-2 {
    font-size: 50px;
    font-weight: 300;
    color: #000;
}
.heading-3 {
    font-size: 35px;
    font-weight: 300;
    color: #000;
}
.sub--title{
    font-size: 24px;
    font-weight: 400;
}
.sub--title2{
    font-size: 20px;
    font-weight: 400;
}
.list-new-1 {
    list-style: none;
    margin: 10px 0 0 0;
    padding: 0;
    font-size: 18px;
    font-weight: 400;
    line-height: 23px;
}
.list-new-1 li {
    padding: 0 10px 10px 22px;
    position: relative;
    list-style: none;
}
.list-new-1 li::after {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f111";
    font-size: 10px;
    color: #ff0012;
    position: absolute;
    left: 0;
    top: 0;
}
.sec-padding{
    padding: 65px 0;
}


/* header-new :start */
/* .header-new.mg .classy-nav-container .nav-brand{
	margin: 0 !important;
}
.header-top {
    background: #33414e;
}
.h-top-row{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.top-links {
    margin: 0;
    padding: 0 0px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.top-links li {
    list-style: none;
    text-decoration: none;
    padding: 0 15px;
    position: relative;
}
.top-links li::after{
    position: absolute;
    right: 0;
    top: 5px;
    width: 1px;
    height: 13px;
    background: #5c6771;
    content: "";
}
.top-links li:last-child::after{
    display: none;
}
.top-links li a {
    font-size: 14px;
    color: #fff;
    display: block;
}
.top-links li a:hover{
    color: #cd2027;
}
.top-links li a i{
	font-size: 11px;
}
.top-links li a span{
    color: #96a6b4;
    padding-right: 5px;
}
.hdr-right-btns {
    margin: 0;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.hdr-right-btns li {
    list-style: none;
    text-decoration: none;
    padding: 0;
}

.hdr-right-btns li a {
    font-size: 14px;
    color: #fff;
    display: block;
    padding: 12px 17px;
    font-weight: 300;
    text-transform: uppercase;
    background: #cd2027;
}
.hdr-right-btns li .euro-btn{
    background: #ff4b00;
}
.hdr-right-btns li .home-btn {
    background: #ff0012;
}
.hdr-right-btns li a:hover {
    background: #000;
    color: #fff;
}
.hdr-right-btns .saved-btn a {
    background: #000;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-right: 15x;
}

.hdr-right-btns .saved-btn a:hover {
    background: #cd2027;
    color: #fff;
}

.hdr-right-btns .saved-btn .badge-primary {
    width: 18px;
    height: 18px;
    font-size: 11px;
    border-radius: 0;
    margin-left: 8px;
    position: relative;
    color: #000;
    display: flex;
    align-items: center;
    justify-content: center;
}

.hdr-right-btns .saved-btn .badge-primary:before {
    right: 100%;
    top: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: transparent;
    border-width: 4px;
    margin-top: -4px;
}
.hdr-right-btns .saved-btn .badge-primary {
    background: #fff;
}
.hdr-right-btns .saved-btn .badge-primary:before {
    right: 100%;
    top: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: transparent;
    border-width: 4px;
    margin-top: -4px;
    border-right-color: #fff;
}
.header-new.mg .classy-nav-container a{
    font-size: 16px;
    font-weight: 300;
    text-transform: inherit;
} */
/* header-new :end */
.mg-logo {
    max-width: 85px;
    margin-left: 9px;
}
.mg-logo img{
    width: 100%;
    height: auto;
    display: block;
}

.section-our-models {
    padding: 100px 0 70px;
}

.model-cell{
    padding: 15px 0 30px;
    border: 1px solid #cecece;
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
}
.model-cell:hover{
    -webkit-box-shadow: 0px 0px 14px 3px rgba(0,0,0,0.11);
-moz-box-shadow: 0px 0px 14px 3px rgba(0,0,0,0.11);
box-shadow: 0px 0px 14px 3px rgba(0,0,0,0.11);
}
.model-name-wrap {
    display: flex;
    padding: 10px 25px 0;
}

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

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

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

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

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

.model-name h5 {
    font-size: 14px;
    font-weight: 300;
    color: #fff;
    margin-bottom: 0;
    background: #ff0012;
    text-align: center;
    display: inline-block;
    padding: 3px 5px;
}

.models-col {
    margin-bottom: 30px;
}
.models-col:last-child{
    margin-bottom: 0;
}
.model-image {
    margin-bottom: 10px;
    text-align: center;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -webkit-transform: translate3d(0,0, 0);
    -moz-transform: translate3d(0, 0,0);
}

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

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

/*section-our-models end*/

/*New car page start*/
.inner{
    padding: 65px 0;
}
.inner .top-hdng{
    margin-bottom: 40px;
}
.new-models-content .portfolio {
    overflow: hidden;
    display: none;
}
.newcar-filter {
    padding: 0px;
    margin: 0px 0px 30px 0px;
    text-align: left;
}

.newcar-filter li {
    display: inline-block;
    font-size: 18px;
    font-weight: 500;
    color: #000000;
    padding: 0;
    margin: 0px 15px;
    cursor: pointer;
    border-bottom: 3px solid transparent;
    -webkit-transition-duration: 500ms;
    -o-transition-duration: 500ms;
    transition-duration: 500ms;
    max-height: 100%;
    max-width: 100%;
}
.newcar-filter li:first-child{
    margin-left: 0;
}
.newcar-filter li.active,
.newcar-filter li:hover {
    border-color: #ff0012;
}
.btn-wraper {
    margin-top: 20px;
}
.new-car-pg .btn-wraper{
    padding: 0 25px;
}

.section-table-new table{
    text-align: left;
    margin: 0;
    font-size: 16px;
    font-weight: 300;
    border: 1px solid #dee2e6 !important;
}
.section-table-new .table-bordered thead td, .table-bordered thead th{
    border-bottom-width: inherit;
    border-bottom: 0;
}
.section-table-new td{
    vertical-align: middle;
    border: 1px solid #dee2e6 !important;
    font-size: 16px !important;
}
.section-table-new th{
    vertical-align: middle !important;
    border: 1px solid #dee2e6 !important;
    font-size: 16px !important;
    font-weight: 500;
}
.section-table-new .table-bordered tr:nth-child(even) {
    background-color: #f4f4f4;
}
.section-table-new tr td a{
    color: #000;
}
.section-table-new tr td a:hover{
    color: #ff0012;
}

.accordion-wraper{
    padding: 60px 60px;
    background: #fff;
}
.accessories-sec .bootstrap-select {
    width: 100% !important;
    /* background: #FFF; */
    
}
.accessories-sec .bootstrap-select .dropdown-toggle {
    padding: 0 30px 0 20px;
    height: 50px;
    line-height: 50px;
    border: 0px;
    background: #e1e1e1;
    -webkit-border-radius: 5px;
            border-radius: 5px;
    font-weight: 500;
    outline: none !important;
    box-shadow: none !important;
}
.accessories-sec .bootstrap-select .dropdown-toggle:focus {
    outline: 0 !important;
}
.accessories-sec .bootstrap-select .bs-caret {
    display: none !important;
}
.accessories-sec .bootstrap-select .dropdown-toggle::after {
    position: absolute;
    
    content: "\f078";
    font-weight: 900;
    font-size: 12px;
    font-family: "Font Awesome 5 Free";
    border: 0;
    right: 20px;
    color: #000;
}
.accessories-sec .bootstrap-select .dropdown-menu {
    padding: 0;
    border: 0px;
    margin: 0;
}
.accessories-sec .bootstrap-select .dropdown-menu a {
    padding: 4px 20px !important;
    background: #f3f3f3 !important;
    color: #282828 !important;
    font-size: 14px;
}
.accessories-sec .bootstrap-select .dropdown-menu a:hover {
    background: #ff0012 !important;
    color: #FFF !important;
}
.accordion-wraper .card {
    border: 0px;
    -webkit-border-radius: 0 !important;
            border-radius: 0 !important;
}
.accordion-wraper .card-header {
    border: 0px;
    padding: 0;
    margin: 0 !important;
}
.accordion-wraper .card-header .btn {
    background: #fff !important;
    border: 0px;
    padding: 20px 38px 20px 0;
    font-weight: 500;
    font-size: 14px;
    text-transform: uppercase;
    color: #282828;
    text-decoration: none;
    -webkit-border-radius: 0;
            border-radius: 0;
    border-bottom: 1px solid #d7d7d7;
    position: relative;
    white-space: normal;
}
.accordion-wraper .card-header .btn[aria-expanded="true"],
.accordion-wraper .card-header .btn:hover {
    color: #282828;
}
.accordion-wraper .card-header .btn i {
    position: absolute;
    right: 0;
    top: 20px;
    font-size: 12px;
    color: #7f7f7f;
    width: 22px;
    height: 22px;
    border: 1px solid #7f7f7f;
    text-align: center;
    line-height: 22px;
    -webkit-border-radius: 50%;
            border-radius: 50%;
}
.accordion-wraper .card-body {
    border-bottom: 1px solid #d7d7d7;
    padding: 30px 0;    
}
.accordion-wraper .card-body h3 {
    font-size: 16px;
    font-weight: 700;
    margin: 0 0 10px 0;
}
.accordion-wraper .card-header .btn .fa-minus {
    display: none;   
}
.accordion-wraper .card-header .btn[aria-expanded="true"] .fa-plus {
    display: none;
}
.accordion-wraper .card-header .btn[aria-expanded="true"] .fa-minus {
    display: block;
}
.gallery.sec-padding {
    padding-bottom: 35px;
}
.mg-gallery .nav{
    align-items: center;
}
.mg-gallery .nav-link {
    font-size: 18px;
    font-weight: 500;
    color: #000000;
    padding: 0;
    margin: 0px 15px;
    cursor: pointer;
    border-bottom: 3px solid transparent;
    -webkit-transition-duration: 500ms;
    -o-transition-duration: 500ms;
    transition-duration: 500ms;
    max-height: 100%;
    max-width: 100%;
    background: transparent !important;
    border-radius: 0;
}
.mg-gallery li:first-child .nav-link{
    margin-left: 0;
}
.mg-gallery .nav-link.active,
.mg-gallery .nav-link:hover {
    border-color: #ff0012;
    color: #ff0012;
}
.gallery-col-gap {
    margin-bottom: 30px;
}
.mg-gallery .gallery-block{
    position: relative;
    height: 250px;
}
.mg-gallery .gallery-block img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.mg-gallery .zoom-icon {
    position: absolute;
    bottom: 50%;
    left: 50%;
    transform: translate(-50%, 50%);
    color: #fff;
    font-size: 20px;
    transition: all .4s ease-in-out;
    -webkit-transition: .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    opacity: 0;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border-radius: 50%;
    background: #ff0012;
}
.mg-gallery .gallery-block:hover .zoom-icon{
    opacity: 1;
}

.order-online {
    background: #ff0012;
    padding:15px 30px;
    display: flex;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-justify-content: space-between;
            justify-content: space-between;
    -webkit-align-items: center;
            align-items: center;
}
.order-online strong {
    font-weight: 500;
    font-size: 22px;
    color: #fff;
}
.order-online .mg-btn-style-1{
    border-color: #fff;
}
.order-online .mg-btn-style-1::before{
    background: #fff;
}
.order-online .mg-btn-style-1 span{
    transition: 0.5s ease-in-out;
}
.order-online .mg-btn-style-1:hover span{
    color: #000;
    transition: 0.5s ease-in-out;
}

/*Offer page start*/
.offer-row {
    border-bottom: 3px solid transparent;
    padding: 40px 0;
    background: #f9f9f9;
    margin-bottom: 30px;
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
}
.offer-row:last-child{
    margin-bottom: 0;
}
.offer-row:hover{
    border-color:#ff0012 ;
}

.offer-row h2 {
    font-size: 24px;
    font-weight: 500;
    margin: 0 0 20px 0;
}
.offer-row h2 strong{
    font-weight: 500;
}
.text-cell {
    height: 100%;
    border-left: 1px solid #e9e9e9;
    padding-left: 30px;
}

.terms-c{
    padding: 40px 0;
}
.terms-c p small{
    font-weight: 300;
}
/*Offer list page End*/

/*Contact page start*/
.contact-pg.contact-us h2{
    font-weight: 400;
}
.whatsapp-btn {
    background: #25D366;
    color: #fff;
    padding: 5px 10px;
    display: inline-block;
    margin-top: 15px;
}
.whatsapp-used {
    background: #25D366;
    color: #fff;
    padding: 5px 10px;
    margin-right: 1%;
}
.whatsapp-contact {
    background: #25D366 !important;
    border-color: #2bbb61;
}
.whatsapp-contact::before {
    background-color:#2bbb61 ;
}
.mg-cont-btn{
    background: #ff0012;
}
.mg-color{
    color: #ff0012;
}
/*Contact page end*/

.main-column{
    margin-bottom: 30px;
}
.main-column:last-child{
    margin-bottom: 0;
}
.bor-box{
    padding: 15px;
    border: 1px solid #cecece;
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
}
.bor-box:hover{
    -webkit-box-shadow: 0px 0px 14px 3px rgba(0,0,0,0.11);
-moz-box-shadow: 0px 0px 14px 3px rgba(0,0,0,0.11);
box-shadow: 0px 0px 14px 3px rgba(0,0,0,0.11);
}
.img-box{
    overflow: hidden;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -webkit-transform: translate3d(0,0, 0);
    -moz-transform: translate3d(0, 0,0);
}
.img-box img{
    -webkit-transition-duration: 500ms;
    -o-transition-duration: 500ms;
    transition-duration: 500ms;
}
.bor-box:hover img {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
}
.motability-pg .offer-row{
    padding: 30px;
    border: 0 !important;
}
.breakpoint-on .classy-navbar-toggler {
    display: block;
}
.toggler-mob {
    display: none !important;
}
.toggler-mob{
    text-align: right;
}
.toggler-mob span {
    background-color: #fff;
    padding: 5px;
    width: 40px;
    height: 40px;
}
.breakpoint-on .classynav{
    padding-top: 0;
}
.mg-top-btns .mg-btn-style-1{
    margin-bottom: 0;
}
.mg-top-btns {
    display: flex;
    column-gap: 5px;
    row-gap: 5px;
    justify-content: center;
    align-items: center;
    padding: 24px 0;
    border-bottom: 1px solid #dee2e6;
    margin-bottom: 24px;
    flex-wrap: wrap;
}


.hdr-right-btns li.brands a {
    background-color: transparent;
    padding: 2px 10px;
}
.hdr-right-btns li.brands a:hover {
    background-color: #000000;
}
.hdr-right-btns li.brands a img {
    /* max-height: 31px; */
}


/* Header :start */
header .top ul.link-1 {
    background-color: transparent;
}
header .top ul.link-1 a {
    color: #ffffff;
}
header .top ul.link-1 a:hover {
    color: #dc182d !important;
    background: #ffffff;
}


.dealer-drop .dropdown-menu {
    background: #33414E;
    padding: 10px 0 10px 0;
    border-radius: 0;
    border: 0;
    margin: 0;
}
.dealer-drop .dropdown-menu .dropdown-item {
    padding: 0;
    font-size: 14px;
    font-weight: 400;
    padding: 4px 15px;
}
.dealer-drop .dropdown-menu .dropdown-item:hover {
    background-color: #fff;
    color: #ad0040;
}
header .top ul.link-2 li i.arw {
    font-size: 12px;
    position: absolute;
    right: 0;
    top: 2px;
}

.classy-nav-container {
    background-color: #ffffff;
    z-index: initial;
}
.classy-nav-container a {
    font-size: 15px;
    text-transform: none !important;
    padding: 31px 6px;
}
header .top ul.link-2 li a:hover {
    text-decoration: underline;
}
/* Header :End */

#mainBanner .owl-dots {
    bottom: 15px;
    right: 50%;
    transform: translateX(50%);
}

.mg-body .breadcrumb-style {
    margin-bottom: 0;
}

.classynav ul li ul li a:hover {
    color: #fff !important;
    background-color: #DC182D !important;
}
.used-car-list + .results-section {
    margin-bottom: 0px !important;
}

.off-clpse-tble{
    padding: 0 30px;
}

.off-clpse-tble .card.card-body {
    border: 0;
    border-radius: 0;
    margin-top: 40px;
    background: transparent;
    padding: 0;
}
.off-clpse-tble .card.card-body .accordion-wraper{
    background: transparent;
}
.more-features-row .heading-3{
    line-height: 1;
}
.section-more-features {
    background: #f1f1f1;
    /* overflow: hidden; */
}
.section-more-features:nth-child(2n) {
    background: #fff;
    text-align: right;
}
.section-more-features:nth-child(odd) .row {
    flex-direction: row-reverse;
}
/*Offer slider start*/

.offers-owlslider .offer-text-top {
    margin-bottom: 25px;
    display: flex;
    padding: 0;
}

.offers-owlslider .offer-text-top .model-name h5 {
    font-size: 14px;
    margin-top: 0;
    font-weight: 300;
    color: #fff;
    margin-bottom: 0;
    background: #ff0012;
    text-align: center;
    display: inline-block;
    padding: 3px 5px;
}

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

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

.offers-owlslider .offer-owl-box{
    border: 1px solid #cecece;
    padding: 25px;
}
.offers-owlslider .offer-owl-box .model-image {
    margin-bottom: 25px;
    text-align: center;
}

.offers-owlslider .btn-wraper{
    margin-top: 20px;
    padding: 0;
}
.offers-owlslider .list-new-1 {
    list-style: none;
    margin: 10px 0 0 0;
    padding: 0;
    font-size: 18px;
    font-weight: 400;
    line-height: 23px;
}
.offers-owlslider .list-new-1 li {
    padding: 0 10px 10px 22px;
    position: relative;
    list-style: none;
}
.offers-owlslider .list-new-1 li::after {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f111";
    font-size: 10px;
    color: #ff0012;
    position: absolute;
    left: 0;
    top: 0;
}
.offers-owlslider .owl-dots {
    text-align: center;
    margin-top: 30px;
    position: inherit;
    width: 100%;
}

.offers-owlslider .owl-dots .owl-dot {
    width: 10px;
    height: 10px;
    margin-right: 5px;
    margin-left: 5px;
    border-radius: 5px;
    background-color: #bdbdbd;
    border: 0;
    display: inline-block;
}

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

/*MG Cyberster style start*/
.two-col-gal-row{
    row-gap: 24px;
}
.two-col-gal-row .yt--video iframe{
    width: 100%;
    height: 380px;
    display: block;
}
.two-col-gal-row .gal-item{
    height: 380px;
    cursor: zoom-in;
}
.two-col-gal-row .gal-item a{
    cursor: zoom-in;
}
.two-col-gal-row .gal-item img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.two-col-gal-row .gallery--owl .owl-nav .owl-prev, .gallery--owl .owl-nav .owl-next{
    width: 50px !important;
    height: 50px !important;
}
.two-col-gal-row .gallery--owl .owl-nav img{
    width: 30px;
}

.gal-slider-owl1 .owl-dots {
    position: absolute;
    bottom: 20px;
    left: 0;
    right: 0;
    display: flex;
    justify-content: center;
    gap: 5px;

}
.gal-slider-owl1 .owl-dots .owl-dot {
    width: 10px;
    height: 10px;
    background-color: transparent;
    border: 1px solid #ffffff;
    border-radius: 100%;
    -webkit-transition: 0.5s;
       -moz-transition: 0.5s;
        -ms-transition: 0.5s;
         -o-transition: 0.5s;
            transition: 0.5s;
            outline: 0;
}
.gal-slider-owl1 .owl-dots .owl-dot:hover {
    background-color: #ffffff;
    border-color: #ffffff;
}
.gal-slider-owl1 .owl-dots .owl-dot.active {
    background-color: #ff0012;
    border-color: #ff0012;
}
/*MG Cyberster style end*/

/*Mot offer start*/
.mot-offer-section {
    padding: 20px 0 50px;
}
.offer--mot-row{
    row-gap: 30px;
}
.offer--mot-box{
    border: 1px solid #dee2e6;
    padding: 20px;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    height: 100%;
}
.mot-model-img{
    height: 210px;
}
.mot-model-img img{
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center center;
}
.offer--mot-box h2{
    font-size: 25px;
    border-top: 1px solid #dee2e6;
    padding: 20px 0 15px;
    margin-bottom: 0;
    margin-top: 20px;
}
.offer--mot-box .section-table-new table{
    table-layout: fixed;
}
.offer--mot-box th, .offer--mot-box td{
    line-height: 1.1;
    font-size: 15px !important;
}
.offer--mot-box th{
    background: #f4f4f4;
}
.offer--mot-box .btn-wraper {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    margin-top: auto;
    padding-top: 20px;
}
.offer--mot-box .btn-wraper a{
    margin-bottom: 0;
    width: calc(50% - 3px);
}
/*Mot offer end*/


/*Home models slider start*/

.latest-models-owl .lucars-block img {
    width: auto;
    height: auto;
}
.latest-models-owl .owl-stage-outer {
    filter: drop-shadow(0px 0px 10px rgb(32 33 36 / 28%));
}
.latest-models-owl .owl-nav .owl-prev, 
.latest-models-owl .owl-nav .owl-next {
    position: absolute;
    top: calc(50% - 40px);
    transform: translate(0, 50%);
    outline: none;
    font-size: 18px !important;
    -webkit-transition-duration: 500ms;
    -o-transition-duration: 500ms;
    transition-duration: 500ms;
    opacity: 1;
    visibility: visible;
}
.latest-models-owl .owl-nav .owl-prev {
    left: 0;
}
.latest-models-owl .owl-nav .owl-next {
    right: 0;
}
.latest-models-owl .owl-nav .owl-prev > span,
.latest-models-owl .owl-nav .owl-next > span {
    width: 40px;
    height: 40px;
    background-color: #ff0012;
    border-radius: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.latest-models-owl .owl-nav .owl-prev  > span img, 
.latest-models-owl .owl-nav .owl-next  > span img {
    width: auto;
    max-width: none;
    -webkit-transition: 0.5s;
       -moz-transition: 0.5s;
        -ms-transition: 0.5s;
         -o-transition: 0.5s;
            transition: 0.5s;
}
.latest-models-owl .owl-nav .owl-prev  > span img {
    margin-left: 25px;
}
.latest-models-owl .owl-nav .owl-next  > span img {
    margin-right: 25px;
}
.latest-models-owl .owl-nav .owl-prev:hover  > span img {
    margin-left: -25px;
}
.latest-models-owl .owl-nav .owl-next:hover  > span img {
    margin-right: -25px;
}
.latest-models-owl .owl-dots {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    margin-top: 30px;
}
.latest-models-owl .owl-dots .owl-dot {
    width: 7px;
    height: 7px;
    margin-right: 5px;
    border-radius: 100px;
    background-color: #999797;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -ms-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}
.latest-models-owl .owl-dots .owl-dot:hover {
    background-color: #ff0012;
}
.latest-models-owl .owl-dots .owl-dot.active {
    width: 27px;
    background-color: #ff0012;
}