/*-----------------------------------------------------------------------------------
CSS INDEX
-----------------------------------------------------------------------------------*/


/* All Plugin CSS */

@import url('bootstrap.min.css');
@import url('bootstrap-icons.min.css');
@import url('slick.css');
@import url('daterangepicker.css');
@import url('jquery-ui.min.css');
@import url('magnific-popup.css');
@import url('sm-simple.css');
@import url('sm-core-css.css');
@import url('jquery.dataTables.min.css');
@import url('responsive.dataTables.min.css');

/* All Plugin CSS */

@font-face {
    font-family: 'Clash Grotesk';
    src: url('../fonts/ClashGrotesk-Extralight.eot');
    src: local('../fonts/Clash Grotesk Extralight'), local('../fonts/ClashGrotesk-Extralight'), url('../fonts/ClashGrotesk-Extralight.eot?#iefix') format('embedded-opentype'), url('../fonts/ClashGrotesk-Extralight.woff2') format('woff2'), url('../fonts/ClashGrotesk-Extralight.woff') format('woff'), url('../fonts/ClashGrotesk-Extralight.ttf') format('truetype'), url('../fonts/ClashGrotesk-Extralight.svg#ClashGrotesk-Extralight') format('svg');
    font-weight: 200;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Clash Grotesk';
    src: url('../fonts/ClashGrotesk-Bold.eot');
    src: local('C../fonts/lash Grotesk Bold'), local('../fonts/ClashGrotesk-Bold'), url('../fonts/ClashGrotesk-Bold.eot?#iefix') format('embedded-opentype'), url('../fonts/ClashGrotesk-Bold.woff2') format('woff2'), url('../fonts/ClashGrotesk-Bold.woff') format('woff'), url('../fonts/ClashGrotesk-Bold.ttf') format('truetype'), url('../fonts/ClashGrotesk-Bold.svg#ClashGrotesk-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Clash Grotesk';
    src: url('../fonts/ClashGrotesk-Semibold.eot');
    src: local('../fonts/Clash Grotesk Semibold'), local('../fonts/ClashGrotesk-Semibold'), url('../fonts/ClashGrotesk-Semibold.eot?#iefix') format('embedded-opentype'), url('../fonts/ClashGrotesk-Semibold.woff2') format('woff2'), url('../fonts/ClashGrotesk-Semibold.woff') format('woff'), url('../fonts/ClashGrotesk-Semibold.ttf') format('truetype'), url('../fonts/ClashGrotesk-Semibold.svg#ClashGrotesk-Semibold') format('svg');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Clash Grotesk';
    src: url('../fonts/ClashGrotesk-Medium.eot');
    src: local('../fonts/Clash Grotesk Medium'), local('../fonts/ClashGrotesk-Medium'), url('../fonts/ClashGrotesk-Medium.eot?#iefix') format('embedded-opentype'), url('../fonts/ClashGrotesk-Medium.woff2') format('woff2'), url('../fonts/ClashGrotesk-Medium.woff') format('woff'), url('../fonts/ClashGrotesk-Medium.ttf') format('truetype'), url('../fonts/ClashGrotesk-Medium.svg#ClashGrotesk-Medium') format('svg');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Clash Grotesk';
    src: url('../fonts/ClashGrotesk-Regular.eot');
    src: local('../fonts/Clash Grotesk Regular'), local('../fonts/ClashGrotesk-Regular'), url('../fonts/ClashGrotesk-Regular.eot?#iefix') format('embedded-opentype'), url('../fonts/ClashGrotesk-Regular.woff2') format('woff2'), url('../fonts/ClashGrotesk-Regular.woff') format('woff'), url('../fonts/ClashGrotesk-Regular.ttf') format('truetype'), url('../fonts/ClashGrotesk-Regular.svg#ClashGrotesk-Regular') format('svg');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Clash Grotesk';
    src: url('../fonts/ClashGrotesk-Light.eot');
    src: local('../fonts/Clash Grotesk Light'), local('../fonts/ClashGrotesk-Light'), url('../fonts/ClashGrotesk-Light.eot?#iefix') format('embedded-opentype'), url('../fonts/ClashGrotesk-Light.woff2') format('woff2'), url('../fonts/ClashGrotesk-Light.woff') format('woff'), url('../fonts/ClashGrotesk-Light.ttf') format('truetype'), url('../fonts/ClashGrotesk-Light.svg#ClashGrotesk-Light') format('svg');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}


/* **********************************
Reset CSS
************************************** */

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}


/* HTML5 display-role reset for older browsers */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

body {
    line-height: 1.5;
}

ol,
ul {
    list-style: none;
}

blockquote,
q {
    quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}


/********************************
 Typography Style
******************************** */

body {
    margin: 0;
    font-family: 'Clash Grotesk';
    line-height: 1.5;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

html {
    min-height: 100%;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

h1 {
    font-size: 36px;
}

h2 {
    font-size: 30px;
}

h3 {
    font-size: 26px;
}

h4 {
    font-size: 22px;
}

h5 {
    font-size: 18px;
}

h6 {
    font-size: 16px;
}

p {
    font-size: 14px;
}

a {
    text-decoration: none;
    font-size: 14px;
}

img {
    max-width: 100%;
    height: auto;
    vertical-align: bottom;
}


/***************************
loader
*****************************/

.loaders {
    position: fixed;
    left: 0px;
    top: 0px;
    right: 0px;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background: rgba(0, 0, 0, 0.6);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.loader {
    border: 10px solid #fff;
    border-radius: 50%;
    border-top: 10px solid #F43F60;
    border-bottom: 10px solid #F43F60;
    width: 120px;
    height: 120px;
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
}

@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

.scrolltotop {
    color: #fff;
    background-color: #000;
    padding: 8px;
    position: fixed;
    line-height: 1;
    right: 15px;
    bottom: 10px;
    text-decoration: none;
    display: none;
    font-size: 24px;
    border-radius: 50%;
    height: 40px;
    width: 40px;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    z-index: 999;
    cursor: pointer;
}

.scrolltotop:hover {
    color: #fff;
    background-color: #F43F60;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.mobile-view {
    display: none;
}


/****************************
navigation
******************************/

.header-area {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    padding: 10px 0;
    z-index: 999;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.header-area.shadows {
    background: rgba(0, 0, 0, 1);
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    -webkit-box-shadow: 0px 3px 15px -3px rgba(54, 54, 54, 1);
    box-shadow: 0px 3px 15px -3px rgba(54, 54, 54, 1);
}

.navbar-brand {
    padding-top: 5px;
    margin-top: 0;
    padding-bottom: 6px;
    margin-right: 0;
    font-size: 1.25rem;
    text-decoration: none;
    white-space: nowrap;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.me-auto {
    margin-left: auto;
    margin-right: 0 !important;
}

.sm-simple {
    background: transparent;
}

.sm-simple a.highlighted,
.sm-simple a:active,
.sm-simple a:focus,
.sm-simple a:hover {
    background: transparent;
}

.sm-simple a,
.sm-simple a.highlighted,
.sm-simple a:active,
.sm-simple a:focus,
.sm-simple a:hover {
    padding: 10px 20px;
    border: none;
    color: #EDEDED;
    display: block;
    font-size: 18px;
    font-weight: 600;
    line-height: 1.5;
    -webkit-filter: contrast(1);
    filter: contrast(1);
}

.sm-simple {
    border: none;
    background: transparent;
    -webkit-box-shadow: inherit;
    box-shadow: inherit;
}

.sm-simple>li {
    border: none;
    padding-left: 15px;
}

.sm-simple ul a,
.sm-simple ul a:active,
.sm-simple ul a:focus,
.sm-simple ul a:hover {
    font-size: 14px;
    border-left: 0px solid transparent;
    color: #000;
}

.sm-simple li {
    border-top: none;
}

.sm-simple ul {
    width: 12em;
    border-radius: 8px;
    border: 1px solid #fff;
    background: #fff;
    -webkit-box-shadow: var(--bs-box-shadow) !important;
    box-shadow: var(--bs-box-shadow) !important;
}

.sm-simple ul>li {
    border: none;
}

.margintop {
    margin-top: 130px;
}

a.mobcall {
    display: none;
}

.navbar-toggler-icon {
    display: inline-block;
    width: auto;
    height: auto;
    vertical-align: middle;
    background-image: none;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
}

.navbar-toggler {
    padding: 0;
    border: none;
    font-size: 24px;
    color: #ededed;
}

.dealerslog {
    border-radius: 15px;
    background: #F43F60;
}

.dealerslog:hover {
    background: #F43F60 !important;
}

.dealerslog:focus {
    background: #F43F60 !important;
}

.useracc a {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: start;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

.useracc img {
    margin-right: 10px;
}

.location {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0 50px;
}

.location p {
    color: #EDEDED;
    font-size: 18px;
    font-weight: 600;
    line-height: normal;
    white-space: nowrap;
    -webkit-filter: contrast(1);
    filter: contrast(1);
}

.location .form-control {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: transparent;
    background-image: none;
    border-radius: 10px;
    padding: 6px 10px;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    width: 100px;
    color: #fff;
    font-size: 18px;
    font-weight: 500;
    text-align: center;
    border: 1px solid #B5B5B5;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-left: 20px;
    -webkit-filter: contrast(1);
    filter: contrast(1);
}

.location .form-control:focus {
    -webkit-box-shadow: inherit;
    box-shadow: inherit;
}

.location ::-webkit-input-placeholder {
    color: #B5B5B5;
    opacity: 1;
    /* Firefox */
}

.location ::-moz-placeholder {
    color: #B5B5B5;
    opacity: 1;
    /* Firefox */
}

.location :-ms-input-placeholder {
    color: #B5B5B5;
    opacity: 1;
    /* Firefox */
}

.location :-ms-input-placeholder {
    color: #B5B5B5;
    opacity: 1;
    /* Firefox */
}

.location ::-ms-input-placeholder {
    color: #B5B5B5;
    opacity: 1;
    /* Firefox */
}

.location ::placeholder {
    color: #B5B5B5;
    opacity: 1;
    /* Firefox */
}

.location :-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #B5B5B5;
}

.location ::-ms-input-placeholder {
    /* Microsoft Edge */
    color: #B5B5B5;
}


/* ****************************
home-banner
***************************** */

.search-area.home {
    padding-bottom: 30px !important;
}

.search-area {
    background: url('../img/home-bg.png');
    background-repeat: no-repeat;
    background-size: cover;
    padding: 200px 0 50px;
    padding-bottom: 300px;
}

.title {
    margin-bottom: 15px;
    text-align: center;
}

.title p {
    color: #EDEDED;
    font-size: 20px;
    font-weight: 500;
    line-height: normal;
    margin-bottom: 15px;
    -webkit-filter: contrast(1);
    filter: contrast(1);
}

.title h1 {
    color: #EDEDED;
    font-size: 72px;
    font-weight: 700;
    line-height: 1;
    margin-bottom: 15px;
    -webkit-filter: contrast(1);
    filter: contrast(1);
}

.title h1 span {
    color: #F43F60;
    -webkit-filter: contrast(1);
    filter: contrast(1);
}

.title h2 {
    color: #EDEDED;
    text-align: center;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 1.5;
    -webkit-filter: contrast(1);
    filter: contrast(1);
}

.el-input__wrapper {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #4B4A49;
    background-image: none;
    border-radius: 30px;
    -webkit-box-shadow: inherit;
    box-shadow: inherit;
    cursor: text;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 20px 20px;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-transition: var(--el-transition-box-shadow);
    -o-transition: var(--el-transition-box-shadow);
    transition: var(--el-transition-box-shadow);
}

.el-input__inner {
    --el-input-inner-height: inherit;
    background: none;
    border: none;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: #fff;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    font-size: 18px;
    height: auto;
    line-height: 1.2;
    outline: none;
    padding: 0;
    width: 100%;
}

.el-input__wrapper:hover {
    -webkit-box-shadow: inherit;
    box-shadow: inherit;
}

.el-input__wrapper.is-focus {
    -webkit-box-shadow: inherit;
    box-shadow: inherit;
}

.el-input-group__append,
.el-input-group__prepend {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #4B4A49;
    border-radius: 50px;
    color: #fff;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    min-height: auto;
    padding: 0;
    position: relative;
    white-space: nowrap;
    position: absolute;
    right: 7px;
    top: 5px;
    -webkit-box-shadow: none;
    box-shadow: none;
    cursor: pointer;
}

.el-input-group__append i {
    font-size: 24px;
    background: rgba(0, 0, 0, 0.50);
    border-radius: 30px;
    height: 50px;
    width: 50px;
    text-align: center;
    line-height: 50px;
}

.el-input-group--append>.el-input__wrapper {
    border-bottom-right-radius: 30px;
    border-top-right-radius: 30px;
}

.cannames {
    padding: 50px 0;
}

.cannames ul {
    -webkit-column-gap: 30px;
    -moz-column-gap: 30px;
    column-gap: 30px;
    -webkit-column-count: 5;
    -moz-column-count: 5;
    column-count: 5;
    text-align: center;
}

.cannames li {
    display: block;
    margin-bottom: 15px;
}

.cannames li a {
    display: block;
    color: #EDEDED;
    text-align: center;
    font-size: 18px;
    font-weight: 500;
    line-height: 1.2;
    border-radius: 14px;
    background: rgba(0, 0, 0, 0.50);
    padding: 16px 15px;
    width: 100%;
}


/* ************************
footer-area
************************* */

.footer-area {
    padding: 15px 0;
    background: #121111;
}

.copy p {
    color: #EDEDED;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
}

.trams {
    text-align: end;
}

.trams p {
    color: #EDEDED;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.3;
}

.trams p a {
    display: inline-block;
    color: #EDEDED;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.3;
    padding: 0 10px;
}

.footer-area .el-col {
    margin-bottom: 0;
}


/* ****************************
Search results
***************************** */

.suggest {
    padding-top: 10px;
}

.suggest .prev {
    position: absolute;
    left: -15px;
    top: 18px;
    cursor: pointer;
    z-index: 2;
}

.suggest .next {
    position: absolute;
    right: -15px;
    top: 18px;
    cursor: pointer;
    z-index: 2;
}

.items {
    text-align: center;
    width: 100%;
}

.items a.cansbtn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border: none;
    border-radius: 30px;
    background: #292929;
    color: #EDEDED;
    text-align: center;
    font-size: 15px;
    font-weight: 500;
    line-height: 1;
    padding: 12px 12px;
    cursor: pointer;
    margin: 0 10px;
}

a.cansbtn.colors {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    line-height: 1;
    padding: 8px 15px;
    cursor: pointer;
    margin: 0 10px;
}

.White {
    display: inline-block;
    border-radius: 8px;
    border: 1px solid #606060;
    background: #FFF;
    height: 24px;
    width: 24px;
    margin-left: 15px;
}

.Red {
    display: inline-block;
    border-radius: 8px;
    border: 1px solid #606060;
    background: #A21920;
    height: 24px;
    width: 24px;
    margin-left: 15px;
}

.Blue {
    display: inline-block;
    border-radius: 8px;
    border: 1px solid #606060;
    background: #00629B;
    height: 24px;
    width: 24px;
    margin-left: 15px;
}

.Silver {
    display: inline-block;
    border-radius: 8px;
    border: 1px solid #606060;
    background: -o-linear-gradient(top, #FFF 0%, #707070 100%);
    background: -webkit-gradient(linear, left top, left bottom, from(#FFF), to(#707070));
    background: linear-gradient(180deg, #FFF 0%, #707070 100%);
    height: 24px;
    width: 24px;
    margin-left: 15px;
}

.Ash {
    display: inline-block;
    border-radius: 8px;
    border: 1px solid #606060;
    background: #6A727F;
    height: 24px;
    width: 24px;
    margin-left: 15px;
}

.Black {
    display: inline-block;
    border-radius: 8px;
    border: 1px solid #606060;
    background: #000;
    height: 24px;
    width: 24px;
    margin-left: 15px;
}

.search-results {
    padding: 50px 0;
    background: #292727;
}

.carcard {
    border-radius: 25px;
    background: #444343;
    padding: 15px;
    margin-bottom: 25px;
}

.carimg {
    margin-bottom: 10px;
}

.carimg img {
    margin: 0 auto;
    text-align: center;
    width: 100%;
}

.carcon {
    margin-bottom: 10px;
}

.carcon h2 {
    color: #EDEDED;
    font-size: 18px;
    font-weight: 600;
    line-height: 1.2;
    margin-bottom: 10px;
}

.carcon h2 a {
    color: #EDEDED;
    font-size: 18px;
    font-weight: 600;
    line-height: 1.2;
    margin-bottom: 10px;
}

.carcon p {
    color: #EDEDED;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.2;
    margin-bottom: 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.carcon .el-checkbox {
    height: auto;
    margin-right: 0;
    color: #EDEDED;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    background: transparent;
    padding: 0;
}

.carprice {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 10px 0;
}

.carprice h3 {
    color: #EDEDED;
    font-size: 30px;
    font-weight: 600;
    line-height: 1.2;
    letter-spacing: -0.4px;
    text-transform: uppercase;
}

.carprice a {
    display: inline-block;
}

.carprice a i {
    display: block;
    color: #fff;
    font-size: 24px;
    height: 40px;
    width: 40px;
    border-radius: 50%;
    line-height: 40px;
    background: #292929;
    text-align: center;
}

.carcard hr {
    border-bottom: 1px solid #727272;
    opacity: 0.6;
}

.search-results .row {
    margin-top: -250px;
}


/* The container */

.chexck {
    display: block;
    position: relative;
    padding-left: 25px;
    margin-bottom: 5px;
    color: #EDEDED;
    cursor: pointer;
    font-size: 16px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}


/* Hide the browser's default checkbox */

.chexck input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}


/* Create a custom checkbox */

.checkmark {
    position: absolute;
    top: 2px;
    left: 0;
    height: 16px;
    width: 16px;
    background-color: #eee;
    border-radius: 2px;
}


/* On mouse-over, add a grey background color */

.chexck:hover input~.checkmark {
    background-color: #eee;
}


/* When the checkbox is checked, add a blue background */

.chexck input:checked~.checkmark {
    background-color: #f43f60;
    border-color: #f43f60;
}


/* Create the checkmark/indicator (hidden when not checked) */

.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}


/* Show the checkmark when checked */

.chexck input:checked~.checkmark:after {
    display: block;
}


/* Style the checkmark/indicator */

.chexck .checkmark:after {
    left: 5px;
    top: 1px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.back {
    text-align: start;
}

.back a {
    color: #EDEDED;
    font-size: 20px;
    font-weight: 500;
    line-height: 1.2;
}

.back a i {
    margin-right: 8px;
}

.slider-demo-block {
    max-width: 600px;
    margin: 0 auto;
    border-radius: 50px;
    background: #414040;
    padding: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.slider-demo-block p {
    margin: 0 10px;
    color: #EDEDED;
    font-size: 16px;
    font-weight: 500;
    line-height: 1;
    width: 100px;
}

.el-slider__button {
    height: 16px;
    width: 16px;
}

.el-slider__runway {
    height: 2px;
}

.slider-demo-block .el-slider {
    width: 370px;
}

.el-slider__button {
    background-color: #F43F60;
    border: 2px solid #F43F60;
    border-radius: 50%;
}

.el-slider__bar {
    background-color: #F43F60;
    height: 2px;
}

.el-slider__button-wrapper {
    height: auto;
    top: -12px;
    width: auto;
    z-index: 1;
}


/* modal */

.btn-close {
    width: 32px;
    height: auto;
    padding: 0;
    background: none;
    border: 0;
    border-radius: .375rem;
    opacity: 1;
}

button:focus:not(:focus-visible) {
    outline: 0;
    -webkit-box-shadow: inherit;
    box-shadow: inherit;
}

.modal-header {
    border-bottom: none;
}

.modal-content {
    border-radius: 25px;
    background: #151414;
}

.modal-title {
    color: #EDEDED;
    font-size: 22px;
    font-weight: 600;
    line-height: normal;
    text-align: center;
}

.innermodal h3 {
    color: #EDEDED;
    font-size: 25px;
    font-weight: 500;
    line-height: normal;
    letter-spacing: -0.4px;
    text-align: center;
    margin-bottom: 25px;
}

.boxs {
    border-radius: 20px;
    border: 1px solid #4A4A4A;
    background: #363636;
    padding: 25px 25px;
    text-align: center;
    margin-top: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    cursor: pointer;
}

.boxs.red {
    border: 1px solid #F43F60;
    background: #F43F60;
}

.boxs img {
    margin-right: 25px;
}

.boxs p {
    color: #EDEDED;
    text-align: center;
    font-size: 20px;
    font-weight: 600;
    line-height: normal;
    -webkit-filter: contrast(1);
    filter: contrast(1);
}

.form-control.pricebox {
    background: none;
    color: #fff;
    text-align: center;
    font-size: 60px;
    font-weight: 600;
    line-height: 1;
    border: none;
    background: transparent;
    margin-bottom: 25px
}

.form-control:focus {
    outline: 0;
    -webkit-box-shadow: inherit;
    box-shadow: inherit;
}

.innermodal p {
    color: #FFF;
    font-size: 18px;
    font-weight: 400;
    line-height: 25px;
    text-align: center;
    margin-bottom: 35px;
}

.modalfrom .form-control {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: transparent;
    background-image: none;
    border-radius: 12px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 12px 20px;
    border: 1px solid rgba(255, 255, 255, 0.20);
    color: #fff;
    font-size: 18px;
}

.innermodal ::-webkit-input-placeholder {
    color: #B5B5B5;
    opacity: 1;
    /* Firefox */
}

.innermodal ::-moz-placeholder {
    color: #B5B5B5;
    opacity: 1;
    /* Firefox */
}

.innermodal :-ms-input-placeholder {
    color: #B5B5B5;
    opacity: 1;
    /* Firefox */
}

.innermodal :-ms-input-placeholder {
    color: #B5B5B5;
    opacity: 1;
    /* Firefox */
}

.innermodal ::-ms-input-placeholder {
    color: #B5B5B5;
    opacity: 1;
    /* Firefox */
}

.innermodal ::placeholder {
    color: #B5B5B5;
    opacity: 1;
    /* Firefox */
}

.innermodal :-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #B5B5B5;
}

.innermodal ::-ms-input-placeholder {
    /* Microsoft Edge */
    color: #B5B5B5;
}

.el-col {
    margin-bottom: 15px;
}

.cusbtn {
    border: none;
    border-radius: 14px;
    background: #F43F60;
    color: #EDEDED;
    text-align: center;
    font-size: 18px;
    font-weight: 600;
    line-height: 1.2;
    width: 100%;
    padding: 18px 15px;
    cursor: pointer;
    -webkit-filter: contrast(1);
    filter: contrast(1);
}

.done img {
    margin: 0 auto;
    display: block;
    margin-bottom: 25px;
}

.done p {
    color: #EDEDED;
    text-align: center;
    font-size: 20px;
    font-weight: 600;
    line-height: normal;
    letter-spacing: -0.4px;
    margin-bottom: 15px;
}

.done p span {
    color: #F43F60;
}

.calenderleft h3 {
    text-align: start;
}

.calenderleft .form-control {
    padding: 12px 15px;
    border: 1px solid rgba(255, 255, 255, 0.20);
    font-size: 18px;
    color: #fff;
    background: transparent;
}

.calenderleft ::-webkit-input-placeholder {
    color: #B5B5B5;
    opacity: 1;
    /* Firefox */
}

.calenderleft ::-moz-placeholder {
    color: #B5B5B5;
    opacity: 1;
    /* Firefox */
}

.calenderleft :-ms-input-placeholder {
    color: #B5B5B5;
    opacity: 1;
    /* Firefox */
}

.calenderleft :-ms-input-placeholder {
    color: #B5B5B5;
    opacity: 1;
    /* Firefox */
}

.calenderleft ::-ms-input-placeholder {
    color: #B5B5B5;
    opacity: 1;
    /* Firefox */
}

.calenderleft ::placeholder {
    color: #B5B5B5;
    opacity: 1;
    /* Firefox */
}

.calenderleft :-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #B5B5B5;
}

.calenderleft ::-ms-input-placeholder {
    /* Microsoft Edge */
    color: #B5B5B5;
}

.calenderleft p {
    color: #EDEDED;
    font-size: 18px;
    font-weight: 500;
    line-height: normal;
    margin: 15px 0;
}

.el-calendar {
    --el-calendar-border: none;
    --el-calendar-cell-width: 45px;
    background-color: transparent;
}

.el-calendar__header {
    border-bottom: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 12px 0;
}

.el-calendar__title {
    -ms-flex-item-align: self-end;
    -ms-grid-row-align: self-end;
    align-self: self-end;
    color: #fff;
    font-size: 20px;
    font-weight: 600;
}

.el-button>span {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    font-size: 14px;
    color: #fff;
    font-family: 'Clash Grotesk';
}

.el-calendar-table td.is-selected {
    border-radius: 20px;
    background: #F43F60;
    color: #fff;
}

.el-calendar-table .el-calendar-day:hover {
    background: #F43F60;
    border-radius: 20px;
    cursor: pointer;
}

.el-calendar-table .el-calendar-day {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    height: auto;
    padding: 8px;
    text-align: center;
    font-size: 18px;
    color: #fff;
}

.el-calendar-table thead th {
    color: #fff;
    font-weight: normal;
    padding: 12px 0;
    font-size: 14px;
}

.el-calendar-table td {
    border-radius: 20px;
}

.el-calendar__body {
    padding: 12px 0 35px;
}

.calenderleft .el-button {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #4B4A49;
    border-color: transparent;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: #fff;
    height: 32px;
    font-size: 18px;
}

.duratio h4 {
    color: #EDEDED;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    margin-bottom: 10px;
}

.duratio ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 20px;
}

.duratio li {
    color: #EDEDED;
    text-align: center;
    font-size: 16px;
    font-weight: 500;
    line-height: normal;
    text-transform: uppercase;
    width: 100%;
    margin: 5px;
    border-radius: 8px;
    background: #363636;
    border: 1px solid #363636;
    padding: 15px 0px;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.duratio li span {
    display: block;
    margin-top: 6px;
}

.duratio li.act {
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    border: 1px solid #F43F60;
}

.duratio .form-control {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: transparent;
    background-image: none;
    border-radius: 12px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 0;
    border: none;
    text-align: center;
    text-align: center;
    font-size: 16px;
    line-height: 1;
}

.cusbtn.cancel {
    background: #2C2C2C;
}

.calenderright {
    border-radius: 10px;
    background: #363636;
    padding: 10px;
    margin-bottom: 15px;
}

.calenderright h4 {
    color: #EDEDED;
    font-size: 18px;
    font-weight: 500;
    line-height: normal;
    margin-bottom: 15px;
}

.calenderright .times {
    background: #151515;
    border: none;
    color: #fff;
    font-size: 16px;
    line-height: 1.3;
    padding: 10px;
}

.available {
    margin: 15px 0;
}

.available p {
    color: #EDEDED;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    margin-bottom: 15px;
}

.available li {
    border-radius: 8px;
    background: #151515;
    padding: 15px 10px;
    text-align: center;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 10px;
    cursor: pointer;
    border: 1px solid #151515;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.available li i {
    color: #F43F60;
    margin-right: 8px;
}

.available li.act {
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    border: 1px solid #F43F60;
}


/* ********************************
text-prompt
********************************* */

.text-prompt {
    position: relative;
    background-color: #000;
    border: none;
    border-radius: 25px;
    -webkit-box-shadow: inherit;
    box-shadow: inherit;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: #fff;
    display: block;
    font-size: 18px;
    font-weight: 500;
    line-height: 1.5;
    padding: 15px 25px;
    width: 100%;
}

.text-prompt .form-control {
    background-color: #000;
    background-image: none;
    border: none;
    border-radius: 0;
    -webkit-box-shadow: inherit;
    box-shadow: inherit;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: #fff;
    display: block;
    font-size: 18px;
    font-weight: 500;
    line-height: 1.3;
    padding: 5px 5px 5px 0;
    position: relative;
    resize: vertical;
    width: 100%;
}

.text-prompt .form-control::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    border-radius: 10px;
    background-color: #F5F5F5;
}

.text-prompt .form-control::-webkit-scrollbar {
    width: 5px;
    background-color: #F5F5F5;
}

.text-prompt .form-control::-webkit-scrollbar-thumb {
    background-color: #666;
}

.text-prompt ::-webkit-input-placeholder {
    color: #B5B5B5;
    opacity: 1;
    /* Firefox */
}

.text-prompt ::-moz-placeholder {
    color: #B5B5B5;
    opacity: 1;
    /* Firefox */
}

.text-prompt :-ms-input-placeholder {
    color: #B5B5B5;
    opacity: 1;
    /* Firefox */
}

.text-prompt:-ms-input-placeholder {
    color: #B5B5B5;
    opacity: 1;
    /* Firefox */
}

.text-prompt ::-webkit-input-placeholder {
    color: #B5B5B5;
    opacity: 1;
    /* Firefox */
}

.text-prompt ::-moz-placeholder {
    color: #B5B5B5;
    opacity: 1;
    /* Firefox */
}

.text-prompt :-ms-input-placeholder {
    color: #B5B5B5;
    opacity: 1;
    /* Firefox */
}

.text-prompt ::-ms-input-placeholder {
    color: #B5B5B5;
    opacity: 1;
    /* Firefox */
}

.text-prompt ::placeholder {
    color: #B5B5B5;
    opacity: 1;
    /* Firefox */
}

.text-prompt :-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #B5B5B5;
}

.text-prompt ::-ms-input-placeholder {
    /* Microsoft Edge */
    color: #B5B5B5;
}

.rompt-clearbtn p {
    color: rgba(237, 237, 237, 0.80);
    font-size: 14px;
    font-weight: 600;
    line-height: 1.3;
}

.prompt-clearbtn {
    height: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: end;
    padding-bottom: 5px;
 }

.prompt-clearbtn button {
    border-radius: 17.5px;
    background: #292929;
    color: #8E8E8E;
    text-align: center;
    font-size: 16px;
    font-weight: 500;
    padding: 8px 25px;
    -webkit-filter: contrast(1);
    filter: contrast(1);
    transition: all 0.2s ease;
    cursor: pointer;
}

.prompt-clearbtn button:hover {
    background: #363636;
    color: #EDEDED;
    border-color: rgba(255, 255, 255, 0.2);
    transform: translateY(-1px);
}

.voice {
    padding-top: 10px;
    text-align: end;
}

.voice button {
    border-radius: 50px;
    background: #F43F60;
    height: 40px;
    width: 40px;
    border: none;
}

.voice button i {
    color: #fff;
    font-size: 16px;
}

.voice .ups {
    background: #292929;
    margin-left: 10px;
}

button {
    font-family: 'Clash Grotesk';
    border: none;
    cursor: pointer;
}

.text-prompt .el-col {
    margin-bottom: 0;
}


/* 
.drop-option {
    padding-top: 15px;
}

.drop-option .el-dropdown {
    --el-dropdown-menu-box-shadow: inherit;
    --el-dropdown-menuItem-hover-fill: #757575;
    --el-dropdown-menuItem-hover-color: #757575;
    --el-dropdown-menu-index: 10;
    color: #8E8E8E;
    display: inline-flex;
    line-height: 1;
    position: relative;
    vertical-align: middle;
    border-radius: 17.5px;
    border: none;
    background: transparent;
}

.drop-option .el-button:hover {
    background-color: #000;
    border-color: #757575;
    color: #8E8E8E;
    outline: none;
}

.drop-option .el-button {
    border-radius: 17.5px;
    color: #8E8E8E;
    text-align: center;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 1;
    background-color: #000;
    border-color: #757575;
    border: 1px solid #757575;
    height: auto;
    padding: 8px 20px;
    margin-right: 8px;
    margin-bottom: 5px;
}

.el-button:focus-visible {
    outline: inherit;
    outline-offset: inherit;
    transition: outline-offset 0s, outline 0s;
}

.drop-option .el-button>span {
    font-size: 14px;
    color: #757575;
    font-family: 'Clash Grotesk';
}

.drop-option .el-dropdown-menu {
    background-color: #000;
    border: none;
}

.el-dropdown-menu__item {
    align-items: center;
    color: #000;
    cursor: pointer;
    display: flex;
    font-size: 14px;
    line-height: 1.5;
    padding: 3px 15px;
    white-space: nwrap;
    font-weight: 500;
}

.el-dropdown-menu__item:not(.is-disabled):focus,
.el-dropdown-menu__item:not(.is-disabled):hover {
    background-color: #fff;
    color: #000;
} */

.showmore {
    text-align: center;
    position: absolute;
    bottom: 64px;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.6);
    background: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.9) 0%, rgba(0, 0, 0, 0.8) 36.26%, rgba(0, 0, 0, 0.5) 48.86%, rgba(0, 0, 0, 0.2) 62.51%);
    background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.9)), color-stop(36.26%, rgba(0, 0, 0, 0.8)), color-stop(48.86%, rgba(0, 0, 0, 0.5)), color-stop(62.51%, rgba(0, 0, 0, 0.2)));
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.9) 0%, rgba(0, 0, 0, 0.8) 36.26%, rgba(0, 0, 0, 0.5) 48.86%, rgba(0, 0, 0, 0.2) 62.51%);
    padding: 15px;
    display: block;
}

.showmore button {
    font-family: 'Clash Grotesk';
    display: inline-block;
    border-radius: 17.5px;
    background: #292929;
    color: #FFF;
    text-align: center;
    font-size: 14px;
    font-weight: 500;
    padding: 8px 25px;
}


/* items */

.carousel .items img {
    width: 100%;
}

.deails-slider .items {
    text-align: center;
    width: 100%;
}

.deails-slider .v-slick-arrow:before {
    font-size: 24px;
    line-height: 1;
    color: #000;
}

.deails-slider .next i {
    position: absolute;
    right: 15px;
    top: 45%;
    width: 40px;
    height: 40px;
    z-index: 9;
    background: #fff;
    border-radius: 50%;
    color: #000;
    font-size: 24px;
    text-align: center;
    line-height: 42px;
    cursor: pointer;
}

.deails-slider .prev i {
    position: absolute;
    left: 15px;
    top: 45%;
    width: 40px;
    height: 40px;
    z-index: 9;
    background: #fff;
    border-radius: 50%;
    color: #000;
    font-size: 24px;
    text-align: center;
    line-height: 42px;
    cursor: pointer;
}

.aboutcars {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 15px 0;
}

.aboutcars .imges {
    margin-right: 15px;
    min-width: 20px;
}

.detailscon {
    padding: 25px 0;
    border-bottom: 1px solid #747474;
}


/* ***********************
login-singup
************************ */

.login-singup {
    background: url(../img/home-bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    min-height: 100vh;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 100px 0;
}

.loginsignup {
    border-radius: 25px;
    background: #000;
    padding: 50px 100px;
    margin-top: 50px;
}

.loginsignup h2 {
    color: #FFF;
    text-align: center;
    font-size: 25px;
    font-weight: 600;
    margin-bottom: 25px;
}

.loginsignup .form-control {
    background-color: #000;
    padding: 14px 20px;
    border-radius: 12px;
    border: 1px solid rgba(255, 255, 255, 0.20);
    color: #fff;
    font-size: 18px;
    line-height: 1.5;
    font-weight: 500;
    position: relative;
}

.toggle-password {
    float: right;
    cursor: pointer;
    margin-right: 15px;
    margin-top: -40px;
    color: #fff;
    z-index: 999;
    font-size: 16px;
    position: relative;
}

.or {
    text-align: center;
    margin: 10px 0;
    color: #9E9E9E;
    font-size: 16px;
    font-weight: 500;
}

.singupby {
    border-radius: 12px;
    background: #363636;
    text-align: center;
}

.singupby a {
    display: block;
    padding: 15px;
}

.singupby img {
    height: 24px;
}

.alredy p {
    color: #D3D3D3;
    font-size: 18px;
    font-weight: 500;
    margin-top: 10px;
    text-align: center;
}

.alredy p a {
    font-size: 18px;
    color: #F43F60;
}

.loginsignup ::-webkit-input-placeholder {
    color: #B5B5B5;
    opacity: 1;
    /* Firefox */
}

.loginsignup ::-moz-placeholder {
    color: #B5B5B5;
    opacity: 1;
    /* Firefox */
}

.loginsignup :-ms-input-placeholder {
    color: #B5B5B5;
    opacity: 1;
    /* Firefox */
}

.loginsignup :-ms-input-placeholder {
    color: #B5B5B5;
    opacity: 1;
    /* Firefox */
}

.loginsignup ::-ms-input-placeholder {
    color: #B5B5B5;
    opacity: 1;
    /* Firefox */
}

.loginsignup ::placeholder {
    color: #B5B5B5;
    opacity: 1;
    /* Firefox */
}

.loginsignup :-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #B5B5B5;
}

.loginsignup ::-ms-input-placeholder {
    /* Microsoft Edge */
    color: #B5B5B5;
}

input:-internal-autofill-selected {
    background-color: #F5F5F5 !important;
}


/* *****************************
vpd-area
***************************** */

.vpd-area {
    background: #151414;
    padding: 120px 0 30px 0;
}

.compare-area {
    position: fixed;
    top: auto;
    left: 0;
    right: 0;
    bottom: 15px;
    z-index: 999;
    max-width: 1440px;
    margin: 0 auto;
    display: none;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.compare-area.show {
    display: block;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.comparebox {
    border-radius: 12px;
    background: #E7E7E7;
    -webkit-box-shadow: 0px 30px 40px 0px rgba(0, 0, 0, 0.50);
    box-shadow: 0px 30px 40px 0px rgba(0, 0, 0, 0.50);
    padding: 15px;
    margin: 0 15px;
}

.comparebox .el-col {
    margin-bottom: 0;
}

.comparebtn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: end;
    height: 100%;
}

.comparebtn .cusbtn {
    display: inline-block;
    padding: 10px 15px;
    font-size: 16px;
    width: auto;
    -webkit-filter: contrast(1);
    filter: contrast(1);
}

.comparebtn .delt {
    display: inline-block;
    color: #444343;
    text-align: center;
    font-size: 14px;
    font-weight: 600;
    line-height: normal;
    background-color: transparent;
    margin-right: 15px;
}

.comcarimg {
    display: block;
    float: left;
    width: 80px;
    position: relative;
    margin-right: 15px;
}

.x {
    position: absolute;
    right: -6px;
    background: transparent;
    padding: 0;
    top: -8px;
}

.compares-area {
    background: #292727;
    padding: 10px 0 80px 0;
    position: relative;
}

.compare-top .title {
    margin-bottom: 0;
}

.compare-top .title h3 {
    color: #EDEDED;
    text-align: start;
    font-size: 35px;
    font-weight: 600;
    line-height: normal;
    margin-bottom: 25px;
}

.compare-top {
    background: #292727;
    padding: 120px 0 0 0;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.compare-top.fixed {
    position: fixed;
    top: auto;
    left: 0;
    right: 0;
    z-index: 99;
    max-width: 100%;
    margin: 0 auto;
    background: #292727;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.el-anchor.el-anchor--horizontal .el-anchor__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-bottom: 4px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.el-anchor {
    background-color: transparent;
    position: relative;
    --el-anchor-active-color: transparent;
    --el-anchor-marker-bg-color: transparent;
}

.el-anchor.el-anchor--horizontal .el-anchor__list .el-anchor__item:first-child {
    padding-left: 0;
}

.el-anchor.el-anchor--horizontal .el-anchor__list .el-anchor__item {
    padding-left: 0;
}

.el-anchor.el-anchor--horizontal .el-anchor__list .el-anchor__item:last-child {
    padding-right: 0;
}

.el-anchor.el-anchor--horizontal .el-anchor__list .el-anchor__item {
    padding-right: 10px;
}

.anchorlink,
.anchorlink:focus,
.anchorlink:hover {
    color: #fff;
}

.anchorlink {
    margin-bottom: 25px;
    text-align: start;
}

.anchorlink a {
    display: inline-block;
    font-size: 14px;
    font-weight: 500;
    line-height: 1;
    max-width: 100%;
    white-space: nowrap;
    text-transform: capitalize;
    border-radius: 17.5px;
    border: 1px solid #747474;
    background: #000;
    padding: 6px 15px;
    margin-right: 10px;
    margin-bottom: 10px;
    color: #fff;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    -webkit-filter: contrast(1);
    filter: contrast(1);
}

.anchorlink a.active {
    color: #fff;
    background: #F43F60;
    border: 1px solid #F43F60;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.compare-box {
    border-radius: 25px;
    background: #444343;
    position: relative;
    height: 100%;
    padding-bottom: 15px;
}

.compare-car img {
    max-height: 150px;
    display: block;
    margin: 0 auto;
}

.compare-car .x img {
    height: 18px;
    cursor: pointer;
}

.compare-car {
    padding: 15px 15px 0 15px;
}

.compare-car .x {
    right: 10px;
    top: 10px;
}

.compare-car h3 {
    color: #EDEDED;
    font-size: 18px;
    font-weight: 600;
    line-height: 1.2;
    margin-bottom: 15px;
}

.compare-box hr {
    border-bottom: 1px solid #727272;
    opacity: 0.4;
}

.compare-box p {
    color: #FFF;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.5
}

.compare-box h4 {
    color: #EDEDED;
    font-size: 18px;
    font-weight: 600;
    line-height: 1.5
}

.compare-box h5 {
    color: #F43F60;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.5;
    -webkit-filter: contrast(1);
    filter: contrast(1);
}

.Pricing h2 {
    color: #EDEDED;
    font-size: 30px;
    font-weight: 600;
    line-height: 1.3;
    letter-spacing: -0.4px;
}

.compare-box .combox:nth-child(even) {
    background: #3E3D3D;
}

.combox {
    padding: 15px;
}

.addnewcar a {
    color: #757575;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 1.2;
}

.addnewcar {
    border-radius: 25px 25px 0px 0px;
    padding: 15px;
    min-height: 176px;
    background: #3E3D3D;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-filter: contrast(1);
    filter: contrast(1);
}

.addcom {
    border-radius: 17.5px;
    border: 1px solid #757575;
    background: #000;
    font-size: 14px;
    -webkit-filter: contrast(1);
    filter: contrast(1);
}

.el-button.addcom:hover {
    border-radius: 17.5px;
    border: 1px solid #757575;
    background: #000;
    outline: none;
}

.el-button>span {
    text-transform: capitalize;
}

.nav-tabs {
    margin-bottom: 15px;
    border-bottom: none;
}

.nav-tabs .nav-link {
    display: block;
    padding: 10px 15px;
    font-size: 16px;
    font-weight: 500;
    color: #fff;
    text-decoration: none;
    background: 0 0;
    border: 0;
    border-radius: 14px;
    border-top-left-radius: 14px;
    border-top-right-radius: 14px;
}

.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
    color: #fff;
    background-color: #f43f60;
    border-color: #f43f60;
}

.mobileview {
    display: none;
}

.slick-track {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.mobile {
    display: none;
}

.vel-modal {
    background: rgba(0, 0, 0, .8) !important;
}

.details-contents {
    margin-top: -1px;
    padding: 30px 0 50px 0;
    background: #151414;
}


/* items */

.carousel .items img {
    width: 100%;
}

.carousel .slick-slide img {
    display: block;
    width: 100%;
}

.deails-slider .items {
    text-align: center;
    width: 100%;
}

.deails-slider .v-slick-arrow:before {
    font-size: 24px;
    line-height: 1;
    color: #000;
}

.deails-slider .next i {
    position: absolute;
    right: 15px;
    top: 45%;
    width: 40px;
    height: 40px;
    z-index: 9;
    background: #EF3945;
    border-radius: 50%;
    color: #fff;
    font-size: 24px;
    text-align: center;
    line-height: 42px;
    cursor: pointer;
}

.deails-slider .prev i {
    position: absolute;
    left: 15px;
    top: 45%;
    width: 40px;
    height: 40px;
    z-index: 9;
    background: #EF3945;
    border-radius: 50%;
    color: #fff;
    font-size: 24px;
    text-align: center;
    line-height: 42px;
    cursor: pointer;
}

.cartitle {
    margin-bottom: 15px;
}

.cartitle p {
    color: #BFBFBF;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
    line-height: 25px;
    margin-bottom: 8px;
}

.cartitle h1 {
    color: #FFF;
    font-size: 40px;
    font-weight: 600;
    line-height: 1.3;
    letter-spacing: -0.4px;
    margin-bottom: 15px;
}

.cartitle h3 {
    color: #F43F60;
    font-size: 75px;
    font-weight: 600;
    line-height: normal;
    text-transform: uppercase;
    text-align: start;
}

.aboutcarsarea {
    padding: 25px 0;
}

.subtitle {
    color: #BFBFBF;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.5;
    letter-spacing: -0.4px;
    text-transform: uppercase;
    padding-bottom: 15px;
    margin-bottom: 15px;
    border-bottom: 1px solid #878787;
}

.aboutcars {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 15px 0;
}

.abotcar h4 {
    color: #FFF;
    font-size: 16px;
    font-weight: 600;
    line-height: normal;
    margin-bottom: 8px;
}

.abotcar p {
    color: #FFF;
    font-size: 16px;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 8px;
    word-break: break-word;
}

.detailscon {
    padding: 25px 0;
}

.detailscon p {
    color: #BFBFBF;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
    margin-bottom: 15px;
}

.mobile-view {
    display: none;
}

.desktop .item.slick-slide:nth-child(1) {
    width: 33.1vw !important;
    height: 100%;
}

.slick-track {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.carousel .item a {
    margin: 2px;
    display: block;
}

.destitle {
    text-align: end;
    position: sticky;
    top: 6rem;
    z-index: 2;
    height: calc(100vh - 6rem);
}

.destitle h2 {
    color: #FFF;
    font-size: 40px;
    font-weight: 700;
    line-height: 1.5;
    letter-spacing: -0.4px;
    margin-bottom: 15px;
}

.destitle a.cus-btn {
    border-radius: 15px;
    font-size: 16px;
    font-weight: 600;
    color: #fff;
    background: #EF3945;
    border: 1px solid #EF3945;
    text-transform: capitalize;
    letter-spacing: normal;
    padding: 10px 30px;
    display: block;
    margin-bottom: 15px;
    text-align: center;
    transition: all 0.3s ease;
}

.destitle a.cus-btn2 {
    display: block;
    border-radius: 15px;
    font-size: 16px;
    font-weight: 600;
    color: #fff;
    background: transparent;
    border: 1px solid #fff;
    text-transform: capitalize;
    letter-spacing: normal;
    padding: 10px 30px;
    margin-bottom: 15px;
    transition: all 0.3s ease;
}

.destitle a.cus-btn2:hover {
    transition: all 0.3s ease;
    background: #EF3945;
    border: 1px solid #EF3945;
}


/* ************************
preview-slider
************************** */

.preview-slider {
    max-width: 100%;
    width: 810px;
    margin: 0 auto;
}

.preview-slider .slider img {
    width: 100%;
    margin-bottom: 15px;
}

.btn-close img {
    height: 30px;
}


/* Hide scrollbar for Chrome, Safari and Opera */

.modal-body.imgpre::-webkit-scrollbar {
    display: none;
}


/* Hide scrollbar for IE, Edge and Firefox */

.modal-body.imgpre {
    -ms-overflow-style: none;
    /* IE and Edge */
    scrollbar-width: none;
    /* Firefox */
}

.modal-body.imgpre {
    -ms-overflow-style: none;
    /* for Internet Explorer, Edge */
    scrollbar-width: none;
    /* for Firefox */
    overflow-y: scroll;
}

.modal-body.imgpre::-webkit-scrollbar {
    display: none;
    /* for Chrome, Safari, and Opera */
}

.modal-content {
    border-radius: 15px;
    outline: 0;
    background: #3B3B3B;
}

.modal-header {
    border-bottom: 1px solid transparent;
}

.btn-close {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    width: auto;
    height: auto;
    padding: .25em .25em;
    color: #000;
    background: none;
    border: 0;
    border-radius: .25rem;
    opacity: .7;
    float: right;
}

.btn-close:focus {
    outline: 0;
    -webkit-box-shadow: inherit;
    box-shadow: inherit;
    opacity: 1;
}


/********************************
 details-header 
 ***********************************/

.headerhide {
    -webkit-transition: all 0.4s ease-in;
    -o-transition: all 0.4s ease-in;
    transition: all 0.4s ease-in;
}

.details-header {
    background: rgba(0, 0, 0, 0.8);
    display: none;
    -webkit-transition: all 0.4s ease-in;
    -o-transition: all 0.4s ease-in;
    transition: all 0.4s ease-in;
    padding: 12px 0;
}

.fixedtop {
    position: fixed;
    top: 0px;
    right: 0;
    left: 0;
    z-index: 1030;
    display: block;
    -webkit-transition: all 0.4s ease-in;
    -o-transition: all 0.4s ease-in;
    transition: all 0.4s ease-in;
}

.header-title h3 {
    font-weight: 500;
    font-size: 24px;
    line-height: 1.2;
    color: #fff;
    margin-bottom: 5px;
}

.header-title p {
    font-size: 16px;
    line-height: 1.2;
    color: #fff;
}

.header-btns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100%;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.header-btns ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.header-btns li a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 16px;
    line-height: 1.2;
    color: #fff;
    padding: 10px 12px;
    background: #282828;
    border: 1px solid rgba(255, 255, 255, .2);
    margin-left: 10px;
    border-radius: 6px;
    text-align: center;
    margin-left: 15px;
    border-radius: 6px;
    text-align: center;
    font-weight: 600;
}

.header-btns li a img {
    margin-right: 3px;
    height: 12px;
}

.header-btns li a.makeoffer {
    background: #282828;
    color: #fff;
    white-space: nowrap;
}


/******************************
call-text modal
********************************/

.modal-content {
    border-radius: 15px;
    outline: 0;
    background: #282828;
}

.call {
    text-align: center;
    -webkit-filter: contrast(1);
    filter: contrast(1);
}

.call h2 {
    text-transform: uppercase;
    font-size: 50px;
    font-weight: 700;
    color: #ccc;
}

.call p {
    font-size: 14px;
    font-weight: 400;
    color: #fff;
    margin-bottom: 15px;
}

.call a {
    display: block;
    font-size: 20px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.3;
    letter-spacing: 0.4px;
    color: #fff;
    margin-bottom: 20px;
}

.call h3 a {
    font-size: 20px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.3;
    letter-spacing: 0.4px;
    color: #fff;
    margin-bottom: 20px;
}

.modal-body .overly-form {
    display: block;
    position: inherit;
    padding: 0;
    padding-top: 0;
    border-radius: 0;
    border: none;
}

.text-sms .overly-form {
    text-align: left;
}

.form-check {
    display: block;
    min-height: 1.5rem;
    padding-left: 0;
    margin-bottom: 0.125rem;
}


/* The container */

.checks {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 16px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    color: #fff;
}


/* Hide the browser's default checkbox */

.checks input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}


/* Create a custom checkbox */

.checkmarks {
    position: absolute;
    top: 2px;
    left: 0;
    height: 20px;
    width: 20px;
    background-color: transparent;
    border: 2px solid #999;
    border-radius: 50%;
}


/* On mouse-over, add a grey background color */

.checks:hover input~.checkmarks {
    background-color: transparent;
}


/* When the checkbox is checked, add a blue background */

.checks input:checked~.checkmarks,
.check input:checked~.checkmark {
    background-color: #EF3945;
    border: 2px solid #EF3945;
}


/* Create the checkmark/indicator (hidden when not checked) */

.checkmarks:after {
    content: "";
    position: absolute;
    display: none;
}


/* Show the checkmark when checked */

.checks input:checked~.checkmarks:after {
    display: block;
}


/* Style the checkmark/indicator */

.checks .checkmarks:after {
    left: 6px;
    top: 2px;
    width: 5px;
    height: 10px;
    border: solid #fff;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.form-floating>.form-control,
.form-floating>.form-select {
    height: 50px;
    padding: 10px 15px;
    min-height: auto;
}

.form-control {
    display: block;
    width: 100%;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.5;
    color: #fff;
    background-color: #303132;
    background-clip: padding-box;
    border: 1px solid #303132;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 10px;
    -webkit-transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    -o-transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    -webkit-transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
}

.form-select {
    display: block;
    width: 100%;
    padding: 0.375rem 2.25rem 0.375rem 15px;
    -moz-padding-start: calc(0.75rem - 3px);
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
    color: #fff;
    background-color: #303132;
    background-clip: padding-box;
    border: 1px solid #303132;
    background-repeat: no-repeat;
    background-position: right 0.75rem center;
    background-size: 16px 12px;
    border-radius: 10px;
    -webkit-transition: border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
    transition: border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
    -o-transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.form-select:focus {
    border-color: #303132;
    outline: 0;
    -webkit-box-shadow: inherit;
    box-shadow: inherit;
}

.form-floating>label {
    position: absolute;
    top: 12px;
    left: 10px;
    height: 22px;
    font-size: 16px;
    color: #fff;
    opacity: 0.7;
    padding: 0 5px;
    pointer-events: none;
    border: none;
    -webkit-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    transform-origin: 0 0;
    -webkit-transition: opacity 0.1s ease-in-out, -webkit-transform 0.1s ease-in-out;
    transition: opacity 0.1s ease-in-out, -webkit-transform 0.1s ease-in-out;
    -o-transition: opacity 0.1s ease-in-out, transform 0.1s ease-in-out;
    -webkit-transition: opacity 0.1s ease-in-out, -webkit-transform 0.1s ease-in-out;
    transition: opacity 0.1s ease-in-out, transform 0.1s ease-in-out;
    transition: opacity 0.1s ease-in-out, transform 0.1s ease-in-out, -webkit-transform 0.1s ease-in-out;
    transition: opacity 0.1s ease-in-out, transform 0.1s ease-in-out, -webkit-transform 0.1s ease-in-out;
}

.form-floating>.form-control:not(:-moz-placeholder-shown)~label {
    opacity: 1;
    color: #fff;
    -webkit-transform: scale(0.85) translateY(-1.6rem) translateX(0.15rem);
    -ms-transform: scale(0.85) translateY(-1.6rem) translateX(0.15rem);
    transform: scale(0.85) translateY(-1.6rem) translateX(0.15rem);
    background: linear-gradient( rgba(53, 53, 53, 0.2), rgba(48, 49, 50, 1));
    font-size: 16px;
}

.form-floating>.form-control:not(:-ms-input-placeholder)~label {
    opacity: 1;
    color: #fff;
    -webkit-transform: scale(0.85) translateY(-1.6rem) translateX(0.15rem);
    -ms-transform: scale(0.85) translateY(-1.6rem) translateX(0.15rem);
    transform: scale(0.85) translateY(-1.6rem) translateX(0.15rem);
    background: linear-gradient( rgba(53, 53, 53, 0.2), rgba(48, 49, 50, 1));
    font-size: 16px;
}

.form-floating>.form-control:focus~label,
.form-floating>.form-control:not(:placeholder-shown)~label,
.form-floating>.form-select~label {
    opacity: 1;
    color: #fff;
    -webkit-transform: scale(0.85) translateY(-1.6rem) translateX(0.15rem);
    -ms-transform: scale(0.85) translateY(-1.6rem) translateX(0.15rem);
    transform: scale(0.85) translateY(-1.6rem) translateX(0.15rem);
    background: -webkit-gradient( linear, left top, left bottom, from(rgba(53, 53, 53, 0.2)), to(rgba(48, 49, 50, 1)));
    background: -o-linear-gradient( rgba(53, 53, 53, 0.2), rgba(48, 49, 50, 1));
    background: linear-gradient( rgba(53, 53, 53, 0.2), rgba(48, 49, 50, 1));
    font-size: 16px;
}

.form-floating>.form-control:not(:-moz-placeholder-shown) {
    padding-top: 0;
    padding-bottom: 0;
    background: #303132;
    border: 1px solid rgba(255, 255, 255, .2);
    color: #fff;
}

.form-floating>.form-control:not(:-ms-input-placeholder) {
    padding-top: 0;
    padding-bottom: 0;
    background: #303132;
    border: 1px solid rgba(255, 255, 255, .2);
    color: #fff;
}

.form-floating>.form-control:focus,
.form-floating>.form-control:not(:placeholder-shown) {
    padding-top: 0;
    padding-bottom: 0;
    background: #303132;
    border: 1px solid rgba(255, 255, 255, .2);
    color: #fff;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
    -webkit-box-shadow: 0 0 0 30px white inset !important;
    box-shadow: 0 0 0 30px white inset !important;
}

textarea.form-control {
    min-height: 100px;
    padding-top: 15px !important;
}

.cus-btn2 {
    border: none;
    font-weight: 600;
    font-size: 16px;
    line-height: 1.5;
    text-align: center;
    color: #fff;
    background: #EF3945;
    border-radius: 10px;
    width: 100%;
    padding: 15px;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    -webkit-filter: contrast(1);
    filter: contrast(1);
}

.cus-btn2:hover {
    background: #EF3945;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    color: #FFF;
}

.form-floating>.form-control-plaintext~label::after,
.form-floating>.form-control:focus~label::after,
.form-floating>.form-control:not(:placeholder-shown)~label::after,
.form-floating>.form-select~label::after {
    display: none;
}

.offer {
    width: 100%;
    background: #EF3945;
    border-radius: 12px;
    font-weight: 600;
    font-size: 16px;
    line-height: 1.5;
    text-align: center;
    color: #fff;
    padding: 15px 5px;
}

.eprice-slider img {
    margin: 15px 0;
}

.eprive-carname .table>:not(caption)>*>* {
    padding: .5rem .5rem;
    color: #fff;
    background-color: transparent;
    border-bottom-width: var(--bs-border-width);
    box-shadow: inherit
}

.eprice-price .table>:not(caption)>*>* {
    padding: .5rem .5rem;
    color: #fff;
    background-color: transparent;
    border-bottom-width: var(--bs-border-width);
    box-shadow: inherit
}

.eprive-carname .title h4 {
    font-weight: 600;
    font-size: 18px;
    line-height: 1.5;
    color: #fff;
    margin-bottom: 15px;
    text-align: left;
}

.contact-form h4 {
    font-weight: 500;
    font-size: 20px;
    line-height: 1.5;
    color: #fff;
    margin-bottom: 15px;
}


/* ***********************
total-counts
************************ */

.total-counts {
    padding: 15px 0;
}

.dates {
    width: 100%;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: end;
    margin-bottom: 15px;
}

.dates .darane i {
    margin-right: 8px;
}

.dates .darane {
    padding: 10px 15px;
    border-radius: 12px;
    background: #303134;
    font-size: 16px;
    color: #fff;
    width: 136px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.daterangepicker .ranges li.active {
    background-color: #F43F60;
    color: #fff;
}

.daterangepicker .ranges li {
    font-size: 14px;
    padding: 8px 12px;
    cursor: pointer;
    font-family: 'Clash Grotesk';
}

.daterangepicker .calendar-table th,
.daterangepicker .calendar-table td {
    font-size: 14px;
    font-family: 'Clash Grotesk';
}

.daterangepicker td.active,
.daterangepicker td.active:hover {
    background-color: #F43F60;
    border-color: transparent;
    color: #fff;
}

.drp-buttons .btn-primary {
    background-color: #F43F60;
    border-color: transparent;
    color: #fff;
}

.counts {
    padding: 25px;
    border-radius: 10px;
    background: #303134;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 25px;
}

.counts .icon {
    margin-right: 15px;
}

.counts-text h4 {
    color: #FFF;
    font-size: 24px;
    font-weight: 600;
    line-height: normal;
    margin-bottom: 8px;
}

.counts-text p {
    color: #FFF;
    font-size: 14px;
    font-weight: 400;
    line-height: normal;
}

.visit-table {
    padding: 30px 0;
}

.view {
    border-radius: 8px;
    background: rgba(38, 177, 148, 0.7);
    padding: 6px 12px;
    color: #fff;
    font-size: 16px;
}

.view i {
    color: #fff;
}

.subtitle {
    margin-bottom: 15px;
}

.subtitle h5 {
    color: #FFF;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    padding-left: 15px;
    position: relative;
}

.subtitle h5::before {
    display: block;
    content: '';
    clear: both;
    position: absolute;
    top: 5px;
    left: 0;
    height: 4px;
    width: 4px;
    background: #fff;
    border-radius: 50%;
}

.subtitle h5::before {
    display: block;
    content: '';
    clear: both;
    position: absolute;
    top: 5px;
    left: 0;
    height: 4px;
    width: 4px;
    background: #fff;
    border-radius: 50%;
}


/* pricerage */

.pricerage {
    background: #414040;
    padding: 10px;
    border-radius: 50px;
    max-width: 600px;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100%;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.pricerage .input-group {
    width: 190px;
    -ms-flex-wrap: inherit;
    flex-wrap: inherit;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0 15px;
}

.pricerage .form-control {
    text-align: left;
    position: relative;
    font-size: 16px;
    font-weight: 500;
    background: transparent;
    display: inline-block;
}

.sub-item .input-group-text {
    padding: .375rem;
}

.ui-state-default,
.ui-widget-content .ui-state-default {
    width: 16px;
    height: 16px;
    border-radius: 50%;
    background-color: #f43f60;
    border: 1px solid #f43f60;
}

.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus,
.ui-button:hover,
.ui-button:focus {
    background-color: #f43f60;
    border: 1px solid #f43f60;
}

.ui-button:focus {
    outline: 0;
}

.ui-slider-horizontal .ui-slider-range {
    top: -1px;
    height: 100%;
}

.ui-state-default:focus,
.ui-widget-content .ui-state-default:focus {
    outline: 0;
}

.ui-slider-horizontal {
    height: 4px;
    width: 100%;
    margin: 0 15px;
}

.ui-widget.ui-widget-content {
    border: 1px solid #fff;
    background-color: #fff;
}

.ui-widget-header {
    border: 2px solid #f43f60 !important;
    background: #f43f60;
    color: #f43f60;
    font-weight: 600;
}

.ui-slider-horizontal .ui-slider-handle {
    top: -7px;
    margin-left: -.6em;
}


/*****************************
.calanders
*********************************/

.calanders p {
    font-weight: 500;
    font-size: 18px;
    line-height: 1.5;
    color: #3D4465;
    margin-bottom: 10px;
}

.calendar,
.calendar_weekdays,
.calendar_content {
    max-width: 100%;
}

.calendar {
    margin: 15px 0;
}

.calendar_content,
.calendar_weekdays,
.calendar_header {
    position: relative;
    overflow: hidden;
}

.calendar_weekdays div {
    display: inline-block;
    vertical-align: top;
}

.calendar_weekdays div,
.calendar_content div {
    width: 10.28571%;
    margin: 3px 2%;
    overflow: hidden;
    text-align: center;
    background-color: transparent;
    color: #fff !important;
    font-size: 14px;
    font-weight: 300;
    padding: 8px 0;
    line-height: 1.5;
    border-radius: 6px;
}

.calendar_content div {
    border: 1px solid transparent;
    float: left;
}

.calendar_content div:hover {
    cursor: default;
}

.calendar_content div.blank:hover {
    cursor: default;
    border: 1px solid transparent;
}

.calendar_content div.past-date {
    color: #fff;
    font-size: 14px;
    font-weight: 400;
}

.calendar_content div.today {
    font-weight: 500;
    font-size: 14px;
    color: #fff;
    border: none;
    background: #f43f60;
}

.calendar_content div.selected {
    background-color: #363636;
    color: #fff !important;
}

.calendar_header {
    width: 100%;
    text-align: left;
    margin-bottom: 20px;
}

.calendar_header h2 {
    font-weight: normal;
    font-size: 18px;
    line-height: 1.5;
    color: #fff;
    font-weight: 600;
    float: left;
    width: 70%;
}

button.switch-month {
    background-color: transparent;
    padding: 0;
    outline: none;
    border: none;
    color: #dcdcdc;
    float: right;
    width: auto;
    font-size: 22px;
    -webkit-transition: color .2s;
    -o-transition: color .2s;
    transition: color .2s;
    margin: 0 5px;
}

.coming-soon {
    background: url('../img/comingsoon.png');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    min-height: 100vh;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
}

.toplogo {
    text-align: center;
    position: absolute;
    top: 50px;
    left: 0;
    right: 0;
    z-index: 99;
    margin: 0 auto;
}

.comingsoon h1 {
    color: #FFF;
    text-align: center;
    font-size: 98px;
    font-weight: 700;
    line-height: normal;
    letter-spacing: -2px;
    text-transform: uppercase;
    -webkit-filter: contrast(1);
    filter: contrast(1);
}

.comingsoon p {
    color: #FFF;
    text-align: center;
    font-size: 20px;
    font-weight: 500;
    line-height: 1.5;
    margin-bottom: 35px;
    -webkit-filter: contrast(1);
    filter: contrast(1);
}

.comingsoon p span {
    font-size: 25px;
    color: #F43F60;
    -webkit-filter: contrast(1);
    filter: contrast(1);
}

.cars {
    position: relative;
    overflow: hidden;
    max-width: 500px;
    height: 80px;
    margin: 0 auto;
}

.cars::after {
    display: block;
    content: '';
    clear: both;
    width: 100%;
    height: 2px;
    border-top: 2px solid rgba(255, 255, 255, 0.30);
    position: absolute;
    top: 70px;
    left: 0;
    z-index: 1;
}

.car1 {
    -webkit-animation: run1 10s infinite linear;
    animation: run1 10s infinite linear;
    -webkit-animation-duration: 8s;
    animation-duration: 8s;
}

.bg {
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1;
    -webkit-animation: run 10s infinite linear;
    animation: run 10s infinite linear;
    -webkit-animation-duration: 5s;
    animation-duration: 5s;
}

.bg img {
    height: auto;
}

.car-body img {
    width: 200px;
}

.tair {
    position: absolute;
}

.tair img {
    width: 30px;
    -webkit-animation: rotate 2s infinite linear;
    animation: rotate 2s infinite linear;
    position: relative;
}

.tair1 {
    left: 20px;
    top: 38px;
}

.tair2 {
    left: 152px;
    top: 38px;
}

@-webkit-keyframes rotate {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes rotate {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-webkit-keyframes run {
    0% {
        -webkit-transform: translateX(100%);
        transform: translateX(100%);
    }
    100% {
        -webkit-transform: translateX(-30%);
        transform: translateX(-30%);
    }
}

@keyframes run {
    0% {
        -webkit-transform: translateX(100%);
        transform: translateX(100%);
    }
    100% {
        -webkit-transform: translateX(-30%);
        transform: translateX(-30%);
    }
}

@-webkit-keyframes run1 {
    0% {
        -webkit-transform: translateX(-40%);
        transform: translateX(-40%);
    }
    100% {
        -webkit-transform: translateX(100%);
        transform: translateX(100%);
    }
}

@keyframes run1 {
    0% {
        -webkit-transform: translateX(-40%);
        transform: translateX(-40%);
    }
    100% {
        -webkit-transform: translateX(100%);
        transform: translateX(100%);
    }
}

.comingsoon .form-control {
    background: rgba(255, 255, 255, 0.15);
    background-image: none;
    border-radius: 14px;
    -webkit-box-shadow: 0px 20px 70px 0px rgba(0, 39, 96, 0.12);
    box-shadow: 0px 20px 70px 0px rgba(0, 39, 96, 0.12);
    border: 2px solid rgba(255, 255, 255, 0.50);
    padding: 12px 20px;
    color: #fff;
    font-size: 18px;
    font-weight: 500;
}

.subscribe {
    border-radius: 14px;
    background: #F43F60;
    padding: 18px 20px;
    color: #FFF;
    text-align: center;
    font-size: 18px;
    font-weight: 700;
    line-height: 1;
    width: 100%;
    -webkit-filter: contrast(1);
    filter: contrast(1);
}

.comingsoon ::-webkit-input-placeholder {
    color: #B5B5B5;
    opacity: 1;
    /* Firefox */
}

.comingsoon ::-moz-placeholder {
    color: #B5B5B5;
    opacity: 1;
    /* Firefox */
}

.comingsoon :-ms-input-placeholder {
    color: #B5B5B5;
    opacity: 1;
    /* Firefox */
}

.comingsoon :-ms-input-placeholder {
    color: #B5B5B5;
    opacity: 1;
    /* Firefox */
}

.comingsoon ::-ms-input-placeholder {
    color: #B5B5B5;
    opacity: 1;
    /* Firefox */
}

.comingsoon ::placeholder {
    color: #B5B5B5;
    opacity: 1;
    /* Firefox */
}

.comingsoon :-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #B5B5B5;
}

.comingsoon ::-ms-input-placeholder {
    /* Microsoft Edge */
    color: #B5B5B5;
}


/* ************************************************************************
Dashboard
************************************************************************ */


/***************************
main-area
*****************************/

.main-area {
    background: #202124;
    overflow: hidden;
    position: relative;
    height: 100%;
    min-height: 100%;
}

.main-contents {
    width: auto;
    display: block;
    overflow: hidden;
    height: 100%;
    padding: 0 15px;
    min-height: 100vh;
    margin-left: 80px;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.menu-area {
    width: 210px;
    float: left;
    min-height: 100%;
    height: 100%;
    padding: 10px;
    background: #303134;
    position: relative;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.mob {
    display: none;
}

.closes i {
    display: none;
}

.mobiles {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 210px;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    z-index: 999;
    margin-left: 0!important;
    display: block !important;
}

.logo {
    margin: 0 auto;
    padding: 10px 0px 20px 8px;
    height: 70px;
}

.small-logo {
    display: none;
    opacity: 0;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.show-logo {
    display: block !important;
    opacity: 1!important;
    -webkit-transition: all 2s ease;
    -o-transition: all 2s ease;
    transition: all 2s ease;
}

.menu-short .logo img.big-logo {
    display: none;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.menu ul {
    margin: 0;
    padding: 0;
}

.menu ul li {
    list-style: none;
    display: block;
    position: relative;
}

.menu ul li a svg {
    position: absolute;
}

.menu ul li a svg path {
    fill: #b4b4b4;
}

.menu ul li a.active svg path {
    fill: #f43f60;
    fill-opacity: 1;
}

span.hide-item {
    display: block;
    opacity: 1;
    margin-left: 30px;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.show-item {
    display: none !important;
    opacity: 0!important;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.fixed-menu {
    position: fixed;
    min-height: 100%;
    height: 100%;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    z-index: 99;
}

.menu-short {
    width: 80px !important;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.menu-short-body {
    margin-left: 80px !important;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.main-contents {
    margin-left: 210px;
}

.menu ul li a {
    text-decoration: none;
    color: #b4b4b4;
    font-size: 16px;
    font-weight: 400;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 10px;
    padding: 5px 15px;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    text-transform: capitalize;
    height: 50px;
    white-space: nowrap;
    margin-bottom: 10px;
}

.menu ul li a:hover {
    color: #fff;
    background: #1d1d1d;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.menu ul li a.active {
    color: #fff;
    font-weight: 500;
    background: #1d1d1d;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.menu-area ul ul.sub-menu {
    background: #fff;
    width: 100%;
    position: initial;
    top: 0;
    left: 80px;
    display: none;
    border: 1px solid #ECEEF1;
    z-index: 999;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    -webkit-box-shadow: 0px 4px 8px rgba(49, 81, 161, 0.08);
    box-shadow: 0px 4px 8px rgba(49, 81, 161, 0.08);
}

.menu-short ul ul.sub-menu {
    background: #fff;
    width: 180px;
    position: absolute;
    top: 0;
    left: 80px;
    display: none;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    -webkit-box-shadow: 0px 4px 8px rgba(49, 81, 161, 0.08);
    box-shadow: 0px 4px 8px rgba(49, 81, 161, 0.08);
}

.drop-icon {
    display: block;
    position: absolute;
    right: 10px;
    font-size: 20px;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.menu ul li a.active .drop-icon {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.menu-short ul ul.sub-menu li a {
    padding: 5px 0 5px 20px;
    height: auto;
    width: auto;
}

.menu-short .drop-icon {
    display: none;
}

ul.sub-menu li a {
    padding: 5px 0 5px 58px;
    height: auto;
    width: auto;
}

ul.sub-menu li a:hover {
    background: #EEF0F5;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

ul.sub-menu li a.active {
    background: #fff;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}


/*********************************
main-contents
**********************************/


/* *******************************
header-area
******************************** */

.headerarea {
    position: fixed;
    top: 0;
    left: 210px;
    right: 0;
    width: auto;
    z-index: 9;
    background: #202124;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    padding: 15px;
}

.menu-short-body .headerarea {
    left: 80px;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.margintops {
    margin-top: 80px;
}

.headerarea .title {
    margin-bottom: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100%;
}

.headerarea .title h2 {
    font-weight: 600;
    color: #fff;
    font-size: 24px;
    line-height: 1.3;
    text-transform: capitalize;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-filter: contrast(1);
    filter: contrast(1);
}

.headerarea .menuwidth {
    text-align: center;
    line-height: 1;
    cursor: pointer;
    display: block;
    margin-right: 10px;
    float: left;
}

.users {
    text-align: end;
}

.usernames {
    height: 40px;
    width: 40px;
    line-height: 40px;
    border-radius: 50%;
    background: #e0efff;
    color: #168fff;
    font-size: 24px;
    font-weight: 600;
}

.dropdown-toggle::after {
    display: none;
}

.dropdown-item {
    display: block;
    width: 100%;
    padding: var(--bs-dropdown-item-padding-y) var(--bs-dropdown-item-padding-x);
    clear: both;
    font-weight: 500;
    font-size: 16px;
    color: #333;
    text-align: inherit;
    text-decoration: none;
    white-space: nowrap;
    background-color: transparent;
    border: 0;
    border-radius: var(--bs-dropdown-item-border-radius, 0);
}

.dropdown-item.active,
.dropdown-item:active {
    color: #fff;
    text-decoration: none;
    background-color: #1d1d1d;
}


/* ******************************
dataTable
******************************* */

table.dataTable tbody th,
table.dataTable tbody td {
    color: #fff;
    font-size: 16px;
    line-height: 1.3;
    padding: 10px 12px;
    vertical-align: middle;
}

table.dataTable tbody td p {
    color: #fff;
    font-size: 16px;
    display: inline-block;
}

table.dataTable thead th,
table.dataTable thead td {
    color: #fff;
    padding: 10px 12px;
    font-size: 16px;
    line-height: 1.3;
    font-weight: 600;
    border-bottom: 1px solid rgba(0, 0, 0, 0.3);
    background: #292929;
    vertical-align: middle;
}

.dataTables_wrapper .dataTables_length select {
    border: 1px solid #595959;
    border-radius: 3px;
    padding: 5px;
    background-color: #202124;
    padding: 4px;
    color: #fff;
}

.dataTables_length,
.dataTables_filter {
    margin-bottom: 10px;
}

.dataTables_length label {
    color: #fff;
}

.dataTables_filter label {
    color: #fff;
}

.dataTables_wrapper .dataTables_filter input {
    border: 1px solid #595959;
    border-radius: 6px;
    padding: 5px 10px;
    background-color: #202124;
    color: #fff;
    margin-left: 5px;
}

.dataTables_filter input:focus-visible {
    outline-offset: 0px;
    outline: inherit;
}

table.dataTable tbody tr.even {
    background: #292929;
}

table.dataTable>tbody>tr.child ul.dtr-details {
    display: inline-block;
    list-style-type: none;
    margin: 0;
    padding: 0;
    width: 100%;
}

.dataTables_wrapper .dataTables_length,
.dataTables_wrapper .dataTables_filter,
.dataTables_wrapper .dataTables_info,
.dataTables_wrapper .dataTables_processing,
.dataTables_wrapper .dataTables_paginate {
    font-size: 16px;
    line-height: 1.5;
    color: #fff;
    margin: 15px 0;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.current,
.dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
    color: #fff !important;
    border: 1px solid #f43f60;
    background-color: #f43f60;
    background: -o-linear-gradient(top, #f43f60 0%, #f43f60 100%);
    background: -webkit-gradient(linear, left top, left bottom, from(#f43f60), to(#f43f60));
    background: linear-gradient(to bottom, #f43f60 0%, #f43f60 100%);
    border-radius: 5px;
}

.dataTables_wrapper .dataTables_paginate .paginate_button:hover {
    color: #fff !important;
    border: 1px solid #292929;
    background-color: #292929;
    background: -o-linear-gradient(top, #292929 0%, #292929 100%);
    background: -webkit-gradient(linear, left top, left bottom, from(#292929), to(#292929));
    background: linear-gradient(to bottom, #292929 0%, #292929 100%);
    border-radius: 5px;
}

.dataTables_wrapper .dataTables_paginate .paginate_button {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: inline-block;
    min-width: 1.5em;
    padding: 4px 10px;
    margin-left: 5px;
    text-align: center;
    text-decoration: none !important;
    cursor: pointer;
    color: #fff !important;
    border: 1px solid #292929;
    background-color: #292929;
    border-radius: 5px;
}

.dataTables_wrapper .dataTables_paginate .paginate_button:active {
    -webkit-box-shadow: inherit;
    box-shadow: inherit;
}

/* === Custom Header Styles for HomeSearchPage.js === */
.custom-header-area {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    padding: 10px 0;
    z-index: 999;
    background: rgba(0, 0, 0, 1);
    box-shadow: 0px 3px 15px -3px rgba(54, 54, 54, 1);
    transition: all 0.3s ease;
}
.custom-containers {
    width: 100%;
    margin: 0 auto;
    padding-left: 15px;
    padding-right: 15px;
}
.custom-row {
    display: flex;
    flex-wrap: wrap;
}
.custom-col-12 {
    flex: 0 0 100%;
    max-width: 100%;
}
.custom-navigation {}
.custom-navbar {
    display: flex;
    align-items: center;
    width: 100%;
}
.custom-navbar-expand-xl {}
.custom-container-fluid {
    display: flex;
    align-items: center;
    width: 100%;
    padding: 0;
}
.custom-p-0 { padding: 0 !important; }
.custom-navbar-brand {
    padding-top: 5px;
    padding-bottom: 6px;
    font-size: 1.25rem;
    text-decoration: none;
    white-space: nowrap;
    display: flex;
    align-items: center;
    margin-right: 0;
}
.custom-img-fluid {
    max-width: 100%;
    height: auto;
}
.custom-location {
    display: flex;
    align-items: center;
    margin: 0 50px;
}
.custom-location p {
    color: #EDEDED;
    font-size: 18px;
    font-weight: 600;
    line-height: normal;
    white-space: nowrap;
    filter: contrast(1);
    margin-bottom: 0;
    margin-right: 10px;
}
.custom-form-control {
    background-color: transparent;
    border-radius: 10px;
    padding: 6px 10px;
    width: 100px;
    color: #fff;
    font-size: 18px;
    font-weight: 500;
    text-align: center;
    border: 1px solid #B5B5B5;
    margin-left: 10px;
}
.custom-navbar-toggler {
    padding: 0;
    border: none;
    font-size: 24px;
    color: #ededed;
    background: none;
}
.custom-navbar-toggler-icon {
    display: inline-block;
    width: auto;
    height: auto;
    vertical-align: middle;
    background-image: none;
}
.custom-mobilebtn {}
.custom-collapse {
    display: flex;
    flex-basis: auto;
}
.custom-navbar-collapse {
    flex-grow: 1;
    align-items: center;
}
.custom-navbar-nav {
    display: flex;
    flex-direction: row;
    margin-left: auto;
    margin-bottom: 0;
    list-style: none;
    padding-left: 0;
}
.custom-me-auto {
    margin-left: auto;
    margin-right: 0 !important;
}
.custom-sm {}
.custom-sm-simple {
    background: transparent;
    border: none;
    box-shadow: inherit;
}
.custom-navbar-nav li {
    padding-left: 15px;
    padding-right: 15px;
}
.custom-navbar-nav li a {
    padding: 10px 20px;
    border: none;
    color: #EDEDED;
    display: block;
    font-size: 18px;
    font-weight: 600;
    line-height: 1.5;
    filter: contrast(1);
    text-decoration: none;
    border-radius: 15px;
    transition: background 0.2s;
}
.custom-navbar-nav li a:hover,
.custom-navbar-nav li a:focus {
    background: rgba(255,255,255,0.05);
    color: #fff;
}
.custom-dealerslog {
    border-radius: 15px;
    background: #F43F60;
    color: #fff !important;
    padding: 10px 20px;
    font-weight: 600;
}
.custom-dealerslog:hover,
.custom-dealerslog:focus {
    background: #F43F60 !important;
    color: #fff !important;
}

/* === Responsive Custom Header Styles === */
@media (max-width: 1200px) {
  .custom-navbar-nav {
    flex-direction: column;
    width: 100%;
    background: rgba(0,0,0,0.98);
    position: fixed;
    top: 60px;
    left: 0;
    right: 0;
    z-index: 1100;
    padding: 2rem 0 2rem 0;
    margin: 0;
    display: none;
    box-shadow: 0 8px 24px rgba(0,0,0,0.2);
    border-radius: 0 0 16px 16px;
    min-height: 200px;
  }
  .custom-navbar-collapse.custom-show .custom-navbar-nav,
  .custom-navbar-collapse.custom-show {
    display: flex !important;
  }
  .custom-navbar-collapse {
    position: static;
    width: 100%;
    background: transparent;
    box-shadow: none;
    flex-direction: column;
    align-items: flex-start;
    transition: all 0.3s;
  }
  .custom-navbar-toggler {
    display: block;
    margin-left: auto;
    z-index: 1201;
  }
  .custom-menu-overlay {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0,0,0,0.5);
    z-index: 1099;
    transition: opacity 0.3s;
  }
  .custom-location {
    display: none;
  }
}

@media (min-width: 1201px) {
  .custom-navbar-toggler {
    display: none;
  }

  .custom-navbar-nav {
    display: flex !important;
    position: static;
    background: none;
    box-shadow: none;
    border-radius: 0;
    padding: 0;
    min-height: unset;
  }
  .custom-menu-overlay {
    display: none;
  }
}