body {
    --header-bg-color: #1D1D1D;
    --footer-bg-color: #13135F;
    --menu-bg-color: #f7f8f9;
    --shadow-color: #888888;
    --header-text-color: #fff;
    --main-bg-color: #F5F5F5;
    --second-bg-color: var(--header-bg-color);
    ;
    --active-menu-bg-color: var(--header-bg-color);
    ;
    /*00adef;*/
    --main-text-color: #333333;

    --screen-width1: 1200px;
    --screen-width2: 1025px;
    --screen-width3: 992px;
    --screen-width4: 767px;

    background-color: var(--main-bg-color);
    font-family: "IBM Plex Sans", sans-serif;
    font-weight: 500;
    font-style: normal;
}



html {
    overflow-y: scroll;
    font-size: 100%;

}

@-ms-viewport {
    width: device-width;
}

@-o-viewport {
    width: device-width;
}

@viewport {
    width: device-width;
}



#header {
    z-index: 71;
    position: sticky;
    top: 0px;
}

.header-main {
    padding: 0px;
    line-height: 14px;
    background-color: var(--header-bg-color);
}

#header .logo-main {
    align-self: center;
}

.header-nav {
    margin-bottom: 0px;
    background: #f7f8f9;
    z-index: 15;
}

.mobile-menu-holder {
    display: none;
}

.main-menu {
    float: left;
}

.navbar-brand img {
    max-height: 40px;
}

.dropdown:hover>.dropdown-menu {
    display: block;
}

.dropdown>.dropdown-toggle:active {
    /*Without this, clicking will make it sticky*/
    pointer-events: none;
}


.main-menu .header-menu {
    padding: 0;
    margin: 0;
    margin-left: -25px;
    list-style: none;
}

.main-menu .header-menu>li {
    position: relative;
    float: left;
    margin-bottom: 0;
}

.main-menu .header-menu>li.menu-item-has-children>a:after {
    position: absolute;
    content: '';
    display: block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transform: translate(0, 0);
    top: 54%;
    margin-top: -6px;
    right: 3px;
    font-size: 12px;
    content: "\f107";
}

.main-menu .header-menu>li:first-child {
    margin-left: 0;
}

.main-menu .header-menu>li.current-menu-item:first-child,
.main-menu .header-menu>li .current_page_item:first-child {
    margin-left: 21px;
}

.main-menu .header-menu>li.current-menu-item>a,
.main-menu .header-menu>li .current_page_item>a {
    background-color: var(--active-menu-bg-color);
    color: #fff;
}

.main-menu .header-menu>li:hover>a {
    background-color: var(--active-menu-bg-color);
    color: #fff !important;
}

.main-menu>ul>li>a {
    display: block;
    position: relative;
    height: 52px;
    padding: 0 14px;
    line-height: 52px;
    /*text-transform: uppercase;*/
    text-decoration: none !important;
    font-size: 20px;
}

.main-menu .dropdown-item {
    font-size: 20px;
}

.main-menu li>.sub-menu {
    transition: .2s all;
    transition-delay: 0.2s;
}

.main-menu li:hover>.sub-menu {
    transition-delay: 0.2s;
}

.main-menu .header-menu>li:hover>ul {
    visibility: visible;
    top: 100%;
    opacity: 1;
    z-index: 60;
}

.main-menu .header-menu>li>ul {
    visibility: hidden;
    opacity: 0;
    padding: 0;
    list-style: none;
    position: absolute;
    width: 250px;
    top: 105%;
    left: 0;
    background-color: #fff;
    -webkit-box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.2);
    box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.2);
}

.main-menu .header-menu>li>ul li {
    position: relative;
    margin-bottom: 0;
    margin-left: 0 !important;
}

.main-menu .header-menu>li>ul li.menu-item-has-children>a:after {
    position: absolute;
    content: '';
    display: block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transform: translate(0, 0);
    top: 50%;
    margin-top: -7px;
    right: 20px;
    font-size: 14px;
    content: "\f105";
}

.main-menu .header-menu>li>ul li a {
    position: relative;
    display: block;
    padding: 7px 30px 7px 34px;
    font-weight: 400 !IMPORTANT;
    text-decoration: none !important;
    font-weight: 400;
}

.main-menu .header-menu>li>ul li a:hover {
    color: #fff;
    background-color: var(--active-menu-bg-color);
}

.main-menu .header-menu>li>ul li>ul {
    visibility: hidden;
    opacity: 0;
    padding: 0;
    list-style: none;
    position: absolute;
    width: 250px;
    top: 0;
    left: 105%;
    background-color: #fff;
    -webkit-box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.2);
    box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.2);
    z-index: -1;
}

.main-menu .header-menu>li>ul li>ul li>ul {
    visibility: hidden;
    opacity: 0;
    padding: 0;
    list-style: none;
    position: absolute;
    width: 250px;
    top: 0;
    left: 105%;
    background-color: #fff;
    -webkit-box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.2);
    box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.2);
    z-index: -1;
}

.main-menu .header-menu>li>ul li>ul li>ul li>ul {
    visibility: hidden;
    opacity: 0;
    padding: 0;
    list-style: none;
    position: absolute;
    width: 250px;
    top: 0;
    left: 105%;
    background-color: #fff;
    -webkit-box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.2);
    box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.2);
    z-index: -1;
}

.main-menu .header-menu>li>ul li>ul li>ul li:hover>ul {
    visibility: visible;
    left: 100%;
    opacity: 1;
}

.main-menu .header-menu>li>ul li>ul li:hover>ul {
    visibility: visible;
    left: 100%;
    opacity: 1;
}

.main-menu .header-menu>li>ul li:hover>ul {
    visibility: visible;
    left: 100%;
    opacity: 1;
}

.top-right-logo {
    height: 43px;
    cursor: pointer;
}

.container {
    width: auto;
    max-width: 1150px;
}

.tp-banner {
    width: 100%;
    position: relative;
}

.tp-banner-container {
    width: 100%;
    position: relative;
    padding: 0;
    height: 41vw;
    max-height: 530px;
}

.flex-container {
    display: flex;
}

.flex-wrap {
    flex-wrap: wrap;
    justify-content: center;
}


.flex-content {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: baseline;
    align-content: center;
}

.flex-item {
    flex-basis: auto;
}

.flex-item50 {
    flex-basis: 50%;
}

.carlistitem {
    margin: auto;
    width: 300px;
    height: 250px;
    display: block;
    cursor: pointer;
    text-decoration: none;
}

.carlistitem_img {
    width: 300px;
    height: 200px;
}

.carlistitem_img img {
    object-fit: cover;
    width: 100%;
    height: 100%;
}

.carlistitem_title {
    text-align: center;
    color: var(--main-text-color);
}

.vc_padding {
    margin-bottom: 0px !important;
    padding-top: 51px !important;
    padding-bottom: 62px !important;
}

.footer_title {
    border-bottom: 1px solid var(--header-text-color);
}

#footer {
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    font-weight: 300;
    text-align: justify;
}

#footer .partner_logo {
    height: 300px;
    margin-top: 40px;
    position: relative;
}

#footer .partner_logo div {
    bottom: 0px;
    position: absolute;
}

#footer .copyright-text {
    padding-bottom: 25px;
}

#footer td {
    vertical-align: top;
}

#footer a {
    color: var(--header-text-color);
}

#footer ul {
    list-style: none;
    padding-left: 0px;
    padding-right: 15px;
}

#footer-copyright,
#footer-main {
    color: var(--header-text-color);
    background-color: var(--header-bg-color);
    padding-top: 10px;
    padding-bottom: 10px;
}

.footer-copyright a {
    color: var(--header-text-color);
}

.owl-carousel.owl-loaded {
    visibility: visible;
}

.owl-carousel .owl-item {
    -webkit-transform: translateZ(0px) !important;
}

.dp-in {
    display: inline-block;
    vertical-align: top;
    max-width: 100%;
}

.post-grid-single-unit {
    position: relative;
    margin-bottom: 15px;
    margin-left: 15px;
    margin-right: 15px;
}

.post-grid-single-unit .image {
    min-width: 350px;
    position: relative;
    margin-bottom: 15px;
    overflow: hidden;
}

.gallery-image {
    overflow: inherit;
    display: block;
    position: relative;
    width: 100%;
}

.moving-gallery {
    overflow: hidden;
}

.ratio1_1::before {
    padding-top: 100% !important;

}

.gallery-image::before {
    content: "";
    display: block;
    padding-top: 75%;
}

.gallery-image img,
.gallery-image .img {
    position: absolute;
    display: block;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    height: 100%;
    width: 100%;
    object-fit: cover;
    background-size: contain;
    background-position-x: 50%;
    background-repeat: no-repeat;
}

.owl-controls {
    text-align: center;
}

.content-holder .tile {
    box-shadow: 0px 0px 10px 2px var(--shadow-color);
    background-color: #fff;
    margin-bottom: 40px;
    height: 100%;
    align-items: center;
    display: flex;
    width: 100%;
    justify-content: center;
    overflow: clip;
}

.content-holder .medium-tile {
    height: 122px;
}

.content-holder .big-tile {
    height: 233px;
}

.tile-a{
  color: black;
  font-size: 29px;
  font-weight: inherit;
  line-height: 28px;
  text-align: center;
  text-decoration: none;
}

.content-title,
.content-holder h1 {
    text-align: center;
    font-size: 40px;
    font-weight: bold;
    margin-bottom: 40px;
    margin-top: 40px;
}

.heading-text {
    text-align: center;
    font-size: 30px;
    font-weight: bold;
    /*margin-bottom: 40px;*/
}

.bottom40 {
    margin-bottom: 40px;
}

.upper-block {
    background-color: white;
    padding-top: 30px;
}

.card {
    background-color: white;
}

.block-shadow {
    box-shadow: 0px 0px 10px 2px var(--shadow-color);
}

.owl-controll {
    align-self: center;
    font-size: 60px;
}

.special-carousel-wideservices {
    width: calc(100% - 42px) !important;
    height: 380px;
}

.inverse {
    background-color: var(--header-bg-color);
    color: var(--header-text-color);
    font-weight: unset;
}

.flex-end {
    justify-content: flex-end;
}

#topnavbar {
    font-size: 20px;
    /*font-weight: bold;*/
}

#topnavbar a {
    color: var(--header-text-color);
}

#topnavbar .sub-menu a {
    background-color: var(--header-bg-color);
}

.mobile-menu-trigger {
    top: 2px;
    width: 32px;
    height: 32px;
    padding: 5px 3px;

    position: relative;
    margin-right: 15px;
}

.mobile-menu-trigger span {
    display: block;
    height: 3px;
    background: var(--header-text-color);
    border-radius: 3px;
    width: 100%;
}

.mobile-menu-trigger span:nth-child(2) {
    margin-top: 5px;
}

.mobile-menu-trigger span:nth-child(3) {
    margin-top: 5px;
}

.mobile-menu-holder {
    padding: 0 15px;
    background-color: var(--header-bg-color);
}

.mobile-menu-holder .header-menu {
    margin: 0 -15px;
    padding: 10px 15px;
    list-style: none;
}

.mobile-menu-holder .header-menu>li .arrow {
    position: absolute;
    top: 0;
    right: 0;
    height: 34px;
    line-height: 34px;
    width: 50px;
    font-size: 22px;
    text-align: right;
}

.mobile-menu-holder .header-menu>li .arrow.active i {
    -moz-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
}

.mobile-menu-holder .header-menu>li>.sub-menu {
    display: none;
    list-style: disc;
}

.mobile-menu-holder .header-menu>li>.sub-menu>li>.sub-menu>li:last-child {
    margin-bottom: 0;
}

.mobile-menu-holder .header-menu>li.opened>a {
    color: #00adef;
}

.mobile-menu-holder .header-menu li {
    position: relative;
}

.mobile-menu-holder .header-menu li a {
    position: relative;
    display: block;
    padding: 7px 0;
    padding-right: 60px;
    color: var(--header-text-color);
    text-transform: uppercase;
    text-decoration: none !important;
}

.mobile-menu-holder .header-menu li:last-child {
    margin-bottom: 0;
}



#topnavbar .sub-menu a {
    font-size: 14px;
}

#ginop {
    position: absolute;
    right: 5px;
    top: 15px;
    overflow: hidden;
    /*
    top: 6px;
  height: 35px;*/
}

#searchform .search-input {
    padding: 20px 75px 20px 25px !important;
    margin: 0;
    height: 67px;
    line-height: 67px;
    font-size: 20px;
    color: #5f5f5f;
    border: 0;
    border-color: transparent;
    width: 100%;
    border-radius: 5px;
}

#searchform .search-submit {
    position: absolute;
    right: 0;
    top: 0;
    padding: 0;
    height: 67px;
    width: 70px;
    border: 0;
    font-size: 24px;
    color: var(--header-text-color);
    ;
    background-color: var(--header-bg-color);
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    box-shadow: none;
}

#searchform .search-wrapper {
    position: relative;
}

#searchModal .modal-body {
    padding: 0;
}

#searchModal .modal-content {
    box-shadow: none !important;
    background-color: transparent;
    border: none;
}

#searchModal .modal-dialog {
    padding-top: 18%;
}

.search-title {
    margin-bottom: 18px;
    font-size: 20px;
    text-transform: uppercase;
    font-weight: 700;
    color: #fff;
}

.evms-progress-tracker {
    display: flex;
    justify-content: space-evenly;
}

.evms-progress-tracker .active {
    font-family: inherit;
    text-decoration: underline;
}

.tile a {
    color: black;
    font-size: 29px; /*xx-large;*/
    font-weight: inherit;
    text-decoration: none;
    line-height: 28px;
    text-align: center;
}

.single-car-actions>ul li {
    float: left;
    margin-right: 13px;
    margin-bottom: 12px;
}

.car-action-unit {
    position: relative;
    display: block;
    padding: 0 10px;
    font-size: 14px;
    color: var(--header-bg-color);
    border: 1px solid var(--header-bg-color);
    line-height: 27px;
    border-radius: 15px;
    text-decoration: none !important;
    background-color: var(--menu-bg-color);
    font-variant: traditional;
    font-style: italic;
}

.gallery-image {
    overflow: inherit;
    display: block;
    position: relative;
    width: 100%;
}

.ratio16_9:before {
    padding-top: 56.25% !important;
}

.gallery-image::before {
    content: "";
    display: block;
    padding-top: 75%;
}

.owl-controls {
    margin-top: 25px;
}

.stm-thumbs-car-gallery .owl-item:after {
    position: absolute;
    content: '';
    display: block;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(35, 38, 40, 0.3);
    visibility: visible;
    opacity: 0;
    max-width: 142px;
    width: auto;
    margin: 0 auto;
}

.stm-thumbs-car-gallery .stm-single-image {
    max-width: 142px;
    width: auto;
    margin: 0 auto;
}

.owl-prev {
    left: 0px;
    position: absolute;
    top: 0;
    width: 30px;
    height: 100%;
}

.owl-next {
    position: absolute;
    right: 0px;
    top: 0;
    width: 30px;
    height: 100%;
}

.list-style ul.nav {

    background-color: var(--header-bg-color);
    border-left: 4px solid var(--header-bg-color);
    border-right: 4px solid var(--header-bg-color);
    padding-top: 3px;
    /*
    margin: 0;
    border-bottom: 0px;
    overflow: visible;
    content: "";
    display: table;
    width: 100%;
    */
}

.list-style ul.nav>li a {
    text-transform: uppercase;
    color: var(--header-text-color);
    font-weight: 700;
}

.list-style ul.nav>li.active a {
    color: var(--main-text-color);
}

video,
img {
    display: block;
    max-width: 100%;
    height: auto;
    margin-left: auto;
    margin-right: auto;
}



#evms-calendar {
    padding-bottom: 20px;
}

div.loading {
    background: url("/images/loading.gif") center center no-repeat;
    min-height: 70px;
}

div.loading * {
    opacity: 0.8;
}

.cal_reserved,
.reserved {
    background-color: rgb(204, 153, 153);
}

.cal_hover_denied {
    background-color: #ff0000;
}

.cal_hover_allowed {
    background-color: #00ff00;
}

.cal {
    height: 10px;
    border-right: 1px dotted;
}

.cal_hour_end {
    border-bottom: 1px solid;
}

.cal_day_number {
    font-size: 38px;
}

.cal_date {
    overflow: hidden;
    height: 80px;
    border-bottom: 1px solid;
    border-right: 1px dotted;
    display: flex;
    flex-direction: column-reverse;
    align-items: center;
}

.cal_time_row {
    text-align: center;
    font-weight: bold;
    height: 40px;
    border-right: 1px solid;
    border-bottom: 1px solid;
}

.cal_time {
    width: 40px;
    float: left;
}

.timeButton {
    padding: 1px;
    width: 46px;
    margin-top: 4px;
    height: 28px;
    height: 28px;
    border-radius: 10px;
    box-shadow: 0 0 0;
    font-size: 15px;
}

.timeButtonOff {
    padding: 2px;
    width: 46px;
    margin-top: 4px;
    display: inline-block;
    height: 28px;
    text-align: center;
    vertical-align: center;
    vertical-align: middle;
    background-color: #e6e6e6; /*brown;*/
    border-radius: 10px;
    font-size: 15px;
    color: gray;
}

.cal_rows {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.calItem {
    flex-basis: 21%;
}

.tile-title {
    text-align: center;
    bottom: 20px;
    position: relative;
}

.tile-title a {
    color: var(--main-text-color);
}

.imgtile_container .tile {
    height: 400px;
    margin-top: 30px;
    flex-direction: column;
    justify-content: flex-start;
    padding: 15px;
}

.imgtile_container {
    width: 320px;
    font-size: 25px;
    text-align: justify;
    margin-left: auto;
    margin-right: auto;
}

.tile .tile-subtitle {
  text-align: center;
  font-weight: bold;
  margin-bottom: 1.5rem;
}

.imgtile_container img {
    height: 320px;
    width: 320px;
    object-fit: cover;
}

#ginop div {
    float: left;
    margin-left: 10px;
}

.ratio1_1:before {
    content: "";
    display: block;
    padding-top: 100% !important;
}

.ratio4_3:before {
    content: "";
    display: block;
    padding-top: 75% !important;
}

.ratio16_9:before {
    content: "";
    display: block;
    padding-top: 56.25% !important;

}

.ratio1_1,
.ratio4_3,
.ratio16_9 {
    position: relative;
}

.ratio1_1 img,
.ratio4_3 img,
.ratio16_9 img {
    position: absolute;
    display: block;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.imgWithTitle .title {
    text-align: center;
    font-size: 30px;
    height: 3em;
}

.title a{
    color: var(--main-text-color);
    text-decoration: none;
}

h1,
.h1 {
    margin: 0;
    margin-bottom: 10px;
    line-height: 1.2;
    font-size: 50px;
    font-weight: 700;
}

h2,
.h2 {
    margin: 0;
    margin-bottom: 14px;
    line-height: 1.2;
    font-size: 36px;
    font-weight: 700;
}

h3,
.h3 {
    margin: 0;
    margin-bottom: 15px;
    line-height: 1.2;
    font-size: 26px;
    font-weight: 700;
}

h4,
.h4 {
    margin: 0;
    margin-bottom: 11px;
    line-height: 1.2;
    font-size: 16px;
    font-weight: 700;
}

h5,
.h5 {
    margin: 0;
    margin-bottom: 7px;
    line-height: 22px;
    font-size: 14px;
    font-weight: 700;
}

h6,
.h6 {
    margin: 0;
    margin-bottom: 8px;
    line-height: 1.2;
    font-size: 12px;
    font-weight: 700;
}

table {
    width: 100%;
    margin-bottom: 20px;
}

.content-holder table>tbody tr td {
    padding: 9px 0 8px;
    font-size: 12px;
    color: #888888;
    border-bottom: 1px solid #d5d9e0;
}

.stm-button,
input[type="submit"],
button,
.button,
.load-more-btn {
    display: block;
    text-align: center;
    padding: 17px 28px 15px;
    font-size: 14px;
    line-height: 14px;
    font-weight: 700;
    letter-spacing: 0.3px;
    /*color: var(--header-text-color) !important;*/
    border-radius: 3px;
    background-color: var(--header-bg-color);
    ;
    text-decoration: none !important;
    outline: none !important;
    visibility: visible;
    border: none;
    white-space: normal;
}

.help-block {
    color: brown;
}

.hoverScale {
    transition: all 0.3s;
    position: relative;
    z-index: 1;
}

.hoverScale:hover {
    transform: scale(1.05);
}

.hoverShadow {
    transition: all 0.3s;
}

.hoverShadow:hover {
    box-shadow: 0px 0px 10px 2px var(--shadow-color);
}

.news_image{
    max-height: 345px;
}

.evmsResult{
    color: var(--bs-btn-bg);
}

/*stockvehicle*/

.car-listing-row .name {
    font-size: 10px;
    text-transform: uppercase;
    color: #888;
}

.car-listing-row a {
    text-decoration: none;
    color: var(--main-text-color);
}

.car-listing-row .stock-num {
    font-size: 11px;
    color: #c8cbcc;
    left: 0px;
    position: absolute;
    bottom: 0px;
}

.sidebar-action-units button {
    color: white;
}


.classic-filter-row {
    position: relative;
}


.classic-filter-row .form-group {
    margin-bottom: 16px;
}

.classic-filter-row .filter-sidebar {
    padding: 0 22px 30px;
    background-color: #fff;
    -webkit-box-shadow: 0 5px 18px rgba(0, 0, 0, 0.18);
    -moz-box-shadow: 0 5px 18px rgba(0, 0, 0, 0.18);
    box-shadow: 0 5px 18px rgba(0, 0, 0, 0.18);
}

.classic-filter-row .sidebar-entry-header {
    position: relative;
    min-height: 40px;
    padding: 26px 22px 21px 76px;
    margin: 0 -22px;
    background-color: var(--header-bg-color);
}

.classic-filter-row .sidebar-entry-header i {
    position: absolute;
    top: 32px;
    left: 21px;
    font-size: 29px;
    color: var(--header-text-color);
}

.classic-filter-row .sidebar-entry-header .h4 {
    display: block;
    padding-top: 10px;
    color: var(--header-text-color);
    font-weight: 700;
    letter-spacing: -0.3px;
}

.car-listing-row .col-md-3 {
    margin-bottom: 40px;
}

.car-listing-row {
    padding-top: 0px;
}

.car-listing-row .car-title {
    color: #232628;
    overflow: hidden;
    text-transform: uppercase;
    font-size: 14px;
    line-height: 18px;
    font-weight: 700;
    margin-top: 10px;
    min-height: 36px;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.car-listing-row .car-title .colored {
    color: #00adef;
}

.price-holder {
    position: absolute;
    right: 0px;
    bottom: 1px;
}

.car-listing-col .card-title {
    height: 45px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -moz-box-orient: vertical;

}

.car-listing-row .price {
    padding: 6px 10px 4px 4px;
    margin-left: 18px;
    background-color: var(--header-bg-color);
    text-align: right;
}

.car-listing-row .price.discounted-price {
    padding: 1px 10px 2px 4px;
}

.car-listing-row .price.discounted-price .sale-price {
    line-height: 16px;
    font-weight: bold;
}

.car-listing-row .price .regular-price,
.car-listing-row .price .sale-price,
.car-listing-row .price .normal-price {
    position: relative;
    z-index: 6;
}

.car-listing-row .price .regular-price {
    font-size: 13px;
    line-height: normal;
    text-decoration: line-through;
    color: brown;
}

.car-listing-row .price .normal-price,
.car-listing-row .price .sale-price {
    color: var(--header-text-color);
    font-size: 14px;
    line-height: 20px;
}

.car-listing-row .price .normal-price {
    line-height: 25px;
}

.car-listing-row .price:before {
    position: absolute;
    content: '';
    display: block;
    top: 0;
    left: -12px;
    height: 100%;
    width: 32px;
    background-color: var(--header-bg-color);
    ;
    -moz-transform: skew(-14deg, 0deg);
    -o-transform: skew(-14deg, 0deg);
    -ms-transform: skew(-14deg, 0deg);
    -webkit-transform: skew(-14deg, 0deg);
    transform: skew(-14deg, 0deg);
    z-index: 5;
    font-weight: bold;
}

.car-listing-row .price {
    position: relative;
    float: right;
    padding: 6px 10px 4px 4px;
    margin-left: 18px;
    background-color: var(--header-bg-color);
    ;
    text-align: right;
    -webkit-border-radius: 0 4px 4px 0;
    border-radius: 0 4px 4px 0;
    bottom: -3px;
    right: -1px;
}

.car-listing-row .price.withRentalPrice {
    width: 43%;
    height: 36px;
}

.car-listing-row .price_rental {
    height: 36px;
    position: relative;
    float: left;
    padding: 6px 10px 4px 4px;
    background-color: #3379b8;
    text-align: right;
    width: 42%;
    -webkit-border-radius: 4px 0 0 4px;
    border-radius: 4px 0 0 4px;
}

.car-listing-row .price_rental:after {
    position: absolute;
    content: '';
    display: block;
    top: 0;
    right: -25px;
    height: 100%;
    width: 32px;
    background-color: #3379b8;
    -moz-transform: skew(-14deg, 0deg);
    -o-transform: skew(-14deg, 0deg);
    -ms-transform: skew(-14deg, 0deg);
    -webkit-transform: skew(-14deg, 0deg);
    transform: skew(-14deg, 0deg);
    z-index: 5;
}

.car-listing-row .price_rental .title {
    color: var(--header-text-color);
    font-size: 13px;
    line-height: normal;
    padding: 0;
    margin: 0;
    margin-top: -5px;
    text-align: left;
}

.car-listing-row .price_rental .rental-price {
    color: var(--header-text-color);
    padding: 0;
    margin: 0;
    margin-top: -3px;
    margin-bottom: -5px;
    text-align: left;
}

#resultCount {
    font-size: 12px;
    font-weight: normal;
    text-transform: lowercase;
  }

iframe{
    width: 100%;
}


.stm-ajax-row {
    position: relative;
}

.stm-ajax-row:before {
    position: absolute;
    content: '';
    display: block;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgba(255, 255, 255, 0.8);
    opacity: 0;
    visibility: hidden;
    z-index: -1;
}

.stm-ajax-row:after {
    content: "\e91b";
    display: block;
    position: absolute;
    top: 10%;
    left: 50%;
    font-family: 'stm-icon';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-animation: rotating 2s infinite linear;
    animation: rotating 2s infinite linear;
    font-size: 30px;
    color: var(--header-bg-color);
    ;
    opacity: 0;
    visibility: hidden;
    z-index: -1;
}

.stm-ajax-row.stm-loading:before {
    opacity: 1;
    visibility: visible;
    z-index: 50;
}

.stm-ajax-row.stm-loading:after {
    opacity: 1;
    visibility: visible;
    z-index: 51;
}



.stm-car-listing-sort-units {
    border-bottom: 1px solid #ddd;
    height: 50px;
}

.stm-car-listing-sort-units .stm-sort-by-options {
    float: left;
}

.stm-car-listing-sort-units .stm-sort-by-options>span {
    float: left;
    text-transform: uppercase;
    font-size: 12px;
    color: #888;
}

.stm-car-listing-sort-units .stm-sort-by-options .stm-select-sorting {
    float: left;
}

.stm-car-listing-sort-units .stm-view-by {
    float: right;
}

.stm-car-listing-sort-units .stm-view-by:after {
    display: table;
    content: "";
    clear: both;
}

.stm-car-listing-sort-units .stm-view-by .view-type {
    display: block;
    float: left;
    color: #8f8f8f;
    margin-left: 10px;
    width: 32px;
    height: 32px;
    line-height: 34px;
    text-align: center;
    text-decoration: none !important;
}

.stm-car-listing-sort-units .stm-view-by .view-type:hover {
    color: var(--header-bg-color);
    ;
}

.stm-car-listing-sort-units .stm-view-by .view-type.view-list {
    font-size: 12px;
}

.stm-car-listing-sort-units .stm-view-by .view-type.view-grid {
    text-indent: 2px;
    font-size: 16px;
}

.stm-car-listing-sort-units .stm-view-by .view-type:hover {
    cursor: pointer;
}

.stm-car-listing-sort-units .stm-view-by .view-type:first-child {
    margin-left: 0;
}

.stm-car-listing-sort-units .stm-view-by .view-type.active {
    background-color: #f0f2f5;
    color: #8f8f8f;
}

.stm-car-listing-sort-units .stm-view-by .view-type.active:hover {
    color: var(--header-bg-color);
    ;
}




.single-car-actions .stock-num {
    padding: 3px 15px;
    background-color: #f0f2f5;
    border-radius: 15px;
    font-size: 14px;
    color: #232628;
}

.single-car-data {
    padding: 12px 26px 13px 23px;
    margin-bottom: 26px;
    background-color: #f0f2f5;
}

.single-car-data>table {
    margin-bottom: 0;
    table-layout: fixed;
}

.single-car-data>table tr td {
    padding: 11px 0 6px;
}

.single-car-data>table tr td.t-label {
    padding-right: 3px;
    text-transform: uppercase;
    color: #888;
    font-size: 12px;
}

.single-car-data>table tr td.t-value {
    padding-left: 3px;
    margin-bottom: 0;
    font-weight: 400;
    font-size: 14px;
    line-height: 18px;
}

.single-car-data>table tr td.t-value.t-vin {
    font-size: 12px;
    text-transform: uppercase;
}

.single-car-data>table tr:last-child td {
    border-bottom: none;
}

.single-car-prices {
    background-color: var(--header-bg-color);
    color: var(--header-text-color);
}

.single-car-prices .h4 {
    font-size: 24px;
}

.single-regular-price {
    padding: 22px 0 13px;
    vertical-align: middle;
}

.single-regular-price>.labeled {
    margin-right: 7px;
    font-size: 12px;
    font-weight: 400;
    vertical-align: middle;
    text-transform: uppercase;
}

.single-regular-price>.h3 {
    position: relative;
    top: -1px;
    left: 1px;
    color: var(--header-text-color);
    vertical-align: middle;
}

.contact-head-image {
    background-image: url("/images/contact_head.jpg");
    position: relative;
    height: 100%;
    z-index: -1;
    background-position-x: 50%;
}

.contact-head {
    height: 400px;
    text-transform: uppercase;
}

.contact-page {
    margin-top: -100px;
    padding: 60px 91px 33px;
    background-color: #fff;
    -webkit-box-shadow: 0px 3px 18px rgba(35, 38, 40, 0.3);
    -moz-box-shadow: 0px 3px 18px rgba(35, 38, 40, 0.3);
    box-shadow: 0px 3px 18px rgba(35, 38, 40, 0.3);
}

/*stockvehicle end*/

.page-link {
    color: var(--main-text-color);
}

.active>.page-link,
.page-link.active {
    background-color: var(--main-text-color);
    border-color: var(--main-text-color);
}


#google_translate_element {
    display: none;
}

.scrolling-slider-container {
    overflow: hidden;
    display: contents;
}

#carouselMain {
    max-height: 530px;
    overflow: clip;
    height: auto;
    box-shadow: 0px 2px 15px var(--shadow-color);
}

.news-block {
    text-align: center;
    text-decoration: none;
    color: var(--main-text-color);
    ;
    font-size: 18px;
    margin-bottom: 20px;
}

.special-carousel-widenews .news-block {
    margin: 20px;
    max-width: 350px;
    margin-left: auto;
    margin-right: auto;
}

.news-title {
    padding: 8px;
}

.news-block .card-body {
    height: 77px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.special-carousel-widenews {
    height: 300px;
    width: 100%;
}

@media (min-width: var(--screen-width3)) {}

@media (max-width: 1260px) {
    .header-top-info {
        margin-right: 90px;
    }

}

@media (max-width: 992px) {
    .header-main .logo-main {
        width: 300px;
        display: inline-flex;
    }

    #ginop {
        top: 12px;
        height: 35px;
    }

    .cal_date {
        text-align: center;
        display: block;
    }

    .cal_day_number {
        float: none;
        font-size: 22px;
        margin: 1px 5px 1px 2px;
    }

    .list-style ul.nav li {
        float: none;
        text-align: center;
    }
}