/*!
 * Start Bootstrap - Simple Sidebar (https://startbootstrap.com/templates/simple-sidebar)
 * Copyright 2013-2020 Start Bootstrap
 * Licensed under MIT (https://github.com/StartBootstrap/startbootstrap-simple-sidebar/blob/master/LICENSE)
 */

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

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
    display: block;
}

body {
    line-height: 1;
    font-family: Arial, Helvetica, sans-serif;
    font-family: 'Montserrat', sans-serif;
}

p {
    line-height: 25px;
    margin-bottom: 10px;
}

ol, ul {
    list-style: none;
}

blockquote, q {
    quotes: none;
}

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

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

/*body {
    font-family: arial, sans serif;
    font-family: 'Montserrat', sans-serif;
}*/

#wrapper {
    overflow-x: hidden;
}

#sidebar-wrapper {
    min-height: 100vh;
    margin-left: -15rem;
    -webkit-transition: margin .25s ease-out;
    -moz-transition: margin .25s ease-out;
    -o-transition: margin .25s ease-out;
    transition: margin .25s ease-out;
    background: #3c3533 url(../images/menu-bg-02.jpg) no-repeat left center;
    min-width: 300px;
    background-size: contain;
}

#sidebar-wrapper .sidebar-heading {
    padding: 0.875rem 1.25rem;
    font-size: 1.2rem;
}

#sidebar-wrapper .list-group {
    width: 15rem;
}

#page-content-wrapper {
    min-width: 100vw;
}

#wrapper.toggled #sidebar-wrapper {
    margin-left: 0;
}

@media (min-width: 768px) {
    #sidebar-wrapper {
        margin-left: 0;
    }

    #page-content-wrapper {
        min-width: 0;
        width: 100%;
    }

    #wrapper.toggled #sidebar-wrapper {
        margin-left: -15rem;
    }
}

.sidebar-menu ul {
    padding: 175px 15px 50px 64px;
    padding-right: 0;
    padding-left: 50px;
}

#page-content-wrapper {
/*    padding-top: 100px;*/
    padding-top: 110px;
}

.sidebar-menu ul li {
    margin-bottom: 30px;
    margin: 0;
}

.sidebar-menu ul li a {
    color: #fff;
    text-transform: uppercase;
    font-weight: 600;
    margin-bottom: 5px;
    width: 100%;
    padding: 10px 10px;
    font-size: 14px;
    display: block;

    --c: #ed1b32; /* the color */
  
/*  color: #0000;*/
  background: 
    linear-gradient(90deg,#fff 50%,var(--c) 0) calc(100% - var(--_p,0%))/200% 100%,
    linear-gradient(var(--c) 0 0) 0% 100%/var(--_p,0%) 100% no-repeat;
  -webkit-background-clip: text,padding-box;
          background-clip: text,padding-box;
  transition: 0.5s;
}

.sidebar-menu ul li a:hover {
    text-decoration: none;
    --_p: 100%
}

.sidebar-menu ul li.active a {
    background: #ed1b32;
}


.sidebar-menu ul li img {
    width: 140px;
}

.logo {
    position: absolute;
/*    left: 50px;*/
    left: 40px;
    width: 740px;
    top: 50px;
    z-index: 20
}

.bule-line {
    background: #3e4b9f;
    float: left;
    width: 100%;
    text-align: center;
    color: #fff;
    padding: 30px 20px;
}

.bule-line p {
    margin: 0;
}

.home-headline.bule-line {
    background: #3c3533;    
}

.home-headline.bule-line p {
    margin: 0;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    font-size: 20px;
    line-height: 1.2;
}

.car-cata {
    float: left;
    width: 100%;
}

.car-cata ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

.car-cata ul li {
    float: left;
    width: 12.5%;
}

.car-cata ul li img {
    width: 100%;
    padding: 0 1px;
}

.img-cata {
    margin-top: -3px;
    background: #ed1b32;
    float: left;
    width: 100%;
    padding: 10px;
}

.img-cata img {
    width: 25px !important;
    border: none !important;
    float: left;
    height: 38px !important;
}

.img-cata div {
    width: calc(100% - 25px);
    float: left;
    color: #fff;
}

.img-cata strong {
    display: block;
    border-bottom: solid 1px #fff;
    margin-bottom: 3px;
}

h1 {
    font-size: 32px;
}

h2 {
    font-size: 26px;
}

h3 {
    font-size: 20px;
}

h4 {
    font-size: 18px;
}

h5 {
    font-size: 16px;
}

.about-company {
    padding: 50px 100px;
}

.about-company h1 {
    font-weight: 600;
    margin-bottom: 30px;
}

.about-company p b {
    font-weight: bold;
}

.about-company p em {
    font-style: italic;
}

.red-color {
    color: #ed1b32;
    font-weight: bold
}

p.red-color span a:hover {
    color: #ed1b32;
    text-decoration: none;
}

p.red-color span, p.red-color span a {
    color: #37418e
}

.social-media ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

.social-media {
    margin: 20px 0
}

.social-media ul li {
    display: inline-block;
    vertical-align: middle;
}

.social-media ul li img {
    width: 25px;
}

.social-media ul li span {
    color: #3e4b9f;
    font-weight: bold;
}

.carimg-section ul li {
    display: block;
    vertical-align: middle;
    margin-bottom: 5px;
    position: relative;
}

footer {
    background: #030000;
    color: #fff;
    padding: 30px;
    text-align: center;
    font-size: 12px;
}

footer p {
    line-height: 18px;
}

footer a {
    color: #ed1b32;
}

.menu-btn {
    display: none;
    background: none;
    padding: 0;
    border: none;
}

.yellow-text {
    color: #e2e31a !important;
}

.green-color {
    color: #6ebe44 !important;
}

.orange-color {
    color: #ef3f27 !important;
}

.sidebar-img {
    background: #3c3533;
    min-height: 100vh;
    padding: 30px 0;
    float: right;
}

.sidebar-img img {
    width: 120px;
}

.select-lang {
    position: absolute;
    right: 100px;
    top: 20px;
    display: none;
}

.select-lang select {
    background: #3f4ba0;
    border: none;
    color: #fff;
    padding: 10px;
    width: 100%;
}

.select-lang span {
    color: #3f4ba0;
    margin-top: 5px;
    display: block;
    font-weight: bold;
    text-transform: uppercase
}

.social-icons {
    text-align: center;
    color: #fff;
}

.social-icons span {
    display: block;
    width: 100%;
    margin-top: 30px;
}

.social-icons span:last-child {
    margin-top: 50px;
    margin-bottom: 30px;
}

.social-icons div {
    background: #fff;
    width: 148px;
    margin: 0 auto;
    padding-top: 3px;
}

.social-icons div a img {
    width: 30px;
}

.social-icons a {
    display: inline-block;
    vertical-align: middle
}


.about-company img {
    height: 183px;
    width: 244px;
}


.tabs-design .nav-tabs {
    background: #e81b31;
    border: none;
}

.tabs-design .nav-tabs .nav-item {
    margin: 0;
    border: none;
    border-radius: 0;
}

.tabs-design .nav-tabs .nav-link {
    border: none;
    margin: 0;
    font-size: 16px;
    font-weight: 600;
    color: #fff;
    border-radius: 0;
    padding: 15px 20px;
}

.tabs-design .nav-tabs .nav-link:hover, .tabs-design .nav-tabs .nav-link:focus {
    margin: 0;
    border-radius: 0;
    border: none;
}

.tabs-design .nav-tabs .nav-item.show .nav-link, .tabs-design .nav-tabs .nav-link.active, .tabs-design .nav-tabs .nav-item.show .nav-link, .tabs-design .nav-tabs .nav-link:hover {
    margin: 0;
    border-radius: 0;
    border: none;
    background: #3e4c9f;
    color: #fff;
}

.detail-featured {
    padding: 0;
    margin: 0;
    list-style: none;
}

.detail-featured li {
    display: inline-block;
    vertical-align: top;
    width: 49%;
    margin-top: 15px;
    font-size: 14px;
}

.detail-featured li label {
    color: #6d6d6d;
    width: 150px;
    font-weight: bold;
    float: left;
    padding-right: 10px;
}

.detail-featured li span {
    color: #333;
    width: calc(100% - 150px);
    float: left;
}

.description-content p {
    margin-top: 20px;
}

.description-content p b {
    font-weight: bold
}

.description-content li {
    margin-bottom: 10px;
}

.tabs-design {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}

.tabs-design .tab-pane {
    padding: 20px;
}

.featured-design h1 {
    margin-top: 50px;
    margin-bottom: 20px;
    font-weight: 900;
    color: #5c5252;
}

.featured-design .carimg-section {
    margin-top: 30px;
}

.bookmark-icon {
    position: absolute;
    right: 10px;
    top: -37px;
    color: #fff;
    font-weight: bold;
}

.bookmark-icon span {
    margin-right: 10px;
}

.bookmark-icon span, .bookmark-icon img {
    display: inline-block;
    vertical-align: middle
}

.bookmark-icon:hover {
    color: #fff;
}

.ribbon-wrapper_old {
    width: 85px;
    height: 88px;
    overflow: hidden;
    position: relative;
    top: 5px;
    right: 3px;
}
.ribbon-wrapper{
    left: 1px;
    position: absolute;
    top: 5px;
    height: 5rem;
    width: 5rem;
    overflow: hidden;
    z-index: 2;
}

.ribbon {
    left: 1rem;
    font-size: 17px;
    color: #ffffff;
    letter-spacing: .05em;
    position: absolute;
    top: 2rem;
    height: 1.5rem;
    color: #ffffff;
    width: 6.656rem;
    transform: translate(-38px, -15px) rotate(-405deg);
    background-color: #ff0000;
    text-align: center;
    background-color: #ff0000;
    text-transform: uppercase;
    font-weight: 700;
}
.ribbon_old {
    font-size: 17px;
    color: #ffffff;
    letter-spacing: .05em;
    line-height: 15px;
    text-align: center;
    text-shadow: 0 -1px 0 rgba(255, 255, 255, .4);
    -webkit-transform: rotate(-405deg);
    -moz-transform: rotate(-405deg);
    -ms-transform: rotate(-405deg);
    -o-transform: rotate(-405deg);
    transform: rotate(-405deg);
    position: relative;
    padding: 7px 0;
    left: -26px;
    top: 10px;
    width: 100px;
    height: 28px;
    -webkit-box-shadow: 0 0 3px rgba(255, 255, 255, .3);
    box-shadow: 0 0 3px rgba(255, 255, 255, .3);
    background-color: #ff0000;
    text-transform: uppercase;
    font-weight: 700;
}

.ribbon:before,
.ribbon:after {
    content: "";
    border-top: 3px solid #ff0000;
    border-left: 3px solid transparent;
    border-right: 3px solid transparent;
    position: absolute;
    bottom: -3px
}

.ribbon:before {
    left: 0
}

.ribbon:after {
    right: 0
}

.img-cata1 {
    background: #ffffff;
    padding: 0;
    width: 30%;
}

.img-cata1 img {
    width: 50px !important;
}

.img-cata1 div {
    width: calc(100% - 50px);
    color: #5d5352;
}

.img-cata1 strong {
    border-bottom: solid 1px #5d5352;
    font-size: 40px;
}

.img-cata1 span {
    font-size: 20px;
}

.detailed-view-ul {
    padding: 0;
    list-style: none;
    margin: 10px 0 0;
}

.detailed-view-ul li {
    display: inline-block;
}

.detailed-view-ul li a {
    text-decoration: none;
    color: #5d5352;
    font-size: 18px;
}

.about-company2 {
    padding: 0 100px;
    text-transform: uppercase;
}

.about-company2 .detailed-view-ul li:last-child {
    margin-left: 30px;
}

.about-company2 .input-group-append {
    margin-left: 10px;
    border-radius: 3px !important;
    float: right;
}

.about-company2 .control-label {
    padding: 0;
    font-size: 18px;
    color: #5d5352;
    margin-top: 10px;
}

.about-company2 .custom-select {
    width: 75%;
    float: left;
    border-radius: 3px;
    text-transform: uppercase;
}

.btn-outline-secondary {
    border: 2px solid #5d5352;
    padding: 5px 12px;
    text-transform: uppercase;
}

.custom-select {
    border: 2px solid #5d5352;
}

.about-company3 {
    padding: 0 90px;
}

.company3-listing {
    list-style: none;
    width: 100%;
    display: block;
    margin: 20px 0 0;
}

.company3-listing li {
    padding: 5px;
    width: 19%;
    display: inline-block;
    vertical-align: top;
}

.company3-listing img {
   /* height: 183px;
    width: 244px; */
        width: 100%;
}

.about-company1 {
    padding: 50px 100px 0;
}

.about-company4 {
    padding: 50px 100px 0;
}

.about-company4 h3 {
    color: #5968b0;
    float: left;
    width: 100%;
    font-size: 24px;
}

.about-company4 h3 a {
    color: #5968b0;
    float: right;
    text-transform: uppercase;
}

.pad0 {
    padding-left: 0;
    padding-right: 0;
}

.about-company4 ul {
    padding: 0;
    width: 380px;
    float: right;
    margin: 45px 0 0;
}

.about-company4 ul li {
    list-style: none;
    display: inline-block;
    text-align: center;
    float: left;
    margin-left: 20px;
}

.corvettes-btn {
    font-size: 18px;
    font-weight: bold;
    color: #ed1b32;
    border: 4px solid #ed1b32;
    display: block;
    padding: 5px 12px;
}

.about-company4 ul li:last-child .corvettes-btn {
    color: #5968b0;
    border: 4px solid #5968b0;
}

.about-company5 {
    padding: 0 100px;
}

.about-company5 ul {
    list-style: none;
    display: block;
    padding: 0;
    margin: 0;
    float: left;
    width: 100%;
}

.about-company5 ul li {
    list-style: none;
    display: inline-block;
    margin-right: 15px;
}

.about-company5 ul li a {
    color: #5968b0;
}

.about-company5 p {
    float: left;
    width: 100%;
    color: #5d5351;
    margin-top: 20px;
}

.about-company0 {
    padding-bottom: 20px;
}

.blew-data-box {
    background: #686cb2;
    padding: 30px;
    color: #fff;
    margin-bottom: 15px;
}

.blew-data-box h1 {
    font-size: 74px;
}

.blew-data-box p {
    font-size: 32px;
    line-height: 40px;
    margin-top: 240px;
}

.about-company4-listing {
    padding-top: 0;
}

.about-company4-listing ul {
    margin-top: 0;
}

.pad-bottom-0 {
    padding-bottom: 0;
}

.main-sold-box {
    display: block;
    width: 100%;
}

.main-sold-left {
    width: 35%;
    float: left;
}

.main-sold-left img {
    max-width: 100%;
}

.main-sold-right {
    width: 65%;
    float: right;
    padding-left: 20px;
}

.main-sold-right p {
    margin-bottom: 0;
}

.main-sold-right a {
    font-style: italic;
    font-size: 20px;
    margin-top: 10px;
    float: left;
    color: #231f20;
}

.main-sold-right h3 {
    font-size: 25px;
    font-weight: 600;
    margin-bottom: 20px;
}

.sold-red-border {
    background: #ed1b32;
    height: 7px;
    border-radius: 15px;
    width: 100%;
    margin-top: 15px;
    margin-bottom: 25px;
    float: left;
}

.details-photo-btn {
    background: #ed1b32;
    text-transform: uppercase;
    color: #fff;
    padding: 5px 20px;
    float: right;
    font-size: 20px;
    font-weight: 400;
    margin: 10px 0;
}

.contact-bookmark {
    padding: 0;
    margin: 0;
}

.contact-bookmark li {
    list-style: none;
    display: inline-block;
    float: left;
}

.contact-bookmark li a {
    display: block;
    border: 2px solid #ed1b32;
    color: #ed1b32;
    padding: 5px 20px;
}

.pad-top-0 {
    padding-top: 0;
}

.about-company-7 {
    padding: 0 110px;
}

.contact-bookmark li:last-child {
    float: right;
}

.contact-bookmark li:last-child a {
    color: #231f20;
    border: 2px solid #231f20;
}

.red-text {
    color: #ed1b32;
    border-top: 3px solid #ed1b32;
    border-bottom: 3px solid #ed1b32;
    padding: 10px 0;
    float: left;
    width: 100%;
    margin: 20px 0;
    font-size: 20px;
}

.listings-100 {
    float: left;
    width: 100%;
}

.listings-left-side {
    width: 50%;
    float: left;
}

.listings-left-side p {
    margin-bottom: 0;
}

.listings-right-side {
    width: 50%;
    float: left;
}

.listings-right-side img {
    max-width: 100%;
}

.listings-100 p {
    float: left;
    width: 100%;
}

.listings-left-side p b {
    width: 165px;
    float: left;
}

.listings-100 h4 {
    font-size: 20px;
    font-weight: 600;
    display: block;
    width: 100%;
    float: left;
    margin-bottom: 10px;
    margin-top: 5px;
}

.reported-ul {
    padding: 0;
    margin: 0;
}

.reported-ul li {
    display: block;
    width: 100%;
    float: left;
    margin-bottom: 8px;
    padding-left: 20px;
    position: relative;
}

.reported-ul li:after {
    position: absolute;
    width: 7px;
    height: 7px;
    background: #000;
    content: "";
    left: 0;
    border-radius: 50%;
    top: 3px;
}

.about-listing1 {
    margin-bottom: 30px;
}

.about-listing1 .select-the-vette h5 {
    margin-top: 20px;
    text-align: right;
}

.arrow-detail-open {
    position: absolute;
    width: 70px;
    height: 70px;
    right: 25px;
    bottom: 25px;
    z-index: 10;
}

.detail-flexslider .flexslider .slides img {
    cursor: all-scroll;
}

.about-listing-01 {
    background: #f2f2f2;
    padding: 20px;
    margin-top: 30px;
    margin-bottom: 30px;
}

.about-listing-01 p {
    color: #5c5252;
    font-size: 20px;
}

.about-listing-01 p span {
    width: 200px;
    float: left;
}

.about-listing-02 {
    float: left;
    width: 100%;
}

.about-listing-02 p {
    color: #5c5252;
    font-size: 20px
}

.about-listing-02 ul {
    padding: 0;
    margin: 0;
}

.about-listing-02 ul li {
    color: #5c5252;
    font-size: 20px;
    list-style: none;
    margin-bottom: 5px;
}

.about-listing-02 .sold-red-border {
    margin-top: 0;
    height: 3px;
}

.carimg-section ul li.sold-homepage, .company3-listing li.sold-category {
    position: relative;
}

.sold-homepage {
    position: relative;
}

@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;600;700;800&display=swap');

.footer-design
{
    font-family: 'Montserrat', sans-serif;
}

.contact-form
{
/*    padding: 100px;*/
    padding: 60px 100px 60px 100px;
    background: #3c3533;
    color: #fff;
}

.contact-form h2
{
    font-weight: bold;
    margin-bottom: 30px;
}

.contact-form .form-control
{
    border-color: #020300;
    border-radius: 12px;
    height: 48px;
}

.contact-form textarea.form-control
{
    height: 115px;
}

.btn-contact
{
    font-size: 18px;
/*    border-radius: 10px;*/
/*    border: none;*/
    padding: 17px 15px;
    outline: none;
    font-weight: bold;
/*    color: #fff;*/
/*    background: #0a0a0a;*/
    text-align: center;
    box-shadow: 0 2px 4px 0px rgba(12, 5, 62, 0.15);
    border: 1px solid rgba(0,0,0,0.1);
    border-radius: 6px;
    color: #000;
}

a.btn-contact:hover {
    text-decoration: none;
/*    color: #fff;*/
}

.btn-contact-active
{
    background: #e60000;
}

.toppage-vettes
{
    padding: 50px;
    display: none;
}

.top-page-search
{
    padding: 0;
    margin: 0;
    display: block;
    list-style: none;
}

.top-page-search li
{
    display: inline-block;
    vertical-align: middle;
}

.top-page-search li a
{
    font-weight: 500;
    text-decoration: underline;
    color: #9e2321;
}

.c-section
{
    padding: 0;
    margin: 0;
    display: block;
    list-style: none;
}

.c-section li
{
    display: inline-block;
    vertical-align: middle;
    width: 12.2%;
    margin-top: 10px;
}

.c-section li a
{
    background: #ccc;
    display: block;
    text-align: center;
    padding: 15px;
}

.c-section li a label
{
    display: block;
    color: #8d0910;
    font-weight: bold;
    text-decoration: underline;
    cursor: pointer;
}

.c-section li a span
{
    color: #333;
    margin-top: 10px;
    display: block;
}

.c-section li a:hover
{
    background: #8d0910;
    color: #fff;
    text-decoration: none;
}


.c-section li a:hover label, .c-section li a:hover span
{
    color: #fff;
}

.featured-corvette
{
    background: #ccc;
    margin-top: 20px;
    padding: 15px 0 !important;
}

.featured-corvette h4
{
    font-weight: bold;
    padding: 0 15px;
    padding-bottom: 10px;
}

.featured-corvette p b
{
    font-weight: bold;
    color: #e60000;
}

.featured-corvette p
{
    font-weight: 500;
    margin: 0;
    margin-bottom: 5px;
}

.featured-corvette a
{
    color: #9e2321;
    text-decoration: underline;
}

.footer-bottom
{
    background: #000;
    padding: 50px;
    color: #fff;
    text-align: center;
    border-bottom: solid 20px #e60000;
    background: #3c3533;
/*    border-color: #643B47;*/
    border-color: #d2b48c;
}

.footer-bottom p
{
    margin: 0;
}

@media only screen and (max-width: 767px)
{
    .contact-form
    {
        padding: 15px 0;
    }

    .btn-contact
    {
        margin-bottom: 15px;
    }

    .toppage-vettes
    {
        padding: 15px;
    }

    .c-section li
    {
        width: 24.4%;
    }

    .featured-corvette p b
    {
        margin-top: 20px;
        display: block;
    }
    .footer-bottom{
        padding:15px;
        border-width:10px;
    }

    .testimonial-wrap {
        margin: 30px 0 25px 0;
    }
}
.form-check-inline .form-check-input {
    height: 20px;
    width: 20px;
}

/*CUSTOM CSS STYLES START*/

.inner-content-wrapper {
    box-shadow: 0 8px 8px 0px rgba(12, 5, 62, 0.15);
    border: 1px solid rgba(0,0,0,0.1);
    border-radius: 6px;
    padding: 20px;
    font-family: 'Montserrat', sans-serif;  
    font-weight: 500;
    text-align: center;
    background: #595351;
    color: #fff;
    box-shadow: inset 0px 0px 9px 3px #fff;
}

.inner-content-wrapper h1 {
    font-size: 22px;

    font-weight: 600;
/*    color: #389ab6;*/
    position: relative;
    line-height: 1.2;
    padding: 0.4375rem 0;
}

.inner-content-wrapper a {
/*    color: #A86561;*/
    color: #d2b48c;
}

.inner-content-wrapper h1:after {
    content: '';
/*    color: #d41a11;*/
    color: #d2b48c;
    width: 60%;
    max-width: 25rem;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    bottom: 0;
    border-width: 0 0 0.0625rem;
    border-style: solid; 
}

.inner-content-wrapper h3 {
    position: relative;
    padding: 0 10px;
    display: table;
    margin: 0 auto 10px;
}

.inner-content-wrapper h3:before {
    content: "";
    width: 5px;
    height: 5px;
/*    background: #389ab6;*/
    background: #d2b48c;
    border-radius: 150px;
    display: inline-block;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translate(0%, -50%);
}

.inner-content-wrapper h3:after {
    content:"";
    width: 5px;
    height: 5px;
/*    background: #389ab6;*/
    background: #d2b48c;
    border-radius: 150px;
    display: inline-block;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translate(0%, -50%);
}

.footer-design .contact-form .btn-contact {
    --offset: 10px;
    --border-size: 2px;
    display: block;
    position: relative;
    padding: 1.5em 3em;
    -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
    border: 0;
    background: transparent;
/*    color: #e55743;*/
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 0.25em;
    outline: none;
    cursor: pointer;
    font-weight: bold;
    border-radius: 0;
    box-shadow: inset 0 0 0 var(--border-size) currentcolor;
    transition: background 0.8s ease;
    width: 85%;
    margin: 0 auto;
/*    font-size: 16px;*/
    font-size: 14px;
}


.footer-design .contact-form .btn-contact:hover {
  background: rgba(100, 0, 0, 0.03);
}

.button__horizontal, .button__vertical {
  position: absolute;
  top: var(--horizontal-offset, 0);
  right: var(--vertical-offset, 0);
  bottom: var(--horizontal-offset, 0);
  left: var(--vertical-offset, 0);
  transition: transform 0.8s ease;
  will-change: transform;
}

.button__horizontal::before, 
.button__vertical::before {
  content: "";
  position: absolute;
  border: inherit;
}

.button__horizontal {
  --vertical-offset: calc(var(--offset) * -1);
  border-top: var(--border-size) solid currentcolor;
  border-bottom: var(--border-size) solid currentcolor;
}

.button__horizontal::before {
  top: calc(var(--vertical-offset) - var(--border-size));
  bottom: calc(var(--vertical-offset) - var(--border-size));
  left: calc(var(--vertical-offset) * -1);
  right: calc(var(--vertical-offset) * -1);
}

.footer-design .contact-form .btn-contact:hover .button__horizontal {
  transform: scaleX(0);
}

.button__vertical {
  --horizontal-offset: calc(var(--offset) * -1);
  border-left: var(--border-size) solid currentcolor;
  border-right: var(--border-size) solid currentcolor;
}

.button__vertical::before {
  top: calc(var(--horizontal-offset) * -1);
  bottom: calc(var(--horizontal-offset) * -1);
  left: calc(var(--horizontal-offset) - var(--border-size));
  right: calc(var(--horizontal-offset) - var(--border-size));
}

.footer-design .contact-form .btn-contact:hover .button__vertical {
  transform: scaleY(0);
}

.selling-section {
    display: flex;
    box-shadow: 0 8px 8px 0px rgba(12, 5, 62, 0.15);
    border: 1px solid rgba(0,0,0,0.1);
    border-radius: 6px;
    padding: 20px;
    margin: 0 0 40px;
    background: #595351;
    color: #fff;
    box-shadow: inset 0px 0px 9px 3px #fff;
}

.selling-section .selling-text,
.selling-section .selling-gif {
    width: 50%;
}

.selling-section .selling-gif {
    width: 50%!important;
    background: rgba(255, 255, 255, 0.25);
    padding: 26px 26px;
    border-radius: 4px;
    position: relative;
    border: 1px solid rgba(255, 255, 255, 0.55);
}

.selling-section .selling-gif .slick-arrow {
    font-weight: 900;
    font-family: "Font Awesome 6 Free";
    background: rgba(255, 255, 255, 0.35); 
    width: 26px;
    height: 26px;
    border-top: 1px solid rgba(255, 255, 255, 0.55);
    border-bottom: 1px solid rgba(255, 255, 255, 0.55);
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}

.selling-section .selling-gif .slick-arrow:hover {
    background: #fff;
    color: #595351;
}

.selling-section .selling-gif .gg-arrow-left.slick-arrow {
    left: 0;
    content: "\f053";
}

.selling-section .selling-gif .gg-arrow-left.slick-arrow:before {
    display: none;
} 

.selling-section .selling-gif .gg-arrow-left.slick-arrow:after {
    left: 10px;
    bottom: 9px;
}

.selling-section .selling-gif .gg-arrow-right.slick-arrow {
    right: 0;
    left: auto;
    content: "\f054";
}

.selling-section .selling-gif .gg-arrow-right.slick-arrow:before {
    display: none;
} 

.selling-section .selling-gif .gg-arrow-right.slick-arrow:after {
    right: 10px;
    bottom: 9px;
}

.selling-section .selling-text {
    padding: 0 2%;
    display: flex;
    justify-content: center;
    flex-direction: column;
    text-align: center;
}

.selling-section .selling-text h3 {
    font-size: 40px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    margin: 0 0 40px;
    text-align: center;
}

.selling-section .selling-text .initial-text a,
.selling-section .selling-text .initial-text p,
.selling-section .selling-text .secondary-text p {
    font-size: 18px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    margin: 0;
    line-height: 1.2;
}

.selling-section .selling-text .initial-text a,
.selling-section .selling-text .secondary-text p a {
/*    color: #A86561;*/
    color: #d2b48c;
}

.selling-section .selling-text .initial-text p,
.selling-section .selling-text .secondary-text p {
    margin: 5px 0;    
}

.selling-section .selling-gif img {
    border-radius: 4px;
    border: 1px solid rgba(255, 255, 255, 0.55);
}

.testimonial-wrap {
    background: rgba(244, 244, 244, 0.25);
    box-shadow: 0 2px 4px 0px rgba(12, 5, 62, 0.15);
    border: 1px solid rgba(0,0,0,0.1);
    border-radius: 6px;
/*    margin: 25px 0 65px;*/
    margin: 55px 0 45px;
    border: 1px solid rgba(0,0,0,0.1);
    border-radius: 6px;
    padding: 20px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    text-align: center;
    background: #595351;
    color: #fff;
    box-shadow: inset 0px 0px 9px 3px #fff;
}

.testimonial-icon-hold {
    position: absolute;
    top: -35px;
    left: 50%;
    transform: translate(-50%, 0%);
    background: #3c3533;
    color: #fff;
    border-radius: 100px;
}

.testimonial-icon-hold i {
    padding: 18px 20px;
    font-size: 30px;
}

.testimonial-wrap .col-lg-12 {
    padding: 35px 20px 20px 20px;
}

.testimonial-wrap .testimonial-writer {
    margin: 0 auto;
    background: #3c3533;
    color: #fff;
    display: table;
    padding: 5px 20px;
    border-radius: 4px;
    font-size: 14px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
}

.contact-form-wrap {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.contact-form-wrap form {
    display: flex;
    box-shadow: 0 8px 8px 0px rgba(12, 5, 62, 0.15);
    border: 1px solid rgba(0,0,0,0.1);
    border-radius: 6px;
    padding: 20px;
    flex-direction: column;
    margin: 0 0 40px;
    flex-direction: column;
    width: 50%;
    flex: 0 0 50%;
    background: #595351;
    color: #fff;
    box-shadow: inset 0px 0px 9px 1px #fff;
}

.contact-form-wrap form .form-group {
    display: flex;
    flex-direction: column;
}

.contact-form-wrap form .form-group button.btn {
    display: inline-block;
    max-width: 260px;
    width: 100%;
    margin: 0 auto;
    outline: 0;
    background: transparent;
    box-shadow: none;
    color: #fff;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    border-color: #fff;
}

.contact-form-wrap form .form-group button.btn:hover {
    background: #3c3533;
    color: #fff;
}

.contact-form-wrap .office-wrap {
    width: 100%;
    flex: 0 0 100%;
    display: flex;
    margin: 0 0 40px 0%;
    flex-direction: row;
}

.contact-form-wrap form .form-group.row {
    margin: 0 0 20px;
}

.contact-form-wrap form .form-group.row .col-form-label {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    padding: 0 0 3px 0;
}

.contact-form-wrap form .form-group.row .form-control {
    width: 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}

.contact-form-wrap form .form-group.row .form-control:focus {
    box-shadow: none;
}

.contact-form-wrap .office-wrap .office {
    width: 50%;
    text-align: center;
}

.contact-form-wrap .office-wrap .office .office-inner {
    display: flex;
    box-shadow: 0 8px 8px 0px rgba(12, 5, 62, 0.15);
    border: 1px solid rgba(0,0,0,0.1);
    border-radius: 6px;
    padding: 20px;
/*    padding-left: 130px;*/
    padding-left: 20%;
    flex-direction: column;
    align-items: flex-start;
    background: #595351;
    color: #fff;
    box-shadow: inset 0px 0px 9px 1px #fff;
    height: 100%;
}

.contact-form-wrap .office-wrap .office .office-inner p span strong {
    font-weight: bold;
}

.office-inner h3 {
    font-family: 'Montserrat', sans-serif;
    line-height: 25px;
    margin-bottom: 10px;
    font-weight: bold;
    font-size: 18px;
}

.office-inner h4 {
    font-family: 'Montserrat', sans-serif;
    line-height: 25px;
    margin-bottom: 10px;
    font-weight: bold;
    font-size: 16px;
}

.office-inner p {
    font-family: 'Montserrat', sans-serif;    
}

.office-inner p a {
    color: #d2b48c;
    font-family: 'Montserrat', sans-serif;   
    font-weight: 600;
}

.listing-wrap {
    box-shadow: 0 8px 8px 0px rgba(12, 5, 62, 0.15);
    border: 1px solid rgba(0,0,0,0.1);
    border-radius: 6px;
    margin: 20px 0 30px;
    background: #595351;
    color: #fff;
    box-shadow: inset 0px 0px 9px 3px #fff;
}

.listing-wrap p {
    font-family: 'Montserrat', sans-serif;   
    font-weight: 500;    
}

.listing-wrap p a {
    color: #A86561;
    font-family: 'Montserrat', sans-serif;   
    font-weight: 600;
    color: #d2b48c;
}

.listings-tabs .tab-content {
    border: 2px solid rgba(222, 226, 230, 0.45);
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
    width: 75%;
    background: #595351;
    color: #fff;
    box-shadow: inset 0px 0px 9px 3px #fff;
}

.listings-tabs {
    font-family: 'Montserrat', sans-serif;      
}

.listings-tabs .nav-tabs {
    border-color: rgba(222, 226, 230, 0.45);
    border-width: 2px;
    flex-direction: column;
    border: 2px solid rgba(222, 226, 230, 0.45);
    border-right: 0;
    background: #fff;
    position: relative;
    z-index: 1;
    margin: 0 -2px 0 0;
    background: #595351;
    color: #fff;
    box-shadow: inset 0px 0px 9px 3px #fff;
}

.listings-tabs .nav-tabs .nav-link {
    font-weight: 600;
    padding: 14px 7px;
    margin: 0;
    color: #000;    
    color: #fff;
    border-width: 2px;
    border: 0;
    text-align: left;
    padding-left: 20px;
    border-radius: 0;
}

.listings-tabs .nav-tabs .nav-link.active,
.listings-tabs .nav-tabs .nav-link:hover {
    color: #A86561;
    border-width: 2px;
    border-bottom: 0;
/*    padding-bottom: 16px;*/
    background: #fff;
    border-color: transparent;
    border: 0;
}

.listings-tabs .tab-content .tab-pane h3 {
    font-size: 22px;
    font-weight: 600;
    text-align: center;
}

.tabs-wrap-hold {
    display: flex;
    flex-direction: row;
}

.tabs-wrap-hold nav {
    width: 25%;
}

.listings-tabs form .form-group button.btn-primary {
    color: #A86561;
    background: transparent;
    border: 2px solid rgba(168, 101, 97, 0.7);
    outline: 0;
    box-shadow: none;
    font-family: 'Montserrat', sans-serif;  
    font-weight: 500;
}

.listings-tabs form .form-group button.btn-primary:hover,
.listings-tabs form .form-group button.btn-primary:active,
.listings-tabs form .form-group button.btn-primary:active:focus {
    background: #A86561;
    border: 2px solid rgba(168, 101, 97, 0.7);
    outline: 0;
    box-shadow: none;
    color: #fff;
}

.tabs-wrap-hold .tab-content .tab-pane .form-group.row {
    justify-content: center;
    align-items: center;
}

.tabs-wrap-hold .col-form-label .danger {
    color: #ed1b32;
    margin: 0 0 0 5px;
}

.tabs-wrap-hold .tab-content .tab-pane .form-group.row label,
.tabs-wrap-hold .tab-content .tab-pane .form-group.row .col-form-label,
.tabs-wrap-hold .tab-content .tab-pane .form-group .col-form-label {
    font-family: 'Montserrat', sans-serif;  
    font-weight: 500;  
    font-size: 0.9rem;  
}

.tabs-wrap-hold .tab-content .tab-pane .form-group.row .form-check-wrap .form-check-input,
.form-group.row .form-check-wrap .form-check-input,
.form-check-wrap .form-check-input {
    margin-top: 0;
    margin: 0px 0px 0 -17px;
}

.checkpoints-flex-group {
    flex-wrap: wrap;
}

.checkpoints-flex-group .form-group.row {
    width: 33.3333%;
}

.about-company h1 {
    font-family: 'Montserrat', sans-serif;  
    font-weight: 600; 
    font-size: 32px;
    position: relative;
    line-height: 1.2;
    padding: 0.4375rem 0;
    margin-bottom: 30px;    
}

.about-company h1:after {
    content: '';
    color: #d2b48c;
    width: 60%;
    max-width: 25rem;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    bottom: 0;
    border-width: 0 0 0.0625rem;
    border-style: solid;
}

.collector-main-wrap {
    box-shadow: 0 8px 8px 0px rgba(12, 5, 62, 0.15);
    border: 1px solid rgba(0,0,0,0.1);
    border-radius: 6px;
    margin: 20px 0 30px;
    padding: 1.5rem;
    font-family: 'Montserrat', sans-serif;  
    font-weight: 500;    
    background: #595351;
    color: #fff;
    box-shadow: inset 0px 0px 9px 3px #fff;
}

.collector-main-wrap p,
.collector-main-wrap span {
    font-family: 'Montserrat', sans-serif !important;  
    font-weight: 500;    
}

.collector-main-wrap a {
    color: #A86561;
    font-weight: 600;
    color: #d2b48c;
}

.collector-main-wrap.join-the-team ul li {
    margin: 0 0 10px 0;
}

.collector-main-wrap.join-the-team ul li.main-child i {
    margin: 0 3px 0 0;
}

.collector-main-wrap.join-the-team ul li.sub-child {
    margin: 0 0 10px 23px;
    display: flex;
    align-items: center;
}

.collector-main-wrap.join-the-team ul li.sub-child i {
    font-size: 10px;
    margin: 0 8px 3px 0;
}

ul.pagination {
    justify-content: center;
}

.pagination .page-item.active .page-link {
    background-color: #A86561;
    border-color: #A86561;
}

.other-cars-wrapper {
    display: flex;
/*    padding: 50px 100px 40px;*/
    padding: 20px 100px;
/*    justify-content: center;*/
/*    justify-content: space-evenly;*/
    justify-content: space-between;
    background: #3c3533;
    color: #fff;
    margin: 0 0 25px;
}

.other-cars-title {
    display: flex;
/*    background: #ffffff;*/
    padding: 0;
    width: 30%;
    width: auto;
/*    min-width: 300px;*/
    align-items: center;
}

.select-the-vette {
/*    float: left;*/
    display: flex;
    width: 70%;
    width: auto;
/*    padding-left: 30px;*/
    padding-left: 0;
    align-items: center;
}

.select-the-vette h5 {
    font-size: 25px;
/*    margin-top: 40px;*/
    margin: 0;
/*    color: #5d5352;*/
    color: #fff;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
}

.about-company1.about-listing1 {
    justify-content: space-between;
    display: flex;
}

.about-company1.about-listing1 .select-the-vette h5 {
    color: #5d5352;
    margin: 0;
}

.other-cars-title .c-category {
    font-size: 26px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 800;
    line-height: 1;
    margin: 0 10px 0 0;
    display: flex;
    /*background: #212529;
    color: #fff;*/
    background: #fff;
    color: #212529;
    border-radius: 6px;
    padding: 12px 12px;  
}

.category-nr {
    width: calc(100% - 50px);
/*    color: #5d5352;*/
    color: #fff;
}

.category-nr strong {
    border-right: solid 1px #5d5352;
    font-size: 40px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 800;
    display: block;
    margin-bottom: 3px;
/*    color: #212529;*/
    color: #fff;
}

.category-nr span {
    font-size: 20px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
/*    color: #212529;   */
    color: #fff;
}

.other-cars-row {
    align-items: center;
}

.special-collectables-listing {
    text-align: center;
    box-shadow: 0 8px 8px 0px rgba(12, 5, 62, 0.15);
    border: 1px solid rgba(0,0,0,0.1);
    border-radius: 6px;
    padding: 1.5rem;
    display: table;
    margin: 0 auto;
    width: 100%;
    background: #595351;
    box-shadow: inset 0px 0px 9px 3px #fff;
    display: flex;
    overflow: hidden;
    flex-wrap: wrap;
    justify-content: center;
}

.special-collectables-listing li {
    margin: 0;
}

.special-collectables-listing li a {
    display: block;
    display: inline-block;
    border-radius: 4px;
    padding: 10px;
    background: rgba(0, 0, 0, 0.1);
    margin: 0px 10px;
    border: 1px solid rgba(0,0,0,0.1);
    transition: all .5s ease;
    background: #d2b48c;
    margin: 10px;
    border: 1px solid rgba(0,0,0,0.1);
    padding: 5px;
}

.special-collectables-listing li a:hover {
    box-shadow: 0 6px 8px 0px rgba(12, 5, 62, 0.15);    
    transform: scale(1.1);
}

.company3-listing.select-vette-list {
    font-size: 0;
    text-align: center;
    border: 1px solid rgba(0,0,0,0.1);
    border-radius: 6px;
    padding: 1rem;
    display: table;
    margin: 30px auto;
    background: #595351;
    box-shadow: inset 0px 0px 9px 3px #fff;
}

.company3-listing.select-vette-list li {
    width: 20%;
    padding: 0;
}

.company3-listing.select-vette-list li a {
/*    display: block;
    border-radius: 4px;
    padding: 5px;
    background: rgba(0, 0, 0, 0.1);
    margin: 10px;
    border: 1px solid rgba(0,0,0,0.1);
    transition: all .5s ease;*/
    display: block;
    border-radius: 4px;
    padding: 5px;
    background: #d2b48c;
    margin: 10px;
    border: 1px solid rgba(0,0,0,0.1);
    transition: all .5s ease;
}

.company3-listing.select-vette-list li a:hover {
    box-shadow: 0 6px 8px 0px rgba(12, 5, 62, 0.15);    
    transform: scale(1.1);
}

.company3-listing.select-vette-list li.sold-category a {
    box-shadow: none;
    transform: scale(1);
}

.select-vette-list .ribbon-wrapper {
    z-index: 2;
}

.helpful-links-list {
    text-align: center;
}

.about-company5 .helpful-links-list li a {
    color: #A86561;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
} 

.page-link {
    color: #A86561;
    transition: all .5s ease;
}

.page-link:hover {
    background-color: #A86561;
    border-color: #A86561;
    color: #fff;
}

.homepage-cars-listing ul {
    font-size: 0;
    text-align: center;
    box-shadow: 0 8px 8px 0px rgba(12, 5, 62, 0.15);
    border: 1px solid rgba(0,0,0,0.1);
    border-radius: 6px;
    padding: 1rem;
    display: table;
    margin: 0 auto;
    background: #595351;
    box-shadow: inset 0px 0px 9px 3px #fff;
}

.homepage-cars-listing ul li {
    width: 20%;
    padding: 0;
    margin: 0;
    display: inline-block;
}

.homepage-cars-listing ul li a {
    display: block;
    border-radius: 4px;
    padding: 5px;
/*    background: rgba(0, 0, 0, 0.1);*/
    background: #d2b48c;
    margin: 10px;
    border: 1px solid rgba(0,0,0,0.1);
    transition: all .5s ease;
}

.homepage-cars-listing ul li a:hover {
    box-shadow: 0 6px 8px 0px rgba(12, 5, 62, 0.15);    
    transform: scale(1.1);
}

.homepage-cars-listing ul li a img {
    width: 100%;
    height: auto;
}

.homepage-listings-headlines {
    text-align: center;
    margin: 0 0 20px;
}

.homepage-listings-headlines h3 {
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    position: relative;
    line-height: 1.2;
    padding: 0.4375rem 0;
    margin: 0 0 5px;
    font-size: 24px;
}

.homepage-listings-headlines h3:after {
    content: '';
/*    color: #d41a11;*/
    color: #d2b48c;
    width: 60%;
    max-width: 25rem;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    bottom: 0;
    border-width: 0 0 0.0625rem;
    border-style: solid;
}

.homepage-listings-headlines h4 {
    margin: 0;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    position: relative;
    line-height: 1.2;
    font-size: 14px;
}

.matchmakers-wrap,
.privacy-policy-wrap {
    box-shadow: 0 8px 8px 0px rgba(12, 5, 62, 0.15);
    border: 1px solid rgba(0,0,0,0.1);
    border-radius: 6px;
    margin: 20px 0 30px;
    padding: 1.5rem;
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    position: relative;

    border: 1px solid rgba(0,0,0,0.1);
    border-radius: 6px;
    padding: 20px;
    margin: 0 0 40px;
    background: #595351;
    color: #fff;
    box-shadow: inset 0px 0px 9px 3px #fff;
}

.matchmakers-wrap p,
.matchmakers-wrap span,
.privacy-policy-wrap p,
.privacy-policy-wrap span {
    font-family: 'Montserrat', sans-serif !important;
    font-weight: 500;
    line-height: 1.35;
}

.matchmakers-wrap a,
.privacy-policy-wrap a {
    color: #d2b48c;
}

.matchmakers-wrap .wrap-inner, 
.privacy-policy-wrap .wrap-inner {
    z-index: 2;
    position: relative;
}

.card-bg-icon {
    position: absolute;
    opacity: 1;
    font-size: 3.2vw;
    right: 12px;
    bottom: 12px;
    color: #efefef;
    z-index: 1;
}

.carimg-section.listing > h2 {
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    font-size: 28px;
    position: relative;
    line-height: 1.2;
    padding: 0.4375rem 0;
    margin-bottom: 10px;
    text-align: center;
}

.carimg-section.listing > h2:after {
    content: '';
    color: #d2b48c;
    width: 60%;
    max-width: 25rem;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    bottom: 0;
    border-width: 0 0 0.0625rem;
    border-style: solid;
}

.vehicle-details-info {
    border: 1px solid rgba(0,0,0,0.1);
    border-radius: 6px;
    padding: 20px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    margin: 30px 0;
}

.vehicle-details-info p,
.vehicle-details-info ul li {
    font-size: 16px;
    line-height: 1.35;
}

.vehicle-details-info p a,
.vehicle-details-info ul li a,
.vehicle-details-info p a span,
.vehicle-details-info p a span span {
    color: #d2b48c;
}

.vehicle-details-info p iframe {
    text-align: center;
    margin: 20px auto;
    display: block;
}

.vehicle-details-info ul {
    padding: 0 0 15px 10px;
}

.vehicle-details-info ul li {
    padding: 0 0 0 25px;
    position: relative;
}

.vehicle-details-info ul li:before {
    content: "\f5eb";
    font-weight: 900;
    font-family: "Font Awesome 6 Free";
    position: absolute;
    left: 0;
    top: 0;
    font-size: 14px;
}

.vehicle-quick-contact {
    position: fixed;
    right: 0;
    top: 50%;
}

.vehicle-quick-contact a {
    color: #fff;
    background: #d2b48c;
    padding: 7px 7px;
    border-radius: 4px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    width: 46px;
    overflow: hidden;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}

.vehicle-quick-contact a:hover {
    text-decoration: none;
}

.vehicle-quick-contact a:hover {
    width: 196px;
}

.vehicle-quick-contact a i {
    font-size: 32px;
}

.vehicle-quick-contact a span {
    font-size: 16px;
    font-weight: bold;
    margin-left: 10px;
    min-width: 110px;
}

.form-popup {
    display: none;
}

.form-popup.true {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.3);
    z-index: 9999;
}

.form-popup form .form-group .specific-vehicle-section p {
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    background: #d2b48c;
    color: #fff;
    border-radius: 4px;
    margin: -25px auto 0;
    max-width: 520px;
    padding: 5px;
    text-align: center;
} 

.main-wrapper-popup {
    max-width: 960px;
    padding: 15px 20px 20px 20px;
    margin: 110px auto 0;
    background: #fff;
    border-radius: 8px;
    border: 2px solid rgba(210, 180, 140, 0.45);
    box-shadow: inset 0px 0px 6px 5px rgba(210, 180, 140, 0.45);
}

.form-popup-header {
    text-align: right;
    padding: 5px 0 0;
}

.form-popup-header a {
    font-size: 24px;
}

.form-popup-header a i {
    color: #595351;
}

.form-popup form .form-group .form-control {
    border-color: #d2b48c;
    border-radius: 12px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    font-size: 14px;
}

.form-popup form .form-group .form-control:focus,
.form-popup form button.btn:focus {
    box-shadow: none;
}

.form-popup form button.btn {
    display: block;
    max-width: 200px;
    width: 100%;
    margin: 0 auto;
    outline: 0;
    background: #595351;
    box-shadow: none;
    color: #fff;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    border-color: #fff;
}

.form-popup form button.btn:hover,
.form-popup form button.btn:not(:disabled):not(.disabled):active {
    background: #3c3533;
    border-color: #fff;    
    box-shadow: none;
}

.transport-wrap {
    display: flex;
    border: 1px solid rgba(0,0,0,0.1);
    border-radius: 6px;
    padding: 20px;
    margin: 0 0 40px;
    background: #595351;
    color: #fff;
    box-shadow: inset 0px 0px 9px 3px #fff;
    flex-direction: column;
    text-align: center;
}

.transport-wrap p {
    font-size: 18px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    margin: 0;
    line-height: 1.5;
}

.transport-wrap p a {
    color: #d2b48c;
}

.images-wrap {
    text-align: center;
}

.images-input {
    color: transparent;
    position: relative;
    min-width: 420px;
    -webkit-transition: all .35s ease;
    -moz-transition: all .35s ease;
    -o-transition: all .35s ease;
    transition: all .35s ease;     
}

.images-input::-webkit-file-upload-button {
    visibility: hidden;
}

.images-input::before {
    content: 'Click Here to Select Your Images to Upload';
    display: inline-block;
    padding: 9px 8px 9px 40px;
    white-space: nowrap;
    -webkit-user-select: none;
    cursor: pointer;
/*    text-shadow: 1px 1px #fff;*/
    font-size: 16px;
    width: 100%;
    color: #A86561;
    background: #fff;
    border: 2px solid rgba(168, 101, 97, 0.7);
    outline: 0;
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    line-height: 1;
    border-radius: 6px;
    -webkit-transition: all .35s ease;
    -moz-transition: all .35s ease;
    -o-transition: all .35s ease;
    transition: all .35s ease;
}

.images-input:hover::before {
  border-color: black;
}

.images-input:active {
  outline: 0;
}

.images-input:active::before {
  background: -webkit-linear-gradient(top, #e3e3e3, #f9f9f9); 
}

.images-input::after {
    content: "\f302";
    font-family: "Font Awesome 6 Free";
    font-weight: 600;
    font-size: 16px;
    position: absolute;
    left: 13px;
    z-index: 2;
    color: rgba(168, 101, 97, 0.7);
    top: 10px;
    -webkit-transition: all .35s ease;
    -moz-transition: all .35s ease;
    -o-transition: all .35s ease;
    transition: all .35s ease;
}

.images-input:hover::before {
    background: #A86561;
    border: 2px solid rgba(168, 101, 97, 0.7);
    outline: 0;
    color: #fff;
}

.images-input:hover::after {
    color: #fff;    
}



/*Responsive Styles*/

@media only screen and (max-width: 1600px) {
    .contact-form {
        padding: 25px 50px;
    }

    .select-the-vette h5 {
        color: #5d5352; 
    }

    .other-cars-wrapper .select-the-vette h5 {
        color: #ffffff; 
    }
}

@media only screen and (max-width: 1366px) {
    .sidebar-img img {
        width: 45px;
    }

    .about-company .carimg-section.listing hr {
        display: none;
    }

    .footer-design .contact-form .btn-contact {
        display: flex;
        flex-direction: column;
        padding: 1em 0.5em;
        border: 1px solid #fff;
        border-radius: 4px;
        margin: 0;
        width: 100%;
    }

    .footer-design .contact-form .btn-contact > i {
        margin: 0 0 5px!important;
    }

    .footer-design .contact-form .btn-contact > div {
        display: none!important;
    }

    .about-company3 {
        padding: 0 20px;
    }

    .about-company {
        padding: 30px;
    }

    .about-company5 {
        padding: 0 30px;
    }

    .other-cars-row .form-control {
        font-size: 0.65rem;
    }

    .other-cars-row .col-lg-1 span {
        font-size: 0.85rem;
    }

    .company3-listing.select-vette-list li a:hover {
        transform: none;
    }

    .testimonial-wrap {
        margin: 40px 0;   
        display: inline-block;
    }

    .contact-form-wrap .office-wrap .office .office-inner {
        padding: 20px;
        text-align: left;
    }

    .contact-form-wrap form {
        width: 100%;
        flex: 0 0 100%;
    }

    .tabs-wrap-hold {
        flex-direction: column;
        border: 2px solid rgba(222, 226, 230, 0.45);
    }

    .tabs-wrap-hold nav,
    .listings-tabs .tab-content {
        width: 100%;
        border: 0;
    }

    .listings-tabs .nav-tabs {
        flex-direction: row;
        border: 0;
        margin: 0;
        border-bottom: 2px solid rgba(222, 226, 230, 0.45);
    }

    .listings-tabs .nav-tabs .nav-link {
        text-align: center;
        width: 25%;
        padding: 12px 6px;
    }

    .listings-tabs .nav-tabs .nav-link.active, 
    .listings-tabs .nav-tabs .nav-link:hover {
        background: #A86561;
        color: #fff;
    }

    .listings-tabs .nav-tabs .nav-link i {
        display: block;
        text-align: center;
        margin: 0 0 5px!important;
    }
}


@media only screen and (max-width: 1300px) {
    .about-company2 .control-label,
    .detailed-view-ul li a {
        font-size: 14px;
    }

    .about-company2 .custom-select {
        width: 70%;
    }

    .tabs-wrap-hold .tab-content .tab-pane .form-group.row label, 
    .tabs-wrap-hold .tab-content .tab-pane .form-group.row .col-form-label, 
    .tabs-wrap-hold .tab-content .tab-pane .form-group .col-form-label {
        text-align: center;
    }
}

@media only screen and (max-width: 1220px) {

    .logo {
        width: 500px;
    }

}

@media only screen and (max-width: 1199px) {
    .pad0 {
        width: 100% !important;
        max-width: 100%;
        display: block;
        float: left;
        flex: auto;
        margin-top: 10px;
    }
}

@media only screen and (max-width: 1024px) {
    .about-company {
        padding: 20px 20px;
    }

    .homepage-cars-listing ul {
        padding: 10px;
    }

    .homepage-cars-listing ul li {
        width: 25%;
    }

    .homepage-cars-listing ul li a:hover {
        transform: none;
    }

    .footer-design .contact-form .btn-contact {
        font-size: 12px;
        margin: 10px 0 20px;
    }

    .contact-form {
        padding: 60px 60px 0px 60px;
    }

    .listings-tabs .nav-tabs .nav-link {
        font-size: 12px;
    }

    .tabs-wrap-hold .tab-content .tab-pane .row .col-md-4 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }

    .tabs-wrap-hold .tab-content .tab-pane .form-group.row label, 
    .tabs-wrap-hold .tab-content .tab-pane .form-group.row .col-form-label, 
    .tabs-wrap-hold .tab-content .tab-pane .form-group .col-form-label {
        font-size: 0.75rem;
        text-align: left;
    }


}

@media only screen and (max-width: 992px) {
    .detail-featured li {
        width: 100%;
    }

    .sidebar-menu ul {
        padding: 175px 0px 175px 20px;
    }

    .sidebar-menu {
        min-width: 240px
    }

    .car-cata ul li {
        width: 25%;
        margin-bottom: 10px;
    }

    .sidebar-menu ul li a {
        font-size: 14px;
    }

    .select-lang {
        display: none;
    }

    .about-company {
        padding: 20px 30px;
    }

    .selling-section {
        flex-direction: column;
    }

    .selling-section .selling-text, 
    .selling-section .selling-gif {
        width: 100%;
    }

    .other-cars-wrapper {
        padding: 20px 30px;
    }

    .other-cars-row .col-lg-1,
    .other-cars-row .col-lg-2 {
        margin: 0 0 10px;
        width: 50%;
        padding: 0 30px;
    }

    .other-cars-row .col-lg-1 {
        width: 100%;
    }

    .company3-listing.select-vette-list {
        margin: 10px 0 20px;
    }

    .company3-listing.select-vette-list li {
        width: 25%;
    }

    .select-the-vette h5 {
        font-size: 20px;
    }

    .category-nr span {
        font-size: 18px;
    }

    .other-cars-title .c-category {
        margin: 0 10px;
        font-size: 20px;
    }

    .contact-form-wrap .office-wrap {
        flex-direction: column;
        margin: 0;
    }

    .contact-form-wrap .office-wrap .office {
        width: 100%;
        margin: 0 0px 20px 0!important;
    }

    .tabs-wrap-hold .tab-content .tab-pane .form-group.row .col-md-3,
    .tabs-wrap-hold .tab-content .tab-pane .form-group.row .col-md-7,
    .tabs-wrap-hold .tab-content .tab-pane .form-group.row .col-md-6 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    .tabs-wrap-hold .tab-content .tab-pane .form-group.row .col-md-12 {
        padding: calc(0.375rem + 1px) 0;
    }

    .carimg-section.listing > h2 {
        font-size: 20px;
    }

    .carimg-section.listing > h3 {
        font-size: 18px;
    }

    .contact-form-wrap form {
        margin-bottom: 20px;
    }

    .contact-form {
        padding: 30px 30px 0px 30px;
    }

    .footer-bottom {
        padding: 15px 30px 30px 30px;
    }

    .about-company1.about-listing1 {
        flex-direction: column;
    }

    .about-company1.about-listing1 .select-the-vette {
        margin: 20px 0 0;
        justify-content: center;
    }

    .about-company1.about-listing1 .select-the-vette h5 {
        text-align: center;
    }

    .other-cars-wrapper .select-the-vette h5 {
        text-align: center;
    }

    .img-cata1,
    .select-the-vette {
        width: 100%;
        padding: 0;
    }

    .select-the-vette h5 {
        margin-top: 20px;
    }

    .about-company1,
    .about-company2,
    .about-company3,
    .about-company4,
    .about-company5,
    .about-company-7 {
        padding: 0 20px;
    }

    .about-company4 h3 a {
        float: left;
    }

    .company3-listing li {
        width: 50%;
    }

    .about-company4 ul {
        width: 100%;
    }

    .listings-left-side {
        width: 100%;
    }

    .listings-right-side {
        width: 100%;
        margin-top: 15px;
        margin-bottom: 15px;
    }

    .contact-bookmark {
        text-align: center;
    }

    .contact-bookmark li {
        float: none;
        display: block;
        margin-bottom: 10px;
    }

    .contact-bookmark li:last-child {
        float: none;
        margin-bottom: 0;
    }

    .main-sold-left {
        width: 100%;
    }

    .main-sold-right {
        width: 100%;
        padding-left: 0;
        margin-top: 10px;
    }

    .testimonial-wrap .col-lg-12 {
        padding: 15px 10px 10px 10px;
    }

    .about-company h1 {
        font-size: 22px;
    }

    .selling-section .selling-text h3 {
        font-size: 26px;
    }

    .selling-section .selling-gif {
        width: 100%!important;
        margin-top: 10px;
    }

    .tabs-wrap-hold .tab-content .tab-pane .form-group.row label, 
    .tabs-wrap-hold .tab-content .tab-pane .form-group.row .col-form-label, 
    .tabs-wrap-hold .tab-content .tab-pane .form-group .col-form-label,
    .col-form-label,
    .form-check-inline {
        font-size: 0.75rem;
        padding-left: 0;
        width: 100%;
        display: block;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    .images-input {
        min-width: 315px;
    }

    .images-input::before {
        font-size: 12px;
    }

    .tabs-wrap-hold .tab-content .tab-pane .form-group.row {
        justify-content: space-between;
        margin: 10px 0;
        width: 100%;
    }

    .tabs-wrap-hold .tab-content .tab-pane .row.justify-content-center {
        margin: 10px 0;
        width: 100%;
        justify-content: space-between!important;
    }

    .tabs-wrap-hold .tab-content .tab-pane .row.justify-content-center .col-lg-10 {
        padding: 0;
    }

    .tabs-wrap-hold .tab-content .tab-pane .checkpoints-flex-group .form-group.row {
        justify-content: center;    
    }

    .tabs-wrap-hold .tab-content .tab-pane .checkpoints-flex-group .col-md-3 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
        padding: 10px 0 5px;
    }


}

@media only screen and (max-width: 960px) {
    .form-popup.true {
        padding: 10px;
    }

    .testimonial-wrap {
        font-size: 14px;
    }

    .testimonial-wrap p {
        line-height: 1.35;
    }

    .testimonial-wrap .col-lg-12 {
        padding: 5px 10px 10px 10px;
    }

    .testimonial-icon-hold {
        top: -20px;
    }

    .testimonial-icon-hold i {
        padding: 10px 12px;
        font-size: 16px;
    }
}


@media only screen and (max-width: 768px) {
    .about-company4 h3 {
        font-size: 16px;
    }

    .about-company4 ul {
        margin-top: 20px;
    }

    .about-company4 ul li {
        margin-left: 0;
        width: 100%;
        margin-bottom: 10px;
    }

    .about-company5 ul li {
        margin-bottom: 10px;
    }

    .about-company2 .control-label {
        margin-bottom: 10px;
    }

    .select-the-vette h5 {
        font-size: 22px;
    }

    .blew-data-box h1 {
        font-size: 30px;
    }

    .blew-data-box p {
        font-size: 18px;
        line-height: 24px;
        margin-top: 60px;
    }

    .about-listing-02 p {
        line-height: 24px;
    }

    .about-listing-01 p span {
        width: auto;
        float: none;
        margin-right: 8px;
    }
}

@media only screen and (max-width: 767px) {
    .sidebar-img {
        display: none;
    }

    #page-content-wrapper {
        padding-right: 0;
    }

    #sidebar-wrapper.d-flex {
        min-width: 300px;
    }

    #page-content-wrapper {
        padding-top: 10px;
    }


    #sidebar-wrapper {
        margin-left: -300px;
    }

    .menu-btn {
        display: block;
        width: 30px;
        float: left;
        margin-left: 15px;
        margin-top: 5px;
    }

    .logo {
        position: static;
        width: 360px;
        margin: 0 auto;
    }

    .bule-line {
        padding: 10px;
    }

    .bule-line p {
        margin: 0
    }

    .homepage-cars-listing ul li {
        width: 50%;
    }

    .contact-form {
        padding: 30px 20px 5px 20px;
    }

    .contact-form .col-lg-12 .col-lg-3.col-md-3 {
        float: none!important;
    } 

    .other-cars-row .col-lg-2 {
        width: 33%; 
    }

    .tabs-wrap-hold .tab-content .tab-pane .form-group.row label, 
    .tabs-wrap-hold .tab-content .tab-pane .form-group.row .col-form-label, 
    .tabs-wrap-hold .tab-content .tab-pane .form-group .col-form-label {
        padding: calc(0.375rem + 1px) 0;
    }

    .footer-design .contact-form .row .col-lg-3.col-md-3 {
        width: 50%;
    }

    .arrow-detail-open {
        width: 30px;
        height: 30px;
    }

    .homepage-listings-headlines h3 {
        font-size: 20px;    
        margin-bottom: 15px;
    }

    .selling-section .selling-text .initial-text a, 
    .selling-section .selling-text .initial-text p, 
    .selling-section .selling-text .secondary-text p {
        font-size: 16px;
    }

    .contact-form-wrap .office-wrap .office .office-inner {
        padding: 20px;
        text-align: center;
        justify-content: center;
        align-items: center;
    }

    .checkpoints-flex-group {
        justify-content: space-between;
    }

}

@media only screen and (max-width: 640px) {
    .other-cars-row .col-lg-1, 
    .other-cars-row .col-lg-2 {
        padding: 0 10px;
    }

    .about-company3 {
        padding: 0 10px;
    }

    .company3-listing.select-vette-list li {
        width: 100%;
    }

    .company3-listing.select-vette-list li a {
        margin: 5px 0;
    }

    .footer-design .contact-form .btn-contact {
        flex-direction: row;
        justify-content: center;
    }

    .footer-design .contact-form .btn-contact > i {
        margin: 0 5px 5px 0!important;
    }

    .main-wrapper-popup {
        margin: 5px auto 0;
    }

    .form-popup-header {
        margin: 0;
    }

    .main-wrapper-popup form {
        margin-top: 35px;
    } 

    .form-popup form .form-group .specific-vehicle-section p {
        word-break: break-all;
    }

    .vehicle-quick-contact a {
        width: 35px;
    }

    .vehicle-quick-contact a i {
        font-size: 22px;
    }

    .vehicle-quick-contact a span {
        font-size: 12px;
    }

    .vehicle-quick-contact a:hover {
        width: 130px
    }

    .selling-section .selling-gif {
        margin-top: 20px;
    }
}


@media only screen and (max-width: 500px) {
    .homepage-cars-listing ul li {
        width: 100%;
    }

    .special-collectables-listing {
        display: flex;
        flex-wrap: wrap;
    }

    .carimg-section ul.special-collectables-listing li {
        width: auto;
        display: flex;
        flex-grow: 1;
    }

    .special-collectables-listing li a {
        width: 100%;
    }

    .special-collectables-listing li a img {
        height: auto;
        width: 100%;
    }

    .footer-design .contact-form .btn-contact > i {
        margin: 0 5px 5px 0!important;
    }

    .other-cars-row .col-lg-2 {
        width: 100%;
    }

    .other-cars-wrapper {
        flex-direction: column;
        justify-content: center;
        align-items: center;
        padding: 20px 10px;
    }

    .select-the-vette {
        margin: 0 0 15px;
    }

    .about-company {
        padding: 20px 10px;
    }

    .about-company5 {
        padding: 0 10px;
    }

    .car-cata ul li a > img {
        display: none;
    }

    #page-content-wrapper .logo {
        width: 235px;
    }

    .about-company h1 {
        font-size: 24px;
        margin-bottom: 15px;
    }

    .listings-tabs .nav-tabs .nav-link {
        font-size: 11px;
        padding: 8px 4px;
    }

    .footer-design .contact-form .btn-contact {
        margin: 5px 0 10px;
    }

    .footer-design .contact-form .row .col-lg-3.col-md-3 {
        width: 100%;
    }

    .contact-form {
        padding: 15px 20px 5px 20px;
    }

    .footer-bottom {
        padding: 5px 20px 30px 20px;
    }

    .collector-main-wrap p, 
    .collector-main-wrap span {
        font-size: 14px !important;
    }

    .testimonial-wrap {
        margin: 30px 0 10px;
    }

    .home-headline.bule-line p {
        font-size: 18px;
    }

    .office-inner h3 {
        line-height: 24px;
        font-size: 16px;
    }

    .office-inner h4 {
        line-height: 24px;
        font-size: 14px;
    }

    .tabs-wrap-hold .tab-content .tab-pane .checkpoints-flex-group .col-md-3 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        padding: 10px !important;
    }

    .tabs-wrap-hold .tab-content .tab-pane .checkpoints-flex-group .form-group.row {
        width: 50%;
        text-align: center;
    }

    .tabs-wrap-hold .tab-content .tab-pane .row .col-md-4 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
} 


@media only screen and (max-width: 485px) {

    .logo {
        width: 280px;
    }

    .menu-btn {
        margin-left: 10px;
        margin-top: 0;
    }

    body {
        font-size: 13px;
    }

    p {
        line-height: 18px;
    }

    .bule-line p {
        font-size: 12px;
    }

    .car-cata ul li {
        width: 50%
    }

    .about-company {
        padding: 10px 15px;
    }

    h1 {
        font-size: 24px;
    }

    h2 {
        font-size: 20px;
    }

    h3 {
        font-size: 18px;
    }

    h4 {
        font-size: 16px;
    }

    h5 {
        font-size: 13px;
    }

    /*.carimg-section ul li {
        width: 32%;
    }*/

    .sidebar-menu ul {
        padding: 30px 20px;
    }

    .carimg-section ul li img {
        width: 100%;
    }

    .detail-featured li label {
        width: 120px;
    }

    .detail-featured li span {
        width: calc(100% - 120px);
    }

    .matchmakers-wrap .wrap-inner .ml-4, 
    .privacy-policy-wrap .wrap-inner .ml-4 {
        margin-left: 0!important;
    }
}