﻿html { height: 100%; }

body,
html { margin: 0; padding: 0; }

*,
*::before,
*::after { box-sizing: border-box; }

*:focus { outline: none; }

body { -moz-osx-font-smoothing: grayscale; -webkit-font-smoothing: antialiased; color: var(--font-color); font-family: var(--theme-font-family); font-size: 15px; font-weight: 400; line-height: 1.385; min-height: 100%; /*overflow-x: hidden;*/ }
body.HomePage { background: #F9F9F9; }
/*body::-webkit-scrollbar { width: 6px; }
body::-webkit-scrollbar-track { background-color: #f3f3f3; }
body::-webkit-scrollbar-thumb { background-color: var(--theme-color); border-radius: 8px; }*/
body *::selection { background-color: var(--theme-color-opacity-60); color: #ffffff; }

a { -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; color: var(--font-color); cursor: pointer; font-weight: inherit; line-height: inherit; text-decoration: none; -webkit-transition: 0.15s; transition: 0.15s; }
a:focus { outline: medium none; }
a:not([href]):not([onclick]) { cursor: default; }
label { display: inline-block; margin-bottom: 5px; cursor: unset; }

ul, ol { list-style-position: inside; margin: 15px 0; padding: 0; }
ul li, ol li { margin-bottom: 0.5rem; }

h1, .h1,
h2, .h2,
h3, .h3,
h4, .h4,
h5, .h5,
h6, .h6 { line-height: 1.2; font-weight: 900; margin-top: 0px; margin-bottom: 1.1rem; }


h1, .h1 { font-size: 2.625em; }
h2, .h2 { font-size: 2em; }
h3, .h3 { font-size: 1.375em; }
h4, .h4,
h5, .h5 { font-size: 1.25em; }
h6, .h6 { font-size: 1.125em; }

b, strong { font-weight: 600; }

p, .p,
.element-description { font-size: 1em; margin-top: 0; margin-bottom: 1rem; }
:root { --paragraph-font-size: 1.067em; }

img { image-rendering: -o-crisp-edges; image-rendering: -webkit-optimize-contrast; -ms-interpolation-mode: nearest-neighbor; outline: medium none; max-width: 100%; }


hr { border: medium none; height: 1px; margin: 1.2rem 0; }
hr.separator { color: #f5f5f5; position: relative; border-top: 1px solid #dfdfdf; }
hr.separator:last-child { display: none; }

main,
.main { position: relative; z-index: initial; flex: 1; min-height: 200px; }

.container { max-width: 1230px; }
.container-800 { max-width: 800px; }
.container-850 { max-width: 850px; }
.container-900 { max-width: 900px; }
.container-928 { max-width: 928px; }
.container-980 { max-width: 980px; }
.container-1000 { max-width: 1000px; }
.container,
.container-fluid { margin-left: auto; margin-right: auto; padding-left: 15px; padding-right: 15px; width: 100%; }
/*:not(.reviewsPopup *)*/
body .max-836 { max-width: 836px; }

body .container-fluid,
body.HomePage .container-fluid { padding: 0; }

body .container-fluid > .row,
body.HomePage .container-fluid > .row,
body.HomePage .nLayout .container-fluid > .row.medium { margin-left: 0px; margin-right: 0px; }

body .container-fluid > .row_12 > .col-12:not(.e_textwithbtn),
body.HomePage .container-fluid > .row_12 > .col-12:not(.e_textwithbtn) { padding-left: 0px; padding-right: 0px; }

.row { display: flex; flex-flow: row wrap; margin-left: -5px; margin-right: -5px; }
.row [class*="col-"] { position: relative; width: 100%; padding-left: 5px; padding-right: 5px; }

/*6px for usedcar listintg page*/
.row.thickset { margin-left: -6px; margin-right: -6px; }
.row.thickset > [class*="col-"] { padding-left: 6px; padding-right: 6px; }

.row.compact8 { margin-left: -8px; margin-right: -8px; }
.row.compact8 > [class*="col-"] { padding-left: 8px; padding-right: 8px; }

.row.compact { margin-left: -10px; margin-right: -10px; }
.row.compact > [class*="col-"] { padding-left: 10px; padding-right: 10px; }

.row.medium { margin-left: -15px; margin-right: -15px; }
.row.medium > [class*="col-"] { padding-left: 15px; padding-right: 15px; }

.row.large { margin-left: -25px; margin-right: -25px; }
.row.large > [class*="col-"] { padding-left: 25px; padding-right: 25px; }

.noSpace { margin-right: 0; margin-left: 0; }
.noSpace > .col,
.noSpace > [class*="col-"] { padding-right: 0; padding-left: 0; }

.HomePage .nLayout .row.medium { margin-left: -6px; margin-right: -6px; }
.HomePage .nLayout .row.medium > [class*="col-"] { padding-left: 6px; padding-right: 6px; }


.col { flex-basis: 0; flex-grow: 1; max-width: 100%; }
.col-auto { flex: 0 0 auto; width: auto; max-width: 100%; }
.col-1 { flex: 0 0 8.333333%; max-width: 8.333333%; }
.col-2 { flex: 0 0 16.666667%; max-width: 16.666667%; }
.col-2_3 { flex: 0 0 18%; max-width: 18%; }
.col-2_5 { flex: 0 0 20%; max-width: 20%; }
.col-3 { flex: 0 0 25%; max-width: 25%; }
.col-4 { flex: 0 0 33.333333%; max-width: 33.333333%; }
.col-5 { flex: 0 0 41.666667%; max-width: 41.666667%; }
.col-6 { flex: 0 0 50%; max-width: 50%; }
.col-7 { flex: 0 0 58.333333%; max-width: 58.333333%; }
.col-8 { flex: 0 0 66.666667%; max-width: 66.666667%; }
.col-9 { flex: 0 0 75%; max-width: 75%; }
.col-9_5 { flex: 0 0 80%; max-width: 80%; }
.col-10 { flex: 0 0 83.333333%; max-width: 83.333333%; }
.col-11 { flex: 0 0 91.666667%; max-width: 91.666667%; }
.col-12 { flex: 0 0 100%; max-width: 100%; }

input,
textarea,
select { width: 100%; max-width: 100%; background-color: #fff; border: 1px solid #d3d3d3; border-radius: 4px; display: inline-block; font: inherit; line-height: 1.2; margin: 0; outline: none; padding: 10px 15px; height: 40px; color: var(--font-color); }
input,
textarea { }

input[type="hidden"] { display: none; }

input::placeholder,
textarea::placeholder,
select::placeholder { }

.req-fld { color: red; padding-left: 3px; }
.field-validation-valid { position: absolute; top: 0; right: 0; color: red; font-weight: 500; font-size: 14px; letter-spacing: 0.5px; display: inline-flex; line-height: 1; }

input.errorCSS,
select.errorCSS,
textarea.errorCSS { border-color: red; background-color: #fff1f1 !important; }


[type=file]::placeholder { color: #d3d3d3; }
[type=file]::file-selector-button { border: none; font: inherit; padding: 10px; margin: 0; transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }
[type=file]:hover:not(:disabled):not([readonly])::file-selector-button { cursor: pointer; }

[type=file]::-webkit-file-upload-button { background: transparent; border: none; font: inherit; -webkit-appearance: button; padding: 0; padding-right: 10px; margin: 0; margin-right: 10px; border-right: 1px solid #ccc; -webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }
[type=file]:hover:not(:disabled):not([readonly])::-webkit-file-upload-button { }

[type=file]:not(:disabled):not([readonly]) { cursor: pointer; }

@media (prefers-reduced-motion: reduce) {
 [type=file]::-webkit-file-upload-button { -webkit-transition: none; transition: none; }
 [type=file]::file-selector-button { transition: none; }
}

.element-description table { border: 1px solid var(--theme-color); border-collapse: collapse; margin-bottom: 20px; max-width: 100%; width: 100%; word-break: break-word; }
.element-description table th { color: var(--theme-color); }
.element-description table th,
.element-description table td { border: 1px solid var(--theme-color); border-right: none; border-top: none; padding: 0.8rem; text-align: left; }
.element-description table th:first-child,
.element-description table td:first-child { border-left: none; }
.element-description table tr:last-child td { border-bottom: none; }

select { -webkit-appearance: none; -moz-appearance: none; -o-appearance: none; appearance: none; background-color: #fff; background-image: url(../images/arrow-down-small.png); background-repeat: no-repeat; background-position: right 1em center; background-size: 10px auto; padding-right: 33px !important; cursor: pointer !important; white-space: nowrap; overflow: hidden !important; text-overflow: ellipsis; }
select option { font-family: 'Arial'; }
textarea { min-height: 120px; }
.pointer { cursor: pointer; }

.button { align-items: center; background-color: var(--button-background-color); color: var(--button-font-color); cursor: pointer; display: inline-flex; font: inherit; justify-content: center; line-height: 1.2; padding: 10px 20px; position: relative; text-decoration: none; text-transform: inherit; -webkit-transition: .35s; transition: .35s; border: none; height: 50px; min-width: 150px; font-weight: 600; text-align: center; border-radius: var(--common-btn-radius); }
.button svg { display: inline-flex; align-items: center; justify-content: center; width: 18px; height: 18px; fill: #fff; }
.link-button { align-items: center; color: var(--theme-color); cursor: pointer; display: inline-flex; font: inherit; justify-content: center; line-height: 1.2; position: relative; text-decoration: none; text-transform: inherit; transition: all 0.12s ease-in-out; border: none; font-weight: 700; }
.pulse-button { -webkit-animation: pulse-button 1.35s infinite; box-shadow: 0 0 0 0 var(--pulse-shadow-color); }
.refine-button { height: 47px; color: var(--font-color); margin-bottom: 10px; right: 13px; top: 20px; background: #fff; border-radius: var(--common-btn-radius); padding: 10px 44px; width: 284px; font-size: 18px; font-weight: 600; text-align: center; }
.showMore { background-color: var(--theme-color-opacity-60); border-radius: 5px; }
.showMore:hover { background-color: var(--theme-color); }
.wide { width: 100% !important; }
.width-auto { width: auto !important; }

.aspNetDisabled,
select:disabled { cursor: no-drop !important; opacity: 0.7; }
.footer-top .newsletter { padding-bottom: 15px; }

/*----------------------------------------------------------------------------
    HELPERS SITE
-----------------------------------------------------------------------------*/
.themeColor { color: var(--theme-color); }
.secondaryThemeColor { color: var(--secondary-theme-color); }

.themeBgColor { background-color: var(--theme-color); }
.secondaryThemeBgColor { background-color: var(--secondary-theme-color); }

.text-primary { color: var(--primary-color) !important; }
.text-success { color: var(--success-color) !important; }
.text-danger { color: var(--danger-color) !important; }
.text-warning { color: var(--warning-color) !important; }
.text-info { color: var(--info-color) !important; }

.button-white { background-color: #fff !important; color: #000 !important; }
.button-black { background-color: #000 !important; color: #fff !important; }

.button-primary { background-color: var(--primary-color) !important; color: #fff !important; }
.button-success { background-color: var(--success-color) !important; color: #fff !important; }
.button-danger { background-color: var(--danger-color) !important; color: #fff !important; }
.button-warning { background-color: var(--warning-color) !important; color: #212529 !important; }
.button-info { background-color: var(--info-color) !important; color: #fff !important; }

.radius-5 { border-radius: 5px; }
.radius-50 { border-radius: var(--common-btn-radius); }
.d-none { display: none !important; }
.d-inline { display: inline; }
.d-inline-block { display: inline-block; }
.d-block { display: block !important; }
.d-table { display: table; }
.d-table-row { display: table-row; }
.d-table-cell { display: table-cell; }

.d-flex { display: flex; flex-wrap: wrap; }
.d-inline-flex { display: inline-flex; }
.d-flex-wrap { display: flex; flex-flow: row wrap; height: 100%; }
.d-flex-column { display: flex; flex-flow: column; height: 100%; }

.flex-row { display: flex; flex-flow: row wrap; margin-right: -8px; margin-left: -8px; }
.flex-row .col { padding-right: 8px; padding-left: 8px; }
.flex-column { flex-direction: column; }
.flex-row-reverse { flex-direction: row-reverse; }
.flex-column-reverse { flex-direction: column-reverse; }
.flex-wrap { flex-wrap: wrap; }
.flex-nowrap { flex-wrap: nowrap; }
.flex-wrap-reverse { flex-wrap: wrap-reverse; }
.flex-fill { flex: 1 1 auto; }
.flex-grow-0 { flex-grow: 0; }
.flex-grow-1 { flex-grow: 1; }
.flex-shrink-0 { flex-shrink: 0; }
.flex-shrink-1 { flex-shrink: 1; }

.justify-content-start { justify-content: flex-start; }
.justify-content-end { justify-content: flex-end; }
.justify-content-center { justify-content: center !important; }
.justify-content-between { justify-content: space-between; }
.justify-content-around { justify-content: space-around; }
.justify-content-evenly { justify-content: space-evenly; }

.align-center { margin-right: auto; margin-left: auto; }
.align-items-start { align-items: flex-start; }
.align-items-end { align-items: flex-end; }
.align-flex-center { align-items: center; display: flex; justify-content: center; }
.align-items-center { align-items: center; }
.align-items-baseline { align-items: baseline; }
.align-items-stretch { align-items: stretch; }
.align-content-start { align-content: flex-start; }
.align-content-end { align-content: flex-end; }
.align-content-center { align-content: center; }
.align-content-between { align-content: space-between; }
.align-content-around { align-content: space-around; }
.align-content-stretch { align-content: stretch; }
.align-self-auto { align-self: auto; }
.align-self-start { align-self: flex-start; }
.align-self-end { align-self: flex-end; }
.align-self-center { align-self: center; }
.align-self-baseline { align-self: baseline; }
.align-self-stretch { align-self: stretch; }

.text-left { text-align: left !important; }
.text-center { text-align: center; }
.text-right { text-align: right; }

.text-justify { text-align: justify; }
.text-underline { text-decoration: underline; }
.text-decoration-none { text-decoration: none; }
.text-uppercase { text-transform: uppercase; }
.text-italic { font-style: italic; }
.text-truncate { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }

.position-static { position: static; }
.position-absolute { position: absolute; }
.position-relative { position: relative; }
.position-fixed { position: fixed; }
.position-sticky { position: -webkit-sticky; position: sticky; }

body .m-0 { margin: 0px; }
body .m-1 { margin: 0.25rem; }
body .m-2 { margin: 0.5rem; }
body .m-3 { margin: 0.75rem; }
body .m-4 { margin: 1rem; }
body .m-5 { margin: 1.25rem; }
body .m-6 { margin: 1.5rem; }
body .m-7 { margin: 1.75rem; }
body .m-8 { margin: 2rem; }

body .mt-0 { margin-top: 0px; }
body .mt-1 { margin-top: 0.25rem; }
body .mt-2 { margin-top: 0.5rem; }
body .mt-3 { margin-top: 0.75rem; }
body .mt-4 { margin-top: 1rem; }
body .mt-5 { margin-top: 1.25rem; }
body .mt-6 { margin-top: 1.5rem; }
body .mt-7 { margin-top: 1.75rem; }
body .mt-8 { margin-top: 2rem; }

body .mb-0 { margin-bottom: 0px !important; }
body .mb-1 { margin-bottom: 0.25rem; }
body .mb-2 { margin-bottom: 0.5rem; }
body .mb-3 { margin-bottom: 0.75rem; }
body .mb-4 { margin-bottom: 1rem; }
body .mb-5 { margin-bottom: 1.25rem; }
body .mb-6 { margin-bottom: 1.5rem; }
body .mb-7 { margin-bottom: 1.75rem; }
body .mb-8 { margin-bottom: 2rem !important; }

body .ml-0 { margin-left: 0px; }
body .ml-1 { margin-left: 0.25rem; }
body .ml-2 { margin-left: 0.5rem; }
body .ml-3 { margin-left: 0.75rem; }
body .ml-4 { margin-left: 1rem; }
body .ml-5 { margin-left: 1.25rem; }
body .ml-6 { margin-left: 1.5rem; }
body .ml-7 { margin-left: 1.75rem; }
body .ml-8 { margin-left: 2rem; }
body .ml-9 { margin-left: 2.25rem; }
body .ml-10 { margin-left: 2.5rem; }
body .ml-11 { margin-left: 2.75rem; }
body .ml-12 { margin-left: 3rem; }
body .ml-13 { margin-left: 3.25rem; }

body .mr-0 { margin-right: 0px; }
body .mr-1 { margin-right: 0.25rem; }
body .mr-2 { margin-right: 0.5rem; }
body .mr-3 { margin-right: 0.75rem; }
body .mr-4 { margin-right: 1rem; }
body .mr-5 { margin-right: 1.25rem; }
body .mr-6 { margin-right: 1.5rem; }
body .mr-7 { margin-right: 1.75rem; }
body .mr-8 { margin-right: 2rem; }
body .mr-9 { margin-right: 2.25rem; }
body .mr-10 { margin-right: 2.5rem; }
body .mr-11 { margin-right: 2.75rem; }
body .mr-12 { margin-right: 3rem; }
body .mr-13 { margin-right: 3.25rem; }


body .p-0 { padding: 0px !important; }
body .p-1 { padding: 0.25rem; }
body .p-2 { padding: 0.5rem; }
body .p-3 { padding: 0.75rem; }
body .p-4 { padding: 1rem; }
body .p-5 { padding: 1.25rem; }
body .p-6 { padding: 1.5rem; }
body .p-7 { padding: 1.75rem; }
body .p-8 { padding: 2rem; }

body .pt-0 { padding-top: 0px; }
body .pt-1 { padding-top: 0.25rem; }
body .pt-2 { padding-top: 0.5rem; }
body .pt-3 { padding-top: 0.75rem; }
body .pt-4 { padding-top: 1rem; }
body .pt-5 { padding-top: 1.25rem; }
body .pt-6 { padding-top: 1.5rem; }
body .pt-7 { padding-top: 1.75rem; }
body .pt-8 { padding-top: 2rem; }

body .pb-0 { padding-bottom: 0px; }
body .pb-1 { padding-bottom: 0.25rem; }
body .pb-2 { padding-bottom: 0.5rem; }
body .pb-3 { padding-bottom: 0.75rem; }
body .pb-4 { padding-bottom: 1rem; }
body .pb-5 { padding-bottom: 1.25rem; }
body .pb-6 { padding-bottom: 1.5rem; }
body .pb-7 { padding-bottom: 1.75rem; }
body .pb-8 { padding-bottom: 2rem; }

body .pl-0 { padding-left: 0px !important; }
body .pl-1 { padding-left: 0.25rem; }
body .pl-2 { padding-left: 0.5rem; }
body .pl-3 { padding-left: 0.75rem; }
body .pl-4 { padding-left: 1rem; }
body .pl-5 { padding-left: 1.25rem; }
body .pl-6 { padding-left: 1.5rem; }
body .pl-7 { padding-left: 1.75rem !important; }
body .pl-8 { padding-left: 2rem; }
body .pl-9 { padding-left: 2.25rem; }
body .pl-10 { padding-left: 2.5rem; }
body .pl-11 { padding-left: 2.75rem; }
body .pl-12 { padding-left: 3rem; }
body .pl-13 { padding-left: 3.25rem; }



body .pr-0 { padding-right: 0px; }
body .pr-1 { padding-right: 0.25rem !important; }
body .pr-2 { padding-right: 0.5rem; }
body .pr-3 { padding-right: 0.75rem; }
body .pr-4 { padding-right: 1rem; }
body .pr-5 { padding-right: 1.25rem; }
body .pr-6 { padding-right: 1.5rem; }
body .pr-7 { padding-right: 1.75rem; }
body .pr-8 { padding-right: 2rem; }
body .pr-9 { padding-right: 2.25rem; }
body .pr-10 { padding-right: 2.5rem; }
body .pr-11 { padding-right: 2.75rem; }
body .pr-12 { padding-right: 3rem; }
body .pr-13 { padding-right: 3.25rem; }

.font-weight-600 { font-weight: 600 !important; }
.font-weight-700 { font-weight: 700 !important; }
.font-weight-800 { font-weight: 800 !important; }
.font-weight-900 { font-weight: 900 !important; }

.lh-0 { line-height: 0; }
.lh-1 { line-height: 1; }

[class^="list"] { display: block; list-style: none; margin: 0; padding: 0; }

.mainHeading { margin: 15px 0; padding: 15px 0; }
.mainHeading h3,
.mainHeading .h3 { }
.mainHeading h3 strong,
.mainHeading .h3 strong { }
.mainHeading p { }
.mainHeading .popupTrigger { cursor: pointer; }

/*----------------------------------------------------------------------------
     CUSTOM TYPE
-----------------------------------------------------------------------------*/

.custom-type { display: inline-flex; margin-bottom: 0; position: relative; text-align: left; align-items: center; }
.custom-type:last-child { margin-right: 0; }
.custom-type .checkmark { height: 20px; width: 20px; border-radius: 4px; border: 1px solid #999; display: block; flex-shrink: 0; margin-right: 0.5rem; position: relative; transition: all 0.25s cubic-bezier(0.785, 0.135, 0.15, 0.86); cursor: pointer; }
.custom-type .checkmark:after { align-items: center; bottom: 0; color: #ffffff; content: " "; display: flex; font-family: "icons"; font-size: 14px; font-weight: initial; justify-content: center; opacity: 0; left: 0; line-height: 1; position: absolute; right: 0; top: 0; transition: all 0.25s cubic-bezier(0.785, 0.135, 0.15, 0.86); }
.custom-type .label { cursor: pointer; line-height: 1; }
.custom-type input { height: 20px; width: 20px; left: 0px; margin: 0; opacity: 0; padding: 0; position: absolute; top: 0; z-index: 1; cursor: pointer; }
.custom-type input:checked + .checkmark,
.custom-type input:checked + [type="hidden"] + .checkmark { background-color: var(--secondary-theme-color); border-color: var(--secondary-theme-color); }

.custom-type input:checked + .checkmark:after,
.custom-type input:checked + [type="hidden"] + .checkmark:after { opacity: 1; }

.custom-type [type="radio"] + .checkmark,
.custom-type [type="radio"] + [type="hidden"] + .checkmark { border-radius: 50%; border-width: 2px; }

.custom-type [type="radio"] + .checkmark:after,
.custom-type [type="radio"] + [type="hidden"] + .checkmark:after { content: ""; background: var(--theme-color); top: 0px; bottom: 0px; border-radius: 50%; margin: auto; width: 10px; height: 10px; }

.custom-type [type="radio"]:checked + .checkmark,
.custom-type [type="radio"]:checked + [type="hidden"] + .checkmark { background: transparent; }
.custom-type [type="checkbox"]:checked + .checkmark,
.custom-type [type="checkbox"]:checked + [type="hidden"] + .checkmark { box-shadow: none; }

.custom-type [type="checkbox"] + .checkmark:after,
.custom-type [type="checkbox"] + [type="hidden"] + .checkmark:after { content: "\e90b"; }

/*----------------------------------------------------------------------------
     NORMAL LAYOUT HELPER
-----------------------------------------------------------------------------*/

/*----------------------------------------------------------------------------
     BOX LAYOUT HELPER
-----------------------------------------------------------------------------*/
[class*="col-hh-"] { overflow: hidden; }
.col-hh-1 { height: 365px; }
.col-hh-2 { }
.col-hh-5 { }

.row [class*="col-"].col-12.col-hh-1 { height: auto; }

.bxLayout [class*="bx_"] > [class*="e_"],
.bxLayout [class*="bx_"] > [class*="e_"] > [class*="uc"] { height: 100%; }


/*----------------------------------------------------------------------------
    HEADER SECTION START
-----------------------------------------------------------------------------*/
header { }
header .logo { display: flex; text-decoration: none; align-items: center; justify-content: flex-start; -webkit-transition: initial; transition: initial; }
header .logo-image { height: 28px; }
header .logo-dark { /*display: none;*/ }
header .logo-white { display: none; }
.logo-image-brand { display: none; height: 30px; margin-left: 10px; }
header .head-one { transition: transform 0.4s cubic-bezier(0.645, 0.045, 0.355, 1); -webkit-backdrop-filter: blur(10px); backdrop-filter: blur(10px); background-color: rgba(255,255,255, 0.9); }
html:not(.sticky-active) body:not(.HomePage) header .head-one { box-shadow: 0px 0px 14px 0px #00000024; z-index: 9; position: relative; }
header .head-one > [class*="container"] { display: flex; flex-flow: row wrap; justify-content: space-between; align-items: center; z-index: 10; padding-left: 20px; padding-right: 20px; min-height: 76px; }

.menu-top { align-items: center; display: flex; font-weight: 600; list-style: none; margin: 0; padding: 0; line-height: 1; }
.menu-top .trigger { color: var(--font-color); align-items: center; display: inline-flex; font-size: 1.065em; font-weight: 600; text-transform: uppercase; }

.menu-top li { margin: 0; margin-left: 59px; }
.menu-top li:first-child { margin-left: 0; }
.menu-top .fLink { margin-left: 35px; }
.menu-top .bLink { margin-right: 18px; }
.menu-top li.mgLogo { margin-left: 30px; }
.menu-top li .mg-logo { width: 50px }

.vLink i,
.fLink i { display: inline-flex; justify-content: center; align-items: center; position: relative; width: 22px; height: 22px; font-size: 22px; margin-right: 7px; }

.vLink i span,
.fLink i span { font-family: var(--theme-font-family); font-weight: 600; position: absolute; top: 0; bottom: 0; left: 0; right: 0; margin: auto; display: inherit; align-items: inherit; justify-content: inherit; font-size: 12px; }

.vLink i { color: #c2eeea; }
.vLink i span { color: #495b84; }

.fLink i { color: var(--favorite-color); }
.fLink i span { color: #fff; }

.HomePage .menu-top .vLink,
.HomePage .menu-top .fLink { display: none !important; }


.HomePage .menu-top .lLink,
body:not(.HomePage) .menu-top .cLink,
body:not(.HomePage) .menu-top .bLink { display: none !important; }

.menu-top .menubar { font-size: 0; margin-left: 46px; margin-right: 9px; }
.menu-top .menubar svg { width: 26px; height: 26px; fill: var(--font-color); }
.menu-top .menubar .trigger { align-items: center; border: medium none; color: inherit; display: inline-flex; text-decoration: none; font-size: 0; position: relative; }

.menu-top li.head-brand { font-size: 0; margin-left: 11px; }
.menu-top li.head-brand img { max-height: 40px; max-width: 45px; width: auto; }

.HomePage .headLikeTo { display: none; }
.menu-top li.headLikeTo { line-height: 0; margin-left: 28px; }
.menu-top li.headLikeTo .likeToDropdown { }

header { height: 75px; }
.sticky-yes .head-one { position: fixed; left: 0; right: 0; top: 0; z-index: 10; transition: transform 0.5s cubic-bezier(0.645, 0.045, 0.355, 1); animation: 0.5s ease-in-out 0s normal none 1 running fadeInAnimation; background-color: rgba(255,255,255,.8) !important; box-shadow: 0px 0px 10px 2px #0000001f; }
/*.sticky-yes .menu-top .trigger { color: #fff !important; }*/


.ucSearch + .topLogoRpt { display: none !important; }
.topLogoRpt { padding: 0; margin: 0; display: inline-flex; align-items: center; justify-content: center; list-style: none; }
.topLogoRpt li { display: inherit; align-items: inherit; justify-content: inherit; margin: auto 25px; }
.topLogoRpt li:last-child { }
.topLogoRpt li a { display: inherit; align-items: inherit; justify-content: inherit; width: 45px; height: 45px; }
.topLogoRpt li a img { max-height: 100%; }
.topLogoRpt li.topLogo-jeep { margin: auto 10px; }
.topLogoRpt li.topLogo-jeep a { width: 80px; height: auto; }
.topLogoRpt li.topLogo-jeep a img { max-height: initial; width: 65px; }

.likeToDropdown { position: relative; display: inline-flex; width: 250px; height: 44px; }
.likeToPos { min-width: 250px; max-width: 250px; position: absolute; display: inline-block; margin-right: 0; min-height: 44px; max-height: 44px; overflow: hidden; cursor: pointer; text-align: left; white-space: nowrap; outline: none; border: 2px solid #ccc; border-radius: var(--common-btn-radius); background-color: #fff; transition: .3s all ease-in-out; -webkit-box-shadow: 0 0 0 4px rgba(0,0,0,0.03); -moz-box-shadow: 0 0 0 4px rgba(0,0,0,0.03); box-shadow: 0 0 0 4px rgba(0,0,0,0.03); right: 0; top: 0; z-index: 9; }
.likeToPos:before { content: ""; position: absolute; right: 15px; top: 17px; border: 6px solid #484848; border-color: #484848 transparent transparent transparent; transition: .3s all ease-in-out; pointer-events: none; }
.likeToPos .likeToDefault { font-weight: 700; }
.likeToPos:not(.expanded) .likeToDefault { margin-bottom: 0; }
.likeToPos:not(.expanded) label { pointer-events: none; }
.likeToPos label { display: flex; cursor: pointer; position: relative; font-size: 15px; padding: 0px 20px; margin-bottom: 0; height: 40px; align-items: center; justify-content: flex-start; border-radius: var(--common-btn-radius); overflow: hidden; }
.likeToPos label span { display: inline-block; line-height: initial; width: 100%; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.likeToPos label:not(.likeToDefault):hover { background: var(--theme-color); color: #fff; }
.likeToPos.expanded { border: 2px solid #ccc; background: #fff; border-radius: 0; padding: 0; -webkit-box-shadow: 0 0 0 4px rgba(245,245,245,.55); -moz-box-shadow: 0 0 0 4px rgba(245,245,245,.55); box-shadow: 0 0 0 4px rgba(245,245,245,.55); max-width: 400px; max-height: 500px; min-height: 150px; font-size: 18px; padding: 18px; padding-top: 14px; -webkit-animation: none !important; }
.likeToPos.expanded::before { transform: rotate(-180deg); top: 12px; }

.dropScroll { max-height: 400px; /*min-height: 150px;*/ overflow-x: hidden; overflow-y: auto; -webkit-overflow-scrolling: touch; padding-right: 20px; }
.dropScroll::-webkit-scrollbar { width: 8px }
.dropScroll::-webkit-scrollbar-track { background-color: #f3f3f3; border-radius: 8px }
.dropScroll::-webkit-scrollbar-thumb { background: #cccccc; border-radius: 8px; }


.hdrReview .es-card-badge-container { padding: 0px !important; display: flex; flex-direction: row; width: 135px; flex-wrap: wrap; }
.hdrReview .es-card-badge-container .es-badge-label-container { font-size: 14px !important; line-height: 1em !important; }
.hdrReview .es-badge-rating .es-rating-value { font-size: 14px !important; line-height: 1em!important;}
.hdrReview .es-badge-rating .es-rating-bar-container { width: 70px !important; }
.hdrReview .es-badge-reviews-count { display: none !important; }
.hdrReview .es-badge-label { font-size: 12px !important; min-height: initial!important; }
.hdrReview .es-google-icon, .hdrReview .es-google-icon svg { width: 15px !important; height: 15px !important; }
.hdrReview .es-badge-container { background-color: transparent !important; }
.hdrReview  .es-rating-item{width:14px!important;height:14px!important;}


/*----------------------------------------------------------------------------
    POPUP START
-----------------------------------------------------------------------------*/
.popupShown body,
.sidebarShown body { overflow: hidden; }
.popupShown body header,
.sidebarShown body header { }
.modal-backdrop { background-color: #000; height: 100vh; left: 0; position: fixed; top: 0; width: 100vw; z-index: 99; transition: opacity .3s linear; opacity: 0; pointer-events: none; }
.modal-backdrop.show { opacity: .47; pointer-events: all; }

.popup { display: none; color: var(--font-color); height: 100%; left: 0; outline: 0; overflow: hidden; padding: 2rem; position: fixed; top: 0; width: 100%; z-index: 1050; }
.popup::-webkit-scrollbar { width: 6px; }
.popup::-webkit-scrollbar-track { background-color: #f3f3f3; }
.popup::-webkit-scrollbar-thumb { background-color: var(--theme-color); border-radius: 8px; }
.popup.visible { display: block; overflow-x: hidden; overflow-y: auto; }
.popup-header:after { content: ""; display: block; clear: both; }
.popHeadLft { background-image: url(../images/logo-dark.png); width: 240px; height: 150px; background-size: auto; background-repeat: no-repeat; background-position: center; display: inline-block; vertical-align: top; float: left; }
.popHeadRgt { display: inline-block; width: calc(100% - 241px); vertical-align: top; color: #000; padding: 15px 20px; float: right; text-align: left; min-height: 150px; background-color: #efefef; }
.popHeadRgt .popup-description, .popHeadRgt .popup-title { text-align: left; }
.popup-header { padding: 1.2rem 2rem; }
.popup-title { color: var(--secondary-theme-color); font-size: 20px; text-align: center; line-height: normal; margin-bottom: 5px; font-weight: 600; }
.popHeadRgt .popup-title { font-size: 20px; margin-bottom: 5px; }
.popHeadRgt .popup-description p { font-size: 16px; margin-bottom: 5px; }
.popup-description { font-size: 13px; text-align: center; font-weight: 600; }
.popup-description p { line-height: normal; margin-bottom: 10px; }
.popup-description p:last-child { margin-bottom: 0px; }

.popup-dialog { display: flex; align-items: center; min-height: 100%; justify-content: center; }
.popup-dialog .close { top: -5px; right: 0; padding: 12px; }
.popup-content { border-radius: var(--common-box-radius); background-color: #ffffff; box-shadow: 0 4px 12px rgba(0, 0, 0, 0.5); outline: 0; margin: 0 auto; position: relative; width: auto; max-width: 600px; }
.popup-body { flex: 1 1 auto; /*min-height: 260px;*/ padding: 2rem; position: relative; }
.popup-body .form-group { position: relative; }
.popup-body .form-group label { line-height: 1.4; }
.popup-header + .popup-body { padding-top: 0 !important; }

.popup-consent { background-color: var(--theme-color-opacity-05); padding: 10px; border-radius: 5px; text-align: center; margin-bottom: 20px; }
.popup-consent .row { justify-content: center; }
.popup-consent [class*="col-"] { flex: 0 0 auto !important; max-width: initial !important; width: auto; padding-left: 20px; padding-right: 20px; }
.formLbl { display: block; width: 100%; margin: 13px auto 9px; }

.popup .button { height: 40px; border-radius: 4px; text-align: center; }
.popup textarea { /*min-height: 142px;*/ min-height: 121px; }
.service-history { height: 40px; display: flex; align-items: center; justify-content: flex-start; }

.popup .popup-consent,
.sidebar .popup-consent { background: transparent; padding: 10px 0px; margin-bottom: 0px; }
.popup .popup-consent span.label,
.sidebar .popup-consent span.label { font-size: 13px; font-weight: 600; line-height: inherit; }
.popup .form-ques,
.sidebar .form-ques { margin-bottom: 0; text-align: center; font-size: 13px; font-weight: 600; opacity: 1.0; color: #b2b2b2; }

.popup .form-group input,
.popup .form-group select,
.popup .form-group textarea,
.sidebar .form-group input:not(.button),
.sidebar .form-group select,
.sidebar .form-group textarea { font-weight: 500; font-size: 13px; border-radius: 5px; color: #0f0f0f; background-color: #f1f1f1; }

.g-recaptcha { transform: scale(0.77); transform-origin: 0 0; }
.like-recaptcha { height: 60px; }

.popup .form-group .button,
.sidebar .form-group .button { height: 50px; border-radius: var(--common-btn-radius); margin-top: 4px; font-size: 16px; }
.popup .form-group .button:hover,
.sidebar .form-group .button:hover { -webkit-transition: 0.25s !important; transition: 0.25s !important; opacity: 1; box-shadow: inset 0 -100px 0 rgba(0, 0, 0, 0.075), 0 4px 6px 0 rgba(0, 0, 0, 0.1), 0 1px 10px 0 rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.1); }
.popup .form-group textarea { width: 100% !important; min-height: 100px; }
.popup .popup-header .popup-title { opacity: 0.8; }
.popup .popup-body p { text-align: center; }


.popup .enq-dir-hdr { border: solid 1px #e1e1e1; box-shadow: 0px 0px 7px -4px #0000008c; margin-top: 7px; margin-bottom: 20px; position: relative; text-align: center; border-radius: var(--common-box-radius); overflow: hidden; }
.popup .enq-dir-hdr ul { padding: 0px; margin: 0px; width: 100%; list-style: none; }
.popup .enq-dir-hdr ul li { margin: 0; }
.popup .enq-dir-hdr ul li:first-child { }
.popup .enq-dir-hdr-cont { padding: 18px 16px 20px; }
.popup .enq-dir-hdr-cont p { }
.popup .enq-dir-hdr-cont .gdenq-make { font-size: 14px; font-weight: 700; color: #000; line-height: 1.2; letter-spacing: -0.25px; margin-bottom: 2px; }
.popup .enq-dir-hdr-cont .gdenq-variant { font-size: 11px; opacity: 0.59; color: #333; font-weight: 600; margin-bottom: 11px; }
.popup .enq-dir-hdr-cont p.left.Cash_p { color: #000; font-size: 12px; font-weight: 700; }
.popup .enq-dir-hdr-cont .gdenq-price { font-size: 20px; opacity: 1.0; margin-bottom: 0; font-weight: 700; color: #000; line-height: 1; text-align: left; }
.popup .enq-dir-hdr-cont .gdenq-price b { font-size: 9px; width: 100%; display: block; font-weight: 700; opacity: 1; line-height: normal; }
.popup .enq-dir-hdr-cont .enqOfr { font-size: 15px; line-height: 1; display: inline-block; }
.popup .thumbnail-77 { font-size: 0; }
.popup .thumbnail-77 img { width: 100%; }

.hideCarModel .popup-title.text-left,
.hideCarModel .popup-description.text-left,
.hideCarModel .popup-description p.text-left { text-align: center !important; }
.hideCarModel .row.medium > [class*="col-"],
.hideCarModel .row.medium > form > [class*="col-"] { padding-left: 15px !important; padding-right: 15px !important; flex: 0 0 100% !important; max-width: 100% !important; }
.hideCarModel .row.medium > form { flex: 0 0 100% !important; max-width: 100% !important; }


.hideCarModel .col-3.pr-1 { display: none; }
.hideCarModel .popup-body { padding: 1.5rem 2.5rem !important; }
.hideCarModel .popup-content { max-width: 600px; }

.popup .row.medium > form { flex: 0 0 75%; max-width: 75%; }
.popup .row.medium > form > .col-9 { flex: 0 0 100%; max-width: 100%; padding-left: 15px; padding-right: 15px; }

.popup .popup-dialog .close { top: 0px; right: 0; padding: 10px; }
.popup .popup-header { padding: 1.5rem 2.5rem; padding-bottom: 20px; }
.popup .popup-body { padding: 1.5rem 2.5rem; }

/*Free Google Reviews widget*/
.reviewsPopup .huflDf { color: var(--font-color); font-size: 20px; text-align: center; line-height: normal; margin-bottom: 5px; font-weight: 600; }
.reviewsPopup .jOACPc { margin-bottom: 1.25rem; }

/****** Style Star Rating Widget *****/
.ratingField .rating { border: none; padding: 0; margin: 0; height: 40px; display: flex; align-items: center; flex-direction: row-reverse; justify-content: flex-end; }
.ratingField .rating > input { display: none; }
.ratingField .rating > label { color: #ddd; cursor: pointer; margin-bottom: 0; line-height: normal; margin-right: 10px; font-size: 20px; }
.ratingField .rating > label:before { margin: 0; font-family: Font Awesome\ 5 Free; display: inline-block; content: "\f005"; }
.ratingField .rating > .half:before { content: "\f089"; position: absolute; }
.ratingField .rating > input:checked ~ label, /* show gold star when clicked */
.ratingField .rating:not(:checked) > label:hover, /* hover current star */
.ratingField .rating:not(:checked) > label:hover ~ label { color: #FFD700; }
.ratingField .rating > input:checked + label:hover, /* hover current star when changing rating */
.ratingField .rating > input:checked ~ label:hover,
.ratingField .rating > label:hover ~ input:checked ~ label, /* lighten current selection */
.ratingField .rating > input:checked ~ label:hover ~ label { color: #FFED85; }

.thankYou .popup-content { min-height: 150px; }
.thankYou .popup-body { display: flex; min-height: 150px; align-items: center; justify-content: center; }

.customForm .form-group .button { height: 40px; margin: 0; width: 100%; }
.formOnPage { position: initial; display: block; padding: 0; }
.formOnPage .close { display: none; }
.formOnPage .popup-header { padding: 0; padding-bottom: 20px; }
.formOnPage .popup-body { padding: 0; }
.formOnPage .popup-dialog { min-height: initial; }
.formOnPage .popup-content { box-shadow: none; background: transparent; }
.formOnPage .form-group .button { }


/*----------------------------------------------------------------------------
    SIDEBAR START
-----------------------------------------------------------------------------*/

.sidebar { background: #fff; position: fixed; top: 0; right: 0; width: 490px; max-width: 95%; height: 100%; z-index: 101; -webkit-transform: translate3d(100%, 0, 0); transform: translate3d(100%, 0, 0); -webkit-transition: all 1s; transition: all 1s; -webkit-box-shadow: -8px 0px 9px -5px rgba(0, 0, 0, 0.18); -moz-box-shadow: -8px 0px 9px -5px rgba(0, 0, 0, 0.18); box-shadow: -8px 0px 9px -5px rgba(0, 0, 0, 0.18); }
.sidebar .sidebarContent { position: relative; overflow-x: hidden; overflow-y: auto; -webkit-overflow-scrolling: touch; min-height: 100%; padding: 46px 32px; height: 100%; }

.sidebar-title { margin: 0; padding: 0; font-size: 20px; font-weight: 600; margin-bottom: 5px; color: var(--theme-color); opacity: 0.8; }
.sidebar-description { margin: 0; padding: 0; font-size: 13px; color: #212121; font-weight: 600; margin-bottom: 25px; opacity: 0.8; }

.sidebarMenu ul { padding: 0px; width: 100%; }
.sidebarMenu li { margin-bottom: 0.45rem; }
.sidebarMenu li a { color: inherit; display: inline-block; font-size: 1.2em; margin: auto; text-decoration: none; font-weight: 500; text-transform: none; }
.sidebarMenu li:not(.navHomeLink) a:hover { padding-left: 5px; letter-spacing: -0.5px; color: #000; }

.sidebarMenu .navHomeLink a { width: auto; margin-left: 2rem; padding: 0px; }
.sidebarMenu .navHomeLink .fa { color: var(--theme-color); }
.sidebarMenu .navToggle { display: inline-block; cursor: pointer; font-size: 25px; color: #a4a4a4; text-align: center; line-height: 1; margin-left: 5px; vertical-align: middle; margin-top: -6px; }
.sidebarMenu .navToggle .fa { line-height: 1; }
.sidebarMenu .navDropLink li a { font-size: 15px !important; padding-left: 2.7rem; }

.sideMenuLogo { font-size: 0; padding-left: 2rem; border-left: 4px solid transparent; padding-top: 1rem; padding-bottom: 1rem; background: #081832; position: absolute; bottom: 0; right: 0; left: 0; }
.sideMenuLogo img { height: 60px; }

.close { position: absolute; top: 0; right: 17px; padding: 14px; cursor: pointer; font-size: 0; opacity: 1; z-index: 99; -webkit-transition: 0.25s; transition: 0.25s; }
.close svg { fill: #c4c4c4; width: 23px; height: 23px; display: inline-block; }

.close:active svg { -webkit-transform: scale(0.92); transform: scale(0.92); }

.close.fixed { position: fixed; top: 5px; right: 5px; opacity: 0.9; }
.close.fixed svg { fill: #fff; }

.close:hover { opacity: 1; }

.sidebar.right { top: 0; right: -10%; left: auto; -webkit-transform: translateX(100%); -ms-transform: translateX(100%); transform: translateX(100%); }
.sidebar.right.visible { opacity: 1; right: 0%; -webkit-transform: translateX(0%); -ms-transform: translateX(0%); transform: translateX(0%); }

.sidebar.left { top: 0; left: -10%; right: auto; -webkit-transform: translateX(-100%); -ms-transform: translateX(-100%); transform: translateX(-100%); }
.sidebar.left.visible { opacity: 1; left: 0%; -webkit-transform: translateX(0%); -ms-transform: translateX(0%); transform: translateX(0%); }

.sidebar.top { top: -10%; width: 100%; max-width: 100%; height: auto; overflow: visible; -webkit-transform: translateY(-100%); -ms-transform: translateY(-100%); transform: translateY(-100%); }
.sidebar.top.visible { opacity: 1; top: 0%; -webkit-transform: translateY(0%); -ms-transform: translateY(0%); transform: translateY(0%); }

.sidebar .button { height: 45px; }

.sidebarMenu .subToggle { display: none; }
.hasSubMenu .subToggle { display: inline-block; }
.sidebarMenu .subToggle:before { content: "\f107"; font-family: 'Font Awesome 5 Free'; font-weight: 900; line-height: 1; padding: 0 7px; font-size: 15px; }
.sidebarMenu .open .subToggle:before { content: "\f106"; }
.subMenuDrop ul { margin: 0px 10px 0px; padding: 8px 0 15px; }
.subMenuDrop ul li { list-style: none; }
.subMenuDrop ul li a { font-size: 1em; }

.subMenuDrop { display: none; }

.thankYouBar { }
.thankYouBar .sidebarContent { padding: 50px; text-align: center; display: flex; justify-content: center; align-items: center; }
.thankYouBar .close svg { opacity: 1 }
.thankYouBar .sidebarContent svg { fill: var(--success-color); width: 70px; height: 70px; display: inline-flex; align-items: center; }
.thankYouBar .sidebarContent h3 { margin-top: 30px; margin-bottom: 30px; }
.thankYouBar .sidebarContent p { color: #484e5c; padding-bottom: 30px; font-size: 1em; }
.thankYouBar .sidebarContent h6 { margin: 0; }
.thankYouBar .sidebarContent .element-thumb { margin-top: 30px; text-align: center; }

.navOfferSlider { position: relative; }
.navOfferSlider:before { content: ""; height: 1px; border-top: 1px dashed #e1e1e1; display: block; position: absolute; top: 0; width: 100%; left: 0; right: 0; }
.navOfferSlider .swiper { padding-top: 25px; margin-top: 25px; }
.navOfferSlider .swiper-wrapper { align-items: flex-start; }
.navOfferRpt { padding: 5px 0; }
.navOfferRpt .element-heading { margin-bottom: 1rem; font-size: 1.1em; min-height: 47px; }
.navOfferRpt .element-heading span { font-size: 0.85em; display: block; }
.navOfferRpt .element-heading strong { font-size: 1.1em; display: block; }
.navOfferRpt .element-textblock { display: flex; align-items: center; }
.navOfferRpt .element-thumb { width: 110px; height: 110px !important; min-width: 110px; overflow: hidden; border-radius: var(--common-box-radius); box-shadow: 0px 0px 3px 2px #00000014; display: inline-flex; align-items: center; background-repeat: no-repeat; background-size: cover; background-position: center; }

.navOfferRpt .element-description { color: var(--theme-color); padding-left: 40px; margin-bottom: 0; width: 100%; }
.navOfferRpt .element-description ul,
.navOfferRpt .element-description ol { list-style: none; margin: 0; }

.navOfferRpt.style1 .element-description li { line-height: 1.1; margin-bottom: 3px; }
.navOfferRpt.style1 .element-description li:last-child { margin-bottom: 1px; }
.navOfferRpt.style1 .element-description li.navOffer-1 { font-weight: bold; }
.navOfferRpt.style1 .element-description li.navOffer-2 { margin-bottom: 11px; }
.navOfferRpt.style1 .element-description li.navOffer-3 { font-size: 11px; margin-bottom: 2px; }
.navOfferRpt.style1 .element-description li.navOffer-4 { font-size: 22px; font-weight: bold; }

.navOfferRpt.style2 .element-description { margin-top: 2px; }
.navOfferRpt.style2 .element-description li { font-size: 13px; margin-bottom: 2px; font-weight: bold; }
.navOfferRpt.style2 .element-description li:last-child { margin-bottom: 1px; }
.navOfferRpt.style2 .element-description li.navOffer-1 { }
.navOfferRpt.style2 .element-description li.navOffer-2 { }
.navOfferRpt.style2 .element-description li.navOffer-3 { }
.navOfferRpt.style2 .element-description li.navOffer-4 { }

.navOfferSlider .button-wrap [class*="swiper-button-"] { position: initial; width: 2rem; height: 2rem; color: var(--theme-color); margin: 0; margin-bottom: -85px; pointer-events: all; }
.navOfferSlider .button-wrap { position: absolute; top: 0; bottom: 0; z-index: 1; left: 0; right: 0; display: flex; justify-content: space-between; align-items: center; pointer-events: none; }
.navOfferSlider [class*="swiper-button-"]:after { font-size: 20px; }



/*----------------------------------------------------------------------------
    BRAND TOPBAR
-----------------------------------------------------------------------------*/
.brandsBar { background-color: #f1f1f1; }
.brandsBar .sidebar-title { margin-bottom: 30px; color: #202020; opacity: 0.8; font-size: 1.135em; }

.brandsBar ul { list-style: none; display: flex; justify-content: center; align-items: center; margin: 0; }
.brandsBar li a { display: inline-flex; justify-content: center; align-items: center; padding: 32px; border: 1px dashed #e1e1e1; background-color: #fff; border-radius: 9px; width: 185px; height: 185px; }
.brandsBar li a img { width: 100%; /*max-width: 85px; max-height: 85px;*/ -webkit-transition: all 1s ease; -moz-transition: all 1s ease; -ms-transition: all 1s ease; -o-transition: all 1s ease; transition: all 1s ease; -webkit-transform: scale(1); -moz-transform: scale(1); -ms-transform: scale(1); -o-transform: scale(1); transform: scale(1); }
.brandsBar li a:hover { opacity: 0.8; }
.brandsBar li a:hover img { -webkit-transform: scale(1.15); -moz-transform: scale(1.15); -ms-transform: scale(1.15); -o-transform: scale(1.15); transform: scale(1.15); }

/*----------------------------------------------------------------------------
    OUR LOCATIONS TOPBAR
-----------------------------------------------------------------------------*/
.locationsBar .sidebar-title { font-size: 14px; margin-bottom: 16px; }

.locationsBar .swiper { border: 1px dashed #e1e1e1; border-radius: 20px; }
.locationsBar .swiper-wrapper { align-items: start; }
.locationsBar .swiper-buttons { display: flex; align-items: center; justify-content: space-between; }
.locationsBar .swiper-buttons [class*="swiper-button-"] { color: var(--font-color); width: 15px; height: 15px; font-size: 15px; margin: 0; }
.locationsBar .swiper-buttons [class*="swiper-button-"]:after { font-size: 22px; font-weight: 900; }
.locationsBar .swiper-buttons .swiper-button-prev { left: -30px; }
.locationsBar .swiper-buttons .swiper-button-next { right: -30px; }

.locationsRpt { padding: 25px; border: 1px dashed #e1e1e1; border-left: none; border-bottom: none; background-color: #fff; }
.locationsRpt:first-child { border-top: none; }

.locationsRpt .element-heading { margin-bottom: 5px; display: flex; align-items: flex-start; justify-content: space-between; }
.locationHead { display: block; }
.locationName { font-weight: 600; font-size: 1.2em; line-height: 1.2; }
.locationCode { font-weight: 600; color: #b0b0b0; font-size: 0.8em; text-align: right; white-space: nowrap; padding-top: 4px; }

.locationBrand { color: var(--theme-color); display: block; }
.locationAddress p { margin: 0; }
.locationAddress p span { display: inline-block; }


.locationCall { font-size: initial; white-space: nowrap; display: inline-flex; align-items: center; margin-top: 10px; color: #909090; fill: #fff; }
.locationCall span { /*display: inline-flex; background: #71bfc9; width: 30px; height: 30px; align-items: center; justify-content: center; font-size: 12px; border-radius: 50%; color: #fff; margin: 0; margin-right: 5px; padding: 8px;*/ }
.locationCall svg { fill: inherit; width: 100%; height: 100%; }
.locationCall strong { font-weight: 700; color: inherit; }


/*----------------------------------------------------------------------------
    COOKIES
-----------------------------------------------------------------------------*/
.cookiesWrp { color: #fff; position: fixed; z-index: 999; left: 0; right: 0; bottom: 0; -webkit-transform: translateY(100%); -ms-transform: translateY(100%); transform: translateY(100%); padding: 2rem 0; background-color: #000; max-width: 100%; width: 100%; -webkit-transition: -webkit-transform 0.5s, opacity 0.5s !important; transition: transform 0.5s, opacity 0.5s !important; letter-spacing: normal; }
.cookiesWrp .row { position: relative; padding: 2rem 0; justify-content: space-around; }
.cookiesWrp .row:before { content: ""; height: calc(100% - 4rem); background: #fff; width: 2px; position: absolute; left: calc(50% - 3px); opacity: 0.5; }
.cookiesWrp h3 { color: inherit; font-weight: 500; }
.cookiesWrp p { margin-bottom: 1em; line-height: 1.2; }
.cookiesWrp p:last-child { margin: 0; }
.cookiesWrp .button { width: 235px; border: 2px solid #fff; background: transparent; }
.cookiesWrp .button.accept { background: #fff; color: var(--font-color); }
.cookiesWrp.showCookie { -webkit-transform: translateY(0%); -ms-transform: translateY(0%); transform: translateY(0%); }


/*----------------------------------------------------------------------------
    PANEL
-----------------------------------------------------------------------------*/
.form-group { margin-bottom: 15px; }
.panel { border: 1px solid #e0dedf; background: #FFF; margin-bottom: 30px; border-radius: 2px; }
.panel-heading { position: relative; min-height: 50px; line-height: 50px; font-size: 16px; font-weight: 600; border-bottom: 1px solid #e0dedf; display: flex; align-items: center; padding: 0 15px; text-transform: capitalize; }
.panel-body { padding: 35px 30px; }
.panel input,
.panel select { border-radius: 0; border-color: #c3c3c3; }

/*----------------------------------------------------------------------------
    ADVANCE SIDEBAR START
-----------------------------------------------------------------------------*/
.advanceSearch.sidebar .sidebarContent { padding-top: 54px; }
.advanceSearch.sidebar .sidebarContent .container { padding-left: 55px; padding-right: 55px; }
.advanceSearch .close { opacity: 1; width: 23px; height: 23px; padding: 0; top: 17px; right: 17px; }
.advanceSearch .close svg { width: 100%; height: 100%; opacity: 1; }

.advanceSearch .element-heading { line-height: 1.17; font-size: 1.2em; color: var(--font-color); margin-bottom: 15px; font-weight: 700; padding-left: 10px; }
.advanceSearch .selectDiv { margin-bottom: 20px; }
.advanceSearch .selectDiv select { font-weight: 600; background-size: 11px; background-position: center right 12px; font-size: 0.95em; border-color: #e1e1e1; padding: 10px 18px; }
.advanceSearch .lnkSearch { border-radius: var(--common-btn-radius); width: 100%; margin: 0; height: 40px; font-size: 0.95em; background-color: var(--button-background-color); }
.lnkResetAdv { color: var(--theme-color-opacity-04); font-weight: 500; line-height: 1; font-size: 0.94em; display: inline-block; margin-top: 15px; margin-right: 12px; }
.usedVansInput { margin-bottom: 20px; padding-left: 10px; line-height: 0; }
.usedVansInput .label { font-weight: 600; }

.priceSwitch { height: 40px; position: relative; display: flex; width: 100%; padding: 3px; border-radius: var(--common-btn-radius); background: #f3f3f3; color: #97a0b1; align-items: center; justify-content: center; margin-bottom: 20px; }
.priceSwitch .swWrp { position: relative; display: inline-flex; height: 34px; width: 50%; }
.priceSwitch .swWrp span { display: inline-block; width: 100%; }
.priceSwitch .swWrp input { position: absolute; width: 100%; height: 100%; overflow: hidden; padding: 0; border: 0; outline: none; margin: 0; opacity: 0; }
.priceSwitch .swWrp label { position: relative; z-index: 2; border-radius: var(--common-btn-radius); line-height: 40px; text-align: center; cursor: pointer; margin: 0; display: flex; width: 100%; height: 100%; -webkit-transition: .4s; transition: .4s; align-items: center; justify-content: center; font-weight: 400; font-size: 0.85em; }
.priceSwitch .swWrp input:checked ~ label { background: var(--secondary-theme-color); color: #fff; }

.quick-search { border-left: 4px solid #eeeff3; padding-left: 25px; margin-left: 25px; min-height: 330px; min-height: 100%; }
.quick-search ul { padding: 0; margin: 0; }
.quick-search ul li { list-style: none; margin-bottom: 10px; }
.quick-search ul li a { display: inline-block; font-weight: 500; font-size: 0.93em; }

.sort-by { display: none; border-left: 4px solid #eeeff3; padding-left: 26px; margin-left: 27px; min-height: 360px; min-height: 100%; }
.sort-by .element-heading { padding-left: 0; margin-bottom: 17px; }
.sort-by ul { padding: 0; margin: 0; }
.sort-by ul li { list-style: none; margin-bottom: 0.9rem; }
.sort-by ul li a { font-weight: 500; font-size: 0.93em; display: inline-block; color: #909090; fill: #fff; opacity: 0.8; }

.HomePage .usedVansInput { padding-left: 0; }
.HomePage .advanceSearch .close svg { fill: var(--theme-color-opacity-48); }
.HomePage .advanceSearch .selectDiv select { border-radius: 5px; background-position: center right 8px; }
.HomePage .priceSwitch .swWrp input:checked ~ label { }
.HomePage .lnkResetAdv { margin-top: 10px; margin-right: 20px; }

/*----------------------------------------------------------------------------
    PAGINATION SECTION
-----------------------------------------------------------------------------*/

.pagination-container { text-align: center; margin: 30px 0 50px; padding: 0; }
.pagination { display: inline-flex; align-items: center; list-style: none; padding: 0; flex-wrap: wrap; margin: 0; }
.pagination li { margin: 0 1px; padding: 0; position: relative; }
.pagination li a,
.pagination li span { text-decoration: none; border-radius: 4px; display: inline-flex; align-items: center; justify-content: center; padding: 8px 12px; text-align: center; transition: all .05s ease-in-out; font-size: 12px; font-weight: 500; line-height: 1.5; }

.pagination li.active a,
.pagination li.active span { background: var(--secondary-theme-color); color: #fff; }

.pagination .PagedList-skipToFirst a,
.pagination .PagedList-skipToFirst span,
.pagination .PagedList-skipToLast a,
.pagination .PagedList-skipToLast span,
.pagination .PagedList-skipToNext a,
.pagination .PagedList-skipToNext span { background-color: var(--button-background-color) !important; color: #fff !important; padding-left: 20px; padding-right: 20px; line-height: inherit; }

.pagination li.PagedList-skipToPrevious { margin-right: 13px; }
.pagination li.PagedList-skipToNext { margin-left: 13px; }


.pagination a:not([href]) { }

/*----------------------------------------------------------------------------
    FOOTER SECTION
-----------------------------------------------------------------------------*/

footer { background-color: #f1f1f1; position: relative; }
footer a { text-decoration: none; }
footer .col-2 { max-width: 16%; }

.logo-col + .col-2 { flex: 0 0 18%; max-width: 18%; }
.footer-logo img { height: 28px; }

.overallRating a { display: inline-block; }
.overallRating .cvSnWC { margin-left: 0; background: transparent; padding: 0; }
body .jBUsrW,
body .hFdEhz { display: none !important; }

.judgeService { }
.judgeService .js_widget_button.js_widget_button_style-1 { width: 235px !important; box-shadow: none; background: transparent; border: none; }
.judgeService .js_widget_button.js_widget_button_style-1 a:link,
.judgeService .js_widget_button.js_widget_button_style-1 a:visited,
.judgeService .js_widget_button.js_widget_button_style-1 a:hover,
.judgeService .js_widget_button.js_widget_button_style-1 a:active { color: var(--font-color); font-family: var(--theme-font-family); }
.judgeService .js_widget_button.js_widget_button_style-1 .js_widget_button_logo { background: url('../images/judge-service.png'); background-repeat: no-repeat; background-position: left center; background-size: cover; }

.trustPilot a { display: inline-flex; }
.trustPilot svg { width: 135px; height: 25px; display: inline-flex; }
.trustPilot { text-align: center; }

.footer-top { display: inline-block; width: 100%; position: relative; margin: 62px 0 50px; }
.footer-top h4 { font-size: 1.065em; display: flex; align-items: center; justify-content: space-between; line-height: normal; pointer-events: none; margin-top: 2px; margin-bottom: 17px; }
.footer-top .list li { margin-bottom: 12px; }
.footer-top .list li:last-child { margin-bottom: 0; }
.footer-top .list li a { color: var(--font-color-opacity-80); }

.footer-top .spanToggle { transition: .3s all ease-in-out; transform: rotate(90deg); }
.footer-top .spanToggle:before { content: "\f054"; font-family: 'Font Awesome 5 Free'; font-weight: 900; line-height: 1; font-size: 15px; }
.footer-top .active .spanToggle { }

.footer-top .element-description { color: var(--font-color-opacity-80); margin: 35px 0; font-size: 13px; }

.footer-partners { display: flex; flex-wrap: wrap; justify-content: left; margin: 50px 0; }
.footer-partners .partners-title { font-size: 16px; font-weight: 600; line-height: 20px; margin: 0; margin-right: 35px; }
.footer-partners .partners-logo { max-height: 100px; }

.footer-partners ul { display: inline-flex !important; list-style: none; }
.footer-partners ul li { display: inline-flex; align-items: center; justify-content: center; margin: 0; margin-right: 35px; }
.footer-partners ul li:last-child { margin-right: 0px; }

.newsletter { flex: 0 0 23%; max-width: 23%; }
.newsletter p { font-size: 0.8em; line-height: 18px; }
.newsletter input { border: none; font-size: 0.8em; border-radius: 5px; color: #676767; font-weight: normal; height: 39px; padding-left: 12px; }
.newsletter .list li { margin-bottom: 11px; }
.newsletter .list li .button { opacity: 1.0 !important; height: 44px; font-size: 0.92em; border-radius: var(--common-btn-radius); font-weight: 700 !important; margin-top: 8px; padding-top: 12px; color: var(--button-font-color); }
.newsletter .newsletterName { display: flex; justify-content: space-between; }
.newsletter .newsletterName input { width: calc(50% - 5px); }
.social-contact { display: flex; flex-wrap: wrap; list-style: none; margin: 0; /*padding-top: 30px; border-top: 1px solid #5e5e5e; margin-top: 50px;*/ }
.social-contact li { margin: 0px; margin-right: 15px; }
.social-contact li:last-child { margin-right: 0px; }
.social-contact li a { display: flex; justify-content: center; align-items: center; width: 45px; height: 45px; border-radius: var(--common-btn-radius); /*background: var(--theme-color);*/ font-size: 26px; }
.social-contact li a i { color: #fff; }
.footer-bottom { display: flex; align-items: center; padding: 1rem 0; background: #000; height: 180px; }
.footer-copyright { color: var(--font-color-opacity-80); font-size: 13px; margin: 0; margin-top: 30px; margin-bottom: 30px; display: flex; justify-content: space-between; }
.footer-copyright a { color: inherit; }
.footer-copyright div > span:last-child { display: none; }
.poweredText { color: var(--font-color); }
.poweredText a span { font-weight: inherit; color: var(--font-color); }
.poweredText a strong { font-weight: 600; }


.switchLink { color: var(--theme-color); font-weight: 600; font-size: 15px; border-left: 2px solid var(--theme-color); padding-left: 10px; margin-left: 10px; }

.sortByView { display: inline-flex; align-items: center; justify-content: flex-end; margin: 0; list-style: none; }
.sortByView li { transition: color 0.2s ease-in-out; margin: 0; margin-left: 15px; color: #aeaeae; font-size: 18px; line-height: 1; cursor: pointer; }
.sortByView li.active { color: #525252; cursor: default; }
.sortByView li select { font-weight: 600; width: 164px; border-color: transparent; color: var(--font-color); padding: 5px 15px; font-size: 0.78em; box-shadow: 0px 0px 9px 0px #021a514f; border-radius: 6px; height: 40px; }



/*----------------------------------------------------------------------------
    ELEMENT CONTROL SECTION
-----------------------------------------------------------------------------*/

.rowCountNo { display: inline-flex; position: absolute; top: 5px; left: 10px; z-index: 9; color: #fff; background-color: var(--theme-color); width: 30px; height: 30px; border-radius: var(--common-btn-radius); font-size: 15px; font-weight: 700; text-align: center; align-items: center; justify-content: center; line-height: 0; }

section { position: relative; padding-bottom: 20px; }
section.nLayout { padding-bottom: 0; }
section[style*="background"] { padding-top: 20px; padding-bottom: 20px; background-position: center; background-size: cover; background-repeat: no-repeat; }
section[style*="background"].removeSpacer { margin-bottom: 0; }
.rowBDR_top { border-top: 1px solid #e1e1e1 !important; padding-top: 20px; }
.rowBDR_bottom { border-bottom: 1px solid #e1e1e1 !important; margin-bottom: 20px; padding-bottom: 20px !important; }
.rowBDR_bottom.rowSP_bottom { margin-bottom: 20px; }
.rowSP_bottom { margin-bottom: 50px; }
.rowSP_bottom.removeSpacer { margin-bottom: 0; }
.removeSpacer { padding-bottom: 0; }

.row-elm-space { align-items: start; }
.row-elm-space.align-items-center { align-items: center; }
[class*="e_"].elm-space { margin-bottom: 50px !important; }

.rowNSP { z-index: 9; margin-top: -50px }
.rowBDR_bottom + .rowNSP { margin-top: -75px; }

.uc-divider { background-color: #e1e1e1; height: 1px; margin-top: 20px; margin-bottom: 20px; }
.uc-spacer { height: 50px; }

.row_center > [class*="container"] > .row { justify-content: center; }
.ele_flex { align-items: center; display: flex; }

.cAlignLeft { text-align: left !important; }
.cAlignCenter { text-align: center !important; }
.cAlignRight { text-align: right !important; }

.cAlignTop { display: flex; align-items: flex-start; }
.cAlignMid { display: flex; align-items: center; }
.cAlignBot { display: flex; align-items: flex-end; }

.ColorWH { color: #ffffff; }
.ColorBL { color: #000000; }
.cBold { font-weight: bold; }

.bgWH { background: #ffffff; display: inline-flex; padding: 5px 10px; }
.bgBL { background: #000000; display: inline-flex; padding: 5px 10px; }

.onlyBoxLink { background: transparent; font-size: 0; }

.fullBoxLink { position: relative; }
.fullBoxLink .button-wrap { min-height: 15px; }
.fullBoxLink .box-link-button { color: var(--theme-color); position: absolute; top: 0; left: 0; right: 0; bottom: 0; width: 100%; height: 100%; display: flex; align-items: flex-end; background: transparent; }
.fullBoxLink .box-link-button span { color: inherit; background: transparent; }


.cAlignLeft .box-link-button { text-align: left !important; justify-content: left; }
.cAlignCenter .box-link-button { text-align: center !important; justify-content: center; }
.cAlignRight .box-link-button { text-align: right !important; justify-content: flex-end; }

.mediaController { background: rgba(255,255,255,0.3); transition: background 0.2s ease-in-out; position: absolute; bottom: 25px; right: 25px; color: #000; height: 50px; width: 50px; display: flex; justify-content: center; align-items: center; border-radius: var(--common-btn-radius); cursor: pointer; }
.mediaController:hover { background: #ffffff; }
.mediaController:after { font-family: 'Font Awesome 5 Free'; font-weight: 900; font-size: 15px; }
.mediaController.pause:after { content: "\f04c"; }
.mediaController.play:after { content: "\f04b"; }

.ucDealershipsTab .tabs { padding-left: 0; border-color: transparent; }
.ucDealershipsTab .resp-tab-active { opacity: 1 !important; }
.ucDealershipsTab .tab-link { margin-bottom: 20px; border: none; min-width: auto; padding: 5px 0px 10px 0px; margin-right: 40px; font-weight: 500; line-height: 1; text-transform: uppercase; opacity: 0.58; font-size: 1.06em; font-weight: 400; }
.ucDealershipsTab .panel { background: #fff; border-radius: var(--common-box-radius); box-shadow: 0px 0px 7px -4px #0000008c; border: none; }

/*----------------------------------------------------------------------------
    TABS SECTION
-----------------------------------------------------------------------------*/
.tabs { margin: 0; padding: 0; padding-left: 0; list-style: none; width: 100%; max-width: 100%; border-bottom: 3px solid #d3d3d3; display: flex; align-items: center; justify-content: flex-start; flex-wrap: wrap; }
.tab-link { display: inline-flex; cursor: pointer; padding: 10px 2px; margin-right: 2px; min-width: 50%; align-items: center; justify-content: left; margin-bottom: -2px; border-bottom: 0; position: relative; -webkit-transition: 0.35s; transition: 0.35s; font-size: 1.2em; font-weight: 600; }
.resp-tabs-container .resp-accordion { display: none; }
.tab-content { display: none; padding: 20px 0px; min-height: 50px; /*-webkit-transition: 0.35s; transition: 0.35s;*/ }
/*.resp-tab-active { background: #fff; border-top-color: var(--theme-color); }*/
.resp-tab-active:before { content: ""; position: absolute; bottom: -1px; left: 0; right: 0; height: 3px; background: var(--secondary-theme-color); }
.resp-tabs-container { padding: 0; min-height: 50px; }


/*----------------------------------------------------------------------------
    ACCORDION
-----------------------------------------------------------------------------*/

.resp-accordion,
.accordion-header { font-size: 16px; padding: 16px 20px; display: flex; justify-content: space-between; align-items: center; font-weight: 500; margin: 0; line-height: 1.2; cursor: pointer; transition: background 0.3s ease-in-out; text-align: left; border-bottom: solid 1px #001b542e; }
.accordion-header i { padding-right: 5px; color: #001a545e; }
.resp-accordion span,
.accordion-header span { padding-right: 15px; }

.resp-accordion .fa:before,
.accordion-header .fa:before { content: "\f067"; }

.resp-accordion.resp-tab-active,
.accordion-header.active { font-weight: 700; }
.accordion-header.active i { color: var(--font-color); }

.resp-accordion.resp-tab-active .fa:before,
.accordion-header.active .fa:before { content: "\f068"; }
.accordion-Content { display: none; }
.resp-accordion,
.accordion-item { /*margin-bottom: 5px;*/ }
.accordion-Content { background-color: #fff; padding: 30px 30px 36px 30px; width: 100%; border-bottom: 4px solid #001b542e; }
.accordion { width: 100%; margin-bottom: 30px; }
.accordion-Content p { color: var(--font-color-opacity-80); font-size: var(--paragraph-font-size); }

.usedCarDetail .panel { background: #fff; padding: 38px; border-radius: var(--common-box-radius); border: none; }
.usedCarDetail .panel .panel-body { padding: 0; }
.usedCarDetail .panel .panel-body .row.compact { margin-left: 0; margin-right: 0; }


.specAccordion { position: relative; width: 740px; max-width: 100%; }
.specAccordion h3 { font-size: 1.675em; margin-bottom: 18px; font-weight: 700; }

/*----------------------------------------------------------------------------
    flip fliper
-----------------------------------------------------------------------------*/
.flipSlide { }
.flip-wrap,
.flip-wrap .frontView,
.flip-wrap .backView { height: 318px; }
.flip-wrap { -webkit-perspective: 1000; -moz-perspective: 1000; -ms-perspective: 1000; perspective: 1000; -ms-transform: perspective(1000px); -moz-transform: perspective(1000px); -moz-transform-style: preserve-3d; -ms-transform-style: preserve-3d; }
.flip-wrap .flipper { -webkit-transition: 0.6s; -webkit-transform-style: preserve-3d; -ms-transition: 0.6s; -moz-transition: 0.6s; -moz-transform: perspective(1000px); -moz-transform-style: preserve-3d; -ms-transform-style: preserve-3d; transition: 0.6s; transform-style: preserve-3d; position: relative; }

.flip-wrap .frontView,
.flip-wrap .backView { -webkit-backface-visibility: hidden; -moz-backface-visibility: hidden; -ms-backface-visibility: hidden; backface-visibility: hidden; -webkit-transition: 0.6s; -webkit-transform-style: preserve-3d; -webkit-transform: rotateY(0deg); -moz-transition: 0.6s; -moz-transform-style: preserve-3d; -moz-transform: rotateY(0deg); -o-transition: 0.6s; -o-transform-style: preserve-3d; -o-transform: rotateY(0deg); -ms-transition: 0.6s; -ms-transform-style: preserve-3d; -ms-transform: rotateY(0deg); transition: 0.6s; transform-style: preserve-3d; transform: rotateY(0deg); position: absolute; top: 0; left: 0; width: 100%; display: flex; flex-direction: column; justify-content: center; align-items: center; text-align: center; }
.flip-wrap .frontView { -webkit-transform: rotateY(0deg); -ms-transform: rotateY(0deg); z-index: 2; cursor: pointer; }
.flip-wrap .backView { background: #fff; -webkit-transform: rotateY(-180deg); -moz-transform: rotateY(-180deg); -o-transform: rotateY(-180deg); -ms-transform: rotateY(-180deg); transform: rotateY(-180deg); }
.flip-wrap .backView svg { fill: #fff; width: 15px; height: 15px; position: absolute; top: 20px; right: 20px; cursor: pointer; }

.flipped .flip-wrap .frontView,
.flipSlide:hover:not(.flipped) .flip-wrap .frontView { -webkit-transform: rotateY(180deg); -moz-transform: rotateY(180deg); -o-transform: rotateY(180deg); transform: rotateY(180deg); }

.flipped .flip-wrap .backView,
.flipSlide:hover:not(.flipped) .flip-wrap .backView { -webkit-transform: rotateY(0deg); -moz-transform: rotateY(0deg); -o-transform: rotateY(0deg); -ms-transform: rotateY(0deg); transform: rotateY(0deg); }



/*========heading=======*/

.panel-heading-elementor { line-height: 1.385; margin-bottom: 30px; opacity: 0.8; padding: 0px 14px; }
.panel-heading-elementor p { margin-bottom: 15px; font-size: 0.93em !important; color: #303030 !important; }


/*----------------------------------------------------------------------------
    ACCORDION
-----------------------------------------------------------------------------*/

.breadcrumbs { padding-top: 25px; padding-bottom: 25px; }
.HomePage .breadcrumbs { display: none; }
.breadcrumbs ul { width: 100%; font-weight: 600; list-style: none; margin: 0; padding: 0; display: inline-block; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; vertical-align: middle; line-height: 1; }
.breadcrumbs ul > li:first-child a { }
.breadcrumbs ul > li:first-child + li:before { }
.breadcrumbs ul > li { margin: 0; line-height: inherit; display: inline; color: var(--font-color-opacity-45); }
.breadcrumbs ul > li:hover { color: var(--theme-color); }
.breadcrumbs ul > li + li:before { content: ">"; margin: 0px; display: inline-block; vertical-align: middle; line-height: inherit; position: relative; top: 0px; }
.breadcrumbs ul > li a.active,
.breadcrumbs ul > li.active a { cursor: default; }
.breadcrumbs ul > li a { color: inherit; text-decoration: none; font-size: 0.95em; display: inline; line-height: inherit; font-weight: 600; }
.breadcrumbs ul > li.homeIcon a { display: inline-block; }
.breadcrumbs ul > li a .icon-home { font-size: 25px; }

.breadcrumbs + div .mainHeading,
.breadcrumbs + section .mainHeading { margin-top: 10px; padding-top: 0; }

/*----------------------------------------------------------------------------
    SHARE BUTTON
-----------------------------------------------------------------------------*/
.socialShare { display: inline-flex; }
.shareButton { display: inline-flex; margin: 0 !important; list-style: none; line-height: 0; align-items: center; justify-content: center; }
.shareButton li { margin: 0; display: inherit; margin-left: 10px; }
.shareButton li a { display: inherit; }
.shareButton li i { font-size: 25px; }
[class*="fa-twitter"] { color: var(--twitter-color); }
[class*="fa-facebook"] { color: var(--facebook-color); }

/*----------------------------------------------------------------------------
    SITEMAP PAGE
-----------------------------------------------------------------------------*/
.ucSitemap .mainHeading { padding: 0; }
.ucSitemap ul { margin: 0; padding: 0; list-style: none; display: flex; }
.siteHome li { color: var(--theme-color); }
.siteHome li a { color: inherit; }
.siteHome .siteIcon { border-color: transparent; }
.ucSitemap .innerChild { padding-left: 25px; }
.ucSitemap li { display: inline-flex; align-items: center; margin-bottom: 1rem; }
.ucSitemap li:last-child { /*margin-bottom: 0;*/ }
.ucSitemap li span { display: inline-flex; }
.ucSitemap li i { font-size: 0.7em; }
.siteIcon.pointer:hover,
.ucSitemap li a:hover { color: var(--theme-color); }

.siteIcon { width: 20px; height: 20px; margin-right: 0.5rem; align-items: center; justify-content: center; border: 1px solid #ccc; line-height: 1; border-radius: 3px; }
.siteIcon.active { color: var(--theme-color); border-color: var(--theme-color); }
.siteIcon.active i { color: inherit; }
.siteIcon.active i:before { content: "\f068"; }

/*Animation*/

.theme-pulse { -webkit-animation: theme-pulse 1.35s infinite; box-shadow: 0 0 0 0 var(--secondary-theme-color); }

/*#btnSaveSub { transition: .3s all ease-in-out; }*/

.subscribeBar .sidebarContent { padding: 50px; }
.subscribeBar .sidebar-title { text-align: right; }
.subscribeBar .sidebar-description { text-align: right; }
.subscribeBar .sidebarContent .sidebar-title { }
.subscribeBar .form-group .button { height: 45px; margin-top: 0; }

.vehicleEnqBar .sidebarContent { padding: 50px; padding-bottom: 15px; }
.vehicleEnqBar .sidebar-title { text-align: right; }
.vehicleEnqBar .sidebar-description { text-align: right; }
.vehicleEnqBar .sidebarContent .sidebar-title { }
.vehicleEnqBar .form-group .button { height: 45px; margin-top: 0; }

.vehicleEnqBar .dropScroll { padding: 5px 20px; max-height: calc(100vh - 408px); /* max-height: initial;*/ }
.vehicleEnqBar .rptCarBlock { font-size: 13px; position: relative; width: 291px; max-width: 100%; overflow: initial; border-radius: initial; margin-left: auto; margin-right: auto; }
.vehicleEnqBar .rptCarBlock input { position: absolute; top: 0; bottom: 0; left: 0; right: 0; width: 100%; height: 100%; z-index: 9; cursor: pointer; opacity: 0; }
.vehicleEnqBar .rptCarBlock .shadow { border-radius: var(--common-box-radius); box-shadow: 0px 0px 7px -4px #0000008c; overflow: hidden; -webkit-transition: 0.15s; transition: 0.15s; }
.vehicleEnqBar .rptCarBlock .element-thumb img { -webkit-backface-visibility: hidden; -webkit-transition: 0.5s; transition: 0.5s; }
.vehicleEnqBar .rptCarBlock .element-subHeading { height: auto; margin-bottom: 0; }
.vehicleEnqBar .rptCarBlock .element-textblock { padding: 15px; }

.vehicleEnqBar .rptCarBlock input:hover + .shadow img,
.vehicleEnqBar .rptCarBlock input:checked + .shadow img { -webkit-transform: scale(1.05); transform: scale(1.05); opacity: 0.6; }
.vehicleEnqBar .rptCarBlock input:checked + .shadow { box-shadow: 0px 0px 0px 4px var(--theme-color); }


/*Intervention Bars*/
.clearfix { clear: both; }
.barImg { max-width: 100%; max-height: 370px; display: block; }
.interventionBar.sidebar { width: 650px; max-width: 90%; box-shadow: 5px -1px 29px -5px rgba(0,0,0,.31); }
.interventionBar.sidebar .close { right: 0; }
.interventionBar.sidebar svg { fill: #000000 !important; }
.interventionBar.sidebar .topSidebarContent { padding: 40px; height: 100%; overflow-x: hidden; overflow-y: auto; }

.interventionBar.sidebar .barStep { padding-top: 32px; }
.interventionBar [class*="container"] { padding: 0px; }
.interventionBar.sidebar .title-77 { font-size: 20.4px; color: #181818; }

.interventionBar .barStepInfo { margin-top: 23px; }
.interventionBar .barStepInfo.borderLeft { border-left: solid 2px #05141f; padding-left: 12px; }
.interventionBar .barStepInfo .finTxt { font-size: 12px; padding: 10px 0; }

.interventionBar.sidebar .yesNoBtn { }
.interventionBar.sidebar .yesNoBtn a { }

.interventionBar.sidebar .yesbutton,
.interventionBar.sidebar .nobutton { font-size: 16px; color: #05141f; font-weight: bold; letter-spacing: -0.25px; margin-top: 14px; display: inline-block; }

.interventionBar.sidebar .yesbutton { margin-right: 10px; }
.interventionBar.sidebar .nobutton { border-color: #dcdcdc !important; background-color: #dcdcdc !important; color: #303030 !important; }

.interventionBar.sidebar ul { padding-left: 15px; margin: 0; line-height: normal }
.interventionBar.sidebar ul li { font-size: 15px }

/*Intervention Bars end*/

/*----------------------------------------------------------------------------
    HELP ME TOPBAR
-----------------------------------------------------------------------------*/
.sideBack { position: fixed; top: 0; left: 0; cursor: pointer; padding: 9px 9px 9px 9px; font-size: 0; z-index: 101; -webkit-transition: 0.25s; transition: 0.25s; background-color: #747474; }
.sideBack svg { width: 12px; height: 18px; fill: #c4c4c4; display: inline-block; }
.sideBack:hover { opacity: 1; }

.helpMeTopbar { }
.helpMeTopbar .sidebarContent { min-height: 354px; display: flex; flex-wrap: wrap; align-items: center; padding-top: 20px; padding-bottom: 20px; }
.helpMeTopbar .sidebarContent h2 { font-weight: 700; font-size: 1.78em; margin-bottom: 18px; margin-top: 1px; }
.helpMeTopbar .sidebarContent .element-description { color: var(--font-color-opacity-80); letter-spacing: -0.35px; line-height: 1.2; font-size: 20px; margin-bottom: 32px; }
.helpMeTopbar .mainHeading { margin: 0px 0 20px; padding: 0; }
.helpMeTopbar select { width: 200px; margin-left: 15px; margin-right: 15px; height: 42px; box-shadow: 0px 0px 2px 2px #61616142; border-radius: 0; color: #404040; }

.helpMeTopbar .button { padding: 4px 15px !important; margin-top: 25px; max-width: 200px; width: 200px; background: #fff; border: solid 3px #d2d2d2; border-radius: var(--common-btn-radius); -webkit-box-shadow: 0px 0px 0px 6px rgba(245,245,245,1); -moz-box-shadow: 0px 0px 0px 6px rgba(245,245,245,1); box-shadow: 0px 0px 0px 6px rgba(245,245,245,1); color: #212121 !important; font-size: 16px; font-weight: bold; height: 48.8px; }
.helpMeTopbar .button:hover { background: var(--theme-color); color: #fff !important; border-color: #ffbdbd; opacity: 1.0 !important; }
.helpMeTopbar .button.yes:hover { }
.helpMeTopbar .button.no:hover { background: #333333; border-color: #d2d2d2; }


.helpMeTopbar .row.thickset { justify-content: center; }
.helpMeTopbar .rptCarBlock .element-subHeading { font-size: 13px; font-weight: 700; overflow: hidden; white-space: nowrap; text-overflow: ellipsis; }
.sidebarShown .overlay { background: rgba(0,0,0,0.8); height: 100vh; width: 100%; position: absolute; top: 0; bottom: 0; z-index: 9; }
.helpMeTopbar .close { right: 0px; }
.helpMeTopbar .barStepCheck label { margin-right: 12px; margin-bottom: 15px; margin-left: 5px; }

.helpMeTopbar .custom-type .checkmark { height: 25px; width: 25px; border-radius: 5px; border: 2px solid #d2d2d2; margin-right: 0.3rem; }
.helpMeTopbar .custom-type .checkmark:after { font-size: 20px; font-weight: 900; padding-bottom: 1px; }
.helpMeTopbar .custom-type input:checked + .checkmark,
.helpMeTopbar .custom-type input:checked + [type="hidden"] + .checkmark { }


/*----------------------------------------------------------------------------
    REDUCED PRICE CARS TOPBAR
-----------------------------------------------------------------------------*/
.reducedTopbar .close { right: 0; }
.reducedTopbar .sidebar-title { letter-spacing: -0.75px; line-height: 1.0; font-size: 24px; margin-bottom: 26px; text-align: center; color: #212121; font-weight: 600; }
.reducedTopbar.sidebar .sidebarContent { padding: 32px; }

.rptReducedBlock { width: 100%; margin: 0; box-shadow: 0px 0px 10px 0px rgba(0,27,84,0.13); border-radius: var(--common-box-radius); overflow: hidden; }
.rptReducedBlock .element-thumb { font-size: 0; overflow: hidden; height: 174px; display: block; }
.rptReducedBlock .element-textblock { padding: 20px; padding-top: 10px; border-radius: var(--common-box-radius); }
.rptReducedBlock .element-heading { display: flex; align-items: center; justify-content: start; color: var(--font-color-opacity-80); font-size: 1.13em; line-height: 1; margin-bottom: 4px; font-weight: 700; padding-right: 30px; letter-spacing: -0.15px; }
.rptReducedBlock .element-heading span { display: inline-block; width: 100%; overflow: hidden; white-space: nowrap; text-overflow: ellipsis; }
.rptReducedBlock .element-subHeading { letter-spacing: -0.15px; color: var(--font-color-opacity-80); font-weight: 500; line-height: 1.385; }
.rptReducedBlock .reduced-price { font-size: 20px; font-weight: 700; margin-top: 6px; margin-bottom: 9px; color: var(--font-color-opacity-80); }
.rptReducedBlock .reduced-price label { color: #b1b1b1; font-size: 12px; font-weight: bold; margin: 0; margin-bottom: 5px; opacity: 0.8; }
.rptReducedBlock .link-wrap { font-size: 13px; opacity: 0.8; margin-bottom: 0px; border-top: dashed 1px #e1e1e1; font-weight: 500; padding-top: 10px; }
.rptReducedBlock .link-wrap strong { font-weight: bold; }

.reducedTopbar .button { border-radius: var(--common-btn-radius); min-width: 200px; font-size: 14px; font-weight: bold; margin-top: 20px; height: 41px; font-weight: 600; text-shadow: 1px 1px 0px rgba(0,0,0,0.2); }

.reducedTopbar.oneView { width: 345px; }
.reducedTopbar.oneView .close svg { width: 20px; height: 20px; }
.reducedTopbar.oneView .sidebar-title { font-size: 17px; line-height: inherit; margin-top: 20px; margin-bottom: 20px; }
.reducedTopbar.oneView .sidebarContent { padding: 25px; }
.reducedTopbar.oneView [class*="col-"],
.reducedTopbar.oneView .carousel .owl-item { flex: 0 0 100%; max-width: 100%; }
.reducedTopbar.oneView .rptReducedBlock .element-thumb { height: auto; }
.reducedTopbar.oneView .rptReducedBlock .element-textblock { font-size: 13px; }
.reducedTopbar.oneView .rptReducedBlock .element-heading { padding-right: 0; line-height: inherit; }
.reducedTopbar.oneView .rptReducedBlock .element-heading span { overflow: initial; white-space: initial; text-overflow: initial; }
.reducedTopbar.oneView .rptReducedBlock .element-subHeading { height: auto !important; }
.reducedTopbar.oneView .rptReducedBlock .reduced-price { font-size: 16px; }
.reducedTopbar.oneView .rptReducedBlock .link-wrap { font-size: 12px; }
.reducedTopbar.oneView .button { height: 35px; min-width: 150px; font-size: 13px; }

/*----------------------------------------------------------------------------
    offer slider TOPBAR
-----------------------------------------------------------------------------*/

.splOfferTopbar .sidebarContent { padding: 20px; overflow: auto; }
.splOfferTopbar .offerInner { padding: 20px 50px; }
.splOfferTopbar .row { align-items: center; }
.splOfferTopbar .offerSlideRow { display: flex; align-items: center; justify-content: center; }
.splOfferTopbar .element-head { font-size: 24px; font-weight: bold; opacity: 1.0; margin-bottom: 13px; color: #202020; margin-top: 40px; }
.splOfferTopbar .element-heading { color: #000; font-size: 26px; font-weight: bold; line-height: 1.2; }
.splOfferTopbar .element-subHeading { color: #000; font-size: 18px; font-weight: bold; opacity: 0.5; margin-bottom: 9px; }
.splOfferTopbar .with { color: #000; font-size: 14px; font-weight: bold; opacity: 0.5; margin-bottom: 0; }
.splOfferTopbar .element-offers { margin-top: 4px; margin-bottom: 30px; -webkit-transition: .35s; transition: .35s; }
.splOfferTopbar .element-offers span { color: #000; font-size: 24px; font-weight: bold; opacity: 1; }
.splOfferTopbar .element-offers span:not(:last-child):after { content: "|"; margin: 0 5px; }
.splOfferTopbar .button { color: #ffffff; padding: 5px 35px; font-size: 15px; border-radius: var(--common-btn-radius); height: 45px; display: inline-flex; align-items: center; justify-content: center; margin-right: 10px; }
.splOfferTopbar .button:last-child { background-color: var(--secondary-theme-color); }
.splOfferTopbar .offrBnrImg { -webkit-transition: .35s; transition: .35s; }
.splOfferTopbar .offrBnrImg img { width: 100%; }

/*.splOfferTopbar .swiper-buttons { display: flex; align-items: center; justify-content: space-between;*/ /* padding: 0 80px; */ /*}
.splOfferTopbar .swiper-buttons [class*="swiper-button-"] { color: #71bfc9; width: 15px; height: 15px; font-size: 15px; margin: 0; }
.splOfferTopbar .swiper-buttons [class*="swiper-button-"]:after { font-size: 22px; font-weight: 900; }
.splOfferTopbar .swiper-button-prev { left: 60px; }
.splOfferTopbar .swiper-button-next { right: 60px; }
.splOfferTopbar.left .swiper { overflow: visible; touch-action: initial; }
.splOfferTopbar.left .swiper-slide { touch-action: initial; transform: initial; -webkit-backface-visibility: initial; backface-visibility: initial; flex-shrink: initial; transition-property: initial; }
.splOfferTopbar.left .swiper-wrapper { transform: initial !important; transition-duration: initial !important; display: flex; align-items: center; width: auto; justify-content: flex-start; }
.splOfferTopbar.left .swiper-buttons { display: none; }*/

.loader { width: 50px; height: 50px; border-radius: 50%; border: 3px solid #ccc; border-top-color: var(--theme-color); animation: rotate 1s infinite; margin: auto; }
.loader-fix { background-color: rgba(0,0,0,0.47); height: 100vh; position: fixed; width: 100vw; z-index: 1051; inset: 0; transition: background-color .3s linear; display: flex; align-items: center; justify-content: center; pointer-events: all; }
.loader-fix .loader { border-color: #fff; border-top-color: var(--secondary-theme-color) !important; }


@keyframes rotate {
 100% { rotate: 360deg }
}


/*****FourOFour-Start*****/
.fourOFour,
.zeroResult { text-align: center; }
.fourOFour h2,
.zeroResult h1 { font-size: 28px; line-height: 1.4; font-weight: bold; }
.fourOFour h2 strong,
.zeroResult h1 strong { display: block; font-size: 50px; text-transform: uppercase; font-weight: 700; }
.fourOFour p,
.zeroResult p { text-align: center; font-weight: bold; }
.fourOFour p a,
.zeroResult p a { display: inline-block; margin: 0px 5px; border-bottom: 1px solid var(--secondary-theme-color); }
.fourOFour p a label,
.zeroResult p a label { margin: 0px; display: inline-block; cursor: pointer; }
.fourOFour .imgWay,
.zeroResult .imgWay { margin-bottom: 15px; }
.fourOFour { padding: 50px 0px; }
.fourOFour .imgWay img, .zeroResult .imgWay img { width: 400px; }
.fourOFour h3 { font-size: 24px; font-weight: 700; }
.fourOFour h4 { font-weight: bold; }

/*****FourOFour-Start*****/
