/* CSS Style file for KOBE 

    01. Common styles
    02. Homepage
    03. Inner pages
*/


/*-- 01. Common Styles --*/
@media (min-width: 768px){
    .container {
        width: 750px;
    }
}
@media (min-width: 992px){
    .container {
        width: 100%;
    }
}
@media (min-width: 1200px){
    .container {
        width: 1190px;
    }
}
@media (min-width: 1366px){
    .container {
        width: 1349px;
    }
}
@media (min-width: 1500px){
    .container {
        width: 100%;
    }
}
.btn{
    font-size: 12px;
}
/*-- End Common Styles --*/




/*-- 02. Homepage --*/

#sortable {
    list-style-type: none; padding: 0; width: 100%;
}
#sortable li {
    height: auto;
}
/*.kb-btn-disable img, .kb-btn-disable p {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    opacity: 0.6;
}*/
.kb-btn-disable{
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    opacity: 0.6;
}
.select2{
    width: 100% !important;
}
.select2-container--default .select2-selection--single{
    border-radius: 8px;
}
.select2-container .select2-selection--single{
    height: 35px;
}
.select2-container--default .select2-selection--single .select2-selection__rendered{
    padding-top: 6px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 26px;
    position: absolute;
    /*top: 9px !important;*/
    right: 1px;
    width: 20px;
}

.radio-section {
    padding: 10px 5px;
    border-radius: 8px;
    font-size: 9px;
    letter-spacing: 1px;
}

/* Radio Buttons Styles */
.form-radio
{
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    display: inline-block;
    position: relative;
    background-color: #ffffff;
    color: #0090d0;
    top: 7px;
    left: -6px;
    height: 20px;
    width: 20px;
    border: 1px solid #0090d0;
    border-radius: 50px;
    cursor: pointer;
    margin-right: 7px;
    outline: none;
}
.form-radio:checked::before
{
    font-family: 'fontawesome';
    position: absolute;
    left: 3px;
    top: 4px;
    content: '\f00c';
    color: #0082d6;
    font-size: 12px;
}
.form-radio:hover
{
    background-color: #f7f7f7;
}
.form-radio:checked
{
    background-color: #fff;
}
label
{
    color: #666;
    cursor: pointer;
} 
/* End Radio Buttons Styles */

.col-lg-kb5{
    width: 19.7%;
    display: inline-block;
}
.btn-blue{
    color: #fff !important;
    background: #0090d0;
}

.height-35{
    height: 35px;
}
.kb-margin-p-20{
    margin-left: 20%;
}
.btn-bordered{
    color: #0090d0;
    font-size: 18px;
    width: 100%;
    background: linear-gradient(to top, rgba(243, 243, 243, 0.65) 0%,rgba(0,0,0,0) 100%);
    border: 1px solid #0000001c;
    font-weight: 600;
}
.byImg{
    padding-right: 10px;
    width: 30px;
}
.byAnchor{
    font-size: 12px;
    color: #000;
    line-height: 2.5;
    font-weight: 600;
}





/*11-01-18 Style*/

.country-flag-sec {
    background: #fff;
    border: 1px solid #0000001c;
    border-radius: 8px;
}

.stock-country img {
    width: 70%;
}

.globe-icon{
    width: 55% !important;
}

#allCountrys{
    cursor: pointer;
}

.ui-sortable li{
    list-style: none;
}

.ui-sortable{
    padding-left: 0px;
}


.top-sell-car img {
    width: 100%;
}

.recently-viewed img {
    width: 100%;
}
/*11-01-18 Style*/

.vehicle-logos img{
    height: auto;
    width: 70%;
}
.vehicle-logos a{
    text-align: center;
}
.bg-lblue{
    background: #d9f0ff;
    color: #0090d0;
    padding: 7px;
    letter-spacing: 1px;
    border-radius: 10px;
    display: block;
    margin-top: 15px;
    text-align: center;
    width: 100%;
}
.kb-vtop-inline{
    display: inline-block;
    vertical-align: text-top;
    width: 49.80%;
}
.nav-pills>li+li{
    margin-left: 0;
}
.nav-pills>li.active>a, .nav-pills>li.active>a:focus, .nav-pills>li.active>a:hover{
    background-color: transparent;
    font-weight: 600;
    color: #000;
    border: 1px solid #0000001c;
    border-bottom: 0px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}
.nav-link{
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    opacity: 0.6;
    padding: 10px 0px !important;
}
.active .nav-link{
    -webkit-filter: grayscale(0%);
    filter: grayscale(0%);
    opacity: 1;
}
.nav-pills>li>a, .nav-pills>li.active>a:hover {
    border-radius: 10px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}
.tribute{
    background: #ffd632;
    padding: 10px;
    display: block;
    width: 100%;
    text-align: center;
    font-weight: 900;
    font-size: 25px;
    letter-spacing: 1px;
}
.contact-bar{
    background: #ffd632;
    padding: 10px;
    display: block;
    width: 100%;
    text-align: center;
    font-weight: 900;
    font-size: 14px;
    letter-spacing: 1px;
}
.contact-bar a{
    color: #000 !important;
}
.nav>li>a:focus, .nav>li>a:hover{
    border-radius: 0px;
}
.kb-color-blue{
    color: #0090d0;
}
.kb-color-black{
    color: #000;
}
.kb-bg-lblue{
    background: #e8f3fb;
}
.container-fluid{
    padding: 0px;
}
.h-200{
    min-height: 200px;
}
.kb-why{
    position: absolute;
    top: 200px;
    left: 50px;
}
.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: #0082d6;
}
.select2-container--default .select2-search--dropdown .select2-search__field {
    border: 1px solid #0082d6;
    border-radius: 10px;
}
.nav-link span{
    font-size: 12px;
}
.owl-carousel .owl-nav button.owl-prev, .owl-carousel .owl-nav .owl-next {
    background: #0082d6 !important;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    margin: 0px 10px;
}
.owl-carousel .owl-nav button.owl-prev span, .owl-carousel .owl-nav .owl-next span{
    color: #fff;
    font-size: 15px;
}
.owl-nav{
    text-align: center;
    margin-top: 10px;
}
/*-- End Homepage Styles --*/










.kb-filters>.select2 {
    display: inline-block;
    width: 75% !important;
}

.kb-filters-text{
    display: inline-block;
}

.list-grid .column {
    float: left;
    width: 20%;
    padding: 10px;
}
.list-grid .row:after {
    content: "";
    display: table;
    clear: both;
}
/* Style the buttons */
.btn-custom {
    border: none;
    outline: none;
    padding: 12px 16px;
    background-color: #f1f1f1;
    cursor: pointer;
}

.list-grid .btn-custom:hover {
    background-color: #ddd;
}

.list-grid .btn-custom.active {
    background-color: #666;
    color: white;
}
#btnContainer{
    border-top: 1px solid #8ec74a;
    margin-top: 20px;
    padding-top: 10px;
}

.grid>.kb-stock-box{
    display: block;
}
.grid>.kb-make-and-model, .grid>.kb-grade, .grid>.kb-sub-model, .grid>.kb-year, .grid>.kb-color, .grid>.kb-enginecc, .grid>.kb-mileage, .grid>.kb-auction-grade, .grid>.kb-fob, .grid>.kb-cnf, .grid>.kb-inquiry {
    display: inline-block;
    min-width: 85px;
    max-width: 85px;
}
.my-view p {
    font-size: 12px;
}
.list{
    border: 1px solid #5e5e5e2e;
    border-radius: 8px;
    margin-bottom: 10px;
}

.grid {
    border: 1px solid #5e5e5e2e;
    border-radius: 8px;
    margin-bottom: 10px;
    margin: 0px 10px 15px 0px;
    width: 18.99% !important;
}

.list>img {
    padding-left: 0px !important;
}
 
.list>.kb-stock-box,.list>.kb-make-and-model,.list>.kb-grade,.list>.kb-sub-model,.list>.kb-year, .list>.kb-color, .list>.kb-enginecc, .list>.kb-mileage, .list>.kb-auction-grade, .list>.kb-fob, .list>.kb-cnf, .list>.kb-inquiry{
    display: inline-block;
    position: relative;
}

.list>.kb-stock-box{
    text-align: center;
}

.kb-stock-box>.kb-stockid {
    color: #0082d6;
    font-weight: 600;
}

.kb-stock-box>.kb-stock-fav {
    /*color: #5e5e5e;*/
    /*background: #5e5e5e52;*/
    
    color: #fff;
    background: #ffd632;
    
    font-weight: 600;
    padding: 5px 10px;
    border-radius: 8px;
    display: inline-block;
}
.kb-stock-box>.kb-stock-fav:hover {
    color: #404040;
    transition-duration: 0.3s;
}

/*.kb-make-and-model,.kb-grade,.kb-sub-model,.kb-year, .kb-color, .kb-enginecc, .kb-mileage, .kb-auction-grade{*/
/*    font-weight: 600;*/
/*}*/

.kb-fob, .kb-cnf {
    font-weight: 600;
    color: #008f1a;
}


.list>.kb-stock-box,.list>.kb-make-and-model,.list>.kb-grade,.list>.kb-sub-model,.list>.kb-year, .list>.kb-color, .list>.kb-enginecc, .list>.kb-mileage, .list>.kb-auction-grade, .list>.kb-fob, .list>.kb-cnf, .list>img{
    padding: 0px 9px 0px 10px;
    font-size: 12px;
}

.list>.kb-login-price{
    display: none;
}

.kb-login-price a{
    color: #929292;
    text-decoration: underline;
    font-size: 14px;
}


.my-view>.kb-stock-box>.kb-stockid {
    color: #0082d6;
    margin-top: 10px;
    font-weight: 600;
}

.my-view>.kb-stock-box>.kb-stock-fav {
    color: #5e5e5e;
    background: #5e5e5e52;
    font-weight: 600;
    padding: 5px 10px;
    border-radius: 8px;
    font-size: 12px;
}

.grid>.kb-make-and-model {
    margin-top: 10px;
}

.grid>.kb-login-price,.grid>.kb-color,.grid>.kb-mileage,.grid>.kb-auction-grade,.grid>.kb-cnf,.grid>.kb-inquiry{
    display: none !important;
}

.grid .kb-stockid, .grid .kb-stock-fav{
    display: inline-block;
}
.grid .kb-stock-fav{
    margin-left: 5px;
}

.my-view>.kb-make-and-model .my-view>.kb-color .my-view>.kb-enginecc{
    font-weight: 600;
}

.my-view>.kb-inquiry{
    display: inline-block;
}

.kb-inquiry a {
    color: #fff;
    background: #0090d0;
    padding: 5px 10px;
    border-radius: 8px;
    display: block;
}

.list .width-150{
    width: 150px;
}

.grid>.vs-img {
    width: 100%;
}

.list>.vs-img {
    width: 11%;
}

.kb-auction-grade{
    min-width: 85px;
}

.kb-enginecc{
    min-width: 65px;
}

.kb-sub-model{
    min-width: 80px;
}

.btn.active, .btn:active{
    box-shadow: none;
}

.column.my-view.list{
    text-align: center;   
}

.list-titles {
    border: none;
    margin-top: 20px;
    background: #efefef;
    text-align: center;
    padding-left: 0px;
}

.hide-titles{
    display: none;
}

.show-titles{
    display: block !important;
}

.list-titles li {
    display: inline-block;
    font-weight: 600;
    padding: 12px 0px 0px 0px;
    font-size: 12px;
}


.list-titles>.kb-blank-img {
    min-width: 150px;
    vertical-align: middle;
}

.list-titles>.kb-stock-id-title {
    min-width: 115px;
    vertical-align: middle;
}

.list-titles>.kb-make-and-model-title {
    min-width: 95px;
    vertical-align: middle;
}

.list-titles>.kb-grade-title {
    min-width: 55px;
    vertical-align: middle;
}

.list-titles>.kb-sub-model-title {
    min-width: 80px;
    vertical-align: middle;
}

.list-titles>.kb-year-title {
    min-width: 50px;
    vertical-align: middle;
}

.list-titles>.kb-color-title {
    min-width: 58px;
    vertical-align: middle;
}

.list-titles>.kb-enginecc-title {
    min-width: 55px;
    vertical-align: middle;
}

.list-titles>.kb-mileage-title {
    min-width: 65px;
    vertical-align: middle;
}

.list-titles>.kb-auction-grade-title {
    min-width: 80px;
    vertical-align: middle;
}

.list-titles>.kb-fob-title {
    min-width: 70px;
    vertical-align: middle;
}

.list-titles>.kb-cnf-title {
    min-width: 48px;
    vertical-align: middle;
}

.list-titles>.kb-inquiry-title {
    min-width: 110px;
    vertical-align: middle;
}
.navbar-default .navbar-nav>li>a:focus, .navbar-default .navbar-nav>li>a:hover{
    color: #fff !important; 
    background: #0079c8; 
}
.total-car-sec{
    padding-top: 0px !important;
}
.kb-rad-10{
    border-radius: 10px;
}
.kb-search-widget .dropdown-menu>li>a{
    padding: 8px 20px ;
}
.select2-dropdown{
    box-shadow: 1px 1px 10px #80808073;
    border: none;
}
.ui-autocomplete{
    list-style-type: none;
    background: #fff;
    max-width: 765px !important;
    padding-left: 0;
}
.ui-autocomplete .ui-menu-item{
    background: #fff;
    padding: 10px 10px;
    cursor: pointer;
}
.ui-autocomplete .ui-menu-item:hover{
    background: #0090d0;
    color: #fff;
}

.shipment-status .nav li a{
    background: #ffffff;
    color: grey;
    margin: 0;
    border-radius: 0;
    font-size: 14px;
    border: 1px solid #ddd;
}
.shipment-status .nav{
    width: 100%;
    margin-bottom: 10px;
}
.shipment-status .nav li{
    width: 20%;
}
.shipment-status .table img{
    width: 100%;
    max-width: 150px;
}
.shipment-status .table{
    font-size: 12px;
}
.shipment-status .table b{
    font-size: 13px;
}
.shipment-status .table table td{
    padding: 2px 0px;
}
.shipment{
    background: #0090d0;
    color: #fff;
    font-size: 18px;
    padding: 10px 14px;
    font-weight: 400;
    margin: 0;
}
.nav-tabs>li.active>a{
    border: 0;
}
.shipment-status{
    margin: 10px;
    /*margin-right: 0;*/
}
.table>tbody>tr>td{
    padding: 5px;
}
.shipment-status .table th{
    font-size: 10px;
    font-weight: 600;
    text-transform: uppercase;
}
.shipment-status-mobile .panel-title{
    width: 100%;
}
.shipment-status-mobile .panel-heading{
    padding: 0;
}
.shipment-status-mobile .panel-title>a{
    width: 100%;
    display: block;
    padding: 10px 15px;
}
.kb-fs-textb{
    font-size: 14px;
    border-bottom-color: #ddd;
    padding-top: 5px;
    padding-bottom: 5px;
}
.kb-bg-lgrey{
    background: whitesmoke;
    margin-bottom: 5px;
}
.kb-fs-14{
    font-size: 12px;
}
.kb-grey-border{
    border: 1px solid #ddd;
    margin-bottom: 10px;
    padding-bottom: 5px;
}
.account-statements .nav li{
    width: 50%;
}
.ui-datepicker.ui-widget-content .ui-state-default{
    background: transparent;
    border: 1px solid #ffffff;
    text-align: center;
}
.ui-datepicker.ui-widget-content{
    border-radius: 15px;
    padding: 0;
}
.ui-datepicker-header{
    background: #0090d0;
    border: none;
    color: #fff;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}
.ui-state-highlight, .ui-widget-content .ui-state-highlight{
    border-radius: 5px;
}
.ui-state-active, .ui-widget-content .ui-state-active{
    background: #0090d0 !important;
    border-radius: 10px !important;
}
.ui-datepicker{
    border: none !important;
}
.ui-datepicker-next, .ui-datepicker-prev{
    color: #fff !important;
}
.ui-datepicker-next.ui-state-hover, .ui-datepicker-prev.ui-state-hover{
    background: transparent;
    border: none;
}
.ui-datepicker-prev .ui-icon {
    background-image: url(../img/icons/prev.png);
    background-size: 40% 80%;
    background-position: bottom;
    cursor: pointer;
}
.ui-datepicker-next .ui-icon {
    background-image: url(../img/icons/next.png);
    background-size: 40% 80%;
    background-position: bottom;
    cursor: pointer;
}
.ui-datepicker-calendar{
    box-shadow: 1px 1px 10px #80808073;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}
#datepickerFrom, #datepickerTo {
    height: 40px;
    width: 100%;
    border-radius: 5px;
    box-shadow: none;
    border: 1px solid #aaa;
}
#datepickerFromMobile, #datepickerToMobile{
    height: 30px;
    width: 100%;
    border-radius: 5px;
    box-shadow: none;
    border: 1px solid #aaa;
}
.btn-info{
    background-color: #0090d0;
    border-color: #0090d0;
    width: 100%;
    border-radius: 5px;
    padding: 10px 0px;
    margin-top: 20px;
    transition: all ease 0.3s;
}
.btn-info:hover{
    background-color: #00b1ff !important;
    border-color: #00b1ff !important;
}
.kb-border-b{
    border-bottom: 1px solid #c9c9c9;
}
.account-statements .overall thead th{
    background-color: #0090d0;
    color: #fff;
}
.kb-bg-yellow{
    background: #ffd63254;
}
.bg-blue-light{
    background: #00b7d0;
}
.color-red{
    color: #d61f1f;;
}
.kb-text-underline{
    text-decoration: underline;
}
.account-statements .color-blue{
    font-size: 16px;
}
.kb-bg-date{
    background: #fbfbfb;
    padding: 5px;
    text-align: center;
    border-radius: 10px;
}
.kb-padding-b-20{
    padding-bottom: 20px !important;
}
.account-statements-mobile .select2-selection {
    height: 30px;
    border-radius: 5px;
}
.account-statements-mobile .select2-container--default .select2-selection--single .select2-selection__rendered{
    line-height: 20px;
}
.account-statements-mobile .select2-container--default .select2-selection--single .select2-selection__arrow b{
    top: 36%;
}
.kb-bg-lgrey2{
    background: #fbfbfb;
}
.fs-14{
    font-size: 14px;
}
.mobile-btn{
    margin-top: 10px;
    margin-bottom: 10px;
}
.fs-17{
    font-size: 17px;
}
.faq .panel-title>a{
    line-height: 22px;
}
.faq ul, .faq ol{
    padding-left: 15px;
}
.shipment-status.my-orders .nav li:first-child{
    width: 15%;
}
.shipment-status.my-orders .nav li:nth-child(4){
    width: 25%;
}
.kb-account-form-main input{
    height: 35px;
}
@media screen and (max-width: 768px) {
    .kb-profile-list ul li{
        padding: 8px 15px 8px 15px;
        text-align: center;
    }
}
@media screen and (max-width: 767px) {
    .fa-shopping-cart{
        padding-top: 20px;
    }
    .fa-shopping-cart {
        color: #ffffff !important;
    }
    .kb-cart-counter{
        color: #0090d0  !important;
        background: #ffffff !important;
    }  
    .fa-shopping-cart{
        margin-top: 0px !important;
    }
}
@media screen and (min-width: 769px) {
    .desktop-hidden{
        display: none;
    }
    .kb-bg-pgrey{
        background: #fafafa;
    }
    .kb-bg-pgrey2{
        background: #f2f2f2;
    }
}
@media (min-width: 1600px){
    .shipment-status .table img {
        width: 100%;
        max-width: 250px;
    }
    .table-list{
        font-size: 14px !important;
    }
}
.kb-custom-margin{
    margin-top: 13px;
    margin-right: 10px;
}
.kb-height-150{
    height: 150px;   
}
.kb-car-price, .kb-car-price{
    display: inline-block;
}
.fa-google, .fa-facebook-f{
    font-size: 18px;
}
.border-white{
    border-top: 1px solid #fff;
}
#menu11 .form-radio{
    height: 15px;
    width: 15px;
}
#menu11 .form-radio:checked::before{
    left: 0px;
    top: 1px;
}
.kb-margin-neg-15{
    margin-right: -5px !important;
}
.contact-us .radio-section{
    padding: 10px 5px 5px 5px;
}
.kb-pay-online{
    width: 60%;
    margin: auto;
}
.kb-pay-online .select2{
    width: 20% !important;
}
.kb-pay-online input.form-control{
    height: 40px !important;
}
.btn-custom-info{
    position: absolute;
    top: -21px;
    width: 91px;
}
.kb-account-form-main.review{
    margin-bottom: 40px;
}
.shipment-status.inquiry .table, .shipment-status.inquiry .table b{
    font-size: inherit;
}
.btn-sendAll a{
    font-size: 14px;
}
a{
    cursor: pointer;
}
.shipment-status.inquiry .table img{
    max-width: 340px;
}
.fa-shopping-cart{
    font-size: 16px;
    color: #0090d0;
}
.kb-cart-counter{
    text-align: center;
    padding: 3px;
    border-radius: 50%;
    color: #fff;
    background: #0090d0;
    position: absolute;
    width: 25px;
    height: 25px;
    top: -20px;
    right: -22px;
}
.kb-cart-icon{
    position: relative;
}
.fa-shopping-cart{
    margin-top: 15px;
}
.shipment-status .nav-tabs>li.active>a, .shipment-status .nav-tabs>li.active>a:focus, .shipment-status .nav-tabs>li.active>a:hover{
    background-color: #0090d0 !important;
    color: #fff !important;
    border: 1px solid #0090d0;
}
.kb-price-new{
    color: #8ec74a;
    font-size: 18px;
}
.kb-product-msg{
    width: 90%;
}
.kb-add-cart{
    margin-top: 10px;
    display: block;
}
.kb-add-cart .fa-shopping-cart{
    margin-top: 0;
    color: #fff;
    font-size: 12px;
}
.testimonials .holder {
    display: block;
    margin-top: 25px;
}
.kb-nav-search{
    margin-top: 12px;
}
.table-list{
    font-size: 13px;
}
.paging-nav{
    text-align: center;
    margin-top: 20px;
    margin-bottom: 20px;
}
.paging-nav a{
    padding: 5px 10px;
    border: 1px solid #0090d073;
    color: #0090d0cf;
    margin: 0px 4px;
}
.paging-nav a:hover{
    background: #0090d0;
    color: #fff;
}
.paging-nav a.selected-page{
    background: #0090d0;
    color: #fff;
}
.table-list, .table-list th, .table-list td{
    text-align: center;
}
.table-list th, .table-list td{
    /*vertical-align: middle !important;*/
    vertical-align: baseline !important;
}
td.kb-inquiry {
    vertical-align: middle !important;
}
.table-list img{
    max-width: 150px;
}
#loginModal .modal-header .close, #loginModal .modal-title , #foget-passwordMobile, #registerModal{
    color: #fff;
}
.table-list{
    margin-top: 30px;
}
.active1{
    -webkit-filter: grayscale(0%);
    filter: grayscale(0%);
    opacity: 0.6;
}
.bg-blue.radio-section.color-white{
    background: transparent;
}
.bg-blue.radio-section.color-white.color-grey{
    color: grey;
}
.radio-section{
    vertical-align: middle;
    font-size: 12px;
    margin: 0;
    padding: 10px 5px 5px 5px;
}
#search-Accordian .radio-section{
    font-size: 10px;
    padding: 10px 5px;
}
#menu11 .form-radio{
    margin: 0;
}
#kb-popup-login-submit, #kb-popup-register-submit, #kb-popup-fogetpw-submit, #kb-myOrders, #kb-popup-password{
    transition: all ease 0.3s;
}
#kb-popup-login-submit:hover, #kb-popup-register-submit:hover, #kb-popup-fogetpw-submit:hover, #kb-myOrders:hover, #kb-popup-password:hover, .kb-inquiry a:hover{
    background: #00b1ff !important;
    border-color: #00b1ff !important;
}
.btn-search:hover{
    background: #0082d6;
    color: #fff !important;
    border: 1px solid #0082d6;
}
.bg-green:hover, .kb-inquiry .kb-add-cart:hover{
    background: #63b700 !important;
}
.bg-grey:hover{
    background: #7b7b7b !important;
}
.bg-yellow:hover{
    background: #ffde42 !important;
}
.bg-red:hover{
    background: #ff4747 !important;
}
#allCountrys:hover{
    color: #000;
}
.active1 p{
    color: #0090d0;
}

.my-order .table img {
    width: 100%;
    max-width: 150px;
}

.my-order .table th {
    font-size: 10px;
    font-weight: 600;
    text-transform: uppercase;
}
.my-order .table td {
    font-size: 10px;
    text-transform: uppercase;
}

.my-order .table b {
    font-size: 12px;
}

.kb-profile-update {
    color: #232221 !important;
}

.kb-profile-update:hover {
    color: #0090d0 !important;
}

.kb-account-form-main {
    width: 85%;
    margin: auto;
}

.customer-name, .company-name, .customer-address, .kb-customer-email, .kb-customer-password, .kb-customer-newpassword {
    width: 100%;
    padding: 8px;
    margin: 10px 0px;
}

.kb-city, .kb-telephone {
    width: 48%;
    padding: 8px;
    margin: 10px 8px 10px 0px;
    color: #877587;
}


.port-name, .kb-currency {
    width: 48.5%;
    padding: 8px;
    margin: 10px 0px 10px 14px;
    color: #877587;
}

.kb-wishlist-table>tbody>tr>td>img {
    width: 100%;
    max-width: 80px;
}

.kb-wishlist-table>thead>tr>th {
    font-size: 12px;
    padding-bottom: 15px;
    border-bottom: 1px solid #ddd;
}

.kb-wishlist-table>tbody>tr>td {
    font-size: 11px;
}

.kb-update-box {
    width: 100%;
    margin: 10px 0px 0px 0px;
}

.consignee-item {
    border: 1px solid #00000021;
    border-radius: 10px;
    padding: 10px 0px;
}

.kb-consignee-input {
    padding: 20px;
    width: 100%;
    font-size: 20px;
    border-radius: 8px;
    border: 1px solid #00000036;
}

.kb-popup-invoice-main>form>label {
    display: block;
}

.kb-wishlist-form {
    padding: 30px 20px;
}

.kb-wishlist-make, .kb-wishlist-fuel, .kb-wishlist-model {
    width: 40%;
    padding: 10px;
}

.kbm-wishlist-item {
    padding: 0px 0px 0px 0px;
}

.kbm-wishlist-item-info, .kbm-wishlist-item-name {
    padding: 10px 0px;
    margin: 0px;
}

.kbm-wishlist-item-name {
    font-size: 9px;
    font-weight: 600;
    padding-left: 5px;
}

.kbm-wishlist-item-info{
    font-size: 9px;
}

.kb-spacial-note-main {
    background: #d71f1f2e;
    padding: 10px;
    border: 1px solid #d71f1f1f;
    border-radius: 0px;
    margin: 20px 0px;
}

.kb-spacial-note-main h5 {
    font-size: 16px;
    font-weight: 600;
    color: #d71f1f;
}

.kb-spacial-note-main p {
    color: #d71f1f;
}






/*vehicle-stock-grid*/
#itemContainer{
    margin: 25px 0px 20px 0px;
}
.vehicle-stock-main {
    margin-bottom: 30px;
}
    

@media only screen and (min-width : 1600px) {
.vehicle-stock-grid-details {
    /*padding: 20px 5px 10px 5px;*/
    padding: 10px 20px 10px 20px;
}
}

@media only screen and (min-width : 992px) and (max-width : 1599px){
.vehicle-stock-grid-details {
    /*padding: 20px 5px 10px 5px;*/
    padding: 10px 5px 10px 5px;
}

}
@media only screen and (max-width : 768px) {
.vehicle-stock-grid-item {
    margin-right: auto;
    margin-left: auto;
    width: 90%;
}
.vehicle-stock-grid-details {
    padding: 20px 20px 10px 20px;
}
}
.vehicle-stock-grid-item {
    border: 1px solid #0000000d;
    border-radius: 6px;
    box-shadow: 0 0 35px -15px #0000004d;
}
.vehicle-stock-grid-img img{
    width: 100%;
}
.kb-shopping-cart, .kb-envelope {
    margin: 0px !important;
    color: white !important;
    font-size: 13px !important;
}
.vehicle-stock-grid-inquiry-btn {
    background: #0090d0;
    color: #fff;
    border: 1px solid #0090d0;
    width: 100%;
    display: inline-block;
    padding: 5px;
}
.vehicle-stock-grid-inquiry-btn:hover {
    background: #007ab1;
    border: 1px solid #0090d0;
    color: #fff !important;
}
.vehicle-stock-grid-cart-btn{
    background: #8ec74a !important;
    color: #fff;
    border: 1px solid #8ec74a;
    width: 100%;
    display: inline-block;
    padding: 5px;
}
.vehicle-stock-grid-cart-btn:hover {
    background: #63b700 !important;
    border: 1px solid #63b700;
    color: #fff !important;
}
.vehicle-stock-grid-fav-btn i {
    font-size: 16px;
    border: 1px solid #ffd300;
    padding: 5px 5px;
    color: #ffd300;
    border-radius: 40px;
    transition-duration: 0.5s;
}
.vehicle-stock-grid-fav-btn i:hover {
    border: 1px solid #ffd300;
    color: #ffffff;
    background: #ffd300;
    transition-duration: 0.5s;
}
.vehicle-stock-grid-price {
    color: #8ec74a;
    font-weight: 600;
    font-size: 14px;
}
.vehicle-stock-grid-title {
    padding: 15px 5px 8px 0px;
}
.kb-stockid, .vehicle-stock-grid-title, .vehicle-stock-grid-sub-model, .vehicle-stock-grid-grade, .vehicle-stock-grid-cc, .vehicle-stock-grid-price {
    margin: 0px !important;
     overflow: hidden; 
     text-overflow: ellipsis; 
}
.kb-stockid {
    color: #0090d0;
    font-size: 16px;
}


/*Product Page*/
.kb-envelope-pro {
    color: #333333;
}
.kb-phone-box {
    padding-bottom: 20px;
}
.kb-fax-box{
    padding-bottom: 20px;
}
.kb-address-box{
    padding-bottom: 20px;
}




/*Home Blog*/
#blogSlider {
    margin-bottom: 30px;
    padding: 0px;
}
.kb-blog-img img{
    width: 100%;
}
.kb-blog-container {
    border: 1px solid #0000000d;
    border-radius: 8px;
    margin: 20px;
}
.kb-blog-txt {
    padding: 10px 15px 15px 15px;
}
.kb-blog-text {
    padding-bottom: 10px;
}
.kb-blog-read-more {
    color: #0090d0;
    border: 1px solid #0090d0;
    padding: 5px 15px;
    background: #ffffff00;
    transition-duration: 0.5s;
    border-radius: 8px;
}
.kb-blog-read-more:hover {
    color: #fff;
    border: 1px solid #0090d0;
    background: #0090d0;
    transition-duration: 0.5s;
}
.testimonail-slider-img img {
    width: 150px !important;
    margin: auto;
}
.testimonail-slider-text {
    padding: 2% 25% 0% 25%;
}
.inquiries-btn{
    width: 100%;
    margin: 0px 0px 5px 0px;
}
.globle-address-main {
    border: 1px solid #0000001c;
}
.globle-banner img {
    width: 100%;
}
.kb-globle-country-img {
    width: 40px;
    border: 1px solid #0000001a;
}
.kb-globle-map,.kb-globle-phone,.kb-globle-mobile,.kb-globle-email,.kb-globle-fax{
    color: #0090d0;
}
.terms-conditions-banner img {
    width: 100%;
}
.vision-and-mission-banner img{
    width: 100%;
}
.vision-main p {
    font-size: 20px;
    color: #000000c4;
    font-style: italic;
}
#search-Accordian .radio-section {
    padding: 10px 4px;
}

/* 2019-01-16 */
.kb-fuel-type{
    font-weight: 600;
    color: #000000;
}
.kb-fuel-type{
    font-weight: 600;
    color: #008f1a;
}
.kb-purchased-green {
    /* color: #8ec74a; */
    color: #ffffff;
    background-color: #8ec74a;
    padding: 2px 8px;
    border-radius: 8px;
    text-align: center;
    width: 85px;
    margin-left: auto;
    margin-right: auto;
}
.kb-unpaid-red{
    /*color: #d61f1f;*/
    color: #ffffff;
    background-color: #d61f1f;
    padding: 2px 8px;
    border-radius: 8px;
    text-align: center;
    width: 75px;
    margin-left: auto;
    margin-right: auto;
}
.kb-status-green{
    /* color: #8ec74a; */
    color: #ffffff;
    background-color: #63b700;
    padding: 2px 8px;
    border-radius: 8px;
    text-align: center;
    width: 75px;
    margin-left: auto;
    margin-right: auto;
}
.kb-status-red{
    /*color: #d61f1f;*/
    color: #ffffff;
    background-color: #d61f1f;
    padding: 2px 8px;
    border-radius: 8px;
    text-align: center;
    width: 75px;
    margin-left: auto;
    margin-right: auto;
}
.kb-status-orange{
    /*color: #ff9900;*/
    color: #ffffff;
    background-color: #ff9900;
    padding: 2px 8px;
    border-radius: 8px;
    text-align: center;
    width: 75px;
    margin-left: auto;
    margin-right: auto;
}
.kb-inquiry a{
    padding: 5px;
}
.kb-margin-b-0{
    margin-bottom: 0;
}
.btn-success{
    background-color: #8ec74a;
    border-color: #8ec74a;
}
.btn-warning{
    background-color: #8ec74a;
    border-color: #8ec74a;
}


/* Sitemap */
.sitemap-banner img{
    width: 100%;
}
.sitemap-list li a{
    padding: 8px 10px;
    background: transparent;
    margin: 15px 0px;
    line-height: 3;
    border-radius: 10px;
    border: 1px solid #a9a9a9;
    font-weight: 500;
}
.sitemap-list li ul li a{
    padding: 8px 10px;
    background: transparent;
    line-height: 3;
    border-radius: 10px;
    margin: 15px 0px;
    border: 1px solid #e6e6e6;
    font-weight: 300;
}
.kb-padding-lr-5{
    padding-left: 5px;
    padding-right: 5px;
}
.kb-padding-lr-30{
    padding-left: 30px;
    padding-right: 30px;
}
.our-team h6 {
    font-size: 18px;
    font-weight: 900;
    letter-spacing: 1px;
    margin-bottom: 15px;
}
.company-profile h6{
    font-size: 16px;
    margin-bottom: 10px;
}
.company-profile{
    width: 85%;
    margin: auto;
    margin-top: 30px;
}
.btn-info.bg-red{
    border: 1px solid #d61f1f !important;
}
.btn-info.bg-green{
    border: 1px solid #8ec74a !important;
}
.kb-padding-lr-20{
    padding-left: 20px;
    padding-right: 20px;
}
.kb-padding-lr-10{
    padding-left: 10px;
    padding-right: 10px;
}
.kb-margin-t-6{
    padding-top: 6px;
}
.total-car-sec p{
    padding-top: 15px;
}
.awards{
    line-height: 1.5;
    padding: 10px;
    margin-bottom: 0;
}
.request-btn {
    display: inline-block;
    width: 12%;
}
.order-brand-new-message{
    padding: 0px 12px 0px 10px;
}
.brand-new-vehicle-input {
    padding: 19px 10px !important;
}

@media only screen and (max-width: 1599px) {
    .home .vehicle-stock-grid-title{
        font-size: 10px;
    }
    .home .kb-stockid{
        font-size: 12px;
    }
    .home .vehicle-stock-grid-fav-btn i {
        font-size: 10px;
    }
    .home .vehicle-stock-grid-title {
        padding: 10px 5px 8px 0px;
    }
    .home.vehicle-stock-grid-details {
        padding: 10px 5px 8px 0px;
    }
    .home .vehicle-stock-grid-sub-model, .home .vehicle-stock-grid-grade, .home .vehicle-stock-grid-cc, .home .vehicle-stock-grid-price{
        font-size: 11px;
    }
    .home .kb-car-price{
        font-size: 15px;
    }
    .home .kb-car-price strike{
        font-size: 11px;
    }
    .home .kb-car-save{
        font-size: 13px;
    }
}
@media only screen and (min-width: 1600px) {
    .home .vehicle-stock-grid-title{
        padding: 10px 5px 8px 0px;
    }
    .shipment-status.inquiry .table img{
        max-width: 200px;
    }
}
.kb-stockid{
    margin-top: 3px !important;
    font-weight: 700;
}
.home .vehicle-stock-grid-title {
    font-weight: 900;
}
.home.vehicle-stock-grid-details {
    font-weight: 500;
    padding: 10px 5px 10px 5px;
}
.custom-margin-t-40{
    margin-top: 40px;
}
.product h1{
    font-size: 24px;
}
.contact-us h1{
    font-size: 17px;
}
.faq-h1{
    font-size: 30px;
}
.kb-title-bar{
    margin: 0;
    margin-top: 5px;
    font-size: 20px !important;
}
.kb-side-brands img{
    width: 80px;
}
.fa-plus, .fa-minus{
    border: 1px solid #8e8e8e;
    padding: 3px;
    border-radius: 5px;
    color: #8e8e8e;
    margin-top: 5px;
}
@media only screen and (min-width: 992px) {
    .kb-type-search-area .col-lg-1{
        width: 9.09%;
    }
}
.bg-white{
    background: #fff;
}
.border-black{
    border: 1px solid #000;
}
.main-title{
    font-size: 20px;
    text-align: center;
    padding: 10px;
    background: #0090d0;
    color: #fff;
    font-weight: 400;
}

/* 20-02-2019 */
.border-grey{
    border: 1px solid #ddd;
}
.custom-grid{
    padding: 8px;
    border: 1px solid #ddd;
    margin: 2px;
}
.kb-btn-red{
    background: #d61f1f;
    border: 1px solid #d61f1f;
}
.kb-sf-submit:hover{
    background: #00b1ff;
    border-color: #00b1ff;
    color: #fff;
}
.kb-btn-red:hover{
    background: #ff4747;
    color: #fff;
    border: 1px solid #ff4747;
}
.auction-width{
    border-radius: 0;
}
.kb-fob strike{
    color: #000;
}
.kb-cnf strike{
    color: #000;
}
.vehicle-stock-grid-price strike{
    color: #000;
    font-size: 14px;
}
.kb-price-new strike{
    color: #000;
    font-size: 22px;
}
.footer-fax{
    margin-bottom: 3px;
}
@media only screen and (max-width: 768px) {
    .sImg {
        width: 100%;
    }
    .paging-nav {
        display: none;
    }
    .kb-filters{
        margin-top: 15px;
    }
}
@media only screen and (min-width: 1200px) {
    .kb-footer-sec1{
        /*width: 24.666667%;*/

        width: 23%;
    }
    .kb-footer-sec2, .kb-footer-sec3, .kb-footer-sec4, .kb-footer-sec5{
        /*width: 14.666667%;*/
        width: 11.666667%;
    }
}
@media only screen and (min-width: 992px) and (max-width: 1199px){
    .footer-logo img {
        width: 150px !important;
    }
    .footer-main{
        width: 100% !important;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px){
    .i-intro{
        margin-top: 30px !important;
    }
}
.kb-margin-t-30.company-profile{
    margin-bottom: 30px !important;
}

/* Inquiry Pop-up CSS */
.modal-header.kb-title-bar{
    margin-top: 0;
}
.inquiryPopUp .close{
    opacity: 1;
}
.inquiryPopUp .close span{
    color: #fff;
}
.inquiryPopUp .modal-body{
    padding: 0;
}
.inquiryPopUp .inline{
    display: inline-block;
}
.inquiryPopUp .fs-14{
    font-size: 16px;
}
.inquiryPopUp .fs-13{
    font-size: 13px;
}
.inquiryPopUp b.fs-13{
    line-height: 1;
}
.inquiryPopUp .border-right{
    border-right: 1px solid #ccc;
}
.inquiryPopUp .kb-padding-l-15{
    padding-left: 15px !important;
}
@media (min-width: 768px){
    .inquiryPopUp {
        width: 767px;
    }
}
@media (max-width: 767px){
    .inquiryPopUp .kb-padding-l-15m{
        padding-left: 15px !important;
    }
    .inquiryPopUp .kb-padding-l-15{
        padding-top: 0 !important;
    }
}
/* 15-03-2019 */
.inquiryPopUp .color-green{
    color: #008f1a;
}
.inquiryPopUp .color-green{
    color: #008f1a;
}
.inquiryPopUp .kb-margin-t-20{
    font-size: 13px;
}
.kb-pro-contact{
    padding-left: 9%;
}
@media only screen and (min-width: 1600px){
    .kb-pro-contact{
        padding-left: 12%;
    }
}
@media only screen and (max-width: 767px){
    .add-section div{
        padding: 0;
    }
    .add-section div span{
        font-weight: 700;
    }
    .kb-padding-15m{
        padding-left: 15px;
    }
    .kb-pro-title{
        line-height: 1.5;
    }
}
@media only screen and (max-width: 991px){
    .kbm-margin-t-20{
        margin-top: 20px;
    }
}
#search-Accordian .select2-container .select2-selection--single {
    height: 30px;
}
#search-Accordian .select2-container--default .select2-selection--single .select2-selection__rendered {
    padding-top: 1px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow b {
    margin-top: 0px !important;
}
.select2-container--default .select2-selection--single {
    border-radius: 6px;
}
/* 18-03-2019 */
.fs-13{
    font-size: 13px;
}

.label-container {
  display: block;
  position: relative;
  padding-left: 20px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 13px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  display: inline-block;
  padding-right: 5px;
}
.label-container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}
.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 15px;
  width: 15px;
  background-color: #eee;
  border-radius: 50%;
}
.label-container:hover input ~ .checkmark {
  background-color: #ccc;
}
.label-container input:checked ~ .checkmark {
  background-color: #2196F3;
}
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}
.label-container input:checked ~ .checkmark:after {
  display: block;
}
.label-container .checkmark:after {
    top: 5px;
    left: 5px;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: white;
}
.kb-margin-t-12{
    margin-top: 12px;
}
.kb-text-underline{
    text-transform: underline;
}
.btn-reset{
    background: #fff;
    color: #000;
    padding: 6px 20px;
    width: 100%;
    border: 1px solid #000;
}
.btn-newSearch{
    background: #0090d0;
    padding: 6px 20px;
    color: #fff !important;
    width: 100%;
    border: 1px solid #0090d0;
}
.auction-labels{
    background: #0090d0;
    padding: 10px 15px;
}
.auction-labels:hover{
    color: #fff;
}
.border-bottom{
    border-bottom: 1px solid #ccc;
}
.border-top{
    border-top: 1px solid #ccc;
}
.modal-header .kb-title-bar{
    margin: 0;
}
.kb-title-bar .close{
    color: #fff;
    opacity: 1;
}
.kb-margin-tb-5{
    margin: 5px 0px;
}
.kb-save-icon{
    position: absolute;
    width: 40px;
    margin-left: 5px;
    z-index: 99999;
    top: 0;
}
.kb-save-icon img{
    width: 100%;
}
.kb-text-white{
    color: #fff;
}
.kb-save-txt{
    position: absolute;
    text-align: center;
    font-weight: 900;
    top: 0px;
    left: 6px;
    font-size: 13px;
}
.kb-position-relative{
    position: relative;
}
.fs-16{
    font-size: 16px;
}
.owl-carousel .owl-nav.disabled{
    display: block !important;
}
.blue{
    background: #0090d0;
    color: #fff !important;
}
.kb-viewmore-btn{
    position: absolute;
    bottom: -5px;
    right: -5px;
    padding: 5px 10px;
    z-index: 99999;
}
.txt-align-center.kb-padding-b-10.kb-padding-t-30 {
    position: relative;
    padding: 0;
}
.txt-align-center.kb-padding-b-10.kb-padding-t-20.kb-padding-b-20 .kb-viewmore-btn{
    position: relative;
    bottom: 0;
    right: 0;
}
.kb-padding-b-0{
    padding-bottom: 0;
}
.col-lg-custom-5{
    width: 5% !important;
}
.kb-form-tel{
    width: 90%;
}
.currency .select2-container .select2-selection--single{
    height: 40px !important;
}
.kb-padding-lr-15{
    padding-left: 15px;
    padding-right: 15px;
}
.inline-block{
    display: inline-block;
}
.active2 {
    -webkit-filter: grayscale(0%);
    filter: grayscale(0%);
    opacity: 0.6;
}
.active2 p {
    color: #0090d0;
}

.stock-by-country p{
    text-align: center;
    margin-top: 40px;
    position: absolute;
    margin-left: 20px;
}
@media only screen and (min-width: 1600px) {
    .stock-by-country p{
        margin-top: 50px;
        margin-left: 40px;
    }
}
.fb-page {
    display: none !important;
}














/*All Select Option Start*/


.select2-results__option {
    padding: 6px;
    padding-top: 2px;
    padding-bottom: 2px;
    user-select: none;
    -webkit-user-select: none;
}




#btnContainer .select2-container .select2-selection--single {
    height: 30px !important;
}
#btnContainer .kb-per-page .select2 {
    width: 15% !important;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
    padding-top: 2px !important;
}









/*All Select Option End*/


















/*home bag secton*/

                
@media only screen and (max-width : 767px) {
    .kbm-home-bag {
        height: 235px;
        -webkit-box-shadow: 0px 0px 25px 0px rgba(217,240,255,1);
        -moz-box-shadow: 0px 0px 25px 0px rgba(217,240,255,1);
        box-shadow: 0px 0px 25px 0px rgba(217,240,255,1);
    }
    #home-bag-slider>.owl-stage-outer{
        padding: 30px 0;

    }
}

@media only screen and (width: 768px){
    .kbm-home-bag {
        height: 315px;
        max-width: 300px;
        -webkit-box-shadow: 0px 0px 25px 0px rgba(217,240,255,1);
        -moz-box-shadow: 0px 0px 25px 0px rgba(217,240,255,1);
        box-shadow: 0px 0px 25px 0px rgba(217,240,255,1);
    }
    #home-bag-slider>.owl-stage-outer{
        padding: 30px 15px;

    }
}


@media only screen and (min-width : 992px) and (max-width : 1599px) {
    .kbm-home-bag {
        height: 250px;
        -webkit-box-shadow: 0px 10px 56px 0px rgba(217,240,255,1);
        -moz-box-shadow: 0px 10px 56px 0px rgba(217,240,255,1);
        box-shadow: 0px 10px 56px 0px rgba(217,240,255,1);
    }
}

@media only screen and (min-width :1600px) {
    .kbm-home-bag {
        height: 300px;
        -webkit-box-shadow: 0px 10px 56px 0px rgba(217,240,255,1);
        -moz-box-shadow: 0px 10px 56px 0px rgba(217,240,255,1);
        box-shadow: 0px 10px 56px 0px rgba(217,240,255,1);
    }
}
                
               
                
.kbm-home-bag {
    padding: 20px 15px;
    border-radius: 10px;
    border: 2px solid transparent;
    transition: all ease 0.5s;
}
.kbm-home-bag:hover {
    border: 2px solid #0090d0;
    transition: all ease 0.5s;
}
.kbm-home-bag-img-wrap{
    margin-left: auto;
    margin-right: auto;
    width: 50%;
}
.kbm-home-bag-img{
    width: 100%;
    height: auto;
}
.kbm-home-bag-description{
    text-align: center;
    color: #0090d0;
    padding-top: 15px;
}
                    

/*home bag secton*/





/*advantage of auction*/



    .kbm-live-auction-sec{
        background-color: #e8f5fb;
    }
    .kbm-live-auction-sub-title {
        color: #0090d0;
        font-size: 18px;
        font-weight: 500;
        letter-spacing: 0.4px;
    }    
    
    .kbm-live-auction-title {
        font-size:25px;
        font-weight: 600;
        letter-spacing: 0.4px;
        margin-top: 0;
        padding-bottom: 10px;
    }
    
    
    .kbm-live-auction-sub-description a {
        font-size: 16px !important;
        color: black;
        letter-spacing: 0.4px;
        text-decoration: underline;
    }
    .kbm-live-auction-list {
        list-style: none;
        padding-top: 2%;
        padding-bottom: 2%;
    }
    .kbm-live-auction-list li:before {
        content: "\2022";
        color: #0090d0;
        font-weight: bold;
        display: inline-block;
        width: 0.8em;
        margin-left: -1em;
        font-size: 20px;
        font-weight: 700;
        vertical-align: sub;
    }
    .kbm-live-auction-sub-link, .kbm-live-auction-sub-link a {
        color: #0090d0;
        font-size: 18px;
    }
    .kbm-live-auction-sub-link a {
        text-decoration: underline;
    }
    .kbm-live-auction-right-col {
        padding: 2% 2% 0 2%;
    }
    .kbm-live-auction-left-col img {
        width: 100%;
    }
    @media only screen and (max-width : 767px) {
        .kbm-live-auction-sec{
            padding: 45px 8px;
        }
    }
    @media only screen and (min-width : 768px) {
        .kbm-live-auction-sec{
            padding: 45px 0;
        }
    }


/*advantage of auction*/




/*why choose kobe*/

    .kbm-why-choose-list{
        list-style: none;
        padding-top: 2%;
        padding-bottom: 2%;
    }

    .kbm-why-choose-list li:before{
        content: "\2022";
        color: #0090d0;
        font-weight: bold;
        display: inline-block;
        width: 0.8em;
        margin-left: -1em;
        font-size: 25px;
        font-weight: 700;
        vertical-align: sub;
    }
    .kbm-why-choose-list-2 {
        list-style: none;
        padding-top: 2%;
        padding-bottom: 2%;
    }

    .kbm-why-choose-list-2 li:before {
        content: ">";
        color: #0090d0;
        font-weight: bold;
        display: inline-block;
        width: 0.8em;
        margin-left: -1em;
        font-size: 15px;
        font-weight: 700;
        vertical-align: baseline;
    }
    .kbm-why-choose-sub-tile {
        color: #0090d0;
        font-size: 16px;
        font-weight: 500;
        letter-spacing: 0.4px;
    }
    .kbm-why-choose-tile {
        font-size: 28px;
        font-weight: 600;
        letter-spacing: 0.4px;
        margin-bottom: 0;
    }


/*why choose kobe*/



/*Standard Features Section*/

    @media only screen and (max-width : 767px) {
        .kbm-st-fe-list li {
            width: 48.3%;
        }
    }
    @media only screen and (width: 768px){
        .kbm-st-fe-list li {
            width: 24.3%;
        }
    }
    @media only screen and (min-width : 992px) {
        .kbm-st-fe-list li {
            width: 32.3%;
        }
    }


    .kbm-st-fe-container{
        border: 1px solid #0000001c;
    }
    .kbm-st-fe-list{
        padding: 0px;
        text-align: left;
        padding-left: 1.5%;
    }
    .kbm-st-fe-list li {
        display: inline-block;
        
        border: 5px solid #e3e3e300;
        padding: 5px 5px 5px 5px;
        margin: 2px auto;
        font-size: 12px;
        font-weight: 600;
        text-align: center;
        background-color: #ecebe8;
        color: #9c9b99;
    }
    
    .kbm-st-fe-list-active{
        background-color: #bbbbbb !important;
        color: #000000 !important;
    }


/*Standard Features Section end*/


/*Get Price Quote START*/

@media only screen and (min-width : 992px) {
    .quote-form-padding{
        padding: 0 40px;    
    }
    
}
@media only screen and (max-width : 767px) {
    .kbm-mobile-text-left{
        text-align:left !important;
    }

}
@media only screen and (width : 768px) {
    #price-quote{
       display: grid !important;
    }
}
.kb-city-countery span{
    text-align:left;
}
#get_price_quote .nav li {
    width: 50%;
    text-align: center;
}
#get_price_quote .nav li a {
    color: #0090d0;
}
#kb-popup-login-submit {
    width: 100%;
}

/*Get Price Quote END*/






/*vision-and-mission secton*/

                
@media only screen and (max-width : 767px) {
    .kbm-vision-and-mission-con>div{
        height: 510px !important;
    }
    .kbm-vision-and-mission {
        height: 235px;
        margin-top: 20px;
        margin-bottom: 20px;
        -webkit-box-shadow: 0px 0px 25px 0px rgba(217,240,255,1);
        -moz-box-shadow: 0px 0px 25px 0px rgba(217,240,255,1);
        box-shadow: 0px 0px 25px 0px rgba(217,240,255,1);
    }
    #vision-and-mission-slider>.owl-stage-outer{
        padding: 30px 0;

    }
}

@media only screen and (width: 768px){
    .kbm-vision-and-mission-con>div{
        height: 610px !important;
    }
    
    .kbm-vision-and-mission {
        height: 315px;
        margin-top: 20px;
        margin-bottom: 20px;
        -webkit-box-shadow: 0px 0px 25px 0px rgba(217,240,255,1);
        -moz-box-shadow: 0px 0px 25px 0px rgba(217,240,255,1);
        box-shadow: 0px 0px 25px 0px rgba(217,240,255,1);
    }
    #vision-and-mission-slider>.owl-stage-outer{
        padding: 30px 15px;

    }
}

@media only screen and (width : 1024px) and (height : 1366px) {
    #kbm-vision-and-mission {
        height: 520px;
        margin-top: 20px;
        margin-bottom: 45px;
        -webkit-box-shadow: 0px 10px 56px 0px rgba(217,240,255,1);
        -moz-box-shadow: 0px 10px 56px 0px rgba(217,240,255,1);
        box-shadow: 0px 10px 56px 0px rgba(217,240,255,1);
    }
}
@media only screen and (min-width : 992px) and (max-width : 1599px) {
    .kbm-vision-and-mission {
        height: 480px;
        -webkit-box-shadow: 0px 10px 56px 0px rgba(217,240,255,1);
        -moz-box-shadow: 0px 10px 56px 0px rgba(217,240,255,1);
        box-shadow: 0px 10px 56px 0px rgba(217,240,255,1);
    }
}

@media only screen and (min-width :1600px) {
    .kbm-vision-and-mission {
        height: 510px;
        -webkit-box-shadow: 0px 10px 56px 0px rgba(217,240,255,1);
        -moz-box-shadow: 0px 10px 56px 0px rgba(217,240,255,1);
        box-shadow: 0px 10px 56px 0px rgba(217,240,255,1);
    }
}
                
               
                
.kbm-vision-and-mission {
    padding: 20px 15px;
    border-radius: 10px;
    border: 2px solid transparent;
    transition: all ease 0.5s;
}
.kbm-vision-and-mission:hover {
    border: 2px solid #0090d0;
    transition: all ease 0.5s;
}
.kbm-vision-and-mission-img-wrap{
    margin-left: auto;
    margin-right: auto;
    width: 50%;
}
.kbm-vision-and-mission-img{
    width: 100%;
    height: auto;
}
.kbm-vision-and-mission-description{
    text-align: center;
    color: #0090d0;
    padding-top: 40px;
    padding-left: 15%;
    padding-right: 15%;
}
                    

/*vision-and-mission secton*/






/*terms-conditions secton*/

    .terms-conditions-list li {
        list-style: none;
    }
    .terms-conditions-list li>p {
        display: inline-block;
    }

    .terms-conditions-list li:before {
        content: "\2022";
        color: #0090d0;
        font-weight: bold;
        display: inline-block;
        width: 0.8em;
        margin-left: -1em;
        font-size: 25px;
        font-weight: 700;
        vertical-align: sub;
    }


/*terms-conditions secton end*/



/*privacy-policy secton*/

    .privacy-policy-list li {
        counter-increment: list;
        list-style-type: none;
        position: relative;
        line-height: 30px;
    }
    .privacy-policy-list li:before {
        color: #0090d0;
        content: counter(list) ".";
        font-weight: bold;
        display: inline-block;
        left: -8px;
        position: absolute;
        text-align: right;
        width: 0.8em;
        margin-left: -1em;
        font-size: 14px;
        font-weight: 700;
        vertical-align: sub;
    }
@media only screen and (min-width : 768px) {
    .privacy-policy-main-title h2{
            display: inline-block;
    }
}

.privacy-policy-main-title span{
    color: white;
    background-color: #0090d0;
    padding: 5px 10px;
    margin-right: 10px;
    font-size: 18px;
    font-weight: 500;
    display: inline-block;
}

.kbm-privacy-policy-title-style {
    background: none;
    color: black;
    border-bottom: 0px solid #0090d0;
    padding-left: 0;
    font-weight: 500;
    font-size: 18px !important;
}
    
/*privacy-policy secton end*/






/*Our Team secton*/

.our-team-image-container{
    margin-left: auto;
    margin-right: auto;
    width: 95%;
}

.our-team-image-container img{
    width: 100%;
    border: 5px solid #ffffff;
    -webkit-box-shadow: -8px 9px 24px -15px rgba(0,0,0,0.47);
    -moz-box-shadow: -8px 9px 24px -15px rgba(0,0,0,0.47);
    box-shadow: -8px 9px 24px -15px rgba(0,0,0,0.47);
}
/*Our Team secton end*/





/*Our Company secton*/

.our-company-image-container{
    margin-left: auto;
    margin-right: auto;
    width: 95%;
}

.our-company-image-container img{
    width: 100%;
    /*border: 5px solid #ffffff;*/
    /*-webkit-box-shadow: -8px 9px 24px -15px rgba(0,0,0,0.47);*/
    /*-moz-box-shadow: -8px 9px 24px -15px rgba(0,0,0,0.47);*/
    /*box-shadow: -8px 9px 24px -15px rgba(0,0,0,0.47);*/
}
/*Our Company secton end*/









/*Our Company secton*/

.awards-image-container{
    margin-left: auto;
    margin-right: auto;
    width: 95%;
}

.awards-image-container img{
    width: 100%;
    border: 5px solid #ffffff;
    -webkit-box-shadow: -8px 9px 24px -15px rgba(0,0,0,0.47);
    -moz-box-shadow: -8px 9px 24px -15px rgba(0,0,0,0.47);
    box-shadow: -8px 9px 24px -15px rgba(0,0,0,0.47);
}
/*Our Company secton end*/




/*Our Accolades secton*/

@media only screen and (max-width : 767px) {
    .kbm-our-accolades {
        height: 235px;
        -webkit-box-shadow: 0px 0px 25px 0px rgba(217,240,255,1);
        -moz-box-shadow: 0px 0px 25px 0px rgba(217,240,255,1);
        box-shadow: 0px 0px 25px 0px rgba(217,240,255,1);
    }
    #our-accolades-slider>.owl-stage-outer{
        padding: 30px 0;

    }
}

@media only screen and (width: 768px){
    .kbm-our-accolades {
        height: 315px;
        max-width: 300px;
        -webkit-box-shadow: 0px 0px 25px 0px rgba(217,240,255,1);
        -moz-box-shadow: 0px 0px 25px 0px rgba(217,240,255,1);
        box-shadow: 0px 0px 25px 0px rgba(217,240,255,1);
    }
    #our-accolades-slider>.owl-stage-outer{
        padding: 30px 15px;

    }
}


@media only screen and (min-width : 992px) and (max-width : 1599px) {
    .kbm-our-accolades {
        height: 190px;
        /*-webkit-box-shadow: 0px 0px 14px -4px rgba(12,93,223,0.62);*/
        /*-moz-box-shadow: 0px 0px 14px -4px rgba(12,93,223,0.62);*/
        /*box-shadow: 0px 0px 14px -4px rgba(12,93,223,0.62);*/
    }
}

@media only screen and (min-width :1600px) {
    .kbm-our-accolades {
        height: 250px;
        /*-webkit-box-shadow: 0px 0px 14px -4px rgba(12,93,223,0.62);*/
        /*-moz-box-shadow: 0px 0px 14px -4px rgba(12,93,223,0.62);*/
        /*box-shadow: 0px 0px 14px -4px rgba(12,93,223,0.62);*/
    }
}
                
.kbm-our-accolades {
    padding: 20px 15px;
    border-radius: 0;
    border: 0.5px solid #e6e2e2;
    box-shadow: 0;
    transition: all ease 0.5s;
}
.kbm-our-accolades:hover {
    /*border: 2px solid #0090d0;*/
    -webkit-box-shadow: 0px 0px 14px -4px rgba(12,93,223,0.62);
    -moz-box-shadow: 0px 0px 14px -4px rgba(12,93,223,0.62);
    box-shadow: 0px 0px 14px -4px rgba(12,93,223,0.62);
    border-radius: 6px;
    transition: all ease 0.5s;
}
.kbm-our-accolades-img-wrap{
    margin-left: auto;
    margin-right: auto;
    width: 50%;
}
.kbm-our-accolades-img{
    width: 100%;
    height: auto;
}
.kbm-our-accolades-description{
    text-align: center;
    color: #000000;
    padding-top: 15px;
}




/*Our Accolades secton end*/











/*Career Opportunities secton*/

.career-opportunities-image-container{
    margin-left: auto;
    margin-right: auto;
    width: 100%;
}

.career-opportunities-image-container img{
    width: 100%;
    /*border: 5px solid #ffffff;*/
    /*-webkit-box-shadow: -8px 9px 24px -15px rgba(0,0,0,0.47);*/
    /*-moz-box-shadow: -8px 9px 24px -15px rgba(0,0,0,0.47);*/
    /*box-shadow: -8px 9px 24px -15px rgba(0,0,0,0.47);*/
}

#cv-file-input {
  display: none;
}
.cv-file-input{
    background-color: #ffffff;
    border: 1px solid #0090d0;
    padding: 5px 25px;
    text-align: center;
}
.kbm-career-sub-container{
    margin-left: auto;
    width: fit-content;
}
.kbm-career-privacy-policy-container{
    margin-right: auto;
    width: fit-content;
}
/*Career Opportunities secton end*/






/*How to Bid secton*/

#kb-status-step {
    width:100px;
    height:40px;
    background-image: linear-gradient(to right, #016caf, #86ccf7);
    margin-left: -17px;
    position:relative;
    
}
#kb-status-step:before {
    content:"";
    position:absolute;
    border-bottom: 20px solid transparent;
    border-left: 20px solid #86ccf7;
    border-top: 20px solid transparent;
    height: 0px;
    width: 0px;
    margin-left:100px;
}
#kb-status-step h2 {
    color: white;
    font-size: 18px;
    padding-top: 11px;
    padding-bottom: 11px;
    padding-left: 25px;
}



#kb-status-step-image {
    width: 150px;
    height: auto;
    margin-left: -35px;
    margin-top: 25px;
    position: relative;
    
}

/*<div id="kb-status-step">*/


.how-to-bid-container h3{
    font-size: 20px;
    font-weight: 600;
    color: #0090d0;
}


@media only screen and (max-width : 767px) {
    .how-to-bid {
         height: fit-content;
        -webkit-box-shadow: 0px 0px 25px 0px rgba(217,240,255,1);
        -moz-box-shadow: 0px 0px 25px 0px rgba(217,240,255,1);
        box-shadow: 0px 0px 25px 0px rgba(217,240,255,1);
    }
    #kb-status-step-image{
        margin-left: auto;
        margin-right: auto;
    }
    .how-to-bid-container{
        text-align: center;
    }
    .how-to-bid-container p{
        padding-left: 25px;
    }
}

@media only screen and (width: 768px){
    .how-to-bid {
        height: 466px;
        width: 100%;
        /*max-width: 300px;*/
        -webkit-box-shadow: 0px 0px 25px 0px rgba(217,240,255,1);
        -moz-box-shadow: 0px 0px 25px 0px rgba(217,240,255,1);
        box-shadow: 0px 0px 25px 0px rgba(217,240,255,1);
    }
    #kb-status-step-image{
        margin-left: auto;
        margin-right: auto;
    }
    .how-to-bid-container{
        text-align: center;
    }
    .how-to-bid-container p{
        padding-left: 25px;
    }
}


@media only screen and (width : 1024px) and (height : 1366px) {
    .how-to-bid-container p{
        text-align:left !important;
    }
    #kb-status-step:before {
        content: "";
        position: absolute;
        border-bottom: 18px solid transparent;
        border-left: 20px solid #86ccf7;
        border-top: 22px solid transparent;
        height: 0;
        width: 0px;
        margin-left: 99px;
    }
}



@media only screen and (min-width : 992px) and (max-width : 1599px) {
    .how-to-bid {
        height: fit-content;
        -webkit-box-shadow: 0px 0px 17px -1px rgba(0,144,208,0.38);
        -moz-box-shadow: 0px 0px 17px -1px rgba(0,144,208,0.38);
        box-shadow: 0px 0px 17px -1px rgba(0,144,208,0.38);
    }
}

@media only screen and (min-width :1600px) {
    .how-to-bid {
        height: fit-content;
        -webkit-box-shadow: 0px 0px 17px -1px rgba(0,144,208,0.38);
        -moz-box-shadow: 0px 0px 17px -1px rgba(0,144,208,0.38);
        box-shadow: 0px 0px 17px -1px rgba(0,144,208,0.38);
    }
}
                
               
                
.how-to-bid {
    padding: 35px 15px;
    padding-bottom: 45px;
    padding-top: 15px;
    border-radius: 10px;
    border: 2px solid transparent;
    transition: all ease 0.5s;
}
.how-to-bid:hover {
    border: 2px solid #0090d0;
    transition: all ease 0.5s;
}



/*How to Bid secton end*/


/*new common style*/
.kbm-title-style{
    background: none;
    color: black;
    border-bottom: 5px solid #0090d0;
    padding-left: 0;
    width: fit-content;
}
.kbm-title-wrapper-style{   
    border-bottom: 1px solid #0090d0;
}
.kb-empty-pdf-lable {
    background: #ffffff00;
    color: #c1c1c1;
    padding: 2px 5px;
}
a,p,input{
    font-weight: 400;
}
.kbm-text-right{
    text-align: right;
}
.kbm-text-left{
    text-align: left;
}
.kbm-text-center{
    text-align: center;
}
.sl-flag::after {
    content: url('img/homepage/icob-sl.png');
    position: relative;
    top: 15px;
}
.kbm-bg-standard-features{
     background-color: #F3F3F3;
}
.kbm-bg-white{
    background: white;
    transition: all ease 0.3s;
}
.kbm-color-blue{
    color:#0090d0;
}
.kbm-boder-blue{
    border: 4px solid #0090d0;
}
.kbm-boder-top-blue{
    border-top: 1px solid #0090d0;
}


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

/*.kb-log-fb:after {*/
/*    content: '\f39e';*/
/*    float: left;*/
/*    margin-left: 5px;*/
/*    font-family: "Font Awesome 5 Brands";*/
/*} */
/*.kb-log-google:after {*/
/*    content: '\f1a0';*/
/*    float: left;*/
/*    margin-left: 5px;*/
/*    font-family: "Font Awesome 5 Brands";*/
/*}*/

#kb-myAccount:hover, #kb-myProfile:hover{
    background: #00b1ff !important;
    border-color: #00b1ff !important;
}
.kbm-footer-top{
    border-top: 1px solid #e8f3fb;
}
#kbm-form-submit{
    width: 100%;
    transition: all ease 0.3s;
}
#kbm-form-submit:hover{
    background: #00b1ff !important;
    border-color: #00b1ff !important;
}

@media only screen and (max-width : 768px) {
    .kbm-mobile-hide{
        display:none;
    }
    .mobile-mybid-text{
        text-align:left !important;   
    }
}
@media only screen and (max-width : 767px) {
    .kbm-mobileonly-hide{
        display:none;
    }
    .kb-log-fb:after {
        content: '';
        background-image: url(../img/svg/fb-lite.svg);
        float: left;
        margin-left: 2px;
        width: 20px;
        height: 20px;
        background-size: 90%;
        background-repeat: no-repeat;
        background-position-x: center;
        background-position-y: center;
        background-color: #0090d0;
        border-radius: 2px;
    }   
    .kb-log-google:after {
        content: '';
        background-image: url(../img/svg/google.svg);
        float: left;
        margin-left: 2px;
        width: 20px;
        height: 20px;
        background-size: 75%;
        background-repeat: no-repeat;
        background-position-x: center;
        background-position-y: center;
        background-color: white;
        border-radius: 2px;
    }
}
@media only screen and (width : 768px) {
    .kbm-ipadonly-hide{
        display:none;
    }
}

@media only screen and (min-width : 768px) {
    
    .kb-log-fb:after {
        content: '';
        background-image: url(../img/svg/fb-lite.svg);
        float: left;
        margin-left: 2px;
        width: 25px;
        height: 25px;
        background-size: 90%;
        background-repeat: no-repeat;
        background-position-x: center;
        background-position-y: center;
        background-color: #0090d0;
        border-radius: 2px;
    }   
    .kb-log-google:after {
        content: '';
        background-image: url(../img/svg/google.svg);
        float: left;
        margin-left: 2px;
        width: 25px;
        height: 25px;
        background-size: 75%;
        background-repeat: no-repeat;
        background-position-x: center;
        background-position-y: center;
        background-color: white;
        border-radius: 2px;
    }

}

@media only screen and (min-width : 992px) {
    .kbm-desktop-hide{
        display:none;
    }
    .kbm-get-price-center-btn{  
        width: 80%;
        margin-left: auto;
        margin-right: auto;
    }
}

















/*new common style end*/            

/*new changes*/