@import url('https://fonts.googleapis.com/css2?family=Manrope:wght@300;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;700&family=Open+Sans&display=swap');
body {
    font-weight: 400;
    font-family: 'Open Sans', sans-serif;
}
.header {
    padding: 30px;
    font-weight: 500;
    font-size: 16px;
    line-height: 18px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Inter', sans-serif;
}
strong,
h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 700;
}
.m-10 {
    margin: 10px;
}
.logo{
    width:300px;
}
#impliedsubmit {
    background-color: #C00;
    color: #fff;
    font-weight: 700;
    width: 100%;
    border: none;
    padding: 6px;
}
.autocomplete {
    position: relative;
    display: inline-block;
}
.autocomplete-suggestions {
    border: 1px solid #999;
    background: #FFF;
    cursor: default;
    overflow: auto;
    -webkit-box-shadow: 1px 4px 3px rgba(50, 50, 50, 0.64);
    -moz-box-shadow: 1px 4px 3px rgba(50, 50, 50, 0.64);
    box-shadow: 1px 4px 3px rgba(50, 50, 50, 0.64);
}
.autocomplete-suggestion {
    padding: 2px 5px;
    white-space: nowrap;
    overflow: hidden;
}
.autocomplete-selected {
    background: #F0F0F0;
}
.autocomplete-suggestions strong {
    font-weight: normal;
    color: #3399FF;
}
.free {
    color: #999;
}
#pcode,
#prevpcode,
#emppcode,
#prevemppcode {
    text-transform: uppercase;
}
.has-error .control-label,
.has-error label {
    color: #e56464;
    font-weight: 700;
}
.has-error .form-control,
.has-error .form-select {
    background-color: #f8d7da;
    border: 1px solid #e56464;
}

.has-error .input-group-text {
    background-color: #e56464;
    border: 1px solid #e56464;
    color: #fff;
}
.header {
    color: #333;
    background: rgba(255, 255, 255, 1.0);
}
.header .tels {
}
.header .tels a {
    color: #000;
    font-weight:400;
    text-decoration: none;
}
.header .tels a:hover {
    color: #d11833;
}
.topbar {
    background: #000;
    padding: 15px;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 13px;
}
.topbar a {
    color: #fff;
    font-weight: 500;
}
.topbar a:hover {
    color: #ccc;
}
.header small.tag {
    font-size: 24px;
    font-weight: bold;
    display: block;
    width: 100%;
    padding-top: 0;
    text-align: center;
}
/* AT REVIEWS */
.rating-bgd {
    display: inline-block;
    position: relative;
    cursor: default;
    vertical-align: middle;
}
.rating-bgd:before {
    color: #dadada;
    font-size: 30px;
    line-height: 30px;
    content: "\2605\2605\2605\2605\2605";
}
.rating:before {
    color: #ffc71f;
    font-size: 30px;
    line-height: 30px;
    content: "\2605\2605\2605\2605\2605";
}
.rating {
    overflow: hidden;
    position: absolute;
    top: 0;
    left: 0;
}
#ratings {
    height: 30px;
    line-height: 30px;
    display: inline-block;
}
.block {
    padding: 50px 10px;
}
.car {
    position: relative;
    padding: 15px;
}

.car .thumbnail {
    position: relative;
    overflow: hidden;
}
.car h2 {
    font-family: Inter, sans-serif;
    font-weight: 700;
    font-size: 1.25rem;
    line-height: 1.3;
    color: #fff;
    text-align: left;
    text-transform: uppercase;
}
.car h3 {
    font-family: Inter, sans-serif;
    font-weight: 500;
    font-size: .9rem;
    line-height: 1.3;
    color: #fff;
    text-align: left;
    white-space: nowrap;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    text-transform: uppercase;
}
.car-img {
    position: relative;
    background-size: cover;
    background-position: center center;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}
.car-img:hover {
    -ms-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
}
.car ul.specs {
    list-style: none;
    padding-left: 0;
    color: #fff;
}
.car ul.specs li:first-child {
    padding-left: 0;
}
.car ul.specs li {
    font-size: .875rem;
    display: inline-block;
    position: relative;
    padding: 0;
    width: 32%;
    box-sizing: border-box;
    margin: 0;
}
.car ul.specs li:not(:last-child):after {
    content: "";
    display: block;
    height: 15px;
    position: absolute;
    top: 3px;
    right: 0;
}
.car .price {
    color: #fff;
    font-weight: 600;
    font-size: 1.3rem;
    line-height: 1.3;
    overflow: hidden;
    text-align: left;
}
.car .price small {
    color: #fff;
    font-weight: 500;
    font-size: .9rem;
    line-height: 1.3;
    overflow: hidden;
    text-align: left;
}


.car .more .btn {
    position: relative;
    top: 0;
    transition: top ease 0.5s;
}

/* The ribbons */
.ribbon.result {
    position: absolute;
    left: -5px;
    top: -5px;
    z-index: 1;
    overflow: hidden;
    width: 75px;
    height: 75px;
    text-align: right;
}

.ribbon.full-details {
    position: absolute;
    right: -5px;
    top: -5px;
    z-index: 1;
    overflow: hidden;
    width: 75px;
    height: 75px;
    text-align: right;
}

.ribbon.result span {
    font-size: 10px;
    font-weight: bold;
    color: #FFF;
    text-transform: uppercase;
    text-align: center;
    line-height: 20px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    width: 100px;
    display: block;
    background: #79A70A;
    background: linear-gradient(#F70505 0%, #8F0808 100%);
    box-shadow: 0 3px 10px -5px rgba(0, 0, 0, 1);
    position: absolute;
    top: 19px;
    left: -21px;
}

.ribbon.full-details span {
    font-size: 10px;
    font-weight: bold;
    color: #FFF;
    text-transform: uppercase;
    text-align: center;
    line-height: 20px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    width: 100px;
    display: block;
    background: #79A70A;
    background: linear-gradient(#F70505 0%, #8F0808 100%);
    box-shadow: 0 3px 10px -5px rgba(0, 0, 0, 1);
    position: absolute;
    top: 19px;
    right: -21px;
}

@media all and (max-width:768px) {
    .ribbon span {
        font-size: 9px;
    }
}

.ribbon span::before {
    content: "";
    position: absolute;
    left: 0px;
    top: 100%;
    z-index: -1;
    border-left: 3px solid #8F0808;
    border-right: 3px solid transparent;
    border-bottom: 3px solid transparent;
    border-top: 3px solid #8F0808;
}

.ribbon span::after {
    content: "";
    position: absolute;
    right: 0px;
    top: 100%;
    z-index: -1;
    border-left: 3px solid transparent;
    border-right: 3px solid #8F0808;
    border-bottom: 3px solid transparent;
    border-top: 3px solid #8F0808;
}

.box_caption_wrapper {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
}

.box_caption_wrapper:hover {
    background-color: rgba(255, 255, 255, 0.5);
}

.box_caption {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: rgba(255, 255, 255, 0.5);
    padding: 20px 50px;
    width: 80%;
    color: #333;
}

.box_caption_wrapper:hover .box_caption {
    background-color: rgba(255, 255, 255, 0);
}

.box_caption h2 {
    color: #333;
}

.box_caption h2 {
    font-size: 30px;
}

.box_caption h1 em {
    font-style: normal;
    background-color: rgba(255, 255, 255, 0.5);
    padding: 30px;
    margin-bottom: 10px;
    color: #151515;
    display: block;
}

.box_caption small {
    color: #000;
    text-align: center;
    text-shadow: 0 1px 2px rgba(255, 255, 255, .8);
}

#homebox .car {
    text-align: center;
    padding: 5px;
    background: #fff;
    margin-bottom: 20px;
    box-shadow: inset 0 0 0 1px #eeeeee;
    -webkit-transition: box-shadow .5s ease-in-out;
    transition: box-shadow .5s ease-in-out;
}

#homebox .car:hover {
    box-shadow: inset 0 0 0 1px #9f0c08, 0 0 20px rgba(159, 12, 8, 0.2);
}

.pricecircle {
    position: absolute;
    right: -20px;
    top: -20px;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    background: #D90306;
    /*background: -moz-linear-gradient(-45deg, #ff0008 0%, #222 100%);
    background: -webkit-linear-gradient(-45deg, #ff0008 0%, #222 100%);
    background: linear-gradient(135deg, #ff0008 0%, #222 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0008', endColorstr='#222', GradientType=1);*/
    color: #fff;
    text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.3);
    font-size: 11px;
    font-weight: 700 !important;
    text-align: center;
    line-height: 20px;
    padding: 20px 0;
    box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.2);
}

.pricecircle strong {
    font-size: 18px;
    display: block;
}
.pricecircle em {
    font-size: 15px;
    text-transform: uppercase;
    font-weight: 500;
}
.text-red {
    color: #D90306
}
.no-gutters {
    margin-right: 0;
    margin-left: 0;
}
a {
    color: #d93d3d;
    text-decoration: none;
    font-weight: 700;
}
a:hover {
    color: #333;
}
.topnav {
    z-index: 1000;
}
/* Checks */
ul.checks {
    font-size: 15px;
    list-style: none;
    padding: 0;
}
ul.checks li:before {
    font-family: "Font Awesome 5 Free";
    content: '\f058';
    color: #d11833;
    position: absolute;
    left: 4px;
}

ul.checks.grey li:before {
    color: #999;
}

ul.checks li {
    padding-left: 25px;
    position: relative;
}

.newcar {
    padding: 25px;
    border: solid 4px #000;
}

.required {
    color: #d11833;
}

.consent .control-label {
    padding-top: 0;
}

.consent input[type=checkbox] {
    margin-left: 0 !important;
    margin-right: 10px;
}

.bodycontent {
    min-height: 400px;
}

/* BASE MARQUES */
.base_links {
    background: #292929 !important;
    padding: 40px 30px;
    font-size: 13px !important;
}

.base_links ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
    list-style: none;
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 100%;
    text-align: left;
    flex-wrap: wrap;

}

.base_links ul li {
    min-width: 25%;
}

/* FOOTER */
.footer {
    background: #212121;
    padding: 40px 30px;
    overflow: auto;
    zoom: 1;
    clear: both;
    color: #999;
    font-weight: 400;
    font-size: 13px !important;

}

.footer h2,
.base_links h2 {
    font-family: "Open Sans", Arial, sans-serif;
    font-size: 18px !important;
    line-height: 1.2;
    color: #fff;
    padding: 0 0 10px 0;
    margin: 0 0 10px 0;
    border-bottom: 2px solid rgba(255, 255, 255, .1);
    clear: both;
    font-weight: 400 !important;
    text-transform: none !important;

}

.footer a,
.base_links a {
    color: #fff;
    text-decoration: none;
    font-weight: 400;
    margin-left:2px;
    margin-right:2px;
}

.footer a:hover,
.base_links a:hover {
    color: #d11833;
    text-decoration: none;
}

.footer i,
.base_links i {
    margin-right: 5px;
}

.contact-hours {
    position: relative;
    display: inline-block;
    zoom: 1;
    vertical-align: top;
    width: 100%;
    margin: 0 0 10px;
    padding: 0;
    list-style: none;
    line-height: 24px;
}

.contact-hours .active {
    color: #d11833;
    font-weight: 700;
}

.contact-hours ul li {
    width: 100%;
    font-size: 12px;
}

.contact-hours span {
    width: 50%;
    float: left;
}

/*.h2,
h2 {
    font-size: 2rem;
    text-transform: uppercase;
    color: #666;
}*/

.img {
    position: relative;
    background-size: cover;
    background-position: center center;
}

.slick-list {
    /*margin-top:40px !important;*/
}

.bg-darker {
    background: -moz-linear-gradient(-45deg, #000 0%, #0d1a39 100%);
    background: -webkit-linear-gradient(-45deg, #000 0%, #0d1a39 100%);
    background: linear-gradient(135deg, #000 0%, #0d1a39 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#000', endColorstr='#0d1a39', GradientType=1);
    font-size: 17px;
    font-weight: 700;
}

.bg-black {
    background-color: #00369c !important;
}

.head {
    font-weight: 700;
}

.white {
    padding: 50px 0;
}

.white h1 {
    font-size: 35px;
    font-weight: 600;
}

.white h2 {
    font-size: 28px;
}

/* BOXES */
.box_area {
    display: block;
    margin: 0;
    padding: 0px;
}

.box_area.small {
    padding: 75px 0;
}

.box_area.tiny {
    padding: 40px 0;
}
.box_area.nospace {
    padding: 0 !important;
}
.box_area .images {
    position: relative;
    background-size: cover;
    background-position: center center;
}
.box_area .images:after {
    display: block;
    content: ' ';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.4);
    z-index: 5;
}
.box_area .text {
    position: absolute;
    top: 30%;
    left: 0;
    right: 0;
    width: 100%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    color: #fff;
    z-index: 10;
}
.box_area h2 {
    color: #fff;
}
.box_area .caption {
    position:absolute;
    bottom:0;
    right:0;
    background:rgba(0, 0, 0, 0.75);
    width:100%;
    height:40%;
    padding:20px;
    display: none;
    color:#fff !important;
    z-index:99;
}
.box_area .caption .caption_content {
    position:absolute;
    bottom:0;
    padding:60px 40px;
}
.cotw .text,
.mainboxes .text {
    background: #eee;
}

.circles h2 {
    font-size: 18px;
    padding-top: 10px;
    padding-bottom: 10px;
}

.icon {
    width: 80px;
    height: 80px;
    display: block;
    background: #eee;
    border-radius: 40px;
    margin: 0 auto;
    text-align: center;
    box-shadow: inset -20px -20px 30px #ddd;
}

.icon i.fas {
    line-height: 80px;
    font-size: 35px;
    width: 80px;
    text-align: center;
    text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.5);
}

.mainboxes h3 {
    position: absolute;
    bottom: 20px;
    left: 0;
    z-index: 2;
    height: 40px;
    line-height: 40px;
    padding: 0 20px;
    margin: 0;
    font-size: 20px;
    font-weight: 700;
    color: #fff;
    background-color: #000;
}

.header em {
    font-style: normal;
    color: #000;
}

.borderline {
    position: relative;
    width: 25%;
    height: 3px;
    background-color: #000;
    margin: 15px 0;
}

.borderlinewhite {
    position: relative;
    width: 20%;
    height: 5px;
    background-color: #fff;
}

/* Animation */
.fadeInUp {
    animation-name: fadeInUp;
}

.animated {
    animation-fill-mode: both;
}

[data-animated] {
    opacity: 0;
    transition: opacity .1s ease-in, translate .1s ease-in;
    transition-timing-function: ease-in;
    animation-duration: .3s;
    animation-timing-function: ease-in;
}

@keyframes fadeInUp {
    0% {
        opacity: 0;
        transform: translate3d(0, 150px, 0);
    }

    100% {
        opacity: 1;
        transform: translateZ(0);
    }
}

/* OTHER */
.btn-outline-light {
    transition: all .5s ease-in-out;
    -webkit-transition: all .5s ease-in-out;
}

.btn-outline-light:hover {
    transition: all .5s ease-in-out;
    -webkit-transition: all .5s ease-in-out;
}

.btn-green {
    background: #00c643;
    color: #fff !important;
    border: solid 1px #00c643;
    transition: all .5s ease-in-out;
    -webkit-transition: all .5s ease-in-out;
}

.btn-green:hover,
.btn-green:focus,
.btn-green:active {
    background: #3e3f3a;
    color: #fff !important;
    border: solid 1px #3e3f3a;
}

.btn-yellow {
    background: #e3e000;
    color: #333 !important;
    border: solid 1px #e3e000;
    transition: all .5s ease-in-out;
    -webkit-transition: all .5s ease-in-out;
}

.btn-yellow:hover,
.btn-yellow:focus,
.btn-yellow:active {
    background: #333;
    color: #e3e000 !important;
    border: solid 1px #333;
}

.btn-blue {
    background: #0d6efd;
    color: #fff !important;
    border: solid 1px #0d6efd;
    transition: all .5s ease-in-out;
    -webkit-transition: all .5s ease-in-out;
}

.btn-blue:hover,
.btn-blue:focus,
.btn-blue:active {
    background: #0a58ca;
    color: #fff !important;
    border: solid 1px #0a58ca;
}

.btn-red {
    background: #000;
    color: #fff !important;
    border: solid 1px #000;
    transition: all .5s ease-in-out;
    -webkit-transition: all .5s ease-in-out;
}
.btn-red:hover,
.btn-red:focus,
.btn-red:active {
    background: #333;
    color: #fff !important;
    border: solid 1px #333;
    text-decoration: none;
}
.btn-grey {
    background: #bbb;
    color: #333 !important;
    border: solid 1px #bbb;
    transition: all .5s ease-in-out;
    -webkit-transition: all .5s ease-in-out;
}

.btn-grey:hover,
.btn-grey:focus,
.btn-grey:active {
    background: #999;
    color: #333 !important;
    border: solid 1px #999;
}

.bg-light-grey {
    background: #888888;
}

.bg-darker {
    background: #171717;
}

.bg-dark .border-bottom,
.bg-dark .border-top,
.bg-dark .border-right,
.bg-dark .border-left {
    border-color: #424242 !important;
}

.bg-dark {
    background: #111 !important;
}

.bg-darker .border-bottom,
.bg-darker .border-top,
.bg-darker .border-right,
.bg-darker .border-left {
    border-color: #000 !important;
}

.bg-dark.border-bottom,
.bg-dark.border-top,
.bg-dark.border-right,
.bg-dark.border-left {
    border-color: #131313 !important;
}

/*
.btn-danger,
.bg-danger {
    color: #fff;
    background-color: #000 !important;
    border-color: #000 !important;
}

.btn-danger:hover,
a.bg-danger:hover {
    color: #fff;
    background-color: #000 !important;
    border-color: #000 !important;
}*/
.author {
    font-style: italic;
}

.select-box,
.search-button {
    position: relative;
    display: block;
    width: 100%;
    margin: 0 auto;
    color: #60666d;
    border: solid 1px #ddd;
}

/*
@media (min-width: 768px) {
  .select-box {
    width: 70%;
  }
}
@media (min-width: 992px) {
  .select-box {
    width: 50%;
  }
}
@media (min-width: 1200px) {
  .select-box {
    width: 30%;
  }
}
*/
.select-box__current {
    position: relative;
    box-shadow: 0 15px 30px -10px rgba(0, 0, 0, 0.1);
    cursor: pointer;
    outline: none;
}

.select-box__current:focus+.select-box__list {
    opacity: 1;
    -webkit-animation-name: none;
    animation-name: none;
}

.select-box__current:focus+.select-box__list .select-box__option {
    cursor: pointer;
}

.select-box__current:focus .select-box__icon {
    -webkit-transform: translateY(-50%) rotate(180deg);
    transform: translateY(-50%) rotate(180deg);
}

.select-box__icon {
    position: absolute;
    top: 50%;
    right: 15px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 20px;
    opacity: 0.3;
    -webkit-transition: 0.2s ease;
    transition: 0.2s ease;
}

.select-box__value {
    display: -webkit-box;
    display: flex;
}

.select-box__input {
    display: none;
}

.select-box__input:checked+.select-box__input-text {
    display: block;
}

.select-box__input-text {
    display: none;
    width: 100%;
    margin: 0;
    padding: 15px;
    background-color: #fff;
}

.select-box__list {
    position: absolute;
    width: 100%;
    padding: 0;
    list-style: none;
    opacity: 0;
    -webkit-animation-name: HideList;
    animation-name: HideList;
    -webkit-animation-duration: 0.5s;
    animation-duration: 0.5s;
    -webkit-animation-delay: 0.5s;
    animation-delay: 0.5s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-timing-function: step-start;
    animation-timing-function: step-start;
    box-shadow: 0 15px 30px -10px rgba(0, 0, 0, 0.1);
    max-height: 300px;
    overflow: auto;
    z-index: 99;
}

.select-box__option {
    display: block;
    padding: 15px;
    margin: 0;
    background-color: #fff;
}

.select-box__option:hover,
.select-box__option:focus {
    color: #fff;
    /*
  background: rgb(216,37,43);
    background: -webkit-linear-gradient(bottom, rgba(216,37,43,1) 0%, rgba(143,28,32,1) 100%);
    background: -o-linear-gradient(bottom, rgba(216,37,43,1) 0%, rgba(143,28,32,1) 100%);
    background: linear-gradient(to top, rgba(216,37,43,1) 0%, rgba(143,28,32,1) 100%);
*/
    background: #333;
}

@-webkit-keyframes HideList {
    from {
        -webkit-transform: scaleY(1);
        transform: scaleY(1);
    }

    to {
        -webkit-transform: scaleY(0);
        transform: scaleY(0);
    }
}

@keyframes HideList {
    from {
        -webkit-transform: scaleY(1);
        transform: scaleY(1);
    }

    to {
        -webkit-transform: scaleY(0);
        transform: scaleY(0);
    }
}

.select-box.first {
    border-radius: 0.25rem 0 0 0.25rem;
}

.search-button {
    /*
	background: rgb(216,37,43);
    background: -webkit-linear-gradient(bottom, rgba(216,37,43,1) 0%, rgba(143,28,32,1) 100%);
    background: -o-linear-gradient(bottom, rgba(216,37,43,1) 0%, rgba(143,28,32,1) 100%);
    background: linear-gradient(to top, rgba(216,37,43,1) 0%, rgba(143,28,32,1) 100%);
	*/
    background: #333;
    color: #fff;
    border: none;
    padding: 16px;
    border-radius: 0 0.25rem 0.25rem 0;
}

.text-head {
    color: #888881;
}

h1 {
    font-family: futura-pt-bold, sans-serif;
}

h2 {
    font-family: futura-pt-bold, sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 30px;
    color: #000;
}

h3 {
    font-family: futura-pt-bold, sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 22px;
    color: #000;
}
h4 {
    font-family: futura-pt-bold, sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 22px;
    color: #000;
}
h5 {
    font-family: futura-pt-bold, sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 18px;
}
h1,
h2,
h3,
h4,
h5,
h6,
.btn,
.search-button {
    /*text-transform: uppercase;*/
}
h2.title {
    color: #fff;
    font-weight: 700;
    background: #000;
}
.bg-dark .table td,
.table th {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}
.mobile-sm {}
.sm-btn {}
.panelcomms a{
    color:#fff;
}
.panelcomms a:hover span{
    color:#d11833;
}
.form-control.vrm {
    color: #000;
    font-weight: bold;
    background: #f7bf02;
    border: none;
}
.input-group-text {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    padding: 0.375rem 0.75rem;
    margin-bottom: 0;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    background-color: #1f1f1f;
    border: none;
    border-radius: 0.25rem;
}
/* CAROUSEL */
.text-shadow {
    text-shadow: 2px 2px 4px #000;
}
.small-md {
    font-size: inherit;
    transition: all ease-in-out .4s;
    -webkit-transition: all ease-in-out .4s;
}
.carousel-caption {
    bottom: 150px;
}
#vegasSliderInner {
    position: relative;
    top: 80px;
    width: 100%;
}
.vegas-background {
    /*background: rgba(0, 0, 0, 0.3);
    padding: 15px;*/
}
#slideshow .vegas-content-scrollable {
    overflow: hidden;
}
.caption {
    /*background: rgba(0,0,0,0.1);*/
    padding: 20px;
}
#slideshow .slidespacer {
    height: 700px;
}
#slideshow .slidespacer .container,
#slideshow .slidespacer .container-fluid {
    position: relative;
    z-index: 2;
}
.searchtitle {
    position: absolute;
    top: -54px;
    color: #fff;
    font-family: Inter, sans-serif;
    font-weight: 700;
    font-size: 22px;
    display: block;
}
#slideshow .slidespacer:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .5);
    z-index: 1;
}
#slideshow .captionwrap {
    margin-top: 200px;
}
#slideshow .captionwrap h1 {
    font-family: Inter, sans-serif;
    font-size: 3.3vw;
    font-weight: 700;
    color: #fff;
    margin-bottom: 10px;
    text-align: center;
    width: 100%;
    max-width: 1600px;
}
#slideshow .captionwrap h3 {
    margin: 0 auto;
    margin-bottom: 100px;
    width: 100%;
    max-width: 1600px;
    font-family: Inter, sans-serif;
    font-weight: 700;
    color: #d9d9d9;
    margin-right: 30px;
    font-size: 1.5vw;
    text-align: center;
}
#slideshow .vegas-slide-inner {
    background-position: bottom center !important;
}
@media all and (max-width:840px) {
    h3.small-md {
        font-size: 90% !important;
    }

    h5.small-md {
        font-size: 90% !important;
    }

    .carousel-caption {
        bottom: 10px;
    }
    .box_area .text {
        top: 20%;
    }    
    .box_area .caption {
        height:60%;
        padding:10px;
    }
    .box_area .caption .caption_content {
        padding:10px;
    }     
}

@media all and (max-width:500px) {
    .car h2 {
        font-size: 20px;
    }

    .car h3 {
        font-size: 18px;
    }

    .mobile-sm {
        max-width: 180px;
    }

    .carousel-caption {
        padding: 0;
    }

    .sm-btn {
        padding: .25rem .5rem;
        font-size: .875rem;
        line-height: 1.5;
    }

    #homepageslideshow {
        /*margin-top:54px;*/
    }   
}

.maxed {
    max-width: 350px;
}

.glow-bottom {
    box-shadow: inset 0 -5px 10px -5px rgba(0, 0, 0, 0.5);
}

.parallax {
    background-image: url('../images/parallax.jpg');
    min-height: 400px;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    text-align: center;
}

.parallax>.container {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
}

.parallax h1 {
    color: #FFF;
    font-size: 40px;
}

.parallax h2 {
    color: #eee;
    font-size: 25px;
}

.gold {
    color: #FC3;
    margin-bottom: 20px;
}

@media all and (max-width:768px) {
    .header .tels {
        font-size: 24px;
        text-align: center;
    }

    .carousel-indicators {
        display: none;
    }
}

/*.text-muted {
    color: #eee !important;
}
.text-muted a:hover {
    color: #fff !important;
}*/
.carousel-item.internal {
    max-height: 170px;
}

.result a {
    text-decoration: none;
}

/* Pagination */
.page-item.active .page-link {
    z-index: 3;
    color: #fff;
    background-color: #000;
    border-color: #000;
}

.page-item:first-child .page-link {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.page-item:last-child .page-link {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.page-item.disabled .page-link {
    color: rgba(255, 255, 255, 0.6);
    pointer-events: none;
    cursor: auto;
    background-color: #333;
    border-color: #333;
}

.page-item {
    padding: 2px;
}

.page-link {
    position: relative;
    display: block;
    padding: .5rem .75rem;
    margin-left: -1px;
    line-height: 1.25;
    color: #333;
    background-color: #ccc;
    border: 1px solid #ccc;
    transition: all .2s ease-in-out
}

.page-link:hover {
    z-index: 2;
    color: #fff;
    text-decoration: none;
    background-color: #000;
    border-color: #000;
}

.position-centered {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    display: block;
}

/* BOXES */
.black {
    padding: 50px 0;
    color: #fff;
    background-color: #000;
}

.black a {
    color: #fff;
}

.black a:hover {
    color: #ae9dcb;
}

.black h1 {
    color: #fff;
}

.boxzoom {
    position: relative;
    display: block;
    text-align: center;
}

.boxzoom .image::before {
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    width: 100%;
    height: 100%;
    content: ' ';
    background: rgba(0, 0, 0, 0.3);
}

.boxzoom .image {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    display: block;
    width: 100%;
    height: 100%;
    z-index: 3;
    transition: all .5s ease-in-out;
    background-size: 100%;
}

.boxzoom:hover .image {
    transform: scale(1.05);
}

.boxzoom .text {
    position: absolute;
    left: 20px;
    top: 50%;
    transform: translateY(-50%);
    right: 20px;
    display: block;
    z-index: 5;
    color: #fff;
}

.boxzoom .text a,
.boxzoom .text a:hover {
    color: #fff;
    text-decoration: none;
}

.boxzoom h2 {
    font-size: 25px;
    color: #FFF;
}

/*OFFERS OVERVIEW */
.vehicleWrap {
    padding: 40px 0;
}

.grey-block {
    background: #f5f5f5;
    text-align: center;
    padding: 10px;
    display: block;
    margin-bottom: 10px;
}

.grey-block h1,
.grey-block h4 {
    text-transform: capitalize;
}
.shadow-inset{
    box-shadow: inset 10px 0px 20px -10px #000;
}
.menu-container { 
    color: #fff;
  }

  .menu-container .nav-link {
    color: #fff;
    border-bottom: 1px solid rgba(255, 255, 255, .1);
  }

  .menu-container .nav-link:hover {
    color: #ccc;
  }
/* === range theme and appearance === */
input[type="range"] {
    font-size: 1.5rem;
    width: 100%;
}

input[type="range"] {
    color: #ef233c;
    --thumb-height: 1.125em;
    --track-height: 0.125em;
    --track-color: rgba(0, 0, 0, 0.2);
    --brightness-hover: 180%;
    --brightness-down: 80%;
    --clip-edges: 0.125em;
}

input[type="range"].win10-thumb {
    color: #2b2d42;

    --thumb-height: 1.375em;
    --thumb-width: 0.5em;
    --clip-edges: 0.0125em;
}

@media (prefers-color-scheme: dark) {
    html {
        background-color: #000;
    }

    html::before {
        background: radial-gradient(circle at center, #101112, #000);
    }

    input[type="range"] {
        color: #d11833;
        --track-color: rgba(255, 255, 255, 0.1);
    }

    input[type="range"].win10-thumb {
        color: #3a86ff;
    }
}

/* === range commons === */
input[type="range"] {
    position: relative;
    background: #fff0;
    overflow: hidden;
}

input[type="range"]:active {
    cursor: grabbing;
}

input[type="range"]:disabled {
    filter: grayscale(1);
    opacity: 0.3;
    cursor: not-allowed;
}

/* === WebKit specific styles === */
input[type="range"],
input[type="range"]::-webkit-slider-runnable-track,
input[type="range"]::-webkit-slider-thumb {
    -webkit-appearance: none;
    transition: all ease 100ms;
    height: var(--thumb-height);
}

input[type="range"]::-webkit-slider-runnable-track,
input[type="range"]::-webkit-slider-thumb {
    position: relative;
}

input[type="range"]::-webkit-slider-thumb {
    --thumb-radius: calc((var(--thumb-height) * 0.5) - 1px);
    --clip-top: calc((var(--thumb-height) - var(--track-height)) * 0.5 - 0.5px);
    --clip-bottom: calc(var(--thumb-height) - var(--clip-top));
    --clip-further: calc(100% + 1px);
    --box-fill: calc(-100vmax - var(--thumb-width, var(--thumb-height))) 0 0 100vmax currentColor;

    width: var(--thumb-width, var(--thumb-height));
    background: linear-gradient(currentColor 0 0) scroll no-repeat left center / 50% calc(var(--track-height) + 1px);
    background-color: currentColor;
    box-shadow: var(--box-fill);
    border-radius: var(--thumb-width, var(--thumb-height));

    filter: brightness(100%);
    clip-path: polygon(100% -1px,
            var(--clip-edges) -1px,
            0 var(--clip-top),
            -100vmax var(--clip-top),
            -100vmax var(--clip-bottom),
            0 var(--clip-bottom),
            var(--clip-edges) 100%,
            var(--clip-further) var(--clip-further));
}

input[type="range"]:hover::-webkit-slider-thumb {
    filter: brightness(var(--brightness-hover));
    cursor: grab;
}

input[type="range"]:active::-webkit-slider-thumb {
    filter: brightness(var(--brightness-down));
    cursor: grabbing;
}

input[type="range"]::-webkit-slider-runnable-track {
    background: linear-gradient(var(--track-color) 0 0) scroll no-repeat center / 100% calc(var(--track-height) + 1px);
}

input[type="range"]:disabled::-webkit-slider-thumb {
    cursor: not-allowed;
}

/* === Firefox specific styles === */
input[type="range"],
input[type="range"]::-moz-range-track,
input[type="range"]::-moz-range-thumb {
    appearance: none;
    transition: all ease 100ms;
    height: var(--thumb-height);
}

input[type="range"]::-moz-range-track,
input[type="range"]::-moz-range-thumb,
input[type="range"]::-moz-range-progress {
    background: #fff0;
}

input[type="range"]::-moz-range-thumb {
    background: currentColor;
    border: 0;
    width: var(--thumb-width, var(--thumb-height));
    border-radius: var(--thumb-width, var(--thumb-height));
    cursor: grab;
}

input[type="range"]:active::-moz-range-thumb {
    cursor: grabbing;
}

input[type="range"]::-moz-range-track {
    width: 100%;
    background: var(--track-color);
}

input[type="range"]::-moz-range-progress {
    appearance: none;
    background: currentColor;
    transition-delay: 30ms;
}

input[type="range"]::-moz-range-track,
input[type="range"]::-moz-range-progress {
    height: calc(var(--track-height) + 1px);
    border-radius: var(--track-height);
}

input[type="range"]::-moz-range-thumb,
input[type="range"]::-moz-range-progress {
    filter: brightness(100%);
}

input[type="range"]:hover::-moz-range-thumb,
input[type="range"]:hover::-moz-range-progress {
    filter: brightness(var(--brightness-hover));
}

input[type="range"]:active::-moz-range-thumb,
input[type="range"]:active::-moz-range-progress {
    filter: brightness(var(--brightness-down));
}

input[type="range"]:disabled::-moz-range-thumb {
    cursor: not-allowed;
}

.process-step {
    color: #d11833;
    border: solid 5px #d11833;
    background-color: #171717;
    padding: 20px;
    border-radius: 50%;
    width: 80px;
    height: 80px;
    display: inline-block;
    margin-right: 30px;
    font-size: 50px;
    font-weight: 700;
    line-height: 29px;
    text-align: center;
    position: relative;
}

.process-step::before {
    content: ' ';
    display: block;
    position: absolute;
    left: 50%;
    top: -10px;
    height: 20px;
    width: 20px;
    background-color: #171717;
    transform: translateX(-50%);
}

.process-step::after {
    content: ' ';
    display: block;
    position: absolute;
    left: 50%;
    bottom: -10px;
    height: 20px;
    width: 20px;
    background-color: #171717;
    transform: translateX(-50%);
}

.process-info {
    color: #fff;
    text-align: left;
}

.process-container {
    background-color: #171717;
    padding: 80px 40px;
}

.bg-black-50 {
    background: rgba(0, 0, 0, 0.5);
    backdrop-filter: blur(5px);
    box-shadow: 0 0 0 20px rgba(0, 0, 0, 0.5);
}

#priceDisplay {
    background-color: #d11833;
    border-radius: 10px;
    padding: 10px;
    font-size: 20px;
    font-weight: 700;
}

.container.xs {
    max-width: 500px;
    margin: 0 0 0 auto;
}

/* REVIEWS */
.green {
    background: #666;
    padding: 40px 0;
    color: #fff;
}

.reviews {
    text-align: center;
}

.reviews .container.sm,
.container.sm {
    max-width: 800px;
}

.reviews .carousel-item {
    min-height:250px;
}

.reviews p {
    font-style: italic;
    font-size: 16px;
}

.reviews h5 {
    font-size: 20px;
}

.reviews h6 {
    font-size: 18px;
}

.reviews .carousel-control-prev {
    left: -100px;
}

.reviews .carousel-control-next {
    right: -100px;
}

.reviews .carousel-indicators {
    position: relative;
    top: auto;
}

.reviews .carousel-indicators li {
    background-color: #121212;
}

.reviews .carousel-indicators .active {
    background-color: #D90306;
}

.review .source,
.reviews .source{
    width: 100px;
}

.reviewbox {
    padding: 20px;
    background-color: #f5f5f5;
}

.reviewbox .source {
    width: 100px;
}

.gold {
    color: #FC3;
    margin-bottom: 20px;
}

/* Whatsapp */
.whatsapp {
    position: fixed;
    right: 20px;
    bottom: 20px;
    display: block;
    width: 44px;
    height: 44px;
    border-radius: 50%;
    background: #25d366;
    color: #fff;
    text-align: center;
    padding: 5px;
    transition: all ease-in-out .3s;
    z-index: 99999999;
}

.whatsapp:hover {
    color: #25d366;
    background: #ffffff;
}

#sold-gallery .thumbnail {
    position: relative;
}

#sold-gallery .glass {
    position: absolute;
    top: 0px;
    right: 10px;
    padding: 2px 5px;
    color: #fff;
    z-index: 999;
}
.form-horizontal [class^="icon-"]:before {
    margin-left: 0 !important;
    margin-right: 0 !important;
}

.bg-dark {
    background-color: #171717 !important;
}

.text-brand {
    color: #d11833 !important;
}

.bg-brand {
    background-color: #d11833 !important;
}

.navbar {
    border: none;
}

.navbar-nav {
    border: none;
}

.navbar-nav .nav-link.active,
.navbar-nav .nav-link.show,
.navbar-nav .nav-link:hover {
    color: #d11833 !important;
}

.navbar-nav .nav-link {
    color: #ffffff;
    text-decoration: none !important;
}

.navbar-nav>.nav-item>.nav-link {
    text-transform: uppercase !important;
}

.navbar .navbar-nav .dropdown.full {
    position: inherit !important;
}

.navbar .navbar-nav .dropdown .dropdown-menu {
    width: 100%;
    margin: 0;
    border-radius: 0;
    background-color: #a3a3a3 !important;
    border: none;
}

.navbar .navbar-nav .dropdown .dropdown-menu .dropdown-item {
    color: #ffffff;
    border-bottom: 1px solid rgba(255, 255, 255, .1);
}

.navbar .navbar-nav .dropdown .dropdown-menu .dropdown-item.active,
.navbar .navbar-nav .dropdown .dropdown-menu .dropdown-item:hover {
    background: none;
    border-bottom: 1px solid #d11833;
}

.main {
    background-image: url(images/hero.jpg);
    background-position: bottom center;
    background-size: cover;
    position: relative;
}

.main:after {
    z-index: 3;
    display: block;
    content: ' ';
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
}

.main .content {
    position: relative;
    z-index: 4;
    height: 70vh;
    max-height: calc(100vh);
    min-height: 500px;
    padding: 40px;
}

.main .content .heading {
    font-family: Inter, sans-serif;
    font-size: 3.3vw;
    font-weight: 700;
    color: #fff;
    z-index: 12;
    margin-bottom: 10px;
    text-align: center;
    width: 100%;
    max-width: 1600px;
}

.main .content .text {
    z-index: 12;
    margin: 0 auto;
    margin-bottom: 100px;
    width: 100%;
    max-width: 1600px;
    font-family: Inter, sans-serif;
    font-weight: 700;
    color: #d9d9d9;
    margin-right: 30px;
    font-size: 1.5vw;
    text-align: center;
}