﻿
/*--*/
#DV_loader_0 {
    display: none;
    position: fixed;
    background-color: rgba(0,0,0,0.5);
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 99999;
}

@media(max-width: 1300px){
    .DV_main {
        padding:0 20px;
    }
}


#DV_loader_0 img {
    display: block;
    width: 100px;
    height: 100px;
    position: fixed;
    top: 50%;
    left: 50%;
    margin-top: -50px;
    margin-left: -50px;
    animation-name: spin;
    animation-duration: 2000ms;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}

@keyframes spin {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}


/*--*/

h2 {
    color: #000;
    font-size: 34px;
    font-weight: 100;
    margin: 0;
    padding: 0;
}

.DV_main h3 {
    color: #f11a1d;
    font-size: 26px;
    margin: 0;
    padding: 0;
}

h4 {
    color: #999;
    margin: 0 0 20px 0;
    padding: 0;
}

/*--*/

input[type="submit"] {
    display: block;
    width: 100%;
    height: 40px;
    line-height: 42px;
    border: none;
    padding: 0 5px;
    background-color: #f11a1d;
    border: 1px solid #f11a1d;
    border-radius: 8px;
    color: #fff;
    transition: 0.4s;
    margin-bottom: 20px;
    cursor: pointer;
    padding: 0;
}

    input[type="submit"]:hover {
        border: 1px solid #000;
        background-color: #000;
        color: #fff;
    }

input[type="text"] {
    display: block;
    border-radius: 8px;
    width: 100%;
    height: 40px;
    border: 1px solid #777;
    padding: 0 5px;

}

textarea {
    border-radius: 8px;
    display: block;
    width: 100%;
    height: 80px;
    border: 1px solid #777;
    padding: 0 5px;
    resize:none;
}

select {
    display: block;
    border-radius: 8px;
    width: 100%;
    height: 40px;
    border: 1px solid #777;
    padding: 0 5px;

}

.DV_submit {
    display: block;
    width: 100%;
    height: 40px;
    line-height: 42px;
    border: none;
    padding: 0 5px;
    border-radius: 8px;
    background-color: #f11a1d;
    border: 1px solid #f11a1d;
    color: #fff;
    transition: 0.4s;
    margin-bottom: 20px;
    cursor: pointer;
    padding: 0;
    text-align: center;
}

    .DV_submit:hover {
        background-color: #000;
        border: 1px solid #000;
        color: #fff;
    }

.DV_submit_0 {
}

.DV_submitextra_0 {
    width: 200px;
}
/*---*/

.DV_main {
  max-width: 1240px;
    margin: 0 auto 0 auto;
    padding:0 20px 0 20px;
}

    .DV_main * {
        box-sizing: border-box;
    }

@media(max-width:1260px) {
/*    .DV_main {
        width: 96%;
        margin: 0 2% 0 2%;
    }*/
}



/*---*/

.DV_panel {
    width: 100%;
    margin-bottom: 20px;
    border-radius: 8px;
    padding:20px;
    border:1px solid #000;
    font-weight: normal;
}

.DV_clear {
    clear: both;
}

@media(max-width:680px) {
    .DV_panel {
        padding: 14px;
    }
}



/*---*/

.DV_RH_0 {
    height: 20px;
}
.DV_main h2{
    font-size: 27px;
}
.DV_main h3 {
    font-size: 24px;
}
.DV_main h2 b {
    font-weight: normal !important;
}


.DV_RW_0 {
        width: 200px !important;
}

.DV_tabpanel {
    width: 100%;
    padding:0px;
/*    border:none;*/
}

    .DV_tabpanel i {
        display: block;
        float: left;
        color: #000;
        background-color: #f11a1d;
        width: 25%;
        border-radius: 0px;
        height: 40px;
        line-height: 40px;
        text-decoration: none;
        font-style: normal;
        cursor: pointer;
        text-align: center;
        box-sizing: border-box;
        font-size: 14px;
        transition: 0.4s;
    }

        .DV_tabpanel i:hover {
            background-color: #f11a1d !important;
            color: #fff !important;
        }

    .DV_tabpanel em {
        display: block;
        height: 0;
        padding: 0;
        margin: 0;
        clear: both;
    }

    .DV_tabpanel i:nth-of-type(1) {
        border-top-left-radius: 8px;
        border-bottom-left-radius: 8px;
    }

    .DV_tabpanel i:nth-of-type(4) {
        border-top-right-radius: 8px;
        border-bottom-right-radius: 8px;
    }

@media(max-width: 1288px) {


    .DV_tabpanel i {
        width: 25%;
        margin: auto 0px;
    }
        .DV_tabpanel i:nth-of-type(1) {
            width: 25%;
            margin: auto 0px;
        }


}

@media(max-width:740px) {
    .DV_tabpanel i {
        width: 100%;
        float: none;
        margin: 0;
        border-radius:0;
    }

        .DV_tabpanel i:nth-of-type(1) {
            width: 100%;
            margin:0;
            border-radius:8px 8px 0 0;
        }
        .DV_tabpanel i:nth-of-type(4) {
            width: 100%;
            margin: 0;
            border-radius:0 0 8px 8px;
        }

}



/*
@media(max-width: 906px) {
    .DV_tabpanel i {
        width: 23%;
        margin: auto 8px;
        border-radius: 4px;
    }
        .DV_tabpanel i:nth-of-type(1) {
            width: 23%;
            margin: auto 5px;
        }
}
@media(max-width: 798px) {
    .switch_board {
    }

    .DV_tabpanel i {
        width: 23%;
        margin: auto 7px;
        border-radius: 4px;
    }

        .DV_tabpanel i:nth-of-type(1) {
            width: 23%;
            margin: auto 4px;
        }
}
@media(max-width:705px) {
    .DV_tabpanel i {
        width: 100%;
        float: none;
        margin: 4px auto;
    }
        .DV_tabpanel i:nth-of-type(1) {
            width: 100%;
            margin: 4px 0;
        }
}
@media(max-width:680px) {
    .DV_tabpanel i {
        width: 100%;
        float: none;
        margin: 4px auto;
    }

        .DV_tabpanel i:nth-of-type(1) {
            width: 100%;
            margin: 4px 0;

        }

        .DV_tabpanel i:nth-of-type(1) {
            border-radius: 4px;
 
        }

        .DV_tabpanel i:nth-of-type(4) {
            border-radius: 4px;

        }
}

*/


@media(max-width:680px) {
    .DV_tabpanel {
        width: 100%;
        padding: 0px;
        /*    border:none;*/
    }
}



/*---*/

.DV_FL50 {
    width: 48%;
    min-height: 40px;
    float: left;
}

.DV_FR50 {
    width: 48%;
    min-height: 40px;
    float: right;
}

.DV_TAB0 {
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
}

    .DV_TAB0 td {
        height: 40px;
        padding: 0 5px 0 0;
        border-bottom: 1px solid #777;
    }



    .DV_TAB0 tr td:nth-of-type(2) b {
        display: none;
        float: none;
    }


@media(max-width:420px) {


    .DV_TAB0 tr td:nth-of-type(1) {
        display: none;
    }

    .DV_TAB0 tr td:nth-of-type(2) b {
        display: block;
    }
}




@media(max-width:980px) {
    .DV_FL50 {
        width: 100%;
        float: none;
        margin-bottom:60px;
    }

    .DV_FR50 {
        width: 100%;
        float: none;
        margin-bottom: 60px;
    }
}

/*---*/

[data-panel="5"] {
    font-size: 12px;
}

#DISC_0 {
    display: block;
}

#DISC_1 {
    display: none;
}
[data-panel="2"]{
    display: none;
}
/*---*/
.DV_IMGL_0 {
    float: left;
    width: 640px;
    min-height: 20px;
    position: relative;
    cursor: pointer;
}

    .DV_IMGL_0 img {
        display: block;
        width: 100%;
        height: auto;
    }

.DV_STRIPE_0 {
    display: block;
    width: 100%;
    height: 40px;
    line-height: 40px;
    text-align: center;
    color: #fff;
    background-color: #f11a1d;
}

.DV_IMGR_0 {
    width: 480px;
    float: right;
    min-height: 20px;
}

    .DV_IMGR_0 img {
        display: block;
        width: 49%;
        height: auto;
        float: left;
        margin-bottom: 10px;
        opacity: 0.75;
        transition:0.4s;
    }
        .DV_IMGR_0 img:hover {
            opacity: 1;
        }

        .DV_IMGR_0 img:nth-of-type(2n) {
            display: block;
            width: 49%;
            height: auto;
            float: right;
        }

#DIV_setpanel {
    overflow: hidden;
    overflow-y: scroll;
}

    #DIV_setpanel img {
        cursor: pointer;
    }

@media(max-width:1260px) {
    .DV_IMGL_0 {
        width: 60%;
    }

    .DV_IMGR_0 {
        width: 38%;
    }
}

@media(max-width:680px) {

    .DV_IMGL_0 {
        width: 100%;
        float: none;
        margin-bottom: 20px;
    }

    .DV_IMGR_0 {
        width: 100%;
        float: none;
    }
}

/*---*/

.DV_videobtn {
    position: absolute;
    height: 40px;
    background-color: rgba(255,0,0,0.6);
    border-radius: 6px;
    cursor: pointer;
    transition: 0.4s;

}

    .DV_videobtn:hover {
        background-color: rgba(255,0,0,1);
    }

    .DV_videobtn img {
        display: block;
        width: 30px;
        height: 30px;
        float: left;
        margin-top: 5px;
        margin-left: 5px;
    }

    .DV_videobtn em {
        display: block;
        font-style: normal;
        text-decoration: none;
        padding: 0;
        margin: 0;
        float: left;
        height: 40px;
        line-height: 40px;
        color: #fff;
        margin-left: 20px;
    }

    .DV_videobtn i {
        display: block;
        font-style: normal;
        text-decoration: none;
        padding: 0;
        margin: 0;
        clear: left;
        height: 0;
    }

.DV_vbtna {
    width: 200px;
    left: 5px;
    top: 5px;
}

.DV_vbtnb {
    width: 98%;
    left: 5px;
    bottom: 5px;
    display:none;
}

.videopopupouter {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.5);
    z-index: 999999;
}

.videopopupinner {
    position: fixed;
    width: 640px;
    height: 480px;
    background-color: #fff;
/*    border-radius: 0px;*/
    padding: 40px;
    margin-left: 50%;
    left: -320px;
    margin-top: -240px;
    top: 50%;
}

.videoframe {
    width: 100%;
    height: 100%;
    border: none !important;
}

.closevideobutton {
    position: absolute;
    top: 10px;
    right: 10px;
    width: 22px;
    height: 21px;
    background-color: #1f5884;
    color: #fff;
    line-height: 22px;
/*    border-radius: 0px;*/
    font-size: 12px;
/*    font-weight: bold;*/
    padding: 0;
    cursor: pointer;
    padding-left: 8px;
    transition: 0.3s;
    border: none;
}

    .closevideobutton:hover {
        background-color: #000;
    }

@media(max-width:700px) {

    .videopopupinner {
        width: 96%;
        height: 280px;
        left: -48%;
        margin-top: -140px;
        padding: 20px;
    }

    .closevideobutton {
        top: 2px;
        right: 2px;
        width: 16px;
        height: 16px;
        line-height: 16px;
        padding: 0;
        padding-left: 4px;
    }
}

/*---*/

[data-fin="0"] {
    min-height: 40px;
    float: left;
    font-weight:bold;
}

[data-fin="1"] {
    min-height: 40px;
    float: right;
    font-size: 20px;
}

[data-fin="2"] {
    width: 48%;
    min-height: 40px;
    float: left;
    margin-bottom: 20px;
}

[data-fin="3"] {
    width: 48%;
    min-height: 40px;
    float: right;
    margin-bottom: 20px;
}

[data-fin="4"] {
    width: 29%;
    min-height: 40px;
    float: left;
    margin-bottom: 20px;
    margin-right: 1%;
}

[data-fin="5"] {
    width: 40%;
    min-height: 40px;
    float: right;
    margin-bottom: 20px;
}

[data-fin="10"] {
    font-weight: bold;
    margin-bottom: 20px;
}

@media(max-width:960px) {
    [data-fin="2"] {
        width: 100%;
        float: none;
    }

    [data-fin="3"] {
        width: 100%;
        float: none;
    }
}



/*---*/

#FINANCE_0 {
    display: block;
}

#FINANCE_1 {
    display: none;
}

/*---*/

.PRE_fla {
    float: left;
    width: 48%;
    box-sizing: border-box;
    padding: 20px;
}

.PRE_img {
    display: block;
    width: 640px;
    height: auto;
    margin-bottom: 20px;
    margin: 0 auto 40px auto;
}

.PRE_fra {
    float: right;
    width: 48%;
    box-sizing: border-box;
    padding: 20px;
}

.PRE_cla {
    clear: both;
}

.DIV_newheading {
    min-height: 40px;
    line-height: 40px;
    font-size: 20px;
/*    font-weight: bold;*/
    text-align: center;
    margin-bottom: 40px;
}

.AA_tab1 {
    width: 100%;
}

    .AA_tab1 td {
        vertical-align: top;
    }

.AA_tabcol {
    width: 40px;
}

@media(max-width:780px) {
    .PRE_img {
        width: 90%;
    }
}

/*---*/


.DV_TAB2 {
    width: 100%;
    border-spacing: 0;
    border-collapse: collapse;
}

    .DV_TAB2 td {
        padding-bottom: 20px;
        vertical-align:middle;
    }

    .DV_TAB2 tr td:nth-child(2) b {
        display: none;
    }

@media(max-width:900px) {
    .DV_TAB2 tr td:nth-child(1) {
        display: none;
    }

    .DV_TAB2 tr td:nth-child(2) b {
        display: block;
    }
}


/*---*/


#CAPT_0 {
    width: 100%;
    position: relative;
}

.DV_CAPCHA_SPACER {
    height: 167px;
}

.DV_ERROR_SPACER_0 {
    height: 200px;
}

.DV_CAP1 {
    position: absolute;
    left: 0px;
    top: -504px;
    margin-left: 52%;
    width: 302px;
    height: 76px;
}

.DV_CAP2 {
    position: absolute;
    left: 0px;
    top: -150px;
    margin-left: 52%;
    width: 302px;
    height: 76px;
}

.DV_CAP4 {
    position: absolute;
    left: 0px;
    top: -140px;
    margin-left: 0%;
    width: 302px;
    height: 76px;
}


@media(max-width:1030px) {
/*    .DV_CAP1 {
        position: absolute;
        left: 0px;
        top: -440px;
        margin-left: 52%;
        width: 302px;
        height: 76px;
    }*/
}


@media(max-width:980px) {
    .DV_CAP1 {
        position: absolute;
        left: 0px;
        top: -440px;
        margin-left: 0%;
        width: 302px;
        height: 76px;
    }

    .DV_CAP2 {
        position: absolute;
        left: 0px;
        top: -140px;
        margin-left: 0%;
        width: 302px;
        height: 76px;
    }

    .DV_CAP4 {
        position: absolute;
        left: 0px;
        top: -140px;
        margin-left: 0%;
        width: 302px;
        height: 76px;
    }
}

@media(max-width:400px) {
    .DV_CAP1 {
        width: 100%;
        height: 76px;
        overflow: hidden;
        overflow-x: scroll;
    }

    .DV_CAP2 {
        width: 100%;
        height: 76px;
        overflow: hidden;
        overflow-x: scroll;
    }

    .DV_CAP4 {
        width: 100%;
        height: 76px;
        overflow: hidden;
        overflow-x: scroll;
    }
}



/*---------------------------------------------------*/



.IT_body * {
    box-sizing: border-box;
}

.IT_body {
    box-sizing: border-box;
    display: none;
    position: fixed;
    z-index: 9999999999;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
}

#SlideContainer {
    position: relative;
    width: 1024px;
    height: 864px;
    margin: 0 auto 0 auto;
    overflow: hidden;
    border: 2px solid #f11a1d;
}

    #SlideContainer * {
        box-sizing: border-box;
        user-select: none;
    }

    #SlideContainer img {
        display: block;
        width: 100%;
        height: auto;
    }

#Slider {
    display: block;
    transition: 0.5s;
    background-color: #fff;
    height: auto !important;
    padding: 0;
    margin: 0;
}

    #Slider p {
        display: block;
        width: 0 !important;
        height: 0 !important;
        clear: left !important;
        overflow: hidden !important;
        margin: 0;
    }

    #Slider img {
        float: left;
        display: block;
        height: auto;
        margin: 0;
    }

.SliderOpacity {
    opacity: 0.5;
}

.SLIDECON {
    width: 100px;
    height: 50px;
    background-color: #000;
    color: #fff;
    text-align: center;
    line-height: 50px;
}

#SLIDECON_L, #SLIDECON_R, #SLIDECON_E {
    position: absolute;
    top: 0;
    width: 40px;
    height: 40px;
    line-height: 30px;
    text-align: center;
    line-height: 36px;
    cursor: pointer;
    user-select: none;
    transition: 0.4s;
    border-radius: 20px;
    color: #fff;
    border: 2px solid #fff;
}

#SLIDECON_E {
    top: 10px;
    right: 10px;
    background-color: rgba(255,0,0,0.5);
    font-size: 27px;
    padding-left: 0px;
}

    #SLIDECON_E:hover {
        background-color: rgba(255,0,0,1);
        color: #fff;
        border: 2px solid #fff;
    }

#SLIDECON_L {
    left: 10px;
    background-color: rgba(0,0,0,0.7);
    font-size: 30px;
}

    #SLIDECON_L:hover {
        background-color: #fff;
        color: #000;
        border: 2px solid #000;
    }

#SLIDECON_R {
    right: 10px;
    background-color: rgba(0,0,0,0.7);
    font-size: 30px;
}

    #SLIDECON_R:hover {
        background-color: #fff;
        color: #000;
        border: 2px solid #000;
    }

@media(max-width:1080px) {
    #SlideContainer {
        width: 800px;
        height: 675px;
    }
}

@media(max-height:860px) {
    #SlideContainer {
        width: 800px;
        height: 675px;
    }
}

@media(max-width:880px) {
    #SlideContainer {
        max-width: 640px;
        height: 600px;
    }
}

@media(max-height:720px) {
    #SlideContainer {
        max-width: 640px;
        height: 600px;
    }
}

@media(max-width:670px) {

    #SlideContainer {
        width: 96%;
        max-width: 640px;
        height: auto;
    }
}

@media(max-height:630px) {

    #SlideContainer {
        width: 96%;
        max-width: 640px;
        height: auto;
    }
}



/*---------------------------------------------------*/


.popularCard {
    width: 100%;
    margin-bottom: 20px;
    border-radius: 8px;
    border:1px solid #000;
}

.PRV_anchor {
    display: block;
    width: 25%;
    min-height: 250px;
    float: left;
    padding: 0 20px 20px 20px;
    text-decoration: none;
    color: #000;
    transition: 0.5s;
}

.PRV_image {
    display: block;
    width: 100%;
    height: auto;
    margin-bottom: 20px;
    transition: 0.5s;
}

.PRV_make {
    font-size: 18px;
    margin-bottom: 5px;
    transition: 0.5s;
}

.PRV_model {
    font-size: 14px;
    margin-bottom: 5px;
}

.PRV_price {
    font-size: 14px;
    color: #f11a1d;
    display: none;
}

.PRV_anchor:hover .PRV_image {
    opacity: 0.5;
}

.PRV_anchor:hover .PRV_make {
    color: #1f5884;
}

@media(max-width:980px) {

    .PRV_anchor {
        width: 50%;
        margin-bottom: 40px;
    }
}

@media(max-width:600px) {

    .PRV_anchor {
        width: 100%;
        float: none;
    }
}


/*---------------------------------------------------*/


.overlinks {
}

.sm_prime_link {
    display: block;
    height: 36px;
    text-decoration: none;
    color: #fff;
    float: right;
    width: 140px;
    border: 1px;
    margin-left: 20px;
    cursor: pointer;
    border: 2px solid #000;
}

    .sm_prime_link a {
        display: block;
        text-decoration: none;
        padding: 0 0 0 0 !important;
    }

.sm_icon_a {
    display: block;
    width: 32px;
    height: 32px;
    float: left;
}

.sm_header_a {
    width: 90px;
    height: 32px;
    line-height: normal !important;
    color: #fff;
/*    font-weight: bold;*/
    font-size: 12px;
    float: left;
    margin-left: 10px;
}

.sm_prime_bc_wa {
    background-color: #1bd741;
    border: 2px solid #1bd741;
    margin-left: 20px;
}

.sm_prime_bc_fb {
    background-color: #3a559f;
    border: 2px solid #3a559f;
}

.sm_prime_bc_tw {
    background-color: #1da1f3;
    border: 2px solid #1da1f3;
}


    .sm_prime_bc_wa:hover,
    .sm_prime_bc_fb:hover,
    .sm_prime_bc_tw:hover {
        border: 2px solid #4972b4;
    }


@media(max-width:1110px) {
    .sm_prime_link {
        float: left;
        margin-left: 0;
        margin-right: 20px;
    }
}

@media(max-width:580px) {
    .sm_prime_link {
        float: none;
        margin-left: 0px;
        margin-right: 0px;
        margin: 0 0 20px 0;
    }
}


/*---------------------------------------------------*/

.whatsapp_popup {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 3000px;
    background-color: rgba(0,0,0,0.5);
    z-index: 999999;
}

.whatsapp_popup_body {
    position: absolute;
    top: 50px;
    left: -112px;
    margin-left: 50%;
    width: 224px;
    min-height: 200px;
    background-color: #fff;
}

.whats_app_heading {
    background-color: #1bd741;
    color: #fff;
    font-size: 13px;
/*    font-weight: bold;*/
}

.sm_logo_2 {
    width: 64px;
    height: 64px;
    float: left;
}

.sm_header_2 {
    height: 64px;
    float: right;
    width: 160px;
}

.input_overide {
    float: none !important;
    width: 96% !important;
    height: 40px !important;
    padding: 0 2% 0 2% !important;
    margin: 0 2% 0 2% !important;
    border: none !important;
    background-color: #f0f2f5 !important;
}

.sharetofriendbutton {
    width: 96% !important;
    height: 40px !important;
    line-height: 40px;
    margin: 0 2% 0 2% !important;
    background-color: #4972b4;
    color: #fff;
/*    font-weight: bold;*/
    text-align: center;
    cursor: pointer;
}

    .sharetofriendbutton:hover {
        background-color: #f0f2f5;
        color: #000;
    }

.jserror {
    width: 100%;
    height: 32px;
    line-height: 32px;
    text-align: center;
/*    font-weight: bold;*/
    color: #f00;
}


/*---------------------------------------------------*/


[data-panel="5"]{
    display:block !important;
}



/*---------------------------------------------------*/



.multi_line_txt_box{
    resize:none;
}


