﻿.vd-btn1 {
    background-color: #ccc;
}

.vd-btn2 {
    background-color: #165cb9;
    transition: .35s;
    cursor: pointer;
}

    .vd-btn2:hover {
        background-color: #233c71;
    }

.priceotop strong {
    color: #fca52a;
}

.alignPrice1, .alignPrice2, .alignPrice3 {
    font-size: 16px;
}

.alignPrice2 {
    color: red;
}

.alignPrice3 {
    color: white;
    font-weight: 700;
    background-color: green;
    padding: 5px;
}

.vd-btn3 {
    background-color: #165cb9;
}

.sticky-div.fixed {
    position: fixed;
}

.formwrap {
    z-index: 3;
}

.applycreditbtn {
    background: #e0d120;
    border-radius: 100px;
    /* color: #fff !important;*/
    transition: 0.3s;
}

    .applycreditbtn:hover {
        opacity: 0.6;
        color: #1d1d1d;
    }

.view-itm {
    float: right;
}

.btns-sec hr {
    /* margin-top:30px;*/
}

button.accordion-button:hover {
    background-color: #e7f1ff;
}



.vd-icons li:hover a {
    color: #fff;
}





.singlepage-capthua img {
    width: 110px;
}

.singlepage-capthua a {
    background-color: #e7e7e7;
    color: #3a3a3a;
    padding: 8px 50px 8px 25px;
    position: absolute;
    top: 25px;
    left: 120px;
    font-weight: 600;
    border-radius: 100px;
    transition: all 0.5s;
}

    .singlepage-capthua a:hover {
        background: #3a3a3a;
        color: #fff;
    }

    .singlepage-capthua a:before {
        position: absolute;
        content: "\F116";
        font-family: bootstrap-icons !important;
        left: 88px;
        background-color: #3a3a3a;
        border-radius: 100px;
        width: 24px;
        height: 24px;
        text-align: center;
        font-size: 12px;
        line-height: 24px;
        color: #e2d21f;
    }

    .singlepage-capthua a:hover:before {
        background-color: #e2d21f;
        color: #3a3a3a;
    }

.singlepage-capthua input {
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    border-radius: 0px !important;
    color: #212529;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0.25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    margin-top: 10px;
}

    .singlepage-capthua input:focus-visible {
        outline: -webkit-focus-ring-color auto 0px;
    }

.overview-sec i {
    background: -webkit-linear-gradient(#000, #999, #000);
    background-clip: border-box;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    /*font-size: 1.4em;*/
    margin-right: 5px;
}

.applycreditbtn {
    position: relative;
    margin-right: 0px;
}

    .applycreditbtn i {
        position: absolute;
        right: 7px;
        top: 7px;
        background-color: #3a3a3a;
        border-radius: 100px;
        padding: 2px 5.5px;
        font-size: 14px;
        color: #e2d21f;
    }

    .applycreditbtn:hover i {
        background-color: #3a3a3a;
        color: #000 !important;
    }

.textusicon {
    position: relative;
}

    .textusicon i {
        position: absolute;
        right: 7px;
        top: 9px;
        background-color: #3a3a3a;
        border-radius: 100px;
        padding: 2px 5.5px;
        font-size: 14px;
        color: #e2d21f;
    }

    .textusicon:hover i {
        background-color: #fca52a;
        color: #3a3a3a;
    }

#viewDetail_feature-4 ul {
    -moz-column-count: 3;
    -moz-column-gap: 20px;
    -webkit-column-count: 3;
    -webkit-column-gap: 20px;
    column-count: 3;
    column-gap: 20px;
    padding: 10px;
    font-size: 14px;
}

#content-optional {
    text-align: left;
    margin: 0px auto;
}

@media (max-width: 810px) {
    .overview-sec .over-view-table {
        font-size: 14px;
    }
}


/*CSS3 multiple columns.*/
/* Get em size for colums: 184/16 */
.columns-opt {
    -moz-column-width: 14em; /* Firefox */
    -webkit-column-width: 14em; /* webkit, Safari, Chrome */
    column-width: 14em;
}
/*remove standard list and bullet formatting from ul*/

/* correct webkit/chrome uneven margin on the first column*/


.gallery ul {
    padding: 0px;
    margin: 0px;
}

.gallery li {
    width: 100%;
    max-width: 24.5%;
    min-height: 100%;
   
    height: auto;
    position: relative;
    margin: 0 auto;
    display: inline-block;
    overflow: hidden;
    background-color: black;
}

    .gallery li:nth-child(2) img {
        margin: 0;
        display: inline-block;
        float: right;
    }

    .gallery li .name {
        text-decoration: none;
        text-transform: uppercase;
        text-shadow: rgba(0, 0, 0, 0.7) 1px 1px 5px;
        color: white;
        font-weight: lighter;
        font-size: 20px;
        letter-spacing: .1em;
        position: absolute;
        display: block;
        top: 40%;
        left: 0;
        text-align: center;
        filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
        opacity: 0;
        z-index: 2;
        width: 100%;
        height: 100%;
    }

        .gallery li .name .title {
            */ display: block;
            text-transform: none;
            font-weight: 500;
            font-size: 16px;
            color: rgba(255, 255, 255, 0.7);
            filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
            opacity: 0;
            -moz-transition-property: all;
            -o-transition-property: all;
            -webkit-transition-property: all;
            transition-property: all;
            -moz-transition-delay: 0.2s;
            -o-transition-delay: 0.2s;
            -webkit-transition-delay: 0.2s;
            transition-delay: 0.2s;
            -moz-transition-duration: 0.9s;
            -o-transition-duration: 0.9s;
            -webkit-transition-duration: 0.9s;
            transition-duration: 0.9s;
        }

    .gallery li:hover .name {
        filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
        opacity: 1;
        -moz-transform: scale(1, 1);
        -ms-transform: scale(1, 1);
        -webkit-transform: scale(1, 1);
        transform: scale(1, 1);
        -moz-transition-property: all;
        -o-transition-property: all;
        -webkit-transition-property: all;
        transition-property: all;
        -moz-transition-duration: 0.6s;
        -o-transition-duration: 0.6s;
        -webkit-transition-duration: 0.6s;
        transition-duration: 0.6s;
    }

    .gallery li:hover .title {
        filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
        opacity: 1;
    }

    .gallery li:hover img {
        -moz-transform: scale(1, 1);
        -ms-transform: scale(1, 1);
        -webkit-transform: scale(1, 1);
        transform: scale(1, 1);
        background-position: top top;
        -webkit-filter: grayscale(0.4) blur(2px);
        filter: grayscale(0.4) blur(2px);
        -moz-transition-property: all;
        -o-transition-property: all;
        -webkit-transition-property: all;
        transition-property: all;
        -moz-transition-duration: 0.8s;
        -o-transition-duration: 0.8s;
        -webkit-transition-duration: 0.8s;
        transition-duration: 0.8s;
    }

    .gallery li:hover:hover img {
        filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
        opacity: 0.5;
    }

/* .gallery li img {
        height: 250px;
        width: 100%;
        object-fit: cover;
        text-align: center;
        margin: 0 auto;
        display: block;
        object-position: 50% 50%;
        display: block;
        -moz-transform: scale(1.09, 1.09);
        -ms-transform: scale(1.09, 1.09);
        -webkit-transform: scale(1.09, 1.09);
        transform: scale(1.09, 1.09);
        -moz-transition-property: all;
        -o-transition-property: all;
        -webkit-transition-property: all;
        transition-property: all;
        -moz-transition-duration: 0.4s;
        -o-transition-duration: 0.4s;
        -webkit-transition-duration: 0.4s;
        transition-duration: 0.4s;
    }*/
/***********************contact form-view detail****************************/
.contacts-vdtextarea {
    resize: none
}

.sv-vw {
    display: block !important;
}

.btn-danger {
    background-color: #1363c3 !important;
    border-color: #305582 !important;
}

.captcha-atm input {
    border: 1px solid #ccc;
    position: absolute;
    margin-top: 10px;
    top: 154px;
    width: 24%;
    left: 73%;
}

.captcha-atm a {
    float: left;
    margin-left: 2%;
    margin-top: 13px;
}

.captcha-atm img {
    height: 30px;
    float: left;
    margin-top: 20px;
}
/*************************reviews-css*******************8*/

/**********pending-sale-css-starts*********/


/**********pending-sale-css-ends*********/
.item-slick.slick-slide.slick-current.slick-active {
    outline: none !important;
}


.slider-for img {
    width: 100%;
    min-height: 100%;
}

.slider-nav, .slick-slider {
    margin: auto;
    position: relative;
}

    .slider-nav .item-slick {
        max-width: 240px;
        margin: 8.2px;
        outline: none !important;
        cursor: pointer;
    }

        .slider-nav .item-slick img {
            max-width: 100%;
            background-size: cover;
            background-position: center;
        }

.slick-arrow {
    position: absolute;
    top: 28%;
    z-index: 2;
    transform: translateY(-50%);
}

.slick-prev {
    left: 30px;
    color: #00427c;
    border-color: #00427c;
}

.slick-next {
    right: 30px;
    color: #00427c;
    border-color: #00427c;
}

    .slick-next::before, .slick-prev::before {
        font-size: 35px;
    }
/*.innerBanner {
    min-height: 100px;
}*/

.innerBanner img {
    opacity: 0;
    /* max-width: 208px;*/
}

.fixme {
    z-index: 3;
    -webkit-transition-duration: 0.4s;
    transition-duration: 0.4s;
    /*  width: 100%;*/
    left: 0px;
    right: 0px;
    /* top: 100px;*/
}

/**********Media Queries Start***********/
@media screen and (max-width: 1880px) {
    /* .fixme {
        top: 127px;
    }*/
}

}

@media screen and (max-width: 1600px) {
    /*.fixme {
        top: 127px;
    }*/
}

}

@media screen and (max-width: 1440px) {
    /* .fixme {
        top: 127px;
    }*/
}

}



@media screen and (max-width: 1200px) {
    /* .fixme {
        top: 127px;
    }*/
}

@media all and (max-width : 1170px) {
    .vd-icons li a {
        font-size: 14px;
    }
    /* .fixme {
        top:84px;
    }*/
    .snip1135 a {
        font-size: 14px;
    }
}

@media screen and (max-width: 1080px) {
}

@media screen and (max-width: 1024px) {
    /* .fixme {
        top: 125px;
    }*/
    #navbarSupportedContent ul li a {
        font-size: 14px;
    }
}

@media screen and (max-width: 991px) {
    /* .fixme {
        top: 66px;
    }*/
    #navbarSupportedContent ul li a {
        font-size: 14px;
    }

    .innerBanner {
        height: 67px;
    }
}






@media all and (max-width : 800px) {


    .fueleffcncy {
        font-size: 14px;
    }



    .gallery li {
        max-width: 32%;
    }
}

@media all and (max-width : 767px) {
    .vd-bg h2 {
        font-size: 20px;
    }



    .gallery li {
        max-width: 100%;
    }


    .gallery {
        text-align: center;
    }
}

@media screen and (max-width: 640px) {

    .innerBanner {
        height: 80px;
    }

    .applycreditbtn {
        font-size: 14px;
        margin: 0 !important;
    }

    .fixbackbtn {
        font-size: 14px;
        margin: 0 !important;
    }
    /*  .applycreditbtn i {
        right: 6px;
        top: 6px;
    }*/
}

@media screen and (max-width: 568px) {

    .headerfixbar {
        font-size: 16px;
    }



    .fixbackbtn {
        font-size: 12px;
        margin: 0 !important;
    }
    /*  .applycreditbtn i {
        right: 5px;
        top: 5px;
    }*/

}

@media screen and (max-width: 480px) {

    .headerfixbar {
        font-size: 16px;
    }



    .fixbackbtn {
        font-size: 12px;
        margin: 0 !important;
    }
    /*  .applycreditbtn i {
        right: 3px;
        top: 3px;
    }*/
}

@media screen and (max-width: 414px) {

    .headerfixbar {
        font-size: 16px;
    }



    .fixbackbtn {
        font-size: 12px;
        margin: 0 !important;
    }
    /*.applycreditbtn i {
        right: 1px;
        top: 1px;
    }*/
}

@media all and (max-width : 375px) {

    .fixme .small {
        font-size: 13px;
    }

    .headerfixbar {
        font-size: 16px;
    }



    .fixbackbtn {
        font-size: 12px;
        margin: 0 !important;
    }
    /* .applycreditbtn i {
        right: 1px;
        top: 1px;
    }*/
}

@media screen and (max-width: 360px) {

    .headerfixbar {
        font-size: 16px;
    }



    .fixbackbtn {
        font-size: 12px;
        margin: 0 !important;
    }
    /* .applycreditbtn i {
        right: 1px;
        top: 1px;
    }*/
}

@media screen and (max-width: 320px) {

    .headerfixbar {
        font-size: 16px;
    }

    .fixbackbtn {
        font-size: 12px;
        margin: 0 !important;
    }
    /* .applycreditbtn i {
       
        right: 1px;
        top: 1px;
       
    }*/
}
/*********Media Queries End***********/
/***********popup*************/

/*.popup .radio, .checkbox {
    vertical-align: initial !important;
}

.popup input[type="checkbox"], input[type="radio"] {
    width: auto;
    position: relative !important;
}

.popup .row {
    margin-right: 15px;
    margin-left: 15px;
}

.popup .wrapper {
    text-align: left;
    overflow-y: auto;
    max-height: 600px;
}

.popup a.btn-icon-zipcode {
    right: 16px;
    padding: 8px 15px;
}

.popup .cap-img {
    width: 20%;
}

.popup label {
    text-align: left;
    width: 100%;
}*/
/*
.veh-info-bar button {
    background: #1D7CC0 !important;
    border: 0;
    border-radius: 3px;
    padding: 8px 30px;
    font-size: 18px;
    color: #FFFFFF;
    cursor: pointer;
}
 

.veh-info-bar button:focus {
    outline: none;
}

.veh-info-bar button:hover {
    background: #c0e4eb;
}

.popup .form-control {
    margin-bottom: 0px !important;
}

.popup .form-group {
    margin-bottom: 8px !important;
}


.popup {
    background: rgba(100, 100, 100, 0.5);
    position: fixed;
    display: none;
    z-index: 5000;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
}

    .popup h2 {
        font-size: 16px;
        font-weight: 700 !important;
    }

    .popup > div {
        max-width: 600px;
        width: 70%;
        position: fixed;
        transform: translate(-50%, -50%);
        left: 50%;
        top: 50%;
        background: #FFFFFF;
        padding: 5px;
        z-index: 5001;
        text-align: center;
        border: 5px solid #90CAF9;
        border-radius: 0px;
        box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.4);
    }

        .popup > div p {
            margin-bottom: 0px;
        }


.popup-threesixty {
    background: rgba(100, 100, 100, 0.5);
    position: fixed;
    display: none;
    z-index: 5000;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
}

.viewthreesixty-popup > div {
    max-width: 1200px;
    width: 70%;
    position: fixed;
    transform: translate(-50%, -50%);
    left: 48%;
    top: 50%;
    background: #FFFFFF;
    padding: 15px;
    z-index: 5001;
    text-align: center;
    border: 5px solid #90CAF9;
    border-radius: 0px;
    box-shadow: 0px 0px 15px 0px rgb(0 0 0 / 40%);
}

@media screen and (max-width: 1080px) {
    .viewthreesixty-popup > div {
        width: 96%;
        left: 50%;
    }
}

@media screen and (max-width: 640px) {
    .popup > div {
        padding: 0px 20px 20px;
        width: 90%;
    }

    .popup p {
        margin-bottom: 0px
    }

    .popup .form-group {
        margin-bottom: 6px !important;
    }

    .popup #CaptchaImage {
        max-width: 180%;
    }

    .popup .col-xs-5 {
        width: 30%;
    }

    .popup .col-xs-7 {
        width: 70%;
    }
}

@media screen and (max-width: 375px) {
    .popup hr {
        display: none;
    }
}*/
/***********popup-close*************/
.columns-opt ul li {
    position: relative;
    list-style-type: none;
}

    .columns-opt ul li:before {
        position: absolute;
        content: "\F26E";
        font-family: bootstrap-icons !important;
        left: -20px;
    }

.accordion-button:not(.collapsed) {
    background-color: #f9f9f9;
    box-shadow: inset 0 -1px 0 rgb(0 0 0 / 13%);
    color: #000 !important;
}

button.accordion-button:hover {
    background-color: #f9f9f9;
    color: #000 !important;
}

.accordion-button {
    background-color: #fff;
}

@media (max-width: 767px) {
    .price-cont-inven {
        background-color: whitesmoke;
        padding: 15px 5px;
    }
}
