﻿/* css */

body {
    padding: 0;
    margin: 0;
    width: 100%;
    float: left;
    background-color: #515151;
    font-family: Arial;
    color: #515151;
    overflow-y: scroll;
    overflow-x: hidden;
}


#owl-demo1.owl-carousel .owl-wrapper, #owl-demo1.owl-carousel .owl-item {
    background-color: #171313;
}

#Hiden {
    height: 1px;
}

#owl-demo1 img {
    width: 100%;
    max-height: 400px;
}

.loading_img {
    width: 60px;
    height: 60px;
    background-image: url('https://cdn2-5e15.kxcdn.com/yoko/YokoImages/General/loading_banner.GIF');
    position: fixed;
    left: 50%;
    top: 50%;
    margin-left: -30px;
    margin-top: -31px;
    z-index: 1000;
}

.loading_banner_gif {
    width: 60px;
    height: 60px;
    background-image: url('https://cdn2-5e15.kxcdn.com/yoko/YokoImages/General/loading_banner.GIF');
    position: absolute;
    left: 50%;
    top: 50%;
    margin: -30px 0 0 -30px;
    z-index: 10;
}

@-webkit-keyframes fontfix {
    from {
        opacity: 1;
    }

    to {
        opacity: 1;
    }
}

.logo_yokohama_wraapper {
    float: left;
    width: 100%;
    background-color: #fff;
    position: relative;
}

.search_load_img {
    width: 24px;
    height: 26px;
    background-image: url('../Images/search_load_img.gif');
    display: block;
    margin: 8px auto 0 auto;
    display: none;
}
/*@font-face {
    font-family: 'antonregular';
    src: url('anton-webfont/anton-webfont.eot');
    src: url('anton-webfont/anton-webfont.eot?#iefix') format('embedded-opentype'),
         url('anton-webfont/anton-webfont.woff') format('woff'),
         url('anton-webfont/anton-webfont.ttf') format('truetype'),
         url('anton-webfont/anton-webfont.svg#antonregular') format('svg');
    font-weight: normal;
    font-style: normal;

}*/
/*.sprite_img{background-image:url('http://cdn2-5e15.kxcdn.com/yoko/YokoImages/General/sprite_img.png');}*/
.sprite_img {
    background-image: url('https://cdn2-5e15.kxcdn.com/yoko/YokoImages/General/sprite_img.png');
}

.check_box_active {
    background-position: -90px -2px !important;
}

.display_none {
    display: none;
}

.float_left {
    float: left;
}

.line-throughs {
    text-decoration: line-through;
    color: #515151;
    font-family: Arial;
    font-size: 12px;
}

.float_right {
    float: right;
}

.width_80 {
    width: 80% !important;
}

.color_red {
    color: #dd2728 !important;
}

.bg_red {
    background-color: #dd2728 !important;
}

.check_box_active ~ span {
    color: #dd2728;
}

.box_sizing {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.box_shadow {
    -webkit-box-shadow: 0px 0px 1px 0px rgba(174, 187, 192, 0.75);
    -moz-box-shadow: 0px 0px 1px 0px rgba(174, 187, 192, 0.75);
    box-shadow: 0px 0px 1px 0px rgba(174, 187, 192, 0.75);
}

.ul_clear {
    padding: 0;
    margin: 0;
    list-style: none;
    width: 100%;
    float: left;
}

.main {
    width: 100%;
    float: left;
    position: relative;
    z-index: 1;
}

.header_wrapper {
    width: 100%; /*height:190px;*/
    float: left;
}

.inner_width {
    max-width: 1150px;
    margin: auto;
    width: 100%;
}

.logo_yokohama {
    float: left;
    margin: 0;
    width: 100%;
    max-width: 226px;
    border: none;
}

.margin_top_15 {
    margin-top: 15px !important;
}

.border_bottom_none {
    border-bottom: none !important;
}

.AfterSales_hide_desktop {
    display: none;
}
/*nav menu part*/



.menu_background_color {
    background: -moz-linear-gradient(top, #373535 0%, #232121 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#373535), color-stop(100%,#232121)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #373535 0%,#232121 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #373535 0%,#232121 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #373535 0%,#232121 100%); /* IE10+ */
    background: linear-gradient(to bottom, #373535 0%,#232121 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#373535', endColorstr='#232121',GradientType=0 ); /* IE6-9 */
    border-bottom: 1px solid #161515;
    border-top: 1px solid #787878;
    font-family: "Oswald",sans-serif;
    height: 50px;
    position: relative;
    width: 100%;
    z-index: 1;
}



.nav_menu_wrapper_new {
    width: 57%;
    margin: 17px 0 0 0;
    float: right;
    z-index: 100;
    position: relative;
    font-family: 'Oswald', sans-serif;
    padding: 0 50px 0 0;
}

    .nav_menu_wrapper_new ul {
        padding: 0 0%;
        float: left;
        width: 100%;
    }

    .nav_menu_wrapper_new li {
        float: left;
        width: 16.666666%;
        color: #fff;
    }

        .nav_menu_wrapper_new li a {
            border: 1px dashed #ffffff; /* Old browsers */
            font-family: 'Oswald', sans-serif;
            text-decoration: none;
            font-size: 12px;
            text-transform: uppercase;
            -webkit-box-sizing: border-box;
            -moz-box-sizing: border-box;
            box-sizing: border-box;
            padding: 7px 0;
            border-radius: 4px;
            width: 60%;
            display: block;
            color: #2a2828;
            text-align: center;
        }

            .nav_menu_wrapper_new li a:hover {
                color: #d02526;
            }

    .nav_menu_wrapper_new .active {
        border: 1px solid #d02526;
        color: #fff;
        background-color: #d02526;
        ;
    }



.sale_menu_drop_down {
    display: none;
}






/*nav menu part end*/
.selected {
    color: #d02526 !important;
}

/*banner part*/

.banner_wrapper_part {
    width: 100%;
    float: left; /*background-color:#f3f3f3;*/
    margin-top: 1px;
}
/*.banner_wrapper_part:after {
width: 100%;
float: left;
height: 2px;

content: "";

}*/
.banner_wrapper {
    background-color: #FFF;
    width: 100%; /*height:460px;*/
    float: left;
    position: relative;
}

.banner_wrapper_part .banner_wrapper {
    padding: 0 10px 0 0;
    box-sizing: border-box;
}

.Show_all_button {
    width: 100%;
    float: left;
    height: 40px;
    text-align: center;
    font-size: 12px;
    line-height: 40px;
    cursor: pointer;
    color: #d02526;
    background-color: #e7e7e7;
    display: none;
    cursor: pointer;
    position: relative;
    z-index: 1;
}


.sale_menu_wrapper {
    width: 100%;
    margin: 0;
    float: left;
    padding: 0;
    z-index: 1;
    border-radius: 2px;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    background: #2b2d33; /* Old browsers */
    background: linear-gradient(to bottom, #009E49 0%,#009E49 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#009E49', endColorstr='#009E49',GradientType=0 );
}


    .sale_menu_wrapper:before {
        content: "";
        border-bottom: 1px solid #2a2828;
        height: 1px;
        width: 100%;
        float: left;
        margin-top: -2px;
    }

    .sale_menu_wrapper:after {
        content: "";
        height: 1px;
        width: 100%;
        float: left;
    }




    .sale_menu_wrapper ul {
        width: 100%;
        max-width: 1000px;
        background-color: #2a2828;
        float: none !important;
        margin: auto;
    }

.SoldCars_mobile {
    display: none;
}

#ar_li {
    display: none;
}

.sale_menu_wrapper li {
    position: relative;
    cursor: pointer;
    float: left;
    width: 16.666666%;
    line-height: 45px;
    text-align: center;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    /*border-left: 1px solid #2c7ad2;
                           border-right: 1px solid #014179;*/
}

    .sale_menu_wrapper li a {
        color: #fff;
        text-decoration: none;
        font-family: 'Oswald', sans-serif;
        text-transform: uppercase;
        float: left;
        width: 100%;
        line-height: 45px;
        text-align: center; /*border-bottom:2px solid #000;*/
        font-size: 14px;
    }

        .sale_menu_wrapper li a:hover {
            background-color: #dc2727;
            /*border-bottom: 2px solid #a51415;*/
        }

.active_menu2 {
    background-color: #dc2727 !important;
    border-bottom: 2px solid #d02526 !important;
    color: #fff !important;
}

    .active_menu2:after {
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 0 6px 6px 6px;
        border-color: transparent transparent #d02526 transparent;
        content: "";
        display: block;
        margin: -6px auto 0 auto;
    }

.sale_menu_wrapper li:first-child:before {
    content: "";
    height: 45px;
    border-left: 1px solid #014179;
    position: absolute;
    left: 0;
    top: 0;
}

.sale_menu_wrapper li:last-child:after {
    content: "";
    height: 45px; /*border-right:1px solid #2c7ad2;*/
    position: absolute;
    right: 0;
    top: 0;
}





.banner_box_wrapper {
    padding: 10px 0 0 0;
}

    .banner_box_wrapper li {
        width: 25%;
        float: left;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        padding: 0 10px 0 0;
    }

        .banner_box_wrapper li div {
            width: 100%;
            border: 1px solid #d5d5d5;
            background-color: #fff;
            -webkit-box-sizing: border-box;
            -moz-box-sizing: border-box;
            box-sizing: border-box;
            padding: 5% 0;
        }

            .banner_box_wrapper li div h3 {
                width: 100%;
                float: left;
                font-weight: bold;
                font-size: 16px;
                color: #373535;
                text-align: center;
                padding: 0;
                margin: 2% 0 0 0;
            }

            .banner_box_wrapper li div p {
                width: 100%;
                float: left;
                font-size: 15px;
                text-align: center;
                color: #373535;
                font-style: italic;
                padding: 2% 0;
                margin: 0;
            }

            .banner_box_wrapper li div h3:after {
                content: "";
                float: left;
                border-top: 1px solid #d3d3d3;
                border-bottom: 1px solid #fff;
                display: block;
                width: 100%;
                margin: 2% 0 0 0;
            }


            .banner_box_wrapper li div img {
                width: 100%;
                float: left;
                margin: 0 0 3% 0;
                border: none;
                border: 1px solid #ccc;
                border-radius: 2px;
            }

            .banner_box_wrapper li div button {
                width: 100px;
                display: block;
                height: 3px;
                border-radius: 4px;
                padding: 0;
                border: none;
                background-color: #f6f6f6;
                color: #f6f6f6;
                font-style: italic;
                text-align: center;
                font-size: 12px;
                font-weight: bold;
            }


h3 {
    color: black;
}


/*banner part end*/






.content_wrapper_part {
    width: 100%;
    float: left;
}

.content_part_wrapper {
    width: 100%;
    float: left;
}

.content_wrapper {
    float: left;
    width: 100%;
    background-color: #fff;
    min-height: 500px;
}

.padding_75_start_end {
    padding: 0 75px;
}

.h3_heading {
    width: 100%;
    float: left;
    color: #d02526;
    font-family: 'Oswald', sans-serif;
    font-weight: normal;
    font-size: 18px;
    margin: 1em 0;
}

.v_logo_wrapper {
    width: 100%;
    float: left;
}


    .v_logo_wrapper li {
        width: 12.5%;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        padding: 0 7px 0 7px;
        float: left;
        margin: 0 0 14px 0;
    }

        .v_logo_wrapper li div {
            width: 100%;
            float: left;
            border: 1px solid #d5d5d5;
            background-color: #fff;
            -webkit-box-sizing: border-box;
            -moz-box-sizing: border-box;
            box-sizing: border-box;
        }

        .v_logo_wrapper li img {
            margin: auto;
            display: block;
            width: 100%;
            max-height: 90px;
        }


.suribet_games_wrapper {
    width: 100%;
    float: left;
    margin: 10px 0 0 0;
}

    .suribet_games_wrapper li {
        float: left;
        padding: 0 10px 0 0;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        width: 33.333333%;
    }

        .suribet_games_wrapper li img {
            margin: auto;
            display: block;
            width: 100%;
            border: none;
        }

        .suribet_games_wrapper li div {
            border-radius: 2px;
            border: 1px solid #d5d5d5;
            background-color: #fff;
            float: left;
            -webkit-box-sizing: border-box;
            -moz-box-sizing: border-box;
            box-sizing: border-box;
            width: 100%;
        }

.padding_0_6_p {
    padding: 0 6.395666% !important;
}


.social_media_ICON {
    padding: 0;
    margin: 0;
    list-style: none;
    width: 170px;
    margin: 0 auto 25px auto;
    padding: 32px 0;
    clear: both;
}

    .social_media_ICON li {
        float: left;
        margin: 0 5px 0 5px;
    }
/*.g_pluse{background-position:-2px -2px;width:22px;height:22px;}
.fb{background-position:-27px -2px;width:22px;height:22px;}
.yt{background-position:-52px -2px;width:22px;height:22px;}*/
.copy_right {
    width: 100%;
    text-align: center;
    font-family: 'Oswald', sans-serif;
    color: #b3b2b2;
    font-size: 12px;
    font-weight: normal;
    font-style: italic;
    float: left;
}


.select_box_SLE {
    float: left;
    width: 100%;
    padding: 0 0 0 10px;
    color: #a2a2a2;
    margin: 0 0 10px 0;
    height: 39px;
    background-color: #2a2828;
    border: 1px solid #a2a2a2;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
    font-size: 12px;
}

    .select_box_SLE span {
        line-height: 39px;
        cursor: pointer;
    }

    .select_box_SLE .select_box_arrow {
        width: 16px;
        height: 11px;
        background-position: -147px -2px;
        position: absolute;
        right: 10px;
        top: 16px;
        z-index: 100;
        cursor: pointer;
    }

.select_box_drop_down_SLE {
    display: none;
    width: 100%;
    position: absolute;
    left: -1px;
    top: 37px;
    background-color: #373535;
    border: 1px solid #2a2828;
}

    .select_box_drop_down_SLE li {
        cursor: pointer;
        line-height: 39px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        background: none;
        border-bottom: 1px solid #2a2828;
        border-top: 1px solid #3d3c3c;
        border-radius: 0;
        border-right: none;
        border-left: none;
        margin: 0;
        padding: 0 0 0 10px;
    }




/*inner page*/

.sale_menu_drop_down {
    width: 100%;
    float: left;
    /*background-color: #333131;*/
    /*border: 1px solid #2a2828;*/
    padding: 25px 0 10px 25px;
    margin: 64px 0 20px 0;
}

.Browse_By_Make_type_wrapper {
    width: 33.333333%;
    float: left;
    padding: 0 25px 0 0;
    margin: 0 0 10px 0;
}

.Make_type_heading {
    width: 100%;
    float: left;
    font-size: 12px;
    font-weight: bold;
    padding: 0 0 8px 2px;
    color: #a2a2a2;
}

.make_item_wrapper {
    width: 100%;
    float: left;
    background-color: #2a2828;
    font-size: 12px;
    font-weight: bold;
    position: relative;
    padding: 10px 0;
    border: 1px solid #373535;
}

    .make_item_wrapper li {
        width: 100%;
        float: left;
        line-height: 30px;
        border-bottom: 1px solid #2a2828;
        border-top: 1px solid #3d3c3c;
        cursor: pointer;
        color: #a2a2a2;
    }

        .make_item_wrapper li:hover {
            color: #d02526;
        }

    .make_item_wrapper ul {
        padding: 0 18px;
        height: 225px;
    }

    .make_item_wrapper li:first-child {
        border-top: none;
    }

    .make_item_wrapper li:last-child {
        border-bottom: none;
    }

.check_box {
    width: 13px;
    height: 13px;
    float: left;
    background-position: -76px -2px;
    background-repeat: no-repeat;
    margin: 9px 10px 0 1px;
    -moz-box-shadow: inset 0 0 10px #131313;
    -webkit-box-shadow: inset 0 0 10px #131313;
    box-shadow: inset 0 0 10px #131313;
}

.Browse_By_Make_type_wrapper input[type="text"] {
    float: left;
    width: 100%;
    padding: 0 0 0 10px;
    color: #a2a2a2;
    margin: 0;
    height: 39px;
    background-color: #2a2828;
    border: 1px solid #a2a2a2;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}


.make_item_wrapper:after, .Browse_By_Make_type_wrapper input:after {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    float: left;
    position: relative;
    bottom: -12px;
}

.owl-item {
    cursor: pointer;
}

.active_text_box {
    border-color: #ffcb00 !important;
    outline: none;
}


.margin_10_0 {
    margin: 8px 0 0 0;
}

.Browse_By_Make_type_wrapper input[type="button"], .sale_menu_drop_down input[type="button"] {
    cursor: pointer;
    background: #2a2828; /* Old browsers */
    background: -moz-linear-gradient(top, #2a2828 0%, #161515 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#2a2828), color-stop(100%,#161515)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #2a2828 0%,#161515 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #2a2828 0%,#161515 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #2a2828 0%,#161515 100%); /* IE10+ */
    background: linear-gradient(to bottom, #2a2828 0%,#161515 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2a2828', endColorstr='#161515',GradientType=0 ); /* IE6-9 */
    width: 127px;
    height: 36px;
    border: 1px solid #0c0c0c;
    color: #d02526;
    text-align: center;
    line-height: 34px;
    font-family: 'Oswald', sans-serif;
    font-size: 14px;
    display: block;
    margin: 0 auto 0 auto;
}

.margin_bottom_25 {
    margin-bottom: 25px;
}


.car_types {
    float: left;
    width: 45px;
    height: 20px;
}




.CARICONS_sprite {
    background: url('http://cdn2-5e15.kxcdn.com/yoko/YokoImages/General/CARICONS.png') no-repeat;
    float: left;
    width: 50px !important;
}


.ATV:before {
    background-position: -6px -23px;
    width: 27px;
    height: 20px;
    margin: 3px 5px 0 0;
}

.BUS:before {
    background-position: -7px -49px;
    width: 47px;
    height: 17px;
    margin: 6px 5px 0 0;
}

.CAR:before {
    background-position: -6px -71px;
    width: 45px;
    height: 16px;
    margin: 7px 5px 0 0;
}

.CONVERTIBLE:before {
    background-position: -59px -3px;
    width: 44px;
    height: 15px;
    margin: 7px 5px 0 0;
}

.COUPE:before {
    background-position: -59px -24px;
    width: 43px;
    height: 15px;
    margin: 7px 5px 0 0;
}


.CRANE:before {
    background-position: -60px -44px;
    width: 26px;
    height: 20px;
    margin: 4px 5px 0 0;
}

.EXCAVATOR:before {
    background-position: -60px -69px;
    width: 35px;
    height: 16px;
    margin: 7px 5px 0 0;
}

.FORKLIFT:before {
    background-position: -113px -2px;
    width: 35px;
    height: 23px;
    margin: 3px 5px 0 0;
}

.HATCH:before {
    background-position: -113px -27px;
    width: 42px;
    height: 17px;
    margin: 7px 5px 0 0;
}

.LIGHT_TRUCK:before {
    background-position: -113px -47px;
    width: 39px;
    height: 18px;
    margin: 7px 5px 0 0;
}


/*.HATCH_BACK:before {
    width: 42px;
    height: 17px;
    margin: 7px 5px 0 0;
}*/
.HATCH_BACK:before {
    background-position: -352px -25px;
    width: 42px;
    height: 19px;
    margin: 5px 5px 0 0;
}

.MOPE:before, .MOPED:before {
    background-position: -114px -66px;
    width: 27px;
    height: 21px;
    margin: 4px 5px 0 0;
}

.MOTORCYCLE:before {
    background-position: -168px -3px;
    width: 35px;
    height: 19px;
    margin: 6px 5px 0 0;
}

.PASSENGER_CAR:before {
    background-position: -6px -71px;
    width: 45px;
    height: 16px;
    margin: 7px 5px 0 0;
}

.PEOPLE_MOVER:before {
    background-position: -168px -28px;
    width: 45px;
    height: 19px;
    margin: 7px 5px 0 0;
}


.PICKUP:before {
    background-position: -169px -49px;
    width: 42px;
    height: 15px;
    margin: 7px 5px 0 0;
}

.SCOOTER:before {
    background-position: -172px -66px;
    width: 27px;
    height: 21px;
    margin: 4px 5px 0 0;
}



.SEDAN:before {
    background-position: -224px -3px;
    width: 51px;
    height: 18px;
    margin: 7px 5px 0 0;
}

.STATION:before {
    background-position: -225px -27px;
    width: 43px;
    height: 17px;
    margin: 7px 5px 0 0;
}


.SUV:before {
    background-position: -225px -51px;
    width: 41px;
    height: 18px;
    margin: 7px 5px 0 0;
}

.TRACTOR:before {
    background-position: -298px -3px;
    width: 23px;
    height: 26px;
    margin: 2px 5px 0 0;
}

.TRUCK:before {
    background-position: -297px -33px;
    width: 48px;
    height: 16px;
    margin: 7px 5px 0 0;
}

.VAN:before {
    background-position: -297px -53px;
    width: 30px;
    height: 17px;
    margin: 7px 5px 0 0;
}

.WAGON:before {
    background-position: -298px -73px;
    width: 28px;
    height: 15px;
    margin: 7px 5px 0 0;
}

.anybodytype:before {
    background-position: -353px -4px;
    width: 41px;
    height: 14px;
    margin: 7px 5px 0 0;
}






.css_arrow_border {
    height: 0;
    width: 0;
    border-style: solid;
    border-width: 15px 17px 15px 0;
    border-color: transparent #373535 transparent transparent;
    top: 5px;
    left: -18px;
    z-index: 9;
    position: absolute;
}

    .css_arrow_border:before {
        height: 0;
        width: 0;
        border-style: solid;
        border-width: 15px 17px 15px 0;
        border-color: transparent #b5b4b4 transparent transparent;
        top: 5px;
        left: -20px;
        z-index: 9;
        position: absolute;
    }

.top_75 {
    top: 75px !important;
}

.top_145 {
    top: 145px !important;
}

.top_215 {
    top: 215px !important;
}

/*inner page end*/
.padding_25_start_end {
    padding: 0 28px 0 38px;
}



.slider_sailing_car_wrapper {
    float: left;
    width: 100%;
}

.slider_sailing_car {
    position: relative;
    float: left;
    width: 100%;
    background-color: #c9c9c9;
    border: 1px solid #bcbbbb;
}


.slider_sailing_car_inner_wrapper {
    cursor: move;
    width: 100%;
    overflow: hidden;
    float: left;
}


.slider_car_div_wrapper > div {
    float: left;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 10px 0 0;
    margin: 0;
}

    .slider_car_div_wrapper > div > p {
        height: 200px;
        position: relative;
        width: 100%;
        float: left;
        background-color: #f2f9fe;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        padding: 5px;
        margin: 0;
        border: 1px solid #CEE5F5;
    }


.reserved_vehicle_wrapper .reserved_vehicle_wrapperhover {
    z-index: 11;
    background-image: url(https://cdn2-5e15.kxcdn.com/yoko/YokoImages/General/reserved.png);
    width: 100px;
    height: 100px;
    position: absolute;
    left: 0;
    top: -5px;
}

.sold_vehicle_wrapper .sold_vehicle_wrapperhover {
    z-index: 11;
    background-image: url(https://cdn2-5e15.kxcdn.com/yoko/YokoImages/General/SOLD.png);
    width: 100px;
    height: 100px;
    position: absolute;
    left: 0;
    top: -5px;
}








.slider_car_div_wrapper > div > p > a > img { /*width:auto!important;*/
    height: 120px !important;
    margin: auto;
    margin-bottom: 0 !important;
}

.slider_car_div_wrapper > div > p > a {
    display: block;
    width: 100%;
    overflow: hidden;
    background-color: #373535;
    position: relative;
}


.car_name {
    width: 100%;
    float: left;
    padding: 4% 0 2% 0;
    font-size: 10px;
    text-align: center;
    font-weight: bold;
    line-height: 10px;
    min-height: 16px;
}

.car_id {
    width: 100%;
    float: left;
    padding: 2% 0;
    font-size: 12px;
    text-align: center;
    font-weight: bold;
    border-top: 1px solid #e0dfdf;
}

.sail_preice_car {
    width: 100%;
    float: left;
    padding: 0;
    font-size: 12px;
    text-align: center;
    border-top: 1px solid #e0dfdf;
    color: #d02526;
    margin: 1px 0;
    font-family: 'Oswald', sans-serif;
    font-size: 14px;
}




.search_results_wrapper {
    float: left;
    width: 100%;
    margin: 10px 0 0 0;
}

    .search_results_wrapper li {
        width: 25%;
        -webkit-box-sizing: border-box;
        min-height: 290px;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        padding: 0 5px 10px 5px;
        float: left;
        height: 100%;
        position: relative;
    }




.SoldVehicles .sail_preice_car {
    padding: 12px 0 0 0;
}


.search_results_wrapper li > div {
    height: 290px;
    width: 100%;
    float: left;
    background-color: #fff;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 5px;
    margin: 0;
    border: 3px solid #fff;
    position: relative;
    border: 1px solid #e0dfdf;
}

    .search_results_wrapper li > div > a {
        float: left;
        width: 100%;
        background-color: #373535;
        overflow: hidden;
        position: relative;
    }

        .search_results_wrapper li > div > a > img {
            height: 150px;
            cursor: pointer;
            display: block;
            margin: auto;
            width: 100%;
        }

.top_holder {
    width: 70%;
    float: left;
    margin: 0 !important;
}

    .top_holder a {
        width: 35px;
        height: 35px;
        background-color: #373535;
        border: 1px solid #fff;
        cursor: pointer;
        margin: 0 2px !important;
        display: inline-block;
        float: left;
        line-height: 35px;
        border-radius: 4px;
        text-align: center;
        color: #fff;
    }

/*:after{ content:"";  width:15px;height:15px;background-image:url('../Images/sprite_img.png');display:block;background-position: -165px -1px;
margin: 12px 0 0 12px;}*/

.jp-previous:after {
    content: "";
    width: 15px;
    height: 15px;
    background-image: url('https://cdn2-5e15.kxcdn.com/yoko/YokoImages/General/sprite_img.png');
    display: block;
    background-position: -180px -1px;
    margin: 10px 0 0 10px;
}

/*.jp-next:after{ content:"";  width:15px;height:15px;background-image:url('../Images/sprite_img.png');display:block;background-position: -208px -1px;
margin: 12px 0 0 12px;}*/

.jp-next:after {
    content: "";
    width: 15px;
    height: 15px;
    background-image: url('https://cdn2-5e15.kxcdn.com/yoko/YokoImages/General/sprite_img.png');
    display: block;
    background-position: -192px -1px;
    margin: 10px 0 0 10px;
}

.Items_per_page_form {
    width: 140px;
    float: right;
}

    .Items_per_page_form select {
        width: 45px;
        height: 35px;
        background-color: #373535;
        border: 1px solid #fff;
        cursor: pointer;
        margin: 0 2px !important;
        display: inline-block;
        float: right;
        line-height: 35px;
        border-radius: 4px;
        text-align: center;
        color: #fff;
    }

    .Items_per_page_form label {
        line-height: 35px;
        font-size: 12px;
    }

.carname {
    padding: 5px 0 !important;
    margin: 0 !important;
}



.chech_box_wrapper_details {
    width: 100%;
    float: left;
    border-radius: 4px;
    border: 1px solid #BECFDC;
    padding: 5px;
}

.res_Cal_who_activeadd {
    background-color: #373535 !important;
    color: #dd2728;
}




/*details page*/




.detail_wrapper {
    width: 100%;
    float: left;
}

.detail_width_50 {
    width: 50%;
    float: left;
}

.detail_heading_location li {
    width: 100%;
    float: left;
    font-size: 12px;
    font-weight: bold;
    line-height: 24px;
}

    .detail_heading_location li:first-child {
        font-size: 14px;
        color: #dd2728;
    }

    .detail_heading_location li > div {
        float: left;
        width: 30%;
    }

        .detail_heading_location li > div + div {
            float: left;
            width: 70%;
        }

            .detail_heading_location li > div + div:before {
                float: left;
                content: ":";
                float: left;
                margin-right: 5px;
            }


.price_detail li {
    width: 100%;
    float: left;
    font-size: 14px;
    line-height: 24px;
    font-family: 'Oswald', sans-serif;
}

    .price_detail li > div {
        width: 50%;
        float: left;
        color: #dd2728;
        text-align: right;
    }

        .price_detail li > div + div {
            text-align: left;
        }

            .price_detail li > div + div:before {
                float: left;
                content: ":";
                margin: 0 5px 0 10%;
            }

.Payment_condition_wrapper {
    width: 100%;
    float: left;
}

    .Payment_condition_wrapper h6 {
        font-size: 14px;
        padding: 0;
        margin: 0;
        color: #dd2728;
        margin: 20px 0 0 0;
    }

    .Payment_condition_wrapper p {
        font-size: 12px;
        line-height: 18px;
        margin: 10px 0 0 0;
        width: 100%;
        float: left;
        padding: 0 0 20px 0;
        border-bottom: 1px solid #BECFDC;
    }

.v_details_wrapper {
    width: 100%;
    float: left;
    padding: 0 0;
}

    .v_details_wrapper li {
        float: left;
        width: 100%;
        font-size: 12px;
        font-weight: bold;
        line-height: 24px;
    }

        .v_details_wrapper li > div {
            width: 40%;
            float: left;
            white-space: normal;
        }

        .v_details_wrapper li > span {
            width: 60%;
            float: left;
            white-space: normal;
        }

            .v_details_wrapper li > span:before {
                content: ":";
                float: left;
                display: block;
                margin: 0 5px 0 0;
                white-space: normal;
            }



.Reservation_calculator_Whole_sale_wrapper {
    width: 100%;
    float: left;
    padding: 20px 0;
}

.Reservation_calculator_Whole_sale_wrapper_but li {
    width: 25%;
    float: left;
    padding: 0 0 0 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

    .Reservation_calculator_Whole_sale_wrapper_but li div {
        text-align: center;
        width: 100%;
        background-color: #CFCFCF;
        cursor: pointer;
        border: 1px solid #fff;
        border-radius: 2px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        height: 40px;
        line-height: 40px;
        font-size: 12px;
        font-weight: bold;
        float: left;
    }

.reservation_form_wrapper .Needed_Documents_ul {
    padding: 0 0 0 15px !important;
    margin: 0 !important;
    width: 100% !important;
    float: left !important;
}

    .reservation_form_wrapper .Needed_Documents_ul li {
        width: 100% !important;
        float: left !important;
        border: none !important;
        padding: 0 !important;
        margin: 0 !important;
        min-height: inherit !important;
        font-size: 12px;
        line-height: 24px;
    }

.Reservation_calculator_Whole_sale_wrapper_contant {
    width: 100%;
    float: left;
    padding: 0 0 0 10px;
    margin: 10px 0 0 0;
}

    .Reservation_calculator_Whole_sale_wrapper_contant li {
        position: relative;
        padding: 20px;
        float: left;
        width: 100%;
        min-height: 325px;
        background-color: #f8f8f8;
        border: 1px solid #ECECEC;
        border-radius: 2px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

    .Reservation_calculator_Whole_sale_wrapper_contant > li:before {
        position: absolute;
        left: 12%;
        top: -10px;
        content: "";
        height: 0;
        width: 0;
        border-width: 0 10px 10px 10px !important;
        border-style: solid;
        border-color: transparent transparent #CFCFCF transparent;
        z-index: 9;
        margin: 0 0 0 -10px;
    }

#toggleViewPart_6:before {
    left: 37%;
}

#toggleViewPart_7:before {
    left: 62%;
}

#toggleViewPart_8:before {
    left: 88%;
}

.heading_Res {
    width: 100%;
    float: left;
    font-size: 12px;
    font-weight: bold;
    padding: 0 0 10px 0;
    border-bottom: 1px solid #ECECEC;
}


.reservation_form {
    float: left;
    width: 100%;
    padding: 0 10%;
    font-size: 12px;
}

    .reservation_form label {
        float: left;
        width: 30%;
        line-height: 25px;
        margin: 15px 0 0 0;
    }

    .reservation_form .Reserve_popup_input {
        float: left;
        height: 25px;
        margin: 15px 0 0 0;
        line-height: 25px;
        background-color: #e5e5e5;
        border-radius: 4px;
        border: 1px solid #c9c9c9;
        width: 70%;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

.Reserve_popup_textarea {
    height: 75px !important;
}

.val_text, .vReserve_name, .vReserve_email, .vReserve_mobile {
    width: 100%;
    float: right;
    text-align: right;
    color: #dd2728;
    display: none;
    font-size: 12px;
}

.but_Details {
    width: 80px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    border: 1px solid #fff;
    border-radius: 4px;
    background-color: #dd2728;
    color: #FFF;
    float: left;
    margin: 15px 0 0 30%;
}

    .but_Details:hover {
        background-color: #373535;
        color: #fff;
        cursor: pointer;
    }

.select_box.select_box_details span {
    padding: 0 0 0 5px !important;
}

.select_box.select_box_details {
    float: left;
    position: relative;
    height: 30px;
    margin: 15px 0 0 0;
    line-height: 30px;
    background-color: #fff;
    border: 1px solid #ECECEC;
    border-radius: 4px;
    width: 100%;
    padding: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.select_box_text {
    padding: 0 0 0 10px;
}

.select_box.select_box_details li {
    width: 100%;
    height: 30px !important;
    line-height: 30px !important;
    min-height: 30px !important;
    padding-top: 0 !important;
    padding-left: 10px !important;
    cursor: pointer;
}

.select_box_details .select_box_arrow {
    width: 16px;
    height: 11px;
    background-position: -147px -2px;
    position: absolute;
    right: 10px;
    top: 12px;
    z-index: 100;
    cursor: pointer;
}





/*details page end*/





.After_Sales_box_wrapper {
    width: 100%;
    float: left;
    padding: 0 75px;
}

    .After_Sales_box_wrapper li {
        position: relative;
        width: 100%;
        float: left;
        margin: 20px 0;
        text-align: center;
        border-radius: 6px;
        height: 100px;
        line-height: 100px;
        font-size: 24px;
        background-color: #fff;
    }

        .After_Sales_box_wrapper li a {
            border: 1px solid #D1D1D1;
            color: #161515;
            text-decoration: none;
            font-weight: bold;
            height: 100px;
            line-height: 100px;
            width: 100%;
            float: left;
            background: #f1f1f1;
            border-radius: 6px;
            background: -moz-linear-gradient(top, #f1f1f1 0%, #e7e7e7 100%);
            background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f1f1f1), color-stop(100%,#e7e7e7));
            background: -webkit-linear-gradient(top, #f1f1f1 0%,#e7e7e7 100%);
            background: -o-linear-gradient(top, #f1f1f1 0%,#e7e7e7 100%);
            background: -ms-linear-gradient(top, #f1f1f1 0%,#e7e7e7 100%);
            background: linear-gradient(to bottom, #f1f1f1 0%,#e7e7e7 100%);
            filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f1f1f1', endColorstr='#e7e7e7',GradientType=0 );
        }

            .After_Sales_box_wrapper li a:hover {
                background-color: #e5e5e5;
                color: #dd2728;
            }

.AfterSalesWrapper {
    width: 100%;
    float: left;
    padding: 25px 0;
}

    .AfterSalesWrapper ul {
        padding: 0 75px;
    }

    .AfterSalesWrapper .reservation_form {
        padding: 0;
    }

.AfterSalesWrapper_head {
    width: 100%;
    float: left;
    font-size: 18px;
    padding: 15px 75px;
    margin: 0;
    border-bottom: 1px solid #ECECEC;
}

.AfterSalesWrapper .calculator_Whole_sal_form input[type="text"] {
    height: 35px;
    line-height: 35px;
}


.After_Sales_box_wrapper li img {
    position: absolute;
    width: 89px;
    height: 89px;
    left: 12%;
    top: 6px;
}

.after_sales_banners {
    width: 100%;
    float: left;
    padding: 0 75px;
    margin: 20px 0 0 0;
}

    .after_sales_banners img {
        float: left;
        width: 100%;
    }


.new_brands_and_news_wrapper {
    width: 100%;
    float: left;
    padding: 25px 0;
}

.new_brands_and_news {
    width: 100%;
    float: left;
    padding: 10px 75px 10px 75px;
}

    .new_brands_and_news h3 {
        padding: 0;
        margin: 0;
        font-family: 'Oswald', sans-serif;
        font-weight: normal;
        font-size: 16px;
    }

.new_brands_and_news_wrapper ul > li {
    float: left;
    width: 100%;
    padding: 0 20px 0 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 16%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    overflow: hidden;
    max-height: 122px;
}

.new_brands_and_news_wrapper ul li img {
    height: 106px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border: 3px solid #fff;
    margin: 3px;
    -webkit-box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.40);
    -moz-box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.40);
    box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.40);
}

.new_brands_and_news_wrapper ul > li img {
    width: 100%;
}

.new_brands_and_news_wrapper ul li.new_br_logo img {
    width: 100%;
}

.new_brands_and_news_wrapper ul li.new_br_logo {
}

.new_brands_and_news_wrapper ul p {
    font-size: 12px;
    line-height: 18px;
    text-align: justify;
    margin: 0;
}




/*updated by Anand on 11/01/2018 only added .calculator_Whole_sal_form input[type="number"] in below line*/
.calculator_Whole_sal_form input[type="text"], .calculator_Whole_sal_form textarea, .calculator_Whole_sal_form input[type="number"] {
    float: left;
    height: 30px;
    margin: 0 0 0 0;
    line-height: 30px;
    background-color: #fff;
    border: 1px solid #ECECEC;
    border-radius: 4px;
    width: 100%;
    padding: 0 0 0 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.calculator_Whole_sal_form span {
    width: 100%;
    float: left;
    padding: 10px 0 5px 0;
    font-weight: bold;
}

.calculator_Whole_sal_form label {
    width: 100%;
    float: left;
    font-weight: bold;
    line-height: 20px !important;
}

.calculator_Whole_sal_form .but_Details {
    margin: 15px 10px 0 0;
}

.calculate_table_wrapper {
    float: left;
    width: 100%;
    border: 1px solid #c9c9c9;
    border-radius: 4px;
    font-size: 12px;
    text-align: center;
    margin: 15px 0 0 0;
}

.Select_Payment_Period {
    width: 100%;
    height: 30px;
    line-height: 30px;
    margin: 15px 0 0 0;
    background-color: #e5e5e5;
    border-radius: 4px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 0 0 10px;
    border: 1px solid #c9c9c9;
}

.calculate_table_wrapper th {
    background-color: #dbdbdb;
    -webkit-box-sizing: border-box;
    padding: 5px 0;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border-left: 1px solid #c9c9c9;
}

    .calculate_table_wrapper th:first-child, .calculate_table_wrapper td:first-child {
        border-left: none;
    }

.calculate_table_wrapper td {
    border-top: 1px solid #c9c9c9;
    border-left: 1px solid #c9c9c9;
    line-height: 30px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}


/*about_wrapper*/

.about_wrapper {
    width: 100%;
    float: left;
    padding: 25px 50px;
}

    .about_wrapper p {
        font-size: 12px;
        line-height: 18px;
    }



/*  ************************************************** contact_pag Part start*******************************************  */
.contact_wrapper {
    padding: 25px 50px;
}

    .contact_wrapper h4 {
        margin: 5px 0;
    }

    .contact_wrapper ul {
        width: 100%;
        float: left;
        list-style: none;
        padding: 0;
        margin: 5px 0 15px 0;
        font-size: 12px;
    }

        .contact_wrapper ul li {
            float: left;
            width: 100%;
            line-height: 18px;
        }

.contact_form_wrapper {
    width: 75%;
    float: left;
    margin: 40px 0 0 2.5%;
}

    .contact_form_wrapper input {
        width: 100%;
        display: block;
        height: 40px;
        border: 1px solid #e5e5e5;
        padding: 0 0 0 10px;
        margin: 0 0 10px 0;
        line-height: 40px;
        border-radius: 2px;
    }

    .contact_form_wrapper textarea {
        width: 100%;
        display: block;
        height: 100px;
        border: 1px solid #e5e5e5;
        padding: 0 0 0 10px;
        margin: 0 0 10px 0;
        line-height: 40px;
        border-radius: 2px;
    }

.contact_but {
    width: 110px;
    height: 40px;
    text-align: center;
    font-size: 16px;
    color: #fff;
    background-color: #dd2627;
    border: 1px solid #cd0000;
    line-height: 40px;
    border-radius: 2px;
    cursor: pointer;
}

    .contact_but:hover {
        background-color: #cd0000;
    }

.contact_address_wrapper {
    padding: 15px;
    background-color: #fff;
    -webkit-box-shadow: 0px 0px 2px 0px rgba(0,0,0,0.20);
    -moz-box-shadow: 0px 0px 2px 0px rgba(0,0,0,0.20);
    box-shadow: 0px 0px 2px 0px rgba(0,0,0,0.20);
    width: 45%;
    float: left;
    margin: 15px 2.5% 0 2.5%;
}
/*  ************************************************** contact Part end*******************************************  */

#ListMake {
    margin: 0 0 10px 0;
}


#TypeList, #ModelList, #YearList { /*border-left:1px solid #2a2828;*/
}

.nav_menu_wrapper .active_menu {
    background: #f03a3b; /* Old browsers */
    background: -moz-linear-gradient(top, #f03a3b 0%, #dd2627 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f03a3b), color-stop(100%,#dd2627)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #f03a3b 0%,#dd2627 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #f03a3b 0%,#dd2627 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #f03a3b 0%,#dd2627 100%); /* IE10+ */
    background: linear-gradient(to bottom, #f03a3b 0%,#dd2627 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f03a3b', endColorstr='#dd2627',GradientType=0 ); /* IE6-9 */
    border: 1px solid #dd2627;
}






.news_wrapper img {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border: 3px solid #fff;
    width: 150px;
    float: left;
    height: 100px;
    -webkit-box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.40);
    -moz-box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.40);
    box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.40);
}

.news_contant_wrapper {
    width: 100%;
    margin: 0 0 0 -150px;
    padding: 0 0 0 175px;
    float: left;
}

    .news_contant_wrapper .news_view_wrapper_hidden p {
        margin: 5px 0;
        font-size: 12px;
        text-align: justify;
    }

.news_view_wrapper_hidden {
    float: left;
    width: 100%;
    height: 55px;
    overflow: hidden;
}

.news_read_more {
    float: right;
    font-family: 'Oswald', sans-serif;
    font-size: 12px;
    color: #d02526;
    cursor: pointer;
}

.color_095599 {
    color: #095599 !important;
}










.promo_wrapper {
    float: left;
    width: 100%;
    padding: 25px 25px 75px 25px;
}

    .promo_wrapper #owl-demo_promo img {
        width: 100%;
        float: left;
        border: 1px solid #e5e5e5;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

    .promo_wrapper li {
        float: left;
        width: 33.333333%;
        max-height: 250px;
        margin: 15px 0 0 0;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        padding: 0 5px;
    }

        .promo_wrapper li div {
            background: #fff;
            width: 100%;
            float: left;
            box-shadow: 0 2px 4px rgba(0,0,0,0.1);
            height: 240px;
            border: 1px solid #d8d6d6;
            overflow: hidden;
        }

        .promo_wrapper li a {
            background: #fff;
            width: 100%;
            float: left;
            overflow: hidden;
            padding: 10px;
            -webkit-box-sizing: border-box;
            display: block;
            -moz-box-sizing: border-box;
            box-sizing: border-box;
        }

        .promo_wrapper li img {
            width: 100%;
            vertical-align: middle;
        }


.back-to-top {
    position: fixed;
    z-index: 100;
    bottom: 2em;
    right: 15px;
    background-image: url(https://cdn2-5e15.kxcdn.com/yoko/YokoImages/General/topbut.png);
    width: 30px;
    height: 30px;
}


#BrandLogo {
    margin-top: 10px;
    margin-left: 15px;
    margin-bottom: 15px;
}


#popupDatepicker {
    width: 220px;
    display: block;
    height: 30px;
    border: 1px solid #e5e5e5;
    padding: 0 0 0 10px;
    margin: 0 0 10px 0;
    line-height: 30px;
    border-radius: 2px;
    float: left;
}

#btnSearch {
    width: 110px;
    height: 40px;
    text-align: center;
    font-size: 16px;
    color: #cd0000;
    background-color: #dd2627;
    clear: both;
    border-radius: 4px;
    cursor: pointer;
    margin: 0 auto;
    display: block;
}

#btnPromoSearch {
    width: 100px;
    height: 30px;
    text-align: center;
    font-size: 16px;
    color: #fff;
    background-color: #dd2627;
    border: 1px solid #cd0000;
    line-height: 30px;
    border-radius: 2px;
    cursor: pointer;
    margin: 0 0 0 10px;
}





.thumb_prev {
    width: 32px;
    height: 35px;
    position: absolute;
    left: 0px;
    margin: 20px 0 0 0;
    background-position: -54px -118px;
    cursor: pointer;
    z-index: 100;
}

.thumb_next {
    width: 32px;
    height: 35px;
    position: absolute;
    right: 0px;
    background-position: -90px -118px;
    margin: 20px 0 0 0;
    cursor: pointer;
    z-index: 100;
}







.after_sales {
    width: 100%;
    float: left;
    padding: 5px 10px 0 0;
}

    .after_sales img {
        border: 1px solid #d5d5d5;
        float: left;
        width: 100%;
        border-radius: 2px;
    }





.gallery_wrapper {
    width: 100%;
    float: left;
}

.gallery_img_wrapper {
    width: 100%;
    float: left;
    padding: 70px 50px 0 50px;
}

.gallery_imgs {
    width: 570px;
    margin: auto;
    height: 490px;
    position: relative;
    padding: 15px 0;
    background-color: #282626;
    border: 1px solid #100f0f;
    -moz-box-shadow: inset 0 0 10px #000000;
    -webkit-box-shadow: inset 0 0 10px #000000;
    box-shadow: inset 0 0 10px #000000;
}

#sync2 .owl-item {
}

#sync2 .item img {
    width: 100% !important;
    max-height: 75px;
    opacity: 0.4;
    filter: alpha(opacity=10); /* For IE8 and earlier */
}

#sync2 .owl-wrapper-outer {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin: 10px 0;
}

#sync2 .synced img {
    opacity: 0.9;
    filter: alpha(opacity=90); /* For IE8 and earlier */
}


#sync2 {
    float: left;
    width: 100%;
    padding: 0 0 0 15px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.owlfirst {
    background-color: #d49722;
    float: left;
    font-size: 10px;
    border-radius: 4px;
    margin: 15px 0 0 15px;
}


.owllast {
    background-color: #d49722;
    float: right;
    font-size: 10px;
    border-radius: 4px;
    margin: 15px 10px;
}



.banner_wrapper .gallery_img_wrapper img {
    float: left;
    width: 100%;
    margin: 0;
    border: none;
    text-align: center;
    /*display: none;*/
    display: block;
    border: 2px solid #211D1D;
    -moz-box-shadow: inset 0 0 10px #000000;
    -webkit-box-shadow: inset 0 0 10px #000000;
    box-shadow: inset 0 0 10px #000000;
}

.thumb_img_wrapper {
    width: 570px;
    margin: auto;
    padding: 7px 50px;
    clear: both;
}

    .thumb_img_wrapper li {
        width: 25%;
        float: left;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        padding: 0 4px;
    }

.banner_wrapper .thumb_img_wrapper li img {
    width: 100%;
    max-height: 75px;
    float: left;
    margin: 0;
    border: 1px solid #100f0f;
    -moz-box-shadow: inset 0 0 10px #000000;
    -webkit-box-shadow: inset 0 0 10px #000000;
    box-shadow: inset 0 0 10px #000000;
    cursor: pointer;
}

.thumb_add_class {
    opacity: 0.4;
    filter: alpha(opacity=40); /* For IE8 and earlier */
}

.banner_wrapper .thumb_img_wrapper li img:hover {
    opacity: 0.9;
    filter: alpha(opacity=90); /* For IE8 and earlier */
}


.BrandImg_but {
    color: #fff;
    margin: 20px 0 0 15px;
    min-width: 110px;
    padding: 0 20px;
    height: 45px;
    text-align: center;
    font-size: 16px;
    font-family: 'Oswald', sans-serif;
    float: left;
    line-height: 45px;
    background-color: #075295;
    border-radius: 2px;
}

    .BrandImg_but:hover {
        background-color: #d02526;
        cursor: pointer;
    }

.sale_menu_drop_down_SRT {
    display: none;
    margin-top: 35px;
}

.new_car_search_bt {
    z-index: 10;
    cursor: pointer;
    color: #1f5598;
    font-family: 'Oswald', sans-serif;
    letter-spacing: 1px;
    text-align: center;
    line-height: 39px;
    font-size: 12px;
    width: 114px;
    height: 39px;
    border-radius: 2px;
    background: #fdfdfd; /* Old browsers */ /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZkZmRmZCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlY2Y0ZmQiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top, #fdfdfd 0%, #ecf4fd 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fdfdfd), color-stop(100%,#ecf4fd)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #fdfdfd 0%,#ecf4fd 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #fdfdfd 0%,#ecf4fd 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #fdfdfd 0%,#ecf4fd 100%); /* IE10+ */
    background: linear-gradient(to bottom, #fdfdfd 0%,#ecf4fd 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fdfdfd', endColorstr='#ecf4fd',GradientType=0 ); /* IE6-8 */
    -webkit-box-shadow: 1px 1px 8px 0px rgba(50, 50, 50, 0.75);
    -moz-box-shadow: 1px 1px 8px 0px rgba(50, 50, 50, 0.75);
    box-shadow: 1px 1px 8px 0px rgba(50, 50, 50, 0.75);
    position: absolute;
    left: 50%;
    top: 15px;
    margin: 0 0 0 -57px;
    border: 1px solid #cccccc;
}

    .new_car_search_bt:before {
        content: "";
        float: left;
        margin: 10px 0 0 5px;
        background: url('https://cdn2-5e15.kxcdn.com/yoko/YokoImages/General/search_car_icon.png') no-repeat 0 -2px;
        width: 22px;
        height: 19px;
    }

    .new_car_search_bt:after {
        content: "";
        float: right;
        margin: 10px 5px 0 0;
        background: url('https://cdn2-5e15.kxcdn.com/yoko/YokoImages/General/search_car_icon.png') no-repeat -23px -2px;
        width: 22px;
        height: 19px;
    }

.new_car_search_bt_active:before {
    background: url('https://cdn2-5e15.kxcdn.com/yoko/YokoImages/General/search_car_icon.png') no-repeat 0 -22px !important;
}

.new_car_search_bt_active:after {
    background: url('https://cdn2-5e15.kxcdn.com/yoko/YokoImages/General/search_car_icon.png') no-repeat -23px -22px !important;
}

.slider_sailing_car_wrapper_margin_top_50 {
    margin-top: 50px;
}






.We_received {
    float: left;
    width: 100%;
    text-align: center;
    font-size: 12px;
    color: #d02526;
    margin: 20px 0 0 0;
}





.detail_heading_location_wrapper {
    width: 100%;
    float: left;
    box-sizing: border-box;
    padding: 5px 25px;
    background-color: #fff;
}

.gallert_new_wrapper {
    float: left;
    width: 65%;
    background-color: #fff;
    box-sizing: border-box;
    padding: 0 0 10px 0;
    position: relative;
}

.new_v_details_wrapper {
    width: 35%;
    float: left;
    margin: 0;
    background-color: #fff;
    padding: 10px 0 10px 25px;
    box-sizing: border-box;
    overflow-y: auto;
    overflow-x: hidden;
}

.gallery_detail_wrapper {
    box-sizing: border-box;
    padding: 0 15px 0 0;
}

.gallert_new_wrapper img {
    border: 3px solid #ccc !important;
    box-sizing: border-box;
}

.jssort02 {
    background-color: #fff;
}

    .jssort02 .w {
        position: absolute;
        top: 0px;
        left: 0px;
        width: 100%;
        height: 100%;
    }

    .jssort02 .c img {
        border: #0d1d24 14px solid;
    }

    .jssort02 .c {
        position: absolute;
        top: 0px;
        left: 0px;
        width: 95px;
        height: 62px;
    }

    .jssort02 .p:hover .c, .jssort02 .pav:hover .c, .jssort02 .pav .c {
        background: url(https://cdn2-5e15.kxcdn.com/yoko/YokoImages/General/t01.png) center center;
        border-width: 0px;
        top: 2px;
        left: 2px;
        width: 95px;
        height: 62px;
    }

    .jssort02 .p:hover .c, .jssort02 .pav:hover .c {
        top: 0px;
        left: 0px;
        width: 97px;
        height: 64px;
        border: #fff 1px solid;
    }




.jssora05l, .jssora05r, .jssora05ldn, .jssora05rdn {
    position: absolute;
    cursor: pointer;
    display: block;
    background: url(https://cdn2-5e15.kxcdn.com/yoko/YokoImages/General/a17.png) no-repeat;
    overflow: hidden;
}

.jssora05l {
    background-position: -10px -40px;
}

.jssora05r {
    background-position: -70px -40px;
}

.jssora05l:hover {
    background-position: -130px -40px;
}

.jssora05r:hover {
    background-position: -190px -40px;
}

.jssora05ldn {
    background-position: -250px -40px;
}

.jssora05rdn {
    background-position: -310px -40px;
}
/*gallery*/



.lableYear {
    position: absolute;
    width: 100%;
    height: 30px;
    font-size: 12px;
    color: #fff;
    text-align: center;
    line-height: 30px;
    background: rgba(0,0,0,0.7);
    z-index: 1;
    bottom: 0;
    left: 0;
    font-weight: bold;
}



.line-through {
    float: left;
}

    .line-through:after {
        width: 100%;
        display: block;
        margin: -13px 0 0 0;
        content: "";
        height: 3px;
        background-color: #d02526;
    }




.EXCLUDE_SOLD {
    cursor: pointer;
    display: none;
    font-size: 11px;
    float: left;
    font-weight: bold;
    color: #1f5598;
    width: 100%;
    border: 1px solid #cccccc;
    text-align: center;
    box-sizing: border-box;
    border-radius: 2px;
    line-height: 34px;
    vertical-align: middle;
    background: #fdfdfd;
    margin: 0 0 10px 0;
    position: relative;
    z-index: 1;
}



#owl-demo1 .owl-pagination {
    width: 100%;
    text-align: center;
    float: left;
    margin: -25px 0 0 0;
}

    #owl-demo1 .owl-pagination div {
        display: inline-block !important;
        z-index: 1;
    }



.new_search_make_wrapper_JS_close {
    background-position: -248px -182px;
    width: 11px;
    height: 11px;
    background-color: #fff;
    position: absolute;
    right: 8px;
    top: 8px;
    cursor: pointer;
}

/*new search*/


.new_search_menu_left_wrapper {
    float: left;
    width: 200px;
    border: 1px solid #e7e7e7;
    border-radius: 2px;
    margin: 10px 0 10px 0;
    display: block;
}

.new_filter_wrapper {
    width: 100%;
    float: left;
    padding: 0 0 0 210px;
    margin: 10px 0 0 -200px;
}

.new_search_menu_left_head {
    width: 100%;
    float: left;
    color: #d02526;
    background-color: #e7e7e7;
    line-height: 40px;
    font-size: 13px;
    text-transform: uppercase;
    font-family: 'Oswald', sans-serif;
    font-weight: normal;
    margin: 0;
    padding: 0 0 0 15px;
}

.new_search_menu_left_ul {
    float: left;
    width: 100%;
    padding: 10px 0;
}

    .new_search_menu_left_ul > li > div:before {
        background-image: url('https://cdn2-5e15.kxcdn.com/yoko/YokoImages/General/Mak_log_sprite.PNG');
        content: "";
        background-repeat: no-repeat;
        float: left;
        width: 24px;
        height: 24px;
        margin: 7px 10px 0 10px;
        border: 1px solid #e8e8e8;
    }


    /*.new_search_menu_left_ul > li > div:hover:after {
                        content:"";float:right;margin:13px 15px 0 0 ;
                        	background: url('/Images/sprite_img.png') no-repeat -273px -179px;
	width: 14px;
	height: 14px;
}*/

    /*.new_search_menu_left_ul > li > div.checked_make:after{          content:"";float:right;margin:13px 15px 0 0 ;
                        	background: url('/Images/sprite_img.png') no-repeat -288px -179px !important;
	width: 14px;
	height: 14px;}*/






    .new_search_menu_left_ul > li {
        width: 100%;
        float: left;
        color: #516692;
        text-transform: uppercase;
        font-size: 10px;
        font-weight: bold;
        position: relative;
    }

        .new_search_menu_left_ul > li > div {
            width: 100%;
            float: left;
            line-height: 40px;
            cursor: pointer;
        }

        .new_search_menu_left_ul > li:hover {
            background-color: #e7e7e7;
        }

.log_icon_bmw:before {
    background-position: -5px -4px;
    width: 24px;
    height: 24px;
    margin: 7px 10px 0 10px;
}

.arrow_select_MAKE > div {
    background-color: #E66E6E;
    color: #fff;
}

.new_search_menu_left_ul > li.arrow_select_MAKE:after {
    width: 0px;
    height: 0px;
    border-style: solid;
    border-width: 10px 0 10px 10px;
    border-color: transparent transparent transparent #E66E6E;
    content: "";
    position: absolute;
    right: -10px;
    top: 10px;
    z-index: 15;
}

.log_icon_MITSUBISHI:before {
    background-position: -36px -7px;
    margin: 7px 10px 0 10px;
    width: 24px;
    height: 18px;
}









.log_icon_MERCEDES-bENZ:before {
    background-position: -62px -3px;
    margin: 7px 10px 0 7px;
    width: 30px;
    height: 25px;
}

.new_search_make_wrapper {
    width: 200px;
    position: absolute;
    float: left;
    left: 198px;
    top: 0;
    border: 1px solid #e7e7e7;
    background-color: #fff;
    padding: 8px;
    -moz-box-shadow: 3px 4px 7px -2px #919191;
    -webkit-box-shadow: 3px 4px 7px -2px #919191;
    box-shadow: 3px 4px 7px -2px #919191;
    z-index: 12;
}

.search_input_wrapper input[type="text"] {
    width: 100%;
    float: left;
    display: block;
    height: 30px;
    border: none;
    border-bottom: 1px solid #e7e7e7;
    font-size: 11px;
    box-sizing: border-box;
    padding: 0 5px 0 10px;
    margin: 0;
    background: #fff;
}

.new_search_make_wrapper .search_input_wrapper input[type="text"] {
    padding: 0 5px 0 28px;
}

.search_input_wrapper:after {
    content: "";
    background-image: url("https://cdn2-5e15.kxcdn.com/yoko/YokoImages/General/search_icon.png");
    float: right;
    width: 16px;
    height: 16px;
    margin: -23px 8px 0 8px;
    cursor: pointer;
}

.new_search_make_wrapper .search_input_wrapper:after {
    margin: -23px 0 0 8px;
    float: left;
}

.search_click_but {
    width: 35px;
    height: 28px;
    float: left;
    margin: 0 0 0 -36px;
    cursor: pointer;
    position: relative;
    z-index: 1;
}

.search_input_wrapper {
    width: 100%;
    float: left;
    margin: 0;
    box-sizing: border-box;
    padding: 0 5px;
}

.new_search_make_wrapper > ul {
    float: left;
    width: 100%;
    padding: 10px 0 6px 0;
}

    .new_search_make_wrapper > ul > li {
        float: left;
        width: 100%;
        line-height: 24px;
        cursor: pointer;
        padding: 0 25px 0 25px;
        box-sizing: border-box;
    }

        .new_search_make_wrapper > ul > li > label {
            width: 100%;
            float: left;
            overflow: hidden;
            white-space: nowrap;
            text-overflow: ellipsis;
        }

        .new_search_make_wrapper > ul > li > span {
            white-space: nowrap;
            float: left;
            line-height: 24px;
            width: 25px;
            margin: 0 -25px 0 0;
            text-align: center;
        }

        .new_search_make_wrapper > ul > li:before {
            background: url('https://cdn2-5e15.kxcdn.com/yoko/YokoImages/General/sprite_img.png') no-repeat -273px -195px;
            width: 10px;
            height: 10px;
            margin: 7px 10px 0 -20px;
            content: "";
            float: left;
        }

        .new_search_make_wrapper > ul > li > label:hover {
            overflow: inherit;
            white-space: inherit;
        }

        .new_search_make_wrapper > ul > li:hover {
            color: #d02526;
        }

            .new_search_make_wrapper > ul > li:hover:before {
                color: #d02526;
            }

.checked_make_item {
    color: #d02526;
}

.new_search_make_wrapper > ul > li.checked_make_item:before {
    background-position: -292px -195px !important;
    color: #d02526;
}

.new_search_input_wrapper_ul > li {
    width: 25%;
    float: right;
}

    .new_search_input_wrapper_ul > li .Search_By_ID_filtter_wrapper {
        float: right;
    }


.new_search_input_wrapper {
    width: 100%;
    float: left;
}

.Search_By_ID_filtter_wrapper {
    width: 350px;
    float: left;
    margin: 5px 0 0 0;
    padding: 0 10px 0 0;
}

.new_search_input_wrapper_ul > li.new_filter_head {
    width: 100%;
    margin: 11px -200px 0 0;
    font-family: 'Oswald', sans-serif;
    color: #d02526;
    font-size: 14px;
}

.Search_By_ID_filtter_wrapper input {
    border: 1px solid #e7e7e7 !important;
    border-radius: 2px;
}


/*select box menu*/

.select_box_SLE {
    border-radius: 2px;
    cursor: pointer;
    float: left;
    width: 100%;
    padding: 0 0 0 10px;
    color: #515151;
    margin: 0 0 14px 0;
    height: 30px;
    border: 1px solid #cccccc;
    box-sizing: border-box;
    position: relative;
    font-size: 12px;
}

    .select_box_SLE span {
        line-height: 30px;
        text-shadow: 0px 1px 0px rgba(255, 255, 255, 1);
    }

    .select_box_SLE .select_box_arrow {
        width: 17px;
        height: 12px;
        background-position: -146px 0;
        position: absolute;
        right: 10px;
        top: 9px;
        z-index: 1;
        cursor: pointer;
    }

.select_box_drop_down_SLE {
    box-sizing: border-box;
    max-height: 250px;
    overflow-y: auto;
    overflow-x: hidden;
    width: 100%;
    position: absolute;
    left: 0;
    top: 28px;
    background-color: #fff;
    border: 1px solid #cccccc;
    border-bottom-color: #DDD9D9;
    display: none;
}

    .select_box_drop_down_SLE li {
        line-height: 24px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        background: none;
        border-bottom: 1px solid #cccccc;
        border-radius: 0;
        border-top: none;
        border-right: none;
        border-left: none;
        margin: 0;
        padding: 0 0 0 10px;
    }

.select_zindex_SRT {
    z-index: 12 !important;
}

.heading_gradient {
    background: #ffffff;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJod?EiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top, #ffffff 0%, #f2f0f0 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#f2f0f0));
    background: -webkit-linear-gradient(top, #ffffff 0%,#f2f0f0 100%);
    background: -o-linear-gradient(top, #ffffff 0%,#f2f0f0 100%);
    background: -ms-linear-gradient(top, #ffffff 0%,#f2f0f0 100%);
    background: linear-gradient(to bottom, #ffffff 0%,#f2f0f0 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f2f0f0',GradientType=0 );
}
/*select box menu end*/

.new_select_box_SLE_wrapper > li {
    width: 33.333333%;
    float: left;
    padding: 0 10px 0 0;
    box-sizing: border-box;
}

.new_select_box_SLE_wrapper {
    padding: 15px 0 0 0;
}

.hr_line_new {
    width: 100%;
    height: 1px;
    float: left;
    padding: 0 10px 0 0;
    margin: 15px 0 0 0;
}

    .hr_line_new:before {
        width: 100%;
        float: left;
        height: 1px;
        content: "";
        background-color: #e7e7e7;
    }

.new_mb_menu_slide_make_wrapper {
    display: none;
}

.new_left_aside_wrapper {
    float: left;
    width: 200px;
    z-index: 10;
}






/*type*/

.new_search_menu_left_wrapper_type {
    margin-top: 0 !important;
}

.new_search_type_wrapper li {
    line-height: 30px;
    height: 30px;
    padding: 0 10px;
    box-sizing: border-box;
}

    .new_search_type_wrapper li:before {
        background-image: url('https://cdn2-5e15.kxcdn.com/yoko/YokoImages/General/CARICONS.png'); /*http://cdn2-5e15.kxcdn.com/yoko/YokoImages/General/CARICONS.png */
        content: "";
        float: left;
    }

.YUGO:before {
    background-position: -2px -10px;
}

.VOLVO:before {
    background-position: -28px -10px;
}

.VOLKSWAGEN:before {
    background-position: -55px -10px;
}

.TVR:before {
    background-position: -81px -10px;
}

.TRIUMPH:before {
    background-position: -107px -10px;
}

.TOYOTA:before {
    background-position: -134px -10px;
}

.THINK:before {
    background-position: -160px -10px;
}

.TESLA:before {
    background-position: -186px -10px;
}

.TALBOT:before {
    background-position: -212px -10px;
}

.SUZUKI:before {
    background-position: -239px -10px;
}

.SUBARU:before {
    background-position: -265px -10px;
}

.SSANGYONG:before {
    background-position: -291px -10px;
}

.SPECTRE:before {
    background-position: -318px -10px;
}

.SMART:before {
    background-position: -344px -10px;
}

.SKODA:before {
    background-position: -370px -10px;
}

.SEAT:before {
    background-position: -397px -10px;
}

.SAAB:before {
    background-position: -423px -10px;
}

.ROVER:before {
    background-position: -449px -10px;
}

.ROLLS_ROYCE:before {
    background-position: -475px -10px;
}

.RENAULT:before {
    background-position: -502px -10px;
}

.PRINCESS:before {
    background-position: -528px -10px;
}

.PORSCHE:before {
    background-position: -2px -36px;
}

.PONTIOC:before {
    background-position: -28px -36px;
}

.PGO:before {
    background-position: -55px -36px;
}

.PEUGEOT:before {
    background-position: -81px -36px;
}

.OPEL:before {
    background-position: -107px -36px;
}

.NOBLE:before {
    background-position: -134px -36px;
}

.NISSAN:before {
    background-position: -160px -36px;
}

.MORRIS:before {
    background-position: -186px -36px;
}

.MORGAN:before {
    background-position: -212px -36px;
}

.MITSUBISHI:before {
    background-position: -239px -36px;
}

.MINI:before {
    background-position: -265px -36px;
}

.MG:before {
    background-position: -291px -36px;
}

.MERCURY:before {
    background-position: -318px -36px;
}

.MERCEDES_BENZ:before {
    background-position: -344px -36px;
}

.MEGA:before {
    background-position: -370px -36px;
}

.MAZDA:before {
    background-position: -397px -36px;
}

.MAYBACH:before {
    background-position: -423px -36px;
}

.MASERATI:before {
    background-position: -449px -36px;
}

.MARCOS:before {
    background-position: -475px -36px;
}

.LOTUS:before {
    background-position: -502px -36px;
}

.LINCOLN:before {
    background-position: -528px -36px;
}

.LEXUS:before {
    background-position: -2px -62px;
}

.LANDWIND:before {
    background-position: -28px -62px;
}

.LANDROVER:before {
    background-position: -55px -62px;
}

.LANCIA:before {
    background-position: -81px -62px;
}

.LAMBORGHINI:before {
    background-position: -107px -62px;
}

.LADA:before {
    background-position: -134px -62px;
}

.KTM:before {
    background-position: -160px -62px;
}

.KIA:before {
    background-position: -186px -62px;
}

.JOSSE:before {
    background-position: -212px -62px;
}

.JEEP:before {
    background-position: -239px -62px;
}

.JAGUAR:before {
    background-position: -265px -62px;
}

.IVECO:before {
    background-position: -291px -62px;
}

.INNOCENTI:before {
    background-position: -318px -62px;
}

.INFINITI:before {
    background-position: -344px -62px;
}

.HYUNDAI:before {
    background-position: -370px -62px;
}

.HUMMER:before {
    background-position: -397px -62px;
}

.HONDA:before {
    background-position: -423px -62px;
}

.GALLOPER:before {
    background-position: -449px -62px;
}

.FSO:before {
    background-position: -475px -62px;
}

.FORD:before {
    background-position: -502px -62px;
}

.FISKER:before {
    background-position: -528px -62px;
}

.FIAT:before {
    background-position: -28px -88px;
}

.FERRARI:before {
    background-position: -55px -88px;
}

.DONKERVOORT:before {
    background-position: -81px -88px;
}

.DODGE:before {
    background-position: -107px -88px;
}

.DATSUN:before {
    background-position: -134px -88px;
}

.DAIMLER:before {
    background-position: -160px -88px;
}

.DAIHATSU:before {
    background-position: -186px -88px;
}

.DAEWOO:before {
    background-position: -212px -88px;
}

.DACIA:before {
    background-position: -239px -88px;
}

.CORVETTE:before {
    background-position: -265px -88px;
}

.CITROEN:before {
    background-position: -291px -88px;
}

.CHRYSLER:before {
    background-position: -318px -88px;
}

.CHEVROLET:before {
    background-position: -344px -88px;
}

.CARVER:before {
    background-position: -370px -88px;
}

.CADILLAC:before {
    background-position: -397px -88px;
}

.BUICK:before {
    background-position: -423px -88px;
}

.BUGATTI:before {
    background-position: -449px -88px;
}

.BMW:before {
    background-position: -475px -88px;
}

.BENTLEY:before {
    background-position: -502px -88px;
}

.AUTOBIANCHI:before {
    background-position: -528px -88px;
}

.AUSTIN:before {
    background-position: -2px -114px;
}

.AUDI:before {
    background-position: -28px -114px;
}

.ASTON_MARTIN:before {
    background-position: -55px -114px;
}

.ASIA_MOTORS:before {
    background-position: -81px -114px;
}

.ALFA_ROMEO:before {
    background-position: -108px -114px;
}

.ABARTH:before {
    background-position: -134px -114px;
}



.SANY:before {
    background-position: -2px -140px;
}

.GEO:before {
    background-position: -28px -140px;
}

.TCM:before {
    background-position: -55px -140px;
}

.KING_LONG:before {
    background-position: -81px -140px;
}

.ISUZU:before {
    background-position: -107px -140px;
}

.CHRYSLER:before {
    background-position: -134px -140px;
}

.DONG_FENG:before {
    background-position: -160px -140px;
}

.STIHL:before {
    background-position: -186px -140px;
}

.INFINITY:before {
    background-position: -212px -140px;
}

.CHERY:before {
    background-position: -265px -140px;
}

.GOLDEN_DRAGON:before {
    background-position: -291px -140px;
}
/*.BRIGGS_AND_STRATTON/NORTH_STAR:before{background-position:-318px -140px;}*/

.KAWASAKI:before {
    background-position: -370px -140px;
}

.DAF:before {
    background-position: -397px -140px;
}

.YAMAHA:before {
    background-position: -423px -140px;
}

.KUBATA:before {
    background-position: -449px -140px;
}

.HINO:before {
    background-position: -475px -140px;
}

.HENSIM:before {
    background-position: -502px -140px;
}

.SUMITOMO:before {
    background-position: -528px -140px;
}

.JMC:before {
    background-position: -2px -166px;
}

.HATZ:before {
    background-position: -28px -166px;
}

.CHANGAN:before {
    background-position: -55px -166px;
}

.GREATWALL:before {
    background-position: -81px -166px;
}

.SUZUKI:before {
    background-position: -108px -166px;
}

.KOMASTU:before {
    background-position: -134px -166px;
}

.CFMOTO:before {
    background-position: -160px -166px;
}

.CATERPILLAR:before {
    background-position: -239px -140px;
}

.KOELKAST:before, .BAYLINER:before, .GRASMAAIER:before, .FG_WILSON:before, .KUBOTA:before, .AIRCO:before, .BRANDBLUS:before, .CHEROKEE:before, .GRAND_CHEROKEE:before, .OLYMPIAN:before, .TECUMSEHM:before, .DEFALT_MAKE_LOGO:before {
    background-position: -186px -166px;
}

#CarType_Heading {
    float: left;
    padding: 10px 0 0 0;
    font-family: 'Oswald', sans-serif;
    color: #d02526;
}



.owl-demo_banner_wrapper img {
    float: left;
    width: 100%;
    border-radius: 2px;
    box-sizing: border-box;
}

.owl-demo_banner_wrapper {
    width: 100%;
    float: left;
    padding: 0 10px 0 0;
    border-radius: 2px;
}

    .owl-demo_banner_wrapper #owl-demo_banner {
        border: 2px solid #cccccc;
        border-radius: 2px;
        float: left;
        width: 100%;
    }

.left_items_wrapper {
    width: 100%;
    float: left;
    border: 1px solid #cccccc;
    border-radius: 2px;
    background-color: #fbfafa;
}

.heading_h3 {
    width: 100%;
    float: left;
    letter-spacing: 1px;
    font-size: 16px;
    text-align: center;
    height: 40px;
    line-height: 40px;
    padding: 0;
    margin: 0;
    color: #075295;
    font-weight: normal;
    font-family: 'bebas_neueregular';
    text-shadow: 0px 1px 0px rgba(255, 255, 255, 1);
    border-radius: 2px 2px 0 0;
    border-bottom: 1px solid #ffffff;
}

    .heading_h3:after {
        float: left;
        width: 100%;
        border-top: 1px solid #e9e8e8;
        border-bottom: 1px solid #fff;
        content: "";
        display: block;
        margin: 1px 0 0 0;
    }

.left_items_content_wrapper {
    width: 100%;
    float: left;
    padding: 20px 13px;
}

.button_wrapper {
    width: 100%;
    float: left;
}

    .button_wrapper input {
        width: 100px;
        height: 30px;
        line-height: 30px;
        text-align: center;
        border: 1px solid #23424e;
        border-radius: 2px;
        color: #fff;
        font-family: 'bebas_neueregular';
        font-size: 12px;
        margin: auto;
        display: block;
        padding: 0;
        letter-spacing: 1px;
        font-family: 'Oswald', sans-serif;
        cursor: pointer;
        position: relative;
        z-index: 11 !important;
    }

.button_gradient {
    background: #2b2d33;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJod?EiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top, #2b2d33 0%, #171313 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#2b2d33), color-stop(100%,#171313));
    background: -webkit-linear-gradient(top, #2b2d33 0%,#171313 100%);
    background: -o-linear-gradient(top, #2b2d33 0%,#171313 100%);
    background: -ms-linear-gradient(top, #2b2d33 0%,#171313 100%);
    background: linear-gradient(to bottom, #2b2d33 0%,#171313 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2b2d33', endColorstr='#171313',GradientType=0 );
}

.banner_box_wrapper {
    padding: 0 0 0 0;
}

.Search_Carst_select_box_wrapper_JS {
    display: none;
}

.Expand_icon {
    cursor: pointer;
    position: relative;
    z-index: 10;
}

    .Expand_icon:after {
        content: "";
        background: url('https://cdn2-5e15.kxcdn.com/yoko/YokoImages/General/sprite_img.png') no-repeat -272px -161px;
        width: 14px;
        height: 16px;
        float: right;
        margin: 12px 15px 0 0;
    }

.Expand_icon_active:after {
    background-position: -288px -161px !important;
}

#owl-demo .item {
    margin: 3px;
}

.new_wreapper_all {
    width: 100%;
    float: left;
    position: relative;
    border-top: 1px solid #000;
}




.newbrand_itemContainer li {
    width: 20%;
}



#container {
    padding: 0 0 15px 0;
}



.disc_am {
    padding: 4px;
    border-radius: 4px;
    background-color: #FFE06C;
    color: #0B60AB;
    position: relative;
    margin: 0 0 0 11px;
}

    .disc_am:before {
        content: "";
        position: absolute;
        left: -10px;
        top: 5px;
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 10px 15px 10px 0;
        border-color: transparent #FFE06C transparent transparent;
    }

.disc_am_red {
    background-color: #54A6EF !important;
    color: #FFFFFF !important;
}

    .disc_am_red:before {
        border-color: transparent #54A6EF transparent transparent !important;
    }



.Daily_Rate_w {
    width: 85px;
    position: absolute;
    padding: 2px 2px 2px 2px;
    color: #fff;
    right: 4px;
    top: 1%;
    border: 1px solid #BE4B48;
    text-align: center;
    border-radius: 10px;
    background: #ffe4e4;
    background: -moz-linear-gradient(top, #ffe4e4 0%, #ffa3a2 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffe4e4), color-stop(100%,#ffa3a2));
    background: -webkit-linear-gradient(top, #ffe4e4 0%,#ffa3a2 100%);
    background: -o-linear-gradient(top, #ffe4e4 0%,#ffa3a2 100%);
    background: -ms-linear-gradient(top, #ffe4e4 0%,#ffa3a2 100%);
    background: linear-gradient(to bottom, #ffe4e4 0%,#ffa3a2 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffe4e4', endColorstr='#ffa3a2',GradientType=0 );
    color: #000;
}

    .Daily_Rate_w label {
        display: block;
    }


.internal_financing {
    width: 50%;
    float: left;
}



.new_bg_fff {
    width: 100%;
    float: left;
    background-color: #fff;
    padding: 0 28px 20px 38px;
    position: relative;
}


.extra_discount_w_r {
    width: 200px;
    position: absolute;
    top: 10px;
    right: 38px;
}

.extra_dis_w {
    float: left;
    width: 100%;
    background-color: #9acd32;
    margin-top: 10px;
    min-width: 200px;
    box-shadow: inset 0px 0px 6px 0px #008000;
    -webkit-box-shadow: inset 0px 0px 6px 0px #008000;
    -moz-box-shadow: inset 0px 0px 6px 0px #008000;
    -o-box-shadow: inset 0px 0px 6px 0px #008000;
    border: 1px solid #008000;
    text-align: center;
    height: 90px;
    position: relative;
    box-sizing: border-box;
    cursor: pointer;
}

    .extra_dis_w:before {
        content: "";
        background: url('https://cdn2-5e15.kxcdn.com/yoko/YokoImages/General/sprite_img.png') no-repeat -3px -217px;
        width: 66px;
        height: 48px;
        float: left;
        position: absolute;
        left: -28px;
        top: -3px;
    }

.blink {
    animation-name: blink;
    animation-duration: 1s;
    animation-timing-function: ease-in-out;
    animation-iteration-count: infinite;
    -webkit-animation-name: blink;
    -webkit-animation-duration: 1s;
    -webkit-animation-timing-function: ease-in-out;
    -webkit-animation-iteration-count: infinite;
}

@keyframes blink {
    0% {
        background-color: #9acd32;
    }

    50% {
        background-color: #8BBA27;
    }

    100% {
        background-color: #88BC18;
    }
}

@-webkit-keyframes blink {
    0% {
        background-color: #9acd32;
    }

    50% {
        background-color: #8BBA27;
    }

    100% {
        background-color: #88BC18;
    }
}

.li_time_icon {
    background: url('../Images/sprite_img.png') no-repeat -76px -219px;
    width: 12px;
    display: block;
    margin: 15px auto 0 auto;
    height: 12px;
}

.li_tim_tex {
    font-size: 18px;
    line-height: 18px;
    color: #000;
}

.extra_d_tex {
    font-size: 20px;
    font-weight: bold;
    color: #dd2728;
}

.slide_extra_d_w {
    float: left;
    width: 100%;
}

    .slide_extra_d_w li {
        float: left;
        width: 100%;
        border: 1px solid #CCCACA;
        box-sizing: border-box;
    }

        .slide_extra_d_w li img {
            float: left;
            width: 100%;
        }

.slide_ext_am_w {
    width: 100%;
    float: left;
    font-size: 14px;
    text-align: center;
    color: #396494;
    font-family: 'Oswald', sans-serif;
    background-color: #CCCACA;
    padding: 5px 0;
}

.slide_ext_img_w {
    width: 100%;
    float: left;
    height: 199px;
    background-color: #CCCACA;
}

.vsliderboxes {
    height: 796px;
    overflow: hidden;
}

.extra_d_addclass .new_bg_fff {
    padding: 0 28px 20px 38px;
}

.extra_d_addclass .extra_discount_w_r {
    width: 100%;
    padding: 0 10px 0 0;
    box-sizing: border-box;
    position: inherit;
}

.extra_d_addclass .slide_ext_img_w {
    height: auto;
    width: 100%;
    border: 1px solid #FFF;
    height: 199px;
    background-color: #CCCACA;
    box-sizing: border-box;
}


.mb_show {
    display: none;
}

.logo_w {
    padding: 6px 65px 6px 18px;
    display: inline-block;
    float: left;
    margin-bottom: 0;
    position: relative;
    bottom: 0;
    z-index: 1;
    /* border: 1px solid #1f1d20; */
}

.flag_w {
    position: absolute;
    width: 50PX;
    height: 30PX;
    right: 6px;
    top: 50%;
    margin-top: -15px;
}

    .flag_w > img {
        width: 100%;
        height: 32px;
        border-radius: 4px;
    }


.mainSearch {
    width: 100%;
    height: 45px;
    background-color: #fff;
    float: left;
    padding: 0 40px;
    z-index: 100;
    position: relative;
    box-sizing: border-box;
    margin-bottom: 1px;
}

    .mainSearch .mainSearchinputW {
        overflow: hidden;
    }

        .mainSearch .mainSearchinputW > input {
            width: 100%;
            height: 35px;
            border: 1px solid #d28800;
            padding: 0;
            margin: 0;
            box-sizing: border-box;
            padding: 0 15px;
        }

    .mainSearch .searchIconMain {
        width: 50px;
        height: 35px;
        background-color: #d28800;
        border-radius: 0 4px 4px 0;
        position: absolute;
        right: 37px;
        top: 0;
        text-align: center;
        color: #fff;
        font-size: 20px;
        line-height: 35px;
        cursor: pointer;
    }

        .mainSearch .searchIconMain:hover, .mainSearch .selectAll:hover {
            background-color: #bd7c05;
        }

    .mainSearch .select_box_SLE {
        height: auto;
        border: none;
    }

    .mainSearch .select_box_drop_down_SLE {
        top: 0px;
        display: block;
    }

    .mainSearch .selectAll {
        cursor: pointer;
        min-width: 50px;
        padding: 0 10px;
        top: 0;
        height: 35px;
        background-color: #d28800;
        border-radius: 4px 0 0 4px;
        float: left;
        left: 150px;
        text-align: center;
        color: #fff;
        font-size: 12px;
        line-height: 35px;
    }



.PreiceInputW > span > span {
    float: left;
    white-space: nowrap;
    min-width: 70px;
}

.PreiceInputW > span > div {
    overflow: hidden;
}

    .PreiceInputW > span > div > input {
        float: left;
        box-sizing: border-box;
        height: 28px;
        border: navajowhite;
        border-left: 1px solid #ccc;
        width: 100%;
        -webkit-box-shadow: inset 0 0 10px rgba(0,0,0,0.2);
        -moz-box-shadow: inset 0 0 10px rgba(0,0,0,0.2);
        box-shadow: inset 0 0 10px rgba(0,0,0,0.2);
        padding: 0 0 0 3px;
        background: transparent;
    }


.selectAllDropDown {
    display: none;
    width: 150px;
    z-index: 100;
}

    .selectAllDropDown > ul {
        display: block;
    }

.mainSearchDropDown {
    display: none;
    z-index: 100;
}


.border_box {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

:after,
:before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.Reviews_w {
    width: 100%;
    float: left;
    padding: 40px 0;
}

    .Reviews_w > h5 {
        width: 100%;
        float: left;
        font-size: 24px;
        margin: 0;
        font-weight: 700;
    }

    .Reviews_w .write_review {
        width: 140px;
        height: 38px;
        background-color: #eeeeee;
        text-align: center;
        line-height: 38px;
        font-size: 14px;
        color: #075294;
        font-weight: 400;
        float: right;
        cursor: pointer;
    }

        .Reviews_w .write_review:before {
            margin: 0 8px 0 0;
        }

.Reviews_total {
    float: left;
    width: 100%;
    padding: 20px 0;
}

    .Reviews_total .review_star_w {
        float: left;
        width: 200px;
        padding: 40px 0;
    }

        .Reviews_total .review_star_w > span {
            display: block;
            text-align: center;
        }

            .Reviews_total .review_star_w > span:first-child {
                line-height: 50px;
                font-size: 35px;
            }

            .Reviews_total .review_star_w > span:nth-child(2) {
                line-height: 30px;
            }

                .Reviews_total .review_star_w > span:nth-child(2) > i {
                    font-size: 16px;
                    margin: 0 3px 0;
                }

            .Reviews_total .review_star_w > span:last-child:before {
                margin: 0 6px 0 0;
            }

.rating_bar_w {
    float: left;
    width: 100%;
    padding: 0 0 0 200px;
    margin: 0 0 0 -200px;
    box-sizing: border-box;
}

.rating_bar_ul {
    width: 75%;
    float: left;
    font-size: 12px;
}

    .rating_bar_ul > li {
        float: left;
        width: 100%;
        padding: 5px 0 0 40px;
    }

        .rating_bar_ul > li > span {
            width: 33px;
            margin: 0 0 0 -45px;
            float: left;
            text-align: center;
            font-weight: 700;
            line-height: 35px;
            font-size: 16px;
        }

            .rating_bar_ul > li > span:before {
                float: left;
                font-size: 16px;
            }

        .rating_bar_ul > li > div {
            float: left;
        }

            .rating_bar_ul > li > div:after {
                height: 10px;
                width: 100%;
                content: "";
                float: left;
                border-radius: 0 2px 2px 0;
            }

.rating_5:after {
    background-color: #88b131;
}

.rating_4:after {
    background-color: #99cc00;
}

.rating_3:after {
    background-color: #ffcf02;
}

.rating_2:after {
    background-color: #ff9f02;
}

.rating_1:after {
    background-color: #ff6f31;
}

.featured_review {
    float: left;
    width: 100%;
    margin: 20px 0 0 0;
    font-size: 14px;
}

    .featured_review li {
        width: 100%;
        float: left;
        padding: 0 0 0 60px;
        margin: 0 0 15px 0;
    }

        .featured_review li .author {
            width: 48px;
            height: 48px;
            background-color: #eeeeee;
            border-radius: 100%;
            -webkit-border-radius: 100%;
            float: left;
            margin: 0 0 0 -60px;
            text-align: center;
            line-height: 48px;
            font-size: 35px;
        }

            .featured_review li .author:before {
                color: #bbbbbb;
            }

        .featured_review li .author_name {
            font-size: 16px;
            font-weight: 400;
        }

            .featured_review li .author_name span {
                font-size: 14px;
                font-weight: 700;
            }

.stars_color {
    color: #075294;
}

.Write_review_textarea_w {
    float: left;
    width: 100%;
    display: none;
}

    .Write_review_textarea_w > textarea {
        width: 100%;
        float: left;
        max-width: 100%;
        min-height: 100px;
        border: 1px solid #eeeeee;
        margin: 10px 0;
    }

    .Write_review_textarea_w .stars_color > i {
        margin: 0 4px;
        font-size: 16px;
        cursor: pointer;
        color: #88b131;
    }

    .Write_review_textarea_w .Write_review_submit {
        width: 125px;
        height: 38px;
        text-align: center;
        line-height: 38px;
        background-color: #88b131;
        color: #fff;
        font-weight: 400;
        float: right;
        border-radius: 1px;
        -webkit-border-radius: 1px;
        cursor: pointer;
    }

/*chat*/

.ChatIfram_W {
    width: 300px;
    position: fixed;
    bottom: -4px;
    right: 50px;
    z-index: 10000;
}

.ChatIframH {
    width: 100%;
    float: left;
    height: 35px;
    background-color: #2472D2;
    border-radius: 4px 4px 0 0;
    line-height: 35px;
    color: #fff;
    padding: 0 0 0 15px;
    font-size: 14px;
    box-sizing: border-box;
    cursor: pointer;
}

    .ChatIframH:hover {
        background-color: #1f64b9;
    }

    .ChatIframH > .fa-comments {
        font-size: 16px;
        margin: 0 10px 0 0;
    }

.ChatIframDivW {
    width: 100%;
    float: left;
    background-color: #fff;
    display: none;
}

    .ChatIframDivW iframe {
        border: none;
        border: 1px solid #2472d2;
        box-sizing: border-box;
        padding: 0;
        margin: 0;
        width: 100%;
        height: 250px;
    }

@media only screen and (min-width : 901px) and (max-width : 1250px) {

    /*.nav_menu_wrapper ul{padding:0 10%;}*/




}


@media only screen and (min-width : 150px) and (max-width : 1023px) {



    .mainSearch {
        padding: 0 30px 0 20px;
    }

        .mainSearch .searchIconMain {
            right: 20px;
        }

















    .Daily_Rate_w {
        display: block;
        position: inherit;
        text-align: left;
        width: 100%;
        text-align: center;
    }

        .Daily_Rate_w label {
            display: inline;
        }

    .newbrand_itemContainer li {
        width: 25%;
    }
    /*.banner_wrapper .gallery_img_wrapper img{height:100%;min-height:400px;}*/
    .gallery_imgs {
        padding: 0;
    }



    .menu_top_img_icon {
        float: right;
        background-position: -226px -1px;
        width: 24px;
        height: 17px;
        margin: 20px 20px 0 0;
    }

    .nav_menu_wrapper_new {
        width: 250px;
        border-radius: 2px;
        margin: 0;
        top: 75px;
        display: none;
        position: absolute;
        right: 40px;
        background-color: #fff;
        border: 1px solid #2b2d33;
        padding: 15px 15px 30px 15px;
    }

        .nav_menu_wrapper_new li {
            width: 100%;
            float: left;
        }

            .nav_menu_wrapper_new li a {
                border: none;
                border-bottom: 1px dashed #2b2d33;
                padding: 10px 10px;
            }

                .nav_menu_wrapper_new li a:hover {
                    border: none;
                    border-bottom: 1px dashed #2b2d33;
                }

            .nav_menu_wrapper_new li .active {
                border: none;
                border-bottom: 1px dashed #d32320;
            }

        .nav_menu_wrapper_new:before {
            width: 0;
            height: 0;
            border-style: solid;
            border-width: 0 10px 10px 10px;
            border-color: transparent transparent #2b2d33 transparent;
            content: "";
            display: block;
            margin: -26px 0 0 0;
            float: right;
        }
}






@media only screen and (min-width : 150px) and (max-width : 900px) {


    .sale_menu_wrapper li a {
        font-size: 12px;
    }

    .search_results_wrapper li {
        width: 33.333333%;
    }

    .padding_75_start_end {
        padding: 0 40px;
    }
    /*.nav_menu_wrapper ul{padding:0 4%;}*/
    .make_item_wrapper {
        font-size: 11px;
    }

    .After_Sales_box_wrapper li a {
        font-size: 18px;
    }

    .new_car_search_bt_sailing {
        right: 11px !important;
        box-shadow: none !important;
        left: inherit !important;
    }

    .new_brands_and_news {
        padding: 5px 25px 5px 25px;
    }
}


@media only screen and (min-width : 150px) and (max-width : 768px) {
    .padding_25_start_end {
        padding: 0 8px 0 18px;
    }


    .Items_per_page_form select {
        margin: 0 10px 0 0 !important;
    }

    .EXCLUDE_SOLD {
        width: 150px;
        margin: 5px auto 0 auto;
        float: none;
        line-height: 25px;
    }

    #CarType_Heading {
        white-space: nowrap;
        font-size: 14px;
    }

    .banner_box_wrapper {
        padding: 0;
    }

    .new_filter_wrapper {
        margin: 10px 0 0 -200px;
    }

    .new_left_aside_wrapper {
        width: 100%;
    }

    .new_search_menu_left_wrapper {
        width: 100%;
        margin: 10px 0 0 0;
    }

    .Expand_icon {
        width: 100% !important;
    }

    .new_bg_fff {
        padding: 0 0 10px 10px;
    }

    .new_mb_menu_slide_make_wrapper {
        width: 100%;
        float: left;
        border-top: 1px solid #2a2828;
        border-bottom: 1px solid #2a2828;
        height: 40px;
        display: block;
    }

    .new_make_menu_icon {
        float: left;
        width: 55px;
        height: 38px;
        border: 1px solid #fff;
        border-left: none;
        background-color: #e7e7e7;
        cursor: pointer;
        position: relative;
        z-index: 1;
        font-size: 8px;
        color: #d02526;
        text-align: center;
        font-weight: bolder;
        font-family: verdana;
        text-shadow: 0px 1px 0px rgba(255, 255, 255, 1);
    }

    .new_type_menu_icon {
        float: left;
        width: 55px;
        height: 38px;
        border: 1px solid #fff;
        border-right: none;
        background-color: #e7e7e7;
        cursor: pointer;
        position: relative;
        z-index: 1;
        font-size: 8px;
        color: #d02526;
        text-align: center;
        font-weight: bolder;
        font-family: verdana;
        text-shadow: 0px 1px 0px rgba(255, 255, 255, 1);
    }

    .active_menu_icon {
        color: #2a2828 !important;
    }

    .new_make_menu_icon:before {
        background: url('https://cdn2-5e15.kxcdn.com/yoko/YokoImages/General/sprite_img.png') no-repeat -199px -187px;
        width: 32px;
        height: 15px;
        content: "";
        display: block;
        margin: 7px auto 0 auto;
    }

    .new_type_menu_icon:before {
        background: url('https://cdn2-5e15.kxcdn.com/yoko/YokoImages/General/sprite_img.png') no-repeat -201px -163px;
        width: 30px;
        height: 15px;
        content: "";
        display: block;
        margin: 7px auto 0 auto;
    }

    .active_menu_icon:before {
        background-position: -236px -162px !important;
    }

    .new_mb_slide_make_logo_wrapper {
        width: 100%;
        float: left;
        margin: 0 -55px 0 -55px;
        padding: 0 55px;
        height: 38px;
    }

    .new_mb_slide_make_logo {
        width: 100%;
        float: left;
        border-right: 1px solid #2a2828;
        border-left: 1px solid #2a2828;
        line-height: 38px;
        background-color: #fff;
    }

        .new_mb_slide_make_logo .owl-carousel {
            line-height: 38px;
        }

        .new_mb_slide_make_logo .item {
            width: 100%;
            float: left;
            height: 32px;
        }

            .new_mb_slide_make_logo .item:before {
                background-image: url('https://cdn2-5e15.kxcdn.com/yoko/YokoImages/General/Mak_log_sprite.PNG');
                line-height: 38px;
                content: "";
                width: 24px;
                height: 24px;
                border: 1px solid #e8e8e8;
                background-repeat: no-repeat;
                display: block;
                margin-left: auto;
                margin-right: auto;
                margin-top: 3px;
            }













    .new_search_menu_left_wrapper_type {
        position: absolute;
        z-index: 100;
        background-color: #fff;
        right: -200px;
        top: 0;
        -moz-box-shadow: 3px 4px 7px -2px #919191;
        display: none;
        margin: 0 0 0 -200px;
        -webkit-box-shadow: 3px 4px 7px -2px #919191;
        box-shadow: 3px 4px 7px -2px #919191;
        width: 200px;
        overflow-y: auto;
        overflow-x: hidden;
    }




    .menu_icon_close:before {
        background-position: -248px -182px;
        width: 11px;
        content: "";
        height: 11px;
        float: right;
        margin: 11px 11px 0 0;
        cursor: pointer;
        background-image: url('https://cdn2-5e15.kxcdn.com/yoko/YokoImages/General/sprite_img.png');
    }

    .menu_icon_close {
        width: 50px;
        height: 35px;
        float: right;
    }

    .new_search_menu_left_wrapper_make {
        position: absolute;
        z-index: 100;
        background-color: #fff;
        left: -200px;
        top: 0;
        -moz-box-shadow: 3px 4px 5px -5px #919191;
        display: none;
        margin: 0 -200px 0 0;
        -webkit-box-shadow: 3px 4px 5px -5px #919191;
        box-shadow: 3px 4px 5px -5px #919191;
        width: 200px;
        overflow-y: auto;
        overflow-x: hidden;
    }

    .new_search_menu_left_head {
        line-height: 35px;
        font-size: 12px;
        width: 198px;
    }

    .new_search_menu_left_ul {
        width: 198px;
    }

    .new_search_make_wrapper {
        position: relative;
        left: 0;
        box-shadow: none;
        border-left: none;
        border-right: none;
    }

    .new_search_menu_left_ul > li.arrow_select_MAKE:after {
        border-width: 10px 10px 0 10px;
        border-color: #E66E6E transparent transparent transparent;
        right: 50%;
        margin: 0 -10px 0 0;
        top: 37px;
    }



    .new_filter_wrapper {
        padding-left: 0;
        margin-left: 0;
    }

    .new_v_details_wrapper {
        padding: 0 0 10px 10px;
    }

    .v_details_wrapper {
        padding: 0 5px;
    }

        .v_details_wrapper li {
            font-size: 11px;
            line-height: 20px;
        }

    .footer_new {
        padding: 0 15px 25px 0;
    }

    .footer_new_link_wrapper {
        padding: 0 0 0 15px;
    }

    .banner_wrapper .gallery_img_wrapper img {
        height: 300px;
    }

    .promo_wrapper li {
        width: 50%;
    }

    .news_contant_wrapper {
        margin: 15px 0 0 0;
        padding: 0;
    }

    .news_wrapper img {
        width: 100%;
        height: 100%;
    }

    .nav_menu_wrapper ul {
        padding: 0 1%;
    }

    .carousel-indicators {
        padding: 8px 0 0 0 !important;
        height: 30px !important;
    }

    .padding_75_start_end {
        padding: 0 10px;
    }

    .search_results_wrapper li {
        width: 25%;
        padding: 0 10px 10px 0;
    }

    .sale_menu_drop_down {
        padding: 0 0 15px 15px;
    }

    .Browse_By_Make_type_wrapper {
        padding: 0 15px 0 0;
    }

    #owl-demo .owl-prev {
        display: none;
    }

    #owl-demo .owl-next {
        display: none;
    }

    #owl-demo div img a {
        cursor: pointer;
    }

    .nav_menu_wrapper li a {
        padding: 10px 10px;
    }

    .Reservation_calculator_Whole_sale_wrapper {
        width: 100%;
    }

    .Reservation_calculator_Whole_sale_wrapper_but li {
        padding: 0 5px;
    }

    .Reservation_calculator_Whole_sale_wrapper_contant {
        padding: 0 5px;
    }

    .new_brands_and_news {
        padding: 5px 25px 5px 25px;
    }

        .new_brands_and_news h3 {
            font-size: 14px;
        }

    .new_brands_and_news_wrapper ul > li {
        padding: 0 10px 0 0;
    }

    .search_results_wrapper li > div .sail_preice_car span {
        font-size: 12px !important;
        font-weight: normal !important;
    }
}




@media only screen and (min-width : 150px) and (max-width : 700px) {
    .mb_show {
        display: block;
    }

    .ds_show {
        display: none;
    }

    .sale_menu_wrapper li {
        width: 25%;
    }

    .search_results_wrapper li {
        width: 33.333333%;
    }

    .newbrand_itemContainer li {
        width: 33.333333%;
    }

    .Search_By_ID_filtter_wrapper {
        width: 190px;
    }

    .SoldCars {
        display: none;
    }

    .SoldCars_mobile {
        display: block;
    }

    .footer_new_link_wrapper {
        width: 100% !important;
    }

        .footer_new_link_wrapper li {
            width: auto !important;
        }

        .footer_new_link_wrapper h3 {
            margin: 10px 0 10px 0 !important;
            padding-left: 10px !important;
        }

        .footer_new_link_wrapper li a {
            padding: 0 10px !important;
            border-right: 1px solid #2a2828;
        }

    .new_brands_and_news_wrapper ul > li {
        width: 20%;
    }

        .new_brands_and_news_wrapper ul > li:last-child {
            display: none;
        }

    .detail_heading_location_wrapper {
        padding: 10px 25px;
    }

    .detail_heading_location li {
        font-size: 11px;
        line-height: 18px;
    }

    .detail_width_50 {
        width: 100%;
    }

    .price_detail li > div {
        text-align: left;
        padding: 5px 0 0 0;
    }

    .price_detail li {
        font-size: 12px;
        line-height: 18px;
    }

    .After_Sales_box_wrapper li a {
        font-size: 14px;
        height: 60px;
        line-height: 60px;
    }

    .After_Sales_box_wrapper li img {
        position: absolute;
        width: 50px;
        height: 50px;
        left: 5%;
        top: 6px;
    }

    .After_Sales_box_wrapper li {
        height: 80px;
        margin: 0;
    }

    .detail_wrapper {
        padding: 0 10px;
    }

    .reservation_form {
        padding: 0;
    }

    .media_screen_calss2 .Make_type_heading {
        background-color: #2a2828;
        padding-top: 5px;
        text-align: center;
        color: #d02526;
    }

    .Browse_By_Make_type_wrapper {
        width: 100%;
    }

    .media_screen_calss1 {
        width: 50%;
        padding-top: 15px;
    }

    .media_screen_calss2 {
        width: 50%;
        padding-top: 15px;
    }

    .sale_menu_wrapper {
        margin: 0;
        left: 0;
        width: 100%;
    }

    .contact_wrapper {
        padding: 25px 10px;
    }


    .gallery_imgs {
        width: 100%;
        height: auto;
        max-height: 400px;
    }

    .Reservation_calculator_Whole_sale_wrapper_but li div {
        padding: 10px 2px;
        min-height: 65px;
        height: auto;
        line-height: normal;
    }

    .internal_financing {
        width: 100%;
    }
}









.g_pluse {
    background-position: -51px -163px;
    width: 46px;
    height: 46px;
}

.fb {
    background-position: -2px -163px;
    width: 46px;
    height: 46px;
}

.yt {
    background-position: -100px -163px;
    width: 46px;
    height: 46px;
}








@media only screen and (min-width : 150px) and (max-width : 600px) {



    .new_brands_and_news_wrapper ul > li {
        width: 25%;
    }

        .new_brands_and_news_wrapper ul > li:nth-last-child(4) {
            display: none;
        }

    .new_v_details_wrapper {
        width: 100%;
        padding-top: 20px;
        height: auto !important;
    }

    .gallert_new_wrapper {
        width: 100%;
        padding: 0 15px 0 0;
    }

    .menu_background_color {
        height: 45px;
    }

    .about_wrapper {
        padding: 25px 25px;
    }



    .thumb_img_wrapper {
        padding: 7px 45px !important;
    }

    .gallery_img_wrapper {
        padding: 55px 50px 0 50px !important;
    }

    .Items_per_page_form select {
        margin: 0 10px 0 0 !important;
    }

    .top_holder {
        width: 80%;
    }

    .Items_per_page_form label {
        display: none;
    }

    .Items_per_page_form {
        width: auto;
    }

    .contact_form_wrapper {
        width: 97.5%;
        margin: 40px 0 0 0;
        padding: 0 10px 0 2.5%;
    }

    .logo_yokohama {
        margin: 0;
    }

    .banner_wrapper_part .owl-theme .owl-controls .owl-buttons div {
        display: none !important;
    }




    .header_wrapper {
        height: auto;
    }

    .sale_menu_wrapper li {
        line-height: 35px;
    }

    .sale_menu_wrapper {
        padding: 0;
        font-size: 14px;
    }

    .nav_menu_wrapper ul {
        padding: 0;
    }

    .logo_Yokohama {
    }

    .v_logo_wrapper li {
        width: 16.666666%;
        padding: 0 7px 0 7px;
    }

    .suribet_games_wrapper {
        margin: 10px 0 0 0;
    }

    .header_wrapper {
        border-bottom: none;
    }

    .banner_wrapper_part {
        border-top: none;
    }
}




@media only screen and (min-width : 150px) and (max-width : 480px) {
    .banner_box_wrapper li {
        width: 50%;
    }

    .AfterSalesWrapper ul {
        padding: 0 20px;
    }

    .AfterSalesWrapper_head {
        padding: 0 20px;
    }

    .after_sales_banners {
        padding: 0 20px;
    }

    .promo_wrapper li {
        width: 100%;
    }

    .new_brands_and_news h3 {
        font-size: 12px;
    }

    .new_brands_and_news_wrapper ul li img {
        border: 1px solid #fff;
    }

    .new_brands_and_news_wrapper ul > li {
        padding: 0 5px 0 0;
    }

    .new_brands_and_news {
        padding: 5px 10px 0 10px;
    }

    .contact_address_wrapper {
        width: 95%;
    }

    .sale_menu_drop_down {
        position: relative;
    }

    .media_screen_calss1 {
        width: 100%;
        padding-top: 15px;
    }

    .media_screen_calss2 {
        width: 80%;
        padding-top: 15px;
        position: absolute;
        right: 0;
        top: 8px;
        display: none;
    }


    .padding_25_start_end {
        padding: 0 0 0 10px;
    }

    .search_results_wrapper li {
        padding: 0 10px 10px 0;
    }

    .owl-pagination {
        padding: 0 !important;
        border: none !important;
    }

    .about_wrapper {
        padding: 25px 15px;
    }

    .banner_box_wrapper li div button {
        height: 25px;
        font-size: 10px;
    }

    .banner_box_wrapper li div p {
        font-size: 10px;
    }

    .banner_box_wrapper li div h3 {
        font-size: 12px;
    }
}




@media only screen and (min-width : 150px) and (max-width : 479px) {
    .newbrand_itemContainer li {
        width: 50%;
    }

    .new_select_box_SLE_wrapper > li {
        width: 100%;
    }

    .banner_wrapper .gallery_img_wrapper img {
        width: 100% !important;
        height: auto !important;
    }

    .footer_new_link_wrapper {
        padding: 0 0 0 15px !important;
    }

    .footer_new {
        padding: 0 15px 25px 0 !important;
    }


    .sale_menu_wrapper li a {
        font-size: 10px;
    }

    .nav_menu_wrapper_new {
        top: 55px;
        right: 3px;
    }

    .menu_top_img_icon {
        margin: 20px 15px 0 0;
    }

    .logo_yokohama {
        max-width: 200px;
    }

    .AfterSales_hide_desktop {
        display: block;
    }

    .After_Sales_hide_mb {
        display: none;
    }

    .sale_menu_wrapper li {
        width: 25%;
    }

    .after_sales {
        padding: 15px 7px 0 5px;
    }

    .banner_box_wrapper li div h3 {
        font-size: 11px;
    }

    .banner_box_wrapper li div button {
        width: 50px;
    }

    .search_results_wrapper li {
        width: 50%;
    }

    .sale_menu_wrapper {
        padding: 0;
        font-size: 12px;
    }

    .padding_75_start_end {
        padding: 0 10px;
    }

    .v_logo_wrapper li {
        width: 20%;
        padding: 0 3px 0 3px;
    }

    .v_logo_wrapper li {
        margin: 0 0 6px 0;
    }


    #popupDatepicker {
        width: 200px;
    }

    .After_Sales_box_wrapper li a {
        font-size: 12px;
    }

    .After_Sales_box_wrapper li img {
        left: 2%;
        top: 6px;
    }

    .Reservation_calculator_Whole_sale_wrapper_but li {
        padding: 0 1px;
    }

        .Reservation_calculator_Whole_sale_wrapper_but li div {
            font-size: 11px;
        }
}

@media only screen and (min-width : 150px) and (max-width : 360px) {
    .search_results_wrapper li {
        width: 100%;
    }

    .newbrand_itemContainer li {
        width: 100%;
    }

    .search_results_wrapper li > div > a {
        width: 100px;
    }

    .car_name, .car_id, .sail_preice_car {
        padding: 4% 0 2% 100px !important;
        margin: 0 0 0 -100px !important;
        box-sizing: border-box;
    }

    .search_results_wrapper li > div > a > img {
        height: 100px;
    }

    .search_results_wrapper li > div {
        height: auto;
    }

    .new_brands_and_news_wrapper ul > li {
        width: 33.333333%;
    }

        .new_brands_and_news_wrapper ul > li:nth-of-type(4) {
            display: none;
        }
}

@media only screen and (min-width : 150px) and (max-width : 340px) {
    .logo_yokohama {
        max-width: 180px;
    }
}

/****************************  New CSS Prakash *********************************/
.discount_container {
    margin: 0;
}

.discount_sort {
    background-color: #e7e7e7;
    margin: 10px 0;
    overflow: hidden;
    padding: 0;
    height: 55px;
}

.discount_sort_head {
    float: left;
    width: 20%;
}

    .discount_sort_head label {
        margin: 0;
        font-weight: bold;
        padding: 10px;
        width: 100%;
        display: block;
        text-align: center;
        line-height: 35px;
        float: left;
        box-sizing: border-box;
    }

        .discount_sort_head label.tag_info {
            display: block;
        }

        .discount_sort_head label.active {
            background-color: #333;
            color: #eee;
        }

.discount_sort ul {
    margin: 0;
    padding: 0;
    float: left;
    width: 80%;
}

    .discount_sort ul li {
        list-style: none;
        float: left;
        width: 160px;
    }

.discount_sort li label {
    margin: 0;
    font-weight: bold;
    padding: 10px;
    width: 145px;
    display: block;
    text-align: center;
    line-height: 35px;
}

.discount_sort li a {
    color: #555555;
    display: block;
    font-size: 16px;
    height: 55px;
    line-height: 55px;
    padding: 0;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    width: 131px;
}

.discount_sort li img {
    margin-top: 3px;
}

.Toyota_logo {
    background: url(../Images/CarLogo/Lexus.png) no-repeat left center;
}

.discount_sort li a.active {
    background-color: #333;
    color: #eee;
}

.discount_cars_grid {
    margin: 10px 0;
    overflow: hidden;
}

.discount_cars {
    margin: 5px 5px 5px 0;
    width: 266px;
    color: #ddd;
    border: 1px solid #ccc;
    background: url(../Images/caption_bg.png) repeat;
    /*background-color:#F2F2F2;*/
    /*background:
  -webkit-radial-gradient(black 15%, transparent 16%) 0 0,
  -webkit-radial-gradient(black 15%, transparent 16%) 8px 8px,
  -webkit-radial-gradient(rgba(255,255,255,.1) 15%, transparent 20%) 0 1px,
  -webkit-radial-gradient(rgba(255,255,255,.1) 15%, transparent 20%) 8px 9px;
background:
  -moz-radial-gradient(black 15%, transparent 16%) 0 0,
  -moz-radial-gradient(black 15%, transparent 16%) 8px 8px,
  -moz-radial-gradient(rgba(255,255,255,.1) 15%, transparent 20%) 0 1px,
  -moz-radial-gradient(rgba(255,255,255,.1) 15%, transparent 20%) 8px 9px;
background:
  -o-radial-gradient(black 15%, transparent 16%) 0 0,
  -o-radial-gradient(black 15%, transparent 16%) 8px 8px,
  -o-radial-gradient(rgba(255,255,255,.1) 15%, transparent 20%) 0 1px,
  -o-radial-gradient(rgba(255,255,255,.1) 15%, transparent 20%) 8px 9px;
background:
  radial-gradient(black 15%, transparent 16%) 0 0,
  radial-gradient(black 15%, transparent 16%) 8px 8px,
  radial-gradient(rgba(255,255,255,.1) 15%, transparent 20%) 0 1px,
  radial-gradient(rgba(255,255,255,.1) 15%, transparent 20%) 8px 9px;
background-color:#282828;
background-size:3px 3px;*/
}

    .discount_cars:hover {
        border: 1px solid #444;
        background: url(../Images/caption_bg_hover.png) repeat;
        transition: 0.4s background ease-in-out,0.4s color ease-in-out;
        color: #fff;
        cursor: pointer;
    }

    .discount_cars figure {
        margin: 0;
        padding: 0;
    }

        .discount_cars figure img {
            width: 100%;
            height: 178px;
        }

    .discount_cars .offer_caption {
        padding: 5px 5px;
        overflow: hidden;
    }

        .discount_cars .offer_caption h3 {
            font-size: 14px;
            font-weight: 600;
            margin: 0 0 10px;
            padding: 0;
            color: inherit;
        }

    .discount_cars .offer_desc {
        font-size: 12px;
        width: 50%;
    }

        .discount_cars .offer_desc b {
            display: block;
            margin-bottom: 3px;
        }

        .discount_cars .offer_desc .pin_ico:before {
            content: url(../images/pin.png);
            margin-right: 4px;
        }

    .discount_cars .discount_range {
        width: 48%;
        text-align: right;
    }

        .discount_cars .discount_range span {
            font-size: 13px;
        }

        .discount_cars .discount_range b {
            display: block;
            font-size: 18px;
            color: #82b548;
            margin: -3px 0;
        }

@media (max-width:767px) {
    .discount_sort_head label.tag_info {
        display: none;
    }

    .discount_sort_head label.active {
        width: 100%;
    }
}

@media (min-width:320px) and (max-width:380px) {
    .discount_cars {
        width: 96%;
    }
}

@media (min-width:381px) and (max-width:767px) {
    .discount_cars {
        width: 48%;
    }
}

@media (min-width:768px) and (max-width:1023px) {
    .discount_cars {
        width: 32%;
    }
}

@media (min-width:1024px) and (max-width:1180px) {
    .discount_cars {
        width: 24%;
    }
}



.car_discount_green:after {
    content: url(https://cdn2-5e15.kxcdn.com/yoko/YokoImages/General/tag_open.png);
    display: block;
    height: 20px;
    width: 20px;
    position: absolute;
    right: 0;
    bottom: 0px;
}

.car_discount_green {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#67ba1e+0,3e8c12+100 */
    background: #67ba1e; /* Old browsers */
    background: -moz-linear-gradient(top, #67ba1e 0%, #3e8c12 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#67ba1e), color-stop(100%,#3e8c12)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #67ba1e 0%,#3e8c12 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #67ba1e 0%,#3e8c12 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #67ba1e 0%,#3e8c12 100%); /* IE10+ */
    background: linear-gradient(to bottom, #67ba1e 0%,#3e8c12 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#67ba1e', endColorstr='#3e8c12',GradientType=0 ); /* IE6-9 */
    float: left;
    width: 100%;
    padding: 5px;
    color: #fff;
    margin: 0 0 0 -5px;
    min-height: 37px;
    position: relative;
}

    .car_discount_green span {
        display: block;
        font-size: 13.5px;
        text-align: left;
        line-height: 18px;
        margin-left: 32px;
    }

    .car_discount_green b {
        display: block;
        font-size: 13px;
        font-weight: normal;
        text-align: left;
        margin-top: 3px;
        font-weight: bold;
    }

    .car_discount_green:hover {
        transition: 1s background ease-in-out;
        -webkit-transition: 1s background ease-in-out;
        -moz-transition: 1s background ease-in-out;
        cursor: pointer;
        background: #3e8c12; /* Old browsers */
        background: -moz-linear-gradient(top, #3e8c12 0%, #67ba1e 100%); /* FF3.6+ */
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#3e8c12), color-stop(100%,#67ba1e)); /* Chrome,Safari4+ */
        background: -webkit-linear-gradient(top, #3e8c12 0%,#67ba1e 100%); /* Chrome10+,Safari5.1+ */
        background: -o-linear-gradient(top, #3e8c12 0%,#67ba1e 100%); /* Opera 11.10+ */
        background: -ms-linear-gradient(top, #3e8c12 0%,#67ba1e 100%); /* IE10+ */
        background: linear-gradient(to bottom, #3e8c12 0%,#67ba1e 100%); /* W3C */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3e8c12', endColorstr='#67ba1e',GradientType=0 ); /* IE6-9 */
    }

.CarThumbSlide img {
    width: 100%;
}


.carsales_container {
    margin: 0;
    border: 1px solid #dddddd;
    box-shadow: 3px 3px 3px #e4e4e4;
    overflow: hidden;
}

    .carsales_container .car_md_grid {
        border-bottom: 1px solid #dddddd;
        border-right: 1px solid #dddddd;
        float: left;
        /*margin-bottom: -1px;   
    max-width: 384px;
    min-height: 156px;
    min-width: 373px;*/
        overflow: hidden;
        text-align: center;
        width: 33.33%;
        padding: 10px;
        box-sizing: border-box;
        background-color: #fff;
        color: #666;
        transition: 0.3s background ease-in;
    }

        .carsales_container .car_md_grid:hover {
            background-color: #FFA07A;
            color: #fff;
            cursor: pointer;
        }

            .carsales_container .car_md_grid:hover .final_price_tag {
                background-color: #c31010;
            }

        .carsales_container .car_md_grid h3 {
            background-color: #9acd32;
            color: #ffffff;
            font-size: 14px;
            height: 20px;
            margin: 0;
            overflow: hidden;
            padding: 5px 0;
            text-overflow: ellipsis;
            white-space: nowrap;
        }

        .carsales_container .car_md_grid h3_center {
            width: 78%;
            margin: 0 0 0 90px;
            overflow: hidden;
            text-align: center;
        }

        .carsales_container .car_md_grid figure {
            padding: 0;
            margin: 0;
            position: relative;
        }

.year_tag:before {
    width: 25px;
    height: 25px;
    content: url(https://cdn2-5e15.kxcdn.com/yoko/YokoImages/General/Calendar_white_small.png);
    display: block;
    background: #444;
    float: left;
}

.year_tag {
    width: 90px;
    height: 25px;
    background: rgba(255,0,0,1.0);
    position: absolute;
    top: 175px;
    left: 0;
    display: block;
    color: #fff;
    line-height: 25px;
}

.carsales_container .car_md_grid figure img {
    width: 100%;
    height: 200px;
}

.car_md_grid .carinfo_cap {
    margin: 5px 0;
}

.car_md_grid .price_left {
    float: left;
    width: 56%;
}

    .car_md_grid .price_left span {
        font-size: 14px;
        margin-top: 5px;
        display: block;
        text-align: left;
    }

        .car_md_grid .price_left span b {
        }

.car_md_grid .price_right {
    float: right;
    text-align: right;
}

    .car_md_grid .price_right span {
        font-size: 12px;
        margin-top: 5px;
        display: block;
        min-width: 80px;
        text-align: left;
        color: red;
    }

    .car_md_grid .price_right .final_price_tag {
        background-color: #DA5A00;
        border-radius: 4px;
        color: #ffffff;
        display: block;
        min-width: 80px;
        padding: 10px;
        text-align: center;
        margin-top: 1px;
    }

.carsales_container div {
    height: auto !important;
    width: auto;
    float: none;
    background-color: transparent !important;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0px;
    margin: 0;
    border: none;
}
/********priyanka******/
@media only screen and (max-width: 360px) and (min-width: 150px) {
    .search_results_wrapper li {
        width: 100%;
        min-height: auto;
    }

    .viewCif {
        position: relative !important;
        display: inline-block;
        top: -11px;
    }
}

@media (max-width:500px) {
    .carsales_container .car_md_grid {
        width: 100%;
    }
}

@media (min-width:501px) and (max-width:1120px) {
    .carsales_container .car_md_grid {
        width: 50%;
    }

    .car_md_grid .price_left {
        width: 50%;
    }
}


.app_d_bg {
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 1000;
    text-align: center;
    overflow: auto;
    overflow-x: hidden;
}

    .app_d_bg .app_d_bg_img {
        width: 100%;
        height: 100%;
        position: absolute;
        left: 0;
        top: 0;
    }

.app_d_button {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 75px;
    border-top: 1px solid #e0e7c0;
    background: #206eb2;
    background: -moz-linear-gradient(top, #206eb2 0%, #064d8b 100%);
    background: -webkit-linear-gradient(top, #206eb2 0%,#064d8b 100%);
    background: linear-gradient(to bottom, #206eb2 0%,#064d8b 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#206eb2', endColorstr='#064d8b',GradientType=0 );
    transition: all 0.25s;
    text-align: center;
    font-family: Arial;
    cursor: pointer;
}


    .app_d_button:hover {
        -webkit-box-shadow: inset 0px 10px 37px 0px rgba(0,0,0,0.75);
        -moz-box-shadow: inset 0px 10px 37px 0px rgba(0,0,0,0.75);
        box-shadow: inset 0px 10px 37px 0px rgba(0,0,0,0.75);
    }


    .app_d_button span {
        font-size: 22px;
        text-shadow: 1px 1px #000000;
        color: #fff;
        cursor: pointer;
        width: 300px;
        display: inline-block;
        margin: 14px 0 0 0;
    }

        .app_d_button span > label {
            font-size: 14px;
            color: #ECFF91;
            text-shadow: 1px 1px #000000;
            display: block;
            cursor: pointer;
        }

        .app_d_button span:before {
            background: url('https://cdn2-5e15.kxcdn.com/yoko/YokoImages/General/sprite_img.png') no-repeat -218px -246px;
            width: 41px;
            height: 41px;
            float: left;
            margin: 2px -20px 0 20px;
            content: "";
            position: relative;
            cursor: pointer;
        }

.applogo_w {
    width: 135px;
    height: 135px;
    display: block;
    margin: 6% auto 0;
    background-color: #e4ff62;
    border: 6px solid #ecff8a;
    position: relative;
    border-radius: 100%;
}

    .applogo_w img {
        width: 100%;
    }

.app_d_text_w {
    display: inline-block;
    max-width: 400px;
    width: 100%;
    position: relative;
    clear: both;
    font-family: 'Oswald', sans-serif;
    font-weight: 400;
    font-size: 26px;
    color: #fff;
    text-shadow: 1px 1px #000000;
    letter-spacing: 1px;
    margin: 6% 0 0 0;
    padding: 0 0 75px 0;
}


.an_app_close {
    width: 50px;
    height: 50px;
    right: 5px;
    top: 12px;
    position: absolute;
    z-index: 50;
    transition: all 0.25s;
    cursor: pointer;
}

    .an_app_close:hover {
        background-color: #97B01B;
        border-radius: 100%;
    }

    .an_app_close:before {
        background: url('https://cdn2-5e15.kxcdn.com/yoko/YokoImages/General/sprite_img.png') no-repeat -268px -263px;
        width: 16px;
        height: 17px;
        display: block;
        content: "";
        margin: 16px auto 0;
    }

.app_d_bg_JS {
    display: none;
}


@media only screen and (max-width: 10000px) and (min-width: 780px) {
    /*disktop*/

    .dstop_app_d_bg {
        width: 285px;
        height: 460px;
        position: relative;
        margin: -250px auto 0;
        padding: 36px 0 0 0;
        box-sizing: border-box;
        top: 50%;
    }

    .app_d_bg .app_d_button {
        position: absolute;
        z-index: 100;
        cursor: pointer;
    }

    .dstop_app_d_bg .dstop_app_d_mobile_frame {
        width: 350px;
    }

    .dstop_app_d_bg:before {
        background-image: url(https://cdn2-5e15.kxcdn.com/yoko/YokoImages/General/mobile_frame.PNG);
        content: "";
        width: 320px;
        height: 590px;
        float: left;
        background-size: 100% 100%;
        z-index: 5;
        position: absolute;
        top: -61px;
        left: -18px;
    }

    .app_d_bg {
        background: rgba(0, 0, 0, 0.8);
    }
}


.select_star_JS {
    position: relative;
}

    .select_star_JS > i:after {
        position: absolute;
        left: 105%;
        top: 2px;
        font-size: 14px;
        font-weight: 700;
        color: #515156;
        white-space: nowrap;
    }

    .select_star_JS > i:nth-child(1):hover:after {
        content: "i hate it";
    }

    .select_star_JS > i:nth-child(2):hover:after {
        content: "i don't like it";
    }

    .select_star_JS > i:nth-child(3):hover:after {
        content: "it's okay";
    }

    .select_star_JS > i:nth-child(4):hover:after {
        content: "i like it";
    }

    .select_star_JS > i:nth-child(5):hover:after {
        content: "i love it";
    }

.revPopupW {
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.6);
    position: fixed;
    left: 0;
    top: 0;
    z-index: 1005;
    display: none;
}

    .revPopupW > div {
        width: 100%;
        max-width: 500px;
        height: 320px;
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%,-50%);
        background-color: #fff;
        border-radius: 4px;
        box-shadow: 2px 3px 5px rgba(0,0,0,0.8);
        text-align: center;
    }

        .revPopupW > div > h3:nth-child(2) {
            padding: 14px 0;
            background-color: #e8e8e8;
            border-radius: 4px 4px 0 0;
            margin: 0;
            color: #1a5fb7;
        }

        .revPopupW > div > h3 {
            color: rgba(0,0,0,0.6);
            margin: 2px 0 8px 0;
            font-size: 15px;
        }

        .revPopupW > div > input {
            display: block;
            margin: auto;
            height: 35px;
            margin-top: 8px;
            border: 1px solid #cecece;
            width: 300px;
            border-radius: 2px;
        }

        .revPopupW > div > div {
            display: block;
            margin: auto;
            height: 75px;
            margin-top: 8px;
            background-color: #f1f1f1;
            border-radius: 2px;
            width: 300px;
        }

        .revPopupW > div > button {
            width: 75px;
            height: 35px;
            margin-top: 8px;
            background-color: #075294;
            border: none;
            color: #fff;
            border-radius: 2px;
        }

.close_revPopupW {
    position: absolute;
    top: 10px;
    right: 10px;
    height: 45px;
    width: 45px;
    text-align: center;
    line-height: 45px;
    font-size: 22px;
    color: #ff0000;
    cursor: pointer;
}

#Button1 {
    background-color: #1a5fb7;
    color: #fff;
}

#btnrefresh {
    background-color: #195fb7;
    width: 58px;
    border: 1px solid #fff;
    font-size: 10px;
    height: 32px;
    border-radius: 4px;
    color: #fff;
}

#txtCaptcha {
    border: none;
    font-weight: bold;
    font-family: Modern;
    font-size: 19px;
    height: 75px;
    width: 110px;
    vertical-align: sub;
    background-color: #f2f2f2;
    color: #717171;
    font-family: monospace;
    text-decoration: line-through;
    letter-spacing: -4px;
}

/* start 16-Mar-2018*/
.loadingNew {
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    position: fixed;
    background-color: rgba(0, 0, 0, 0.9);
    z-index: 1111;
    display: none;
}

    .loadingNew:before {
        content: "";
        width: 60px;
        height: 60px;
        background-image: url(https://cdn2-5e15.kxcdn.com/yoko/YokoImages/General/loading_banner.GIF);
        position: absolute;
        left: 50%;
        top: 50%;
        margin-left: -30px;
        margin-top: -31px;
    }

.viewCif {
    position: absolute;
    bottom: 21px;
    width: 80%;
    text-align: center;
    left: 10%;
    height: 20px;
    line-height: 20px;
    background-color: #e5ad30;
    border-radius: 4px;
    font-size: 11px;
    font-weight: bold;
    cursor: pointer;
    text-overflow: ellipsis;
}

.HideConditionMenu {
    display: none;
}

.viewCif:hover {
    background-color: #ffb000;
}

.viewCif:before {
    background: url('https://cdn2-5e15.kxcdn.com/yoko/YokoImages/General/sprite_img.png') no-repeat -131px -265px;
    width: 22px;
    height: 23px;
    content: "";
    float: left;
    border-radius: 100%;
    margin: -2px 0 0 -5px;
}




.CR_report_popup_w {
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 11111;
    background-color: rgba(0,0,0,0.7);
    overflow: auto;
}

    .CR_report_popup_w > div {
        max-width: 700px;
        position: absolute;
        left: 50%;
        transform: translate(-50%,0);
        /*background-color: #fff;*/
        padding: 20px;
        background-color: #ddff96;
        width: 95%;
    }


.CR_report_popup_close {
    width: 35px;
    height: 35px;
    border-radius: 3px;
    background-color: rgba(255,255,255,0.7);
    text-align: center;
    position: fixed;
    right: 17px;
    top: 5px;
    z-index: 99;
    cursor: pointer;
}

    .CR_report_popup_close i {
        line-height: 35px;
        color: #d02526;
        font-size: 20px;
    }

/**********condition Report***********/
.sailing_cars_wrapper_tabs li {
    width: 20%;
}

.engine-container {
    background: #ddff96;
    width: 100%;
    margin: 0 auto;
}

    .engine-container .row {
        padding: 0px;
    }

        .engine-container .row .col50 {
            border: 1px solid #1c2013;
            width: 100%;
            display: inline-block;
            background-color: rgba(255, 255,255,0.8);
            min-height: 355px;
            margin-bottom: 10px;
        }

            .engine-container .row .col50 ul {
                float: left;
                padding: 0;
                width: 100%;
                margin: 10px 0;
            }

                .engine-container .row .col50 ul li {
                    list-style-type: none;
                    font-size: 18px;
                    font-weight: normal;
                    width: 100%;
                    float: left;
                    padding: 5px 15px;
                    background: none;
                    border: none;
                    min-height: 20px;
                    font-size: 14px;
                }

                    .engine-container .row .col50 ul li label:before {
                        content: "-";
                    }

                    .engine-container .row .col50 ul li input[type=radio] {
                        vertical-align: middle;
                        font-size: 16px;
                        height: 1em;
                        width: 30px;
                        margin-top: -5px;
                    }

                    .engine-container .row .col50 ul li span {
                        float: right;
                        /*margin-right:30px;*/
                    }

.certificate-details {
    width: 100%;
    float: left;
}

    .certificate-details .address-details h4 {
        font-size: 20px;
        padding: 10px 10px 10px 0;
        margin: 0;
        font-weight: normal;
    }

    .certificate-details .address-details ul li:before {
        content: "-";
        margin-right: 5px;
    }

.engine-container {
    background: #ddff96;
    width: 100%;
    margin: 0 auto;
}

.engine-wrapper {
    background: url('../Images/condition-report-bg.png') no-repeat center center;
    float: left;
}

.engine-container .row .col50 h3 {
    color: #fff;
    background-color: rgba(163, 163, 163, 0.87);
    font-size: 18px;
    text-align: center;
    padding: 15px 0px;
    margin: 0px;
    width: 100%;
    float: left;
    font-weight: normal;
}

.certificate-details .address-details {
    margin: 0px;
    border: 1px solid #608e00;
    background-color: #608e00;
    color: white;
    padding: 10px;
    line-height: 25px;
    float: left;
    width: 100%;
}

    .certificate-details .address-details h4 {
        font-size: 20px;
        padding: 0;
        margin: 0;
        font-weight: normal;
    }

    .certificate-details .address-details ul {
        list-style: none;
        padding: 0;
        margin: 0;
    }

        .certificate-details .address-details ul li {
            min-height: 24px;
            background: none;
            padding: 0;
            border: none;
            font-size: 14px;
            line-height: 17px;
        }

            .certificate-details .address-details ul li:before {
                content: "-";
                margin-right: 5px;
            }

.gt-details {
    position: relative;
}

    .gt-details label {
        position: absolute;
        right: 1%;
        top: 70%;
        font-size: 14px;
        font-weight: bold;
    }

    .gt-details img {
        position: relative;
        top: 50%;
        left: 50%;
        transform: translateX(-50%) translateY(-50%);
        width: 90px;
    }

.col-right img {
    max-height: 100%;
    margin-bottom: 2px;
}

.mar10 {
    margin-right: 12px;
}

.cond_report_wrapper:nth-child(even) {
    padding-right: 0;
    padding-left: 10px;
}

.CR__report_label_W > div:nth-child(1) {
    padding-left: 0;
}

.CR__report_label_W > div:nth-child(4) {
    padding-right: 0;
}

.CR__report_label_W > div:nth-child(8) {
    padding-right: 0;
}

.CR__report_label_W > div:nth-child(5) {
    padding-left: 0;
}

.engine-wrapper li input[type=text] {
    border-radius: 4px;
    border: 1px solid #cccccc;
    box-sizing: border-box;
    box-shadow: inset 0 0 10px rgba(0,0,0,0.2);
    padding: 0 0 0 3px;
    background: transparent;
    height: 25px;
}

#toggleViewPart_9 {
    background-color: #ddff96;
}

.CR__report_label_W > div {
    width: 25%;
    padding: 6px;
    float: left;
}

    .CR__report_label_W > div > span {
        display: block;
        background-color: #fff;
        padding: 5px;
    }

.CR__report_img_W > div {
    padding: 10px 5px 5px 0;
}

.CR__report_img_W > divimg {
    width: 100%;
}

.CR__report_img_W .col-left {
    width: 69%;
    float: left;
}

.CR__report_img_W img {
    width: 100%;
}

.CR__report_img_W .col-right {
    width: 30%;
    float: left;
    text-align: right;
    padding-right: 0;
}

.CR__report_expl_W {
    width: 100%;
    background: #fff;
    float: left;
    padding: 10px;
    margin-bottom: 15px;
    margin-top: 5px;
}

    .CR__report_expl_W h4 {
        text-decoration: underline;
        margin: 10px 0;
    }

    .CR__report_expl_W > ul {
        padding: 0;
        margin: 0;
    }

        .CR__report_expl_W > ul > li {
            list-style: none;
            line-height: 25px;
            width: 33%;
            float: left;
            padding: 0px 10px;
            font-size: 13px;
            min-height: 20px;
            border: none;
            background: none;
        }

.CR_wrapper {
    width: 100%;
    display: inline-block;
    padding: 0px 0;
}
/*.CR_report_H{
	position:relative;
	height:100px;
}*/
.CR_report_H {
    height: 100px;
}
/*.CR_report_H_head{
		width: 100px;
		}*/
.CR_report_H_head_H {
    margin-left: 100px;
}

    .CR_report_H_head_H h3 {
        font-size: 18px;
        height: 80px;
        padding: 11%;
    }

.CR__report_label_W > div > span {
    border-radius: 4px;
    border: 1px solid #cccccc;
    box-sizing: border-box;
    box-shadow: inset 0 0 10px rgba(0,0,0,0.2);
    height: 33px;
    line-height: 23px;
    font-size: 12px;
    font-weight: bold;
}

img {
    max-width: 100%;
    height: auto;
}

@media only screen and (max-width:480px) {
    .engine-container .row .col50 {
        width: 100%;
        padding: 0;
    }

    .engine-wrapper {
        background-size: contain;
    }

    .gt-details img {
        width: 65px;
    }

    .gt-details label {
        right: 15%;
        top: 90%;
    }

    .engine-container .row .col50 ul li input[type=text] {
        width: 100px;
    }

    .certificate-details .address-details {
        padding-bottom: 30px;
    }

    .CR__report_img_W .col-left {
        width: 100%;
        padding: 0px;
        margin-top: 15px;
    }

    .CR__report_img_W .col-right {
        width: 100%;
    }

    .CR__report_expl_W > ul > li {
        width: 100%;
    }

    .CR__report_label_W > div {
        width: 50%;
    }

    .CR_report_H {
        height: 100px;
    }

    .CR_report_H_head_H {
        margin-left: 100px;
    }

        .CR_report_H_head_H h3 {
            font-size: 18px;
            height: 80px;
            padding: 11%;
        }
}

@media only screen and (min-width: 150px) and (max-width: 767px) {
    .engine-container .row .col50 {
        width: 100%;
        margin-right: 0px;
    }

    .gt-details img {
        width: 60px;
    }

    .certificate-details .address-details {
        height: 220px;
    }

    .gt-details label {
        right: 12%;
        top: 88%;
    }

    .engine-container .row .col50 ul li {
        padding: 5px 5px;
    }

        .engine-container .row .col50 ul li span {
            margin-right: 2px;
        }

        .engine-container .row .col50 ul li input[type=radio] {
            font-size: 15px;
            height: 1em;
            width: 12px;
            margin-top: -2px;
        }

    .CR_report_H {
        height: 60px;
    }

    .CR_report_H_head_H {
        margin-left: 80px;
    }

        .CR_report_H_head_H h3 {
            font-size: 16px;
            height: 60px;
            padding: 4%;
        }

    .CR__report_label_W > div {
        width: 50%;
    }

    .CR__report_expl_W > ul > li {
        width: 100%;
    }

    .CR__report_label_W > div {
        width: 100%;
        padding: 6px 0;
    }

    .CR__report_img_W .col-left {
        width: 100%;
    }

    .CR__report_img_W .col-right {
        width: 100%;
    }
}

@media only screen and (max-width: 767px) and (min-width: 150px) {
    .engine-container .row .col50 {
        width: 100%;
        margin-right: 0px;
        padding: 0;
    }

    .engine-container .cond_report_wrapper {
        width: 100%;
        padding: 0;
    }
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
    .engine-container .row .col50 {
        width: 48.6%;
    }

    .mar10 {
        margin-right: 12px;
    }

    .gt-details img {
        width: 100px;
    }

    .CR_report_H_head_H h3 {
        padding: 10% 0;
    }

    .CR_report_H {
        height: 110px;
    }

    .CR_report_H_head {
        width: 150px;
    }

    .CR_report_H_head_H {
        margin-left: 150px;
    }

        .CR_report_H_head_H h3 {
            font-size: 33px;
            height: 110px;
            padding: 4%;
            line-height: 50px;
        }
}

/*//mahadev-------*/
.loading_banner_gif_report {
    width: 100% !important;
    height: 100% !important;
    position: absolute !important;
    left: 0 !important;
    top: 0 !important;
}

.loading_banner_gif_report {
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 111;
}

    .loading_banner_gif_report:before {
        background-image: url(https://cdn2-5e15.kxcdn.com/yoko/YokoImages/General/loading_banner.GIF);
        width: 58px;
        height: 58px;
        top: 50%;
        left: 50%;
    }

    .loading_banner_gif_report:before {
        content: "";
        position: absolute;
        margin: -29px 0 0 -29px;
    }

.cond_report_wrapper {
    width: 50%;
    float: left;
    padding: 0 10px 0 0;
    margin-bottom: 10px;
}

.Condition_Prt {
    width: 80px;
    color: #fff;
    background-color: #337ab7;
    border-color: #2e6da4;
    float: right;
    text-align: center;
    border-radius: 2px;
    padding: 5px 0;
    margin: 5px 0 0;
}

@media print {
    .no-print, .no-print * {
        display: none !important;
    }

    a[href]:after {
        content: none !important;
    }

    .CR__report_img_W .col-left {
        max-height: 400px;
    }

        .CR__report_img_W .col-left img {
            height: 100%;
        }

    .cond_report_wrapper {
        margin-bottom: 0;
    }

    .CR__report_img_W .col-right img {
        height: 125px;
        margin-bottom: 3px;
    }

    .CR__report_img_W .col-right {
        width: 29%;
        margin-left: 5%;
    }

    .CR__report_img_W > div {
        padding: 10px 5px 5px 0;
    }

    .CR_wrapper {
        float: left;
    }

    .gt-details {
        position: relative;
        height: 55px;
        width: 100%;
        float: left;
    }

        .gt-details img {
            position: relative;
            top: 18%;
            left: 50%;
            transform: translateX(-50%) translateY(-50%);
            width: 75px;
        }

    .CR_report_H_head_H {
        /*-webkit-print-color-adjust: exact;*/
        height: 180px;
        float: left;
        width: 100%;
    }

    #toggleViewPart_9 {
        -webkit-print-color-adjust: exact;
    }

    .engine-container .row .col50 h3 {
        -webkit-print-color-adjust: exact;
    }

    .certificate-details .address-details {
        -webkit-print-color-adjust: exact;
    }

    .CR__report_expl_W > ul > li {
        line-height: 16px;
        font-size: 12px;
    }

    .engine-container .row .col50 ul li input[type=radio] {
        width: 15px;
    }
}
/*end*/
