
html, body {
    width: 100%;
    height: 100%;
}

body {
    overflow-x: hidden;
    font-family: 'Poppins', sans-serif;
}
.padding-input{
    padding-left: 0px;
    padding-right: 0px;
}
.sd-2{
    float: right;
    color:red;
    border: 1px solid red;
    padding: 5px;
}
.logo{
    width:340px;
    height:80px;
    padding-top: 10px;

}
.flogo{
    width:340px;
    height:80px;
    margin-top: 30px;

}

.f-col{
    display:flex;
    justify-content: space-between;
    align-items: center;
}
.f-col span{

    padding-top: 30px;
    font-weight: 550;
}
#google_translate_element{
    padding-top: 40px;
}
.phone i{
    transform:rotateY(180deg);
    color:#ED1A23;

}
.phone{
    padding-top: 40px;
}
.phone-info{
    padding-left: 30px;
}
.email i{
    color:#ED1A23;
    margin-right:10px;
}
.email a{
    color:#1f75fe;
    text-decoration: none;
}
.logo img{
    /*    width:100%;
        height:100%;*/
}
.top-bar{
    width:100%;
    background: red;
    height: 15px;
    margin-bottom: -10px;
}
.flogo img{
    width:100%;
    height:100%;
}
.background{
    background: url('../images/bg.png');
    width:100%;
    height:100%;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}
.add-tf{
    text-align: right;
}
.social{
    text-align: end;
}
.social button{
    background: #3E7CC6;
    border:none;
    border-radius:40px;
    font-size:14px;
    color:#fff;
    padding:5px 10px;
    font-weight:550;
    margin-top: 40px;
    margin-bottom: 5px;
}
.social .social-icon{
    display:flex;
    justify-content: center;
    padding-left: 50px;


}
.social .social-icon .s-icon{
    width:25px;
    height:25px;
    border-radius: 50%;
    text-align: center;
    padding-top: 7px;

}
.social .social-icon .s-icon:nth-child(1){
    background: #39599F;
    margin-right: 3px;
}
.social .social-icon .s-icon:nth-child(2){
    background: #58B1E3;
    margin-right: 3px;
}
.social .social-icon .s-icon:nth-child(3){
    background: #64C6FE;
    ;
}
.social .social-icon .s-icon i{
    color:#fff;
    font-size: 12px;
}


.footer-social-icon{
    display:flex;
    justify-content: flex-start;



}
.footer-social-icon .s-icon{
    width:25px;
    height:25px;
    border-radius: 50%;

    padding-top: 7px;

}
.footer-social-icon .s-icon:nth-child(1){
    background: #39599F;
    margin-right: 3px;
}
.footer-social-icon .s-icon:nth-child(2){
    background: #58B1E3;
    margin-right: 3px;
}
.footer-social-icon .s-icon:nth-child(3){
    background: #64C6FE;
    ;
}
.footer-social-icon .s-icon i{
    color:#fff;
    font-size: 12px;
    padding-left: 7px;
}
.make ul li a img{
    width:20px !important;
}
.topbar{
    padding-top:5px;



    /*    background-color: black;*/


}
.mytopbar{
    padding-right: 25px;
    padding-left:25px;
}
.rowborder{
    border-bottom: 1px solid #929292;
    padding-bottom: 10px;
}
.social-japan{
    padding-top: 65px;
    text-align: right;
    font-weight: 900;
    font-size:16px;

}
.social-japan #japan-time{
    font-weight: 600;
    font-size:14px;
    padding-top: 20px;
    display: inline-block;
}
/*-------------------Navabr------------------------*/
.navbar{

    /*    background-color: black;*/
}
.nav-container{

    margin-left: 0px;
    margin-top:10px;
    border-radius: 5px;
    position: relative;
    z-index:9999;
    margin-bottom: -25px;

}
.nav-container .bars{
    position:absolute;
    right:0px;
    top:0px;
    display:none;
}
.nav-container .fa-bars{
    color:#fff;
    font-size:25px;
    cursor:pointer;
    padding:10px 20px 0px 10px;


}
.nav-container ul{
    list-style: none;
    display:flex;
    padding-left: 10px;
    z-index:9999;
}


.nav-container ul li{
    margin-right:5px;
}
.nav-container ul li a{
    display:inline-block;
    padding: 10px 20px;
    font-weight: 700;
    color:#000;

    transition: all 0.5s;
}
.active{
    background: #ED1A23;

}
.active a{
    color:#fff !important;
}
.nav-container ul li a:hover{
    text-decoration: none;
    color:#fff;
    background: #ED1A23;

}
.mycon{
    padding-left: 0px;
}
.nav-logo img{
    display:none;
}
.important-notice{
    border:1px solid #ED1A23;
    padding: 5px;
    margin-top:20px;
    border-radius:5px;
    font-size:13px;
    color:#ED1A23;
    font-weight:550;

}
.important-notice a{
    text-decoration: underline;
}
.search{
    background: #fff;
    margin-top: 20px;

    /*border: 1px solid #CCCCCC;
    */

}
.search h4{
    background: black;
    font-size:14px;
    color:#fff;
    font-weight: 650;
    padding: 10px 5px;



}
.search ul{
    list-style: none;
    padding-left: 0px;
    margin-bottom: 0px;
}
.search ul li{
    padding-top: 7px;
    padding-bottom: 7px;
    border-bottom: 1px solid #CCCCCC;
    padding-left: 10px;
    font-size:14px;
}
.search ul li:last-child{
    border-bottom: none;
}
.search ul li a{
    color: black;
    text-decoration: none;
    font-weight:470;
}
.type ul li a img{
    width:30px !important;
    margin-right: 10px;
}
.year ul{
    text-align: center;
}
.search ul li a img{
    width:40px;
    margin-right: 10px;
}
.countries ul li a{
    display:block;
    padding-top:7px;
    padding-bottom: 7px;
    padding-left: 10px;
    color:#1f75fe000;
    font-size:14px;
    font-weight: 550;
}
.countries ul li{
    padding-top: 0px;
    padding-bottom: 0px;
    padding-left: 0px;

}
.countries ul li a:hover{
    background: #DDEAF9;
    text-decoration: underline;

}
.search-input{
    position: relative;
    padding-top: 20px;
}
.search-input input{
    width:79%;
    border:2px solid #D0D0D0;
    padding:4px 20px;
    float:right;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;

}
.search-input .fa-search{
    position: absolute;
    right:0px;
    top:21px;
    cursor: pointer;
    background: black;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    padding: 10px;
    color:#fff;
    font-size:14px;
}
.myg{
    display: block;
}
.myh{
    display: none;
}
.buynow-btn{
    background: red;
    padding: 7px 20px;
    border: none;
    color:#fff !important;
}
.save-btn{
    float: right;
    color:red;
    border: 1px solid red;
    padding: 5px 10px;
    font-size:14px;


}
.my-ref{
    float:right;
    margin-left: 10px;
    margin-top:20px;

}


.search-input-2{
    /*    position: relative;
        padding-top: 20px;*/
    display: flex;
    margin-top: 20px;

}
.search-input-2 input{
    width:80%;
    border:2px solid #D0D0D0;
    padding:4px 20px;
    float:right;

}
.search-input-2 input:placeholder{
    font-size:13px;
}
.search-input-2 .fa-search{
    /*    position: absolute;
        right:0px;
        top:21px;*/
    width:4%;
    cursor: pointer;
    background: black;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    padding: 10px;
    color:#fff;
    font-size:14px;
}
.btn-abc{
    display: flex;
    justify-content: flex-end;

}
.myRow{
    margin-left: 5px;
    margin-right: 5px;
    background-color: red !important;
    padding: 20px;
}
.mytable tr td{
    font-size:10px;
    text-align: center;
    padding-left: 0px !important;
    font-weight: bold;
}
.mytable tr th{
    font-size:10px;
    text-align: left !important;
    padding-left: 5px !important;
    background: #f1f1f1;
    font-weight: bold;
    color:#000 !important;
}
.mytable-1{
    width:70%;
}
.mytable-1 tr td{
    font-size:10px;
    text-align: center;
    padding-left: 0px !important;
    font-weight: bold;
}
.mytable-1 tr th{
    font-size:10px;
    text-align: center;
    padding-left: 0px !important;
    background: #f1f1f1;
    font-weight: bold;
    color:#000 !important;
}
.search-input-2 span{
    /*    position: absolute;
        left:0px;
        top:20px;*/
    width:16%;
    cursor: pointer;
    background: #ED1A23;
    padding: 8px 3px;
    color:#fff;
    font-size:12px;
    padding:9px 10px;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;

}

.search-btn2{
    background-color: #000;
    color:#fff;
    border:none;
    font-size:13px;
    padding:10px 50px;
    cursor:pointer;
}
.btn-abc{
    display: flex;
    justify-content: flex-end;

}
.btn-abc a{
    text-decoration: underline;
    color:#fff;
    font-weight: 500;
    margin-right: 10px;
    margin-top: 10px;

}
.search-btn-1{
    background-color: #000;
    color:#fff;
    border:none;
    font-size:13px;
    padding:10px 15px;
    display: flex;
    justify-content: space-around;
    margin-top: 23px;
    cursor:pointer;
    width:100%;
    flex-wrap: no-wrap;
}
.search-btn-1 i{
    padding-top: 4px;
    font-size:12px;
}
.search-input span{
    position: absolute;
    left:0px;
    top:20px;
    cursor: pointer;
    background: #ED1A23;
    padding: 8px 3px;
    color:#fff;
    font-size:12px;
    padding:9px 10px;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;

}
.search-input button{
    margin-top: 4px;
}
.search-vehicle{
    background: black;
    margin-top: 20px;
    border-radius: 5px;
    padding-bottom: 1px;
}
.search-vehicle h4{
    text-align: center;
    font-size:16px;
    border-bottom: 1px solid #fff;
    color:#fff;
    font-weight: 550;
    padding: 10px 0px;

}
.search-vehicle form{
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 10px;
}
.search-vehicle form select{
    width:100%;
    border-radius: 5px;
    border:1px solid #ED1A23;
    color:black;
    font-size: 14px;
    padding: 2px;
    margin-bottom: 10px;

}
.submit{
    width:100%;
    background: #ED1A23;
    padding: 5px 10px;
    border-radius: 5px;
    color:#fff;
    font-weight: normal;
    border: none;
    letter-spacing: 5px;
    font-size: 14px;
}
.carousel-indicators button{
    margin-right: 5px;
}
.divider{
    width:100%;
    background: #fff;
    height: 15px;
    border-radius:50px;
    margin-top:20px;
}
.fresh-arival h2{
    font-size: 17px;
    color:black;
    border-bottom: 4px solid #ED1A23;

    padding: 10px 10px 10px 0px;
    text-transform: uppercase;
    font-weight: 650;
    margin-top: -25px;
    margin-bottom: 0px;
    margin-bottom: 20px;
}
.mytab{
    display: flex;
    justify-content: center;
    border-bottom: 3px solid red;
    margin-bottom: 8px;
}
.mylink{
    background: #5c0c0c;
    color:#fff;
    margin-right: 10px;
}
.btn-see-more{
    background: #000;
    color:#fff;
    padding: 8px 50px;
    border:none;
    border-radius: 5px;
    font-size:14px;
    margin-top: 10px;
    margin-bottom: 10px;
    display: inline-block;
    -webkit-box-shadow: -1px 11px 13px -7px rgba(0,0,0,0.75);
    -moz-box-shadow: -1px 11px 13px -7px rgba(0,0,0,0.75);
    box-shadow: -1px 11px 13px -7px rgba(0,0,0,0.75);
}
.htb{
    text-align: center;

}
.htb .red-box{
    margin-left: 50%;
    transform: translateX(-50%);
}
.active{
    background: red !important;
    color:#fff !important;
}
.affordable-vehicle h2{
    font-size: 17px;
    color:black;
    border-bottom: 4px solid #ED1A23;

    padding: 10px 10px 10px 0px;
    text-transform: uppercase;
    font-weight: 650;
    margin-top: -25px;
    margin-bottom: 0px;
    margin-bottom: 20px;
}
.countCar{
    background: #f0b018;
    display: inline-block;
    width:25px;
    text-align: center;
    padding-top: 3px;
    margin-bottom: 5px;
    height:25px;
    border-radius: 50%;
}

.rp{
    padding-left: 15px;
}
.product-card{

    padding-left: 6px;

    width:130px;
    margin-right: 5px;
    margin-bottom: 15px;
}
.product-card .image{
    width:100%;
    height:85px;
    background-repeat: no-repeat;
    background-position: center;
    background-size:contain;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    margin-bottom:10px;
}

.product-card .image img{
    width:100%;
    height:85px;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;

}
.product-card h5{
    font-size: 12px;
    text-transform: uppercase;
    color:black;
    margin-bottom: 0px;

}
.product-card h6{

    color:#ED1A23;


}
.product-card p{
    font-size: 11px;
    font-weight: 650;
    margin-bottom: 0px;
}
.product-card .product-detail{
    font-size: 11px;
    font-weight: 650;
    color:#66666B;
    padding-top: 0px;
}
.product-card h5:hover{
    text-decoration: underline;
}
.product-card a{
    text-decoration: none;
}
footer{
    background: black;
    padding-top: 50px;
    margin-top: 50px;

}
.footer-col-1 h4{
    color:#fff;
    font-size:18px;
}
p a {
    color:white;
}
.footer-img{
    display:flex;
}
.footer-col-1 img{
    width:80px;
    height:40px;
    margin-right: 30px;
    margin-bottom: 20px;
}
.footer-col-1 p{
    font-size:14px;
    color:#fff;

}
.footer-col-2 h4{
    color:#fff;
    font-size:18px;
}
.footer-col-2 p{
    font-size:16px;
    color:#fff;


}
.footer-map{
    width:100%;
    border:4px solid #ED1A23;
}
.footer-col-2 p:nth-of-type(2){
    padding-top: 10px;
}
.footer-col-2 i{
    padding-right: 10px;

}
.footer-col-2 div{
    color:#fff;
    font-size:14px;
}
.footer1{
    background: #383838;
    color:#fff;
    text-align: center;
    margin-top: 50px;
    padding: 3px;
    font-size:14px;
}
.footer1 a{
    display: inline-block;
    margin-right: 10px;
    color:#fff;
}
.footer-col-2 ul{
    padding-left: 15px;
    color:#fff;
}
.footer-col-2 ul li a{
    color:#fff;
}
.copyrights{
    background: #E62E2D;
    color:#fff;
    text-align: center;

    padding: 8px;
    font-size:12px;
}
.gallery{
    width:100%;
    height:210px;
    padding: 15px;
    border:2px solid #efefef;
    border-radius:5px;
    background-repeat:no-repeat;
    background-size: cover;
    background-position:center;
    box-shadow: 1px 2px 5px 0px rgba(0 0 0 / 10%);

}
.gallery img{
    width:100%;
    height:100%;
    border-radius:5px;
}
.gallery-1{
    width:100%;
    height:150px;
    padding: 8px;
    border:2px solid #efefef;
    border-radius:5px;
    box-shadow: 1px 2px 5px 0px rgba(0 0 0 / 10%);
}
.gallery-1 img{
    width:100%;
    height:100%;
    border-radius:5px;
}
/*-----------------------------------------------------
                           Bank Details
 ----------------------------------------------------*/


.bank-detail-container{
    background: #F5F5F5;
    margin-top: 15px;

}
.bank-detail-header{
    background-repeat:no-repeat;
    background-position:center;
    background-size:contain;
    width:100%;
    height:300px;
}
.bank-detail-container p{
    padding: 20px 90px;
    font-size:15px;
    color:#000;

}
.bank-detail-container h1{
    background: rgb(126,172,255);
    background: linear-gradient(0deg, rgba(126,172,255,1) 0%, rgba(70,133,253,1) 100%);
    text-align: center;
    font-size:27px;
    color:#fff;
    text-transform: uppercase;
    padding-top: 5px;
    padding-bottom: 5px;
}
.bank-detail-container form{
    padding-left: 40px;
    padding-right: 40px;
    padding-bottom: 30px;
}
.bd-input{
    border:none;
    background: #E2E0E1;
    padding: 7px 15px;
}
.bd-input::placeholder{
    color:#BEB9BB;
    text-transform: uppercase;
}

@media (min-width: 992px) {
    .container{
        max-width: 1200px;
    }
}

/*------------------------------------------------
                        Car Auction 
 ------------------------------------------------*/
.car-auction-inquiry{
    list-style: none;
    padding-left: 0px;
    display:flex;
    padding-top: 15px;
    flex-wrap: wrap;

}
.car-auction-inquiry li{
    padding-right: 10px;
}
.active-breadcrumb{
    color:#ABA9AA;
}
.active-breadcrumb:hover{
    color:#ABA9AA;
}
.car-auction-inquiry li a{
    text-decoration: none;
}
.car-aution h1{
    text-align: center;
    font-size:27px;
    font-weight: 600;
    margin-bottom: 15px;
    text-transform: uppercase;
}
.car-aution .auction-portal{
    background: #E3E4E6;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding:5px 20px;
    box-sizing: border-box;
    border-radius: 6px;
}
.car-aution .auction-portal p{
    font-size:18px;
    text-transform: uppercase;
    margin-top: 15px;
    font-weight: 550;
    color:#676767;
    padding-left: 20px;
    word-spacing: 2px;
}
.car-aution .auction-portal p span{
    color:#E62E2D;
}
.car-aution .auction-portal button{
    background: #E62E2D;
    border: none;
    padding: 0px 30px;
    border-radius: 4px;
    display: inline-block;
    height:30px;
    margin-top: 15px;
    color:#fff;
    font-size: 13px;
}
.caution{
    background: #E2E5E5;
    margin-top: -13px;
    font-size:12px;
    color:#E62E2D;
    padding:10px 5px;
    font-weight:550;


}
.caution span{
    font-weight: bold;
    font-size:14px;
}

.car-aution-text{
    padding-right: 25px;
}
.mtb{
    margin-top: 15px;
    margin-bottom: 15px;
}
.how-to-buy{
    background: #F9F9F9;
    padding-top: 20px;
    padding-bottom: 5px;
}
.aution-steps{
    display:flex;
    flex-wrap: wrap;
    padding: 10px;
    justify-content: center;

}
.how-to-buy h2{
    text-align: center;
    padding-bottom: 10px;
    color:#4B4748;
    text-transform: uppercase;
    font-size:27px;
    position: relative;
    display: inline-block;

}
.how-to-buy h2:after{
    content: "";
    width:120px;
    height: 2px;
    position: absolute;
    right:15px;
    bottom: 10px;
    background: #BFCBE1;
}

.aution-steps .auction-step-container{
    background: #fff;
    width:230px;
    border:1px solid #DEDCDD;
    text-align: center;
}
.aution-steps .auction-step-container div{
    display: inline-block;
    width:70px;
    height: 70px;
    border-radius: 50%;
    background: #F1EFF0;
    margin-top: 20px;
    margin-bottom: 10px;

}
.aution-steps .auction-step-container div i{
    font-size:27px;
    color:#3E74FC;
    margin-top: 20px;
}
.aution-steps .auction-step-container h5{
    font-size: 15px;
}
.aution-steps .auction-step-container p{
    padding-left:10px;
    padding-right: 10px;
    font-size:13px;
    padding-bottom: 15px;
}
.important-info{
    background: #F2F3F5;
    padding: 20px 50px;
}
.important-info h3{
    text-align: center;
    padding-bottom: 10px;
    color:#4B4748;
    text-transform: uppercase;
    font-size:25px;
    position: relative;
    display: inline-block;
}
.important-info h3:after{
    content: "";
    width:150px;
    height: 2px;
    position: absolute;
    left:100px;
    bottom: 10px;
    background: #BFCBE1;
}
.important-info h4{
    display: inline-block;
    background: #D9D9D9;
    color:#4A4849;
    padding: 10px 20px;
    border-radius: 4px;
    font-size:21px;
    margin-top: 20px;
}
.faqs{
    margin-top: 20px;
}
.faqs div{
    border-bottom: 1px solid #DFE0E2;

}
.faqs div span:nth-child(1){
    background:#E62E2D;
    padding: 3px 12px;
    color:#fff;
    font-size:12px;
    border-radius: 3px;
    font-weight: bold;
}
.faqs div span:nth-child(2){
    color:#3E74FC;
    font-weight: 500;
    margin-left: 10px;
    font-size:17px;
}
.faqs p{
    color:#78787A;
    font-size:14px;
    margin-top: 5px;

}
.cust-reviews h2{
    text-align: center;
    padding-bottom: 10px;
    color:#4B4748;
    text-transform: uppercase;
    font-size:27px;
    position: relative;
    display: inline-block;
    padding-top:30px;

}
.cust-reviews h2:after{
    content: "";
    width:180px;
    height: 2px;
    position: absolute;
    right:15px;
    bottom: 10px;
    background: #BFCBE1;
}
.cust-reviews h4{
    text-transform: uppercase;
    color:#5C5A5B;
}
.cust-reviews h4 span{
    color:#3E74FC;
    font-size:30px;
}
.chart img{
    width:100%;
    height:250px;
}
.testimonila-img img{
    width:100%;
    height:100px;
}
.home-tst-det{
    padding-top: 10px;
    display: flex;
    justify-content: space-between;
}
.home-tst-det h6{
    font-weight: bold;
    padding-top: 7px;
}
.home-tst-det span{
    background: #5CA77F;
    border-radius:10px;
    padding: 3px 10px;
    color:#fff;
    height:25px;
    font-size: 12px;
    margin-top: 5px;

}
.home-tst-det span i{
    padding-right: 10px;
}
.stm h2{
    text-align: center;
    padding: 60px 0px 20px 0px;
    text-transform: uppercase;
    margin-bottom: 10px;
    position: relative;
    display: inline-block;
    font-size:30px;
}
.stm h2:after{
    content: "";
    position: absolute;
    width:300px;
    height: 2px;
    left:280px;
    bottom:20px;
    background: #4E6FA3;
}
.stm .stm-col-1{
    margin-bottom: 15px;
}
.stm .stm-col-1 p{
    text-align: center;
    margin: 0px;
    font-weight:550;
    font-size: 14px;
}
.map-auction-img img{
    width:100%;
    height:280px;
}
/*------------------------------------------------
                      About Us
 ------------------------------------------------*/
.about-us{
    padding-top: 20px;
}
.about-us h1{
    background: #E62E2D;
    color:#fff;
    font-size:20px;
    padding: 8px 15px;
    border-radius: 5px;
    text-transform: uppercase;
    font-weight: normal;
}
.about-us h2{
    font-size:25px;
    margin-top: 30px;
    font-weight: bold;
    margin-bottom: 30px;
}
.about-us h3{
    color:#3F75FE;
    font-size:20px;
    font-weight: bold;
}
.about-us p{
    font-size: 16px;
}
.about-us .supplying h4{
    color:#3F75FE;
    font-size:20px;
    font-weight: bold;
}
.about-us .supplying p{
    font-size: 16px;
    margin-top:0px;

}
.about-us .supplying p span{
    color:#6599E3;
    font-weight: bold;
    margin-right: 5px;
}

.about-us .memberships h4{
    color:#3F75FE;
    font-size:20px;
    font-weight: bold;
}
.about-us .memberships p{
    font-size: 16px;
    margin-top:0px;

}
.about-us .memberships p span{
    color:#6599E3;
    font-weight: bold;
    margin-right: 5px;
}
.about-us .memberships .member-info{
    margin-top: 25px;
    text-align: center;
}
.about-us .memberships .member-info div{
    width:100px;
    height:70px;
    margin-left: 50%;
    transform: translateX(-50%);
}
.about-us .memberships .member-info div img{
    width:100%;
    height:100%;
}
.about-us .memberships .member-info h5{
    margin-top: 17px;
    color:#6896E3;
}
.about-us .memberships .member-stand{
    margin-top: 20px;
}
.about-us .memberships .member-stand p{
    margin-top: 3px;
    margin-bottom: 3px;
}
.contact-info h4{
    margin-top:30px;
    margin-bottom: 30px;
    color:#3F75FE;
    font-size:20px;
    font-weight: 600;
}
.contact-info p span:nth-child(1){
    color:#2D3235;
    font-weight:550;
    font-size:18px;
}
.contact-info p span:nth-child(2){
    color:#3F75FE;
}
.contact-info p span:nth-child(3){
    color:#3F75FE;
}
.contact-info p{
    color:#8A8889;
    margin-top: 3px;
    margin-bottom: 3px;
    font-size:18px;
}

/*--------------------------------------------------------
                       Contact Us
 --------------------------------------------------------*/

.contact-us-container form{
    padding-left: 40px;
    padding-right: 40px;
    padding-bottom: 10px;
    padding-top: 30px;
    box-shadow: 0px 1px 5px 0px rgba(0,0,0,0.25);
    -webkit-box-shadow: 0px 1px 5px 0px rgba(0,0,0,0.25);
    -moz-box-shadow: 0px 1px 5px 0px rgba(0,0,0,0.25);
}
.contact-us{
    box-shadow: 0px 1px 5px 0px rgba(0,0,0,0.25);
    -webkit-box-shadow: 0px 1px 5px 0px rgba(0,0,0,0.25);
    -moz-box-shadow: 0px 1px 5px 0px rgba(0,0,0,0.25);
}
.contact-us p{
    border-bottom: 1px solid #efefef;
    margin: 0px;
    padding: 13px 0px 10px 18px;
    margin-left: 10px;
    margin-right:10px;

}
.contact-us p i{
    font-size:18px;
    margin-right: 20px;
}
.contact-us p span{
    color:#3F75FE;
}
.contact-us p span .fa-phone{
    transform: rotateY(180deg);
}
.contact-us p img{
    width:20px;
    margin-right: 20px;
}
.bd-input-2{
    border:none;
    background: #F7F7F7;
    padding: 7px 15px;

}
.myBtn{
    background: #E62E2D;
    color:#fff;
    border:none;
    padding: 5px 20px;
    outline:none;
    font-size:13px;
}
.stock-list-sidebar li a{
    color:#ED1A23 !important;
    font-weight: bold !important;
}
.stock-list-body-type li a{
    color:#8B898A !important;
}
.stock-list-filters-container{
    background: #F8F8F8;
    padding: 20px 13px 0px 13px;
    margin-top: 0px;
}
.stock-sidebar{
    background: #F8F8F8;
    padding: 2px 10px 20px 10px;
}
.form-check-input{
    margin-left: -30px;
    margin-top: 20px;
    width:15px;
    height: 15px;
}
.stock-form-search-btn-sec{
    display: flex;
    justify-content: space-between;
    margin-top: 20px;
    flex-wrap: wrap;

}
.discount-btn{
    background: #E62E2D;
    padding: 10px 70px 10px 20px;
    color:#fff;
    border-radius: 5px;
    margin-top: 7px;
}
.search-btn{
    background: #F4F2F3;
    padding: 10px 40px;
    border-radius: 5px;
}
.search-btn button:nth-child(1){
    background:#3E74FD;
    border:none;
    color:#fff;
    padding: 5px 20px;
    border-radius: 4px;
    margin-right: 10px;
}
.search-btn button:nth-child(2){
    background:#E62E2D;
    border:none;
    color:#fff;
    padding: 5px 20px;
    border-radius: 4px;
}
.inquiry-all{
    margin-top: 30px;
}
.select-all a{
    color:#000;
    padding-right: 5px;
    text-decoration: none;
}
.get-total-price a{
    color:#000;
    font-size:15px;
    border: 1px dotted grey;
    padding: 5px 8px;
    text-decoration: none;
}
.multiple-inquiry{
    border:none;
    padding: 8px 20px;
    display: inline-block;
    margin-top: 15px;
    font-size: 15px;
    background: #E8E8E8;
    text-decoration: none;
    color:#000;

}
.multiple-inquiry:hover{
    text-decoration: none;
}
.compare{
    border:none;
    padding: 8px 50px;
    display: inline-block;
    margin-top: 15px;
    font-size: 15px;
    background: #E8E8E8;
    text-decoration: none;
    color:#000;

}
.compare:hover{
    text-decoration: none;
}
.sl-sort{
    background: #fff;
    border-radius: 0px !important;
    box-shadow: 0px 4px 4px 0px rgba(0,0,0,0.25);
    -webkit-box-shadow: 0px 4px 4px 0px rgba(0,0,0,0.25);
    -moz-box-shadow: 0px 4px 4px 0px rgba(0,0,0,0.25);

}
.stk-product-card{

    padding: 20px;
    margin-bottom: 10px;
}
.stk-product-card .stk-img{
    width:100%;
    height:170px;
    background-repeat:no-repeat;
    background-size:contain;
    background-position:center;

}
.stk-product-card .stk-img img{
    width:100%;
    height:170px;
}
.stk-card-det h3{
    font-size:23px;
    margin-bottom: 5px;
}
.stk-card-det h3 span{
    font-size: 16px;
    color:#E62E2D;
}
.stk-card-det h3 a{
    text-decoration: none;
}
.stk-price{
    padding-top: 5px;
}
.stk-price div{
    font-size:18px;
}
.stk-price span{
    color:#3E74FD;
    padding-left: 5px;
}
.stk-price a{
    font-size: 15px;
    text-decoration: none;
}
.name-spec{
    font-size:14px;
    margin-top: 5px;
}
.name-spec span{
    padding-left: 2px;
    padding-right: 2px;
}
.REI span{
    color:#3E74FD;
    padding-left: 5px;
}
.CVCP span{
    padding-left: 5px;
}
.spcs{
    margin-top: 10px;
    font-size:15px;
    margin-bottom: 10px;
}
.spcs i{
    padding-right: 8px;
    font-size:16px;
}
.options span{
    font-size:12px;
}
.options span:nth-child(1){
    font-weight: bold;
    font-size:14px;
    text-transform: uppercase;
}
.stk-pr-links{
    margin-top: 10px;
    display:flex;
    flex-wrap: wrap;

}
.stk-pr-links a{
    display:inline-block;
    margin-bottom: 10px;

}
.stk-pr-links a:nth-child(1){
    background: #78C066;
    padding: 7px 25px;
    font-size: 12px;
    color:#fff;
    border-radius: 12px;
    margin-right: 10px;
    text-decoration: none;
}
.stk-pr-links a img{
    width:20px;
    margin-right: 7px;
}
.stk-pr-links a:nth-child(2){
    background: #E62E2D;
    padding: 7px 25px;
    font-size: 12px;
    color:#fff;
    border-radius: 12px;
    margin-right: 10px;
    text-decoration: none;
}
.stk-pr-links a:nth-child(3){
    background: #3E74FF;
    padding: 7px 25px;
    font-size: 12px;
    color:#fff;
    border-radius: 12px;
    margin-right: 10px;
    text-decoration: none;
}
.pagination{
    display: flex;
    justify-content: center;
    margin-top: 20px;
}
.pagination ul{
    list-style: none;
    display: flex;
    border:1px solid #888787;
    padding-left: 0px;
}
.pagination ul li{
    padding: 7px 15px;
    border-right: 1px solid #888787;
}
.pagination ul li:last-child{
    border-right: none;
}
.pagination ul li a{
    text-decoration: none;
}

/*---------------------------------------------------
                       Product Detail
 ----------------------------------------------------*/
.pd-wrapper{
    padding:40px 100px 40px 140px;
}

.pd-breadcrumb{
    margin:30px 23px;
}
.pd-breadcrumb a{
    color:#fff;
    text-decoration: none;
    font-weight:600;
    font-size:20px;


}
.pd-breadcrumb span{
    color:#fff;
    padding:0px 10px;
}
.pd-img-conttainer{
    padding-top: 10px;
    position: relative;
    z-index: 999;

}
.prev,
.next {
    cursor: pointer;
    position: absolute;
    top: 40%;
    width: 40px;
    height:40px;
    padding-top: 10px;
    margin-top: -20px;
    color: white;
    font-weight: bold;
    font-size: 20px;
    border-radius:50px;
    user-select: none;
    -webkit-user-select: none;
    background:#fff;
    text-align: center;
}
.next {
    right: 20px;
}
.prev {
    left: 20px;
}
.prev:hover,
.next:hover {
    background-color: #9B9C9E;
}
.demo {
    opacity: 0.6;
}

.activePD,
.demo:hover {
    opacity: 1;
}
.pd-col{
    display:flex;
    justify-content: center;
}
.pd-largeImg-container{
    width:100%;
    height:500px;
    margin-bottom: 10px;
    position: relative;
    background-repeat: no-repeat;
    background-position: center;
    background-size:cover;
}
.pd-largeImg-container1{
    width:100%;
    height:220px;
    margin-bottom :-50px;
    margin-top :-50px;
    position: relative;
    background-repeat: no-repeat;
    background-position: center;
    background-size:contain;
}
.pd-largeImg-container img{
    width:100%;
    height: 100%;
}
.pd-smaalImg-container{
    width:100%;
    padding-top: 10px;
}

.small-img-div1{
    width:70px;
    height:70px;
    margin-right: 4px;
    position: relative;
    background-repeat: no-repeat;
    background-size:contain;
}
.small-img-div{
    width:132px;
    height:100px;
    margin-right: 4px;
    position: relative;
    background-repeat: no-repeat;
    background-position: center;
    background-size:contain;
}
.small-img-div img{
    width:100%;
    height:100%;
    cursor: pointer;
}
.pd-smaalImg-container{
    display: flex;
}
.pd-sm-mr{
    margin-right: 12px;
}
.pd-text-container{
    margin-top: 10px;
    padding: 30px 20px;


}
.pd-text-container h1{
    font-size:28px;
}
.pd-text-container span{
    font-size: 13px;
    color:#646263;
}
.pd-text-container .type {
    color:#B6B6B6;
}
.pd-text-container .address{
    color:#9B9899;
}
.pd-text-container .address i{
    margin-right: 10px;
}
.pd-text-container .address span{
    font-size:16px;
    margin-left: 10px;
    color:#CAC6C5;
}
.pd-text-container .address{

}
.pd-text-container p{
    margin-top: 5px;
    margin-bottom: 5px;
}
.pd-text-container .status{
    color:#B9B6B5;
}
.pd-text-container .status span{
    color:#C43A40;
    font-weight: bold;
    padding-left: 10px;
}
.ref{
    color:#AEACAD;
}
.ref span{
    padding-left: 10px;
}
.stk-price-2{
    display:flex;
    color:#A7A6A4;
}
.stk-price-2 .fob span{
    font-size:22px;
    color:#6094E0;
    font-size:20px;
    font-weight: bold;
    padding-left: 10px;
    padding-right: 10px;
}
.ask-now{
    text-align: center;
    padding-top: 20px;

}
.ask-now a{
    background: #8CB8FF;
    color:#fff;
    padding:10px 100px;
    display:inline-block;
    text-transform: uppercase;
    border:2px solid grey;
    margin-bottom: 20px;
    border-radius: 4px;

}
.whatsapp{
    text-align: center;

}
.whatsapp img{
    width:20px;
    margin-right: 10px;
}
.whatsapp a{
    background: #74BE66;
    display: block;
    padding: 10px 30px;
    color:#fff;
    font-weight: bold;
    border-radius: 10px;
    margin-top: 113px;
    text-decoration: none;

}
.download-img{
    text-align: center;
    margin-top: 20px;
    margin-bottom: 20px;
}
.download-img p{
    margin-bottom: 5px;
}
.download-img a{
    text-decoration: none;
}
.download-img div a{
    background: #E62E2D;
    color:#fff;
    padding: 7px 30px;
    border-radius: 5px;
    margin-top: 5px;
    display:inline-block;
}
.valuation{
    margin-top: 55px;
}
.valuation img{
    width:100%;
    height:450px;
}
.myCheck{
    margin-top: 5px;
}
.form-check-label{
    padding-left: 10px;
}
.btn-sub{
    background: #E62E2D;
    width:100%;
    padding: 8px;
    border:none;
    color:#fff;
    font-weight: bold;
    text-transform: uppercase;
}
.get-free-quote{
    box-shadow: 0px 1px 5px 0px rgba(0,0,0,0.25);
    -webkit-box-shadow: 0px 1px 5px 0px rgba(0,0,0,0.25);
    -moz-box-shadow: 0px 1px 5px 0px rgba(0,0,0,0.25);
    padding: 20px 40px;
    margin-top: -100px;
}
.get-free-quote textarea{
    margin-top: 20px;
}
.get-free-quote h2{
    text-align: center;
    font-size: 25px;
    margin-bottom: 20px;
}
.full-specification{
    margin-top: -110px;
}
.full-specification h4{
    font-size:20px;
    font-weight: 600;
    color:#000;
    border-bottom: 2px solid red;
    margin-bottom: 10px;
    padding-bottom: 5px;
}
.full-specification h4 i{
    padding-right: 10px;
}

.full-specification-3{
    margin-top: 30px;
}
.full-specification-3 h4{
    font-size:20px;
    font-weight: 600;
    color:#000;
    border-bottom: 2px solid red;
    margin-bottom: 10px;
    padding-bottom: 5px;
}
.spcs3-features button{
    border:none;
    background: transparent;
    padding: 5px 15px;
    margin-bottom: 10px;
    margin-right:5px;
    font-size: 14px;
    outline: 2px solid #efefef;
    text-align: center;
}
.specsbtn-danger{
    background-color: #e62e2d !important;
    color:#fff;
    font-size: 14px;
    text-align: center;
}

.table tr th{
    background: #F7F7F7;
    padding-left: 30px;
    font-weight: 550;
    color:#4F555A;
}
.table tr td{
    padding-left: 30px;
}
.similar{
    margin-top: 30px;
}
.similar h4{
    text-align: center;
    font-size:27px;
    margin-bottom: 30px;
    color:#464544;
    font-weight:bold;
}
.similar-product{
    background: #F7F7F7;
    padding: 13px;
}
.similar-product a{
    text-decoration: none;
    color:#212529;
}
.similar-product h5{
    font-size:15px;
    padding-top: 5px;
    padding-bottom:5px;
    font-weight: bold;
}
.similar-product h5 span{
    font-size: 12px;
    padding-left: 10px;
    color:#4F4D4E;
}
.simir-pro-img{
    width:100%;
    height:65px;
    background-repeat:no-repeat;
    background-size:contain;
    background-position: center;
}
.simir-pro-img img{
    width:100%;
    height:65px;
    background-repeat:no-repeat;
    background-size:contain;
    background-position: center;
}
.similar-pro-text h6{
    color:#070707;
    font-weight: bold;
}
.similar-pro-text h6 span{
    color:#548AE8;
    padding-left: 10px;
    padding-right: 10px;
}
.similar-pro-text div{
    color:#7A7A7A;
    font-size:15px;
}
.similar-pro-text div span{
    padding-left: 10px;
    padding-right: 10px;

}

.table a{
    text-decoration: none;
}
.totl-pr{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;

}
.totl-pr .sm-1{
    font-weight:600;
    color:#000;
}
.find-parts {
    text-align: right;
}
.find-parts a{
    background: #000;
    color:#fff;
    padding: 7px 20px;
    margin-top: 10px;
    text-decoration: none;
    display: inline-block;
}
.mytable-sd{
    width:90%;

}
.mytable-sd tr th{
    color:#000;
    font-size:14px;
    padding-left: 20px;
    text-align: center;
    background: #f1f1f1;
}
.mytable-sd tr td{
    color:#000;
    font-size:14px;
    padding-left: 10px;
    text-align: center;
    font-weight: bold;
}

.add123{
    display: flex;
    justify-content: space-between;
}
.add123 span:nth-child(1){
    color:#6c6c6c;
}
.add123 span:nth-child(2){
    color:red;
    font-size: 30px;
    font-weight: bold;
    font-size:25px;
}

.bynowsec{
    padding-left: 0px;
    padding-right: 0px;

}

.bynowsec .price-abc{
    display: flex;
    justify-content: space-between;
    font-size:14px;
}
.bynowsec .price-abc span:nth-child(2){
    font-size:18px;
    color:red;
    font-weight: bold;
}
.bynowsec .price-abc span:nth-child(1){
    margin-top: 7px;
    font-weight: bold;
}
.bynowsec .totl-price{
    display: flex;
    justify-content: space-between;
    font-size:14px;
    font-weight: bold;
}
.bynowsec hr{
    margin-top: 5px;
    margin-bottom: 5px;
}
.bynowsec .ref{
    font-size:10px;
    display: block;
    text-align: right;
}
.bynowsec .buy-nowbtn{
    width:100%;
    background: red;
    color:#fff;
    text-align: center;
    border: none;
    display: block;
    padding: 10px;
    font-size: 13px;
    margin-top: 20px;
}
.mytable tr th{
    padding: 0px;
    padding-top: 4px;
    padding-bottom: 4px;
}
.mytable tr td{
    padding: 0px;
    padding-top: 4px;
    padding-bottom: 4px;
}
.mytable-1 tr th{
    padding: 0px;
    padding-top: 4px;
    padding-bottom: 4px;
}
.mytable-1 tr td{
    padding: 0px;
    padding-top: 4px;
    padding-bottom: 4px;
}
.myheading{
    font-size:18px !important;
}
.mytable-sd tr th{
    padding: 5px;
}
.mytable-sd-2 tr th{
    color:#000;
    font-size:14px;
    padding-left: 10px;
    background: #f1f1f1;
}
.mytable-sd-2 tr td{
    color:#000;
    font-size:14px;
    text-align: left !important;
    padding-left: 10px;
    font-weight: bold;
}


@media screen and (max-width:1199px){
    .support{
        display:none;
    }
    .phone-info{
        padding-left: 80px;
    }
    .product-card{
        border:1px solid #D7D7D7;
        padding: 3px;
        border-radius: 5px;
        width:125px;
        margin-right: 5px;
        margin-bottom: 15px;
    }
    .gallery-1{
        height:210px;

    }
    .select-all a{
        font-size:14px;
    }
    .get-total-price a{
        font-size:14px;
    }
    .multiple-inquiry{
        padding: 8px 17px;
        margin-top: 15px;
        font-size: 14px;

    }
    .total-record{
        font-size:14px;
    }
    .compare{
        padding: 8px 45px;
        font-size: 14px;
    }
    .sl-sort{
        background: #fff;
        border-radius: 0px !important;
    }
    /*    .pd-largeImg-container{
        width:100%;
        height:330px;
        margin-bottom: 10px;
        position: relative;
    }*/
    .pd-smaalImg-container{
        width:100%;
        padding-top: 10px;
    }

    .small-img-div{
        width:132px;
        height:100px;
        margin-right: 4px;
        position: relative;
        background-repeat: no-repeat;
        background-position: center;
        background-size:contain;
    }

    .search-input-2 span{
        width:22%;
        padding: 8px 3px;
        padding:9px 10px;
        text-align: center;

    }
    .search-input-2{
        display: flex;
        margin-top: 20px;

    }
    .search-input input{
      padding-left: 35px;
    }
    .search-input-2 input{
        width:75%;
        padding:4px 20px;

    }
    .search-input-2 .fa-search{
        width:4%;
        padding: 10px;
        font-size:14px;
    }
    .btn-abc{
        display: flex;
        justify-content: flex-end;

    }
    .myroarrival{
        margin-left: 15px;
    }
}
@media screen and (max-width:991px){
    .support{
        display:block;
    }

    .social .social-icon{
        padding-left: 210px;


    }
    .phone-info{
        padding-left: 0px;
    }
    .translator{
        text-align: end;
    }
    .product-card{
        padding: 3px;
        border-radius: 5px;
        width:130px;
        margin-right: 10px;
        margin-bottom: 15px;
    }
    .bank-detail-header{
        width:100%;
        height:270px;
        margin-top:10px;
    }
    .bank-detail-container h1{
        font-size:22px;
    }
    .bank-detail-container p{
        padding: 20px 40px;

    }

    .car-aution h1{
        font-size:23px;
        margin-bottom: 13px;
    }
    .car-aution .auction-portal{
        padding:25px 15px 10px 10px;
    }
    .car-aution .auction-portal p{
        font-size:14px;
        margin-top: 15px;
        margin-bottom: 10px;
        padding-left: 10px;
        word-spacing: 0px;
    }
    .car-aution .auction-portal button{
        border-radius: 4px;
        height:30px;
        margin-top: 10px;
    }
    .car-auction-img{
        height:360px;
    }
    .car-aution-text{
        padding-right: 25px;
        padding-top: 15px;
    }
    .important-info{
        padding: 20px 50px;
    }
    .important-info h3{
        font-size:20px;
    }
    .important-info h3:after{
        width:120px;
        left:70px;
    }
    .important-info h4{
        padding: 10px 20px;
        font-size:17px;
        margin-top: 10px;
    }

    .cust-reviews h2{
        font-size:25px;
        position: relative;
        display: inline-block;
        padding-top:30px;

    }
    .cust-reviews h2:after{
        background: transparent;
    }
    .cust-reviews h4{
        text-transform: uppercase;
        color:#5C5A5B;
        font-size: 20px;
        text-align: center;
        margin-bottom: 0px;
    }
    .cust-reviews h4 span{
        color:#3E74FC;
        font-size:27px;
    }
    .chart {
        margin-bottom: 30px;
    }
    .chart img{
        width:100%;
        height:240px;
    }
    .chart p{
        text-align: center;
        margin-top: 0px;
    }
    .stm h2{
        padding: 60px 0px 20px 0px;
        text-transform: uppercase;
        margin-bottom: 10px;
        font-size:25px;
    }
    .map-auction-img img{
        height: 330px;
    }

    .select-all a{
        font-size:16px;
    }
    .get-total-price a{
        font-size:16px;
        padding: 6px 45px;
    }
    .multiple-inquiry{
        padding: 8px 25px;
        margin-top: 15px;
        font-size: 15px;
        margin-bottom: 10px;
    }
    .add-to-cart{
        padding: 8px 60px;
    }
    .total-record{
        font-size:16px;
    }
    .compare{
        padding: 8px 45px;
        font-size: 16px;
        margin-bottom: 10px;
    }
    .sl-sort{
        background: #fff;
        border-radius: 0px !important;
    }
    .stk-product-card .stk-img{
        width:100%;
        height:340px;
        margin-bottom: 20px;
        background-position: left;

    }
    .mytable-1{
        width:60%;
    }
    .mytable-1 tr td{
        font-size:14px;
        text-align: center;
        padding-left: 0px !important;
        font-weight: bold;
    }
    .mytable-1 tr th{
        font-size:12px;
        text-align: center;
        padding-left: 5px !important;
        background: #f1f1f1;
    }
    .mytable tr td{
        font-size:12px;
        text-align: center;
        padding-left: 5px !important;
        font-weight: bold;
    }
    .mytable tr th{
        font-size:12px;
        text-align: center;
        padding-left: 5px;
        background: #f1f1f1;
    }
    .stk-product-card .stk-img img{
        width:100%;
        height:340px;
        margin-bottom: 10px;
    }
    .pd-largeImg-container{
        width:100%;
        height:400px;
        margin-bottom: 10px;
        position: relative;
        background-size:cover;

    }
    .pd-smaalImg-container{
        width:100%;
        padding-top: 10px;
        padding-right: 0px;
    }

    .small-img-div{
        width:132px;
        height:100px;
        margin-right: 8px;
        position: relative;
        background-repeat: no-repeat;
        background-position: center;
        background-size:contain;
    }
    .whatsapp a{
        margin-top: 40px;
        text-decoration: none;

    }
    .get-free-quote{
        margin-top: 30px;
    }
    .valuation{
        margin-top: 30px;
    }
    .nav-container .fa-bars{
        color:#fff;
        font-size:20px;
        cursor:pointer;
        padding:10px 20px 0px 10px;

    }
    .mycon{
        padding-left: 12px;
    }
    .nav-container{
        background: #000;
        padding-top: 40px;
        padding-bottom: 5px;
        height:40px;
        

    }
    .nav-container ul{
        display:none;
        margin-top:10px;
        padding-top: 10px;
        padding-bottom: 15px;
        background:#000;
        border-radius:5px;
    }

    .nav-container ul li{
        margin-top: 4px;
    }
    .nav-container ul li a{
        display:block;
        color:#fff;
    }
    .nav-logo img{
        position:absolute;
        left:10px;
        top:8px;
        display:block;
        width:30px;
        height:30px;
    }
    .nav-container .bars{
        position:absolute;
        right:-5px;
        top:2px;
        display:block;
    }
    .full-specification{
        margin-top: 0px;
    }
    .sd-h{
        font-size:20px !important;
        display: inline-block;
        margin-bottom: -30px;
    }
    .myg{
        display: none;
    }
    .myh{
        display: block;
    }
    .pd-largeImg-container1{
        width:100%;
        height:220px;
        margin-bottom :-50px;
        margin-top :-50px;
        position: relative;
        background-repeat: no-repeat;
        background-position: center;
        background-size:contain;
    }
    .htb-img{
        width:100%;
        height:220px;
        margin-bottom :10px;
        margin-top :10px;
        position: relative;
        background-repeat: no-repeat;
        background-position: left;
        background-size:contain;
    }
    .mysdimg{
        width:100%;
        height:220px;
        margin-bottom :30px;
        margin-top :10px;
        position: relative;
        background-repeat: no-repeat;
        background-position: center;
        background-size:contain;
    }
    .bynowsec{
        padding-left: 20px;
        padding-right: 20px;

    }
    .nav-container{
    margin-bottom: -10px;

}
}
@media screen and (max-width:767px){
    .f-col span{
        padding-left: 20px;
    }
    .logo{
        width:340px;
        height:80px;
        padding-top: 20px;

    }
    .flogo{
        width:340px;
        height:80px;


    }

    .social .social-icon{
        padding-left: 120px;
    }


    .product-card{
        padding: 3px;
        border-radius: 5px;
        width:250px;
        margin-right: 10px;
        margin-bottom: 15px;
    }
    .product-card .image{
        width:100%;
        height:180px;
    }
    .product-card .image img{
        width:100%;
        height:100%;
        border-top-left-radius: 3px;
        border-top-right-radius: 3px;

    }
    .product-card h5{
        font-size: 15px;
        padding-left: 10px;
        padding-top: 10px;

    }
    .product-card p{
        font-size: 13px;
        padding-left: 10px;
        padding-top: 2px;
    }
    .product-card .product-detail{
        font-size: 11px;
        padding-top: 2px;
        padding-left: 10px;
        padding-top: 0px;
        padding-bottom: 5px;
    }
    .bank-detail-header{
        height:260px;
    }
    .car-aution h1{
        font-size:20px;
        margin-bottom: 13px;
    }
    .car-aution .auction-portal{
        padding:10px 15px 15px 10px;
        justify-content: center;
        text-align: center;
    }
    .car-aution .auction-portal p{
        font-size:14px;
        margin-top: 10px;
        margin-bottom: 0px;
        padding-left: 10px;
        word-spacing: 0px;
        padding-left: 0px;
    }
    .car-aution .auction-portal button{
        border-radius: 4px;
        height:30px;
        margin-top: 5px;
    }
    .caution{
        padding-top: 10px;
    }
    .caution{
        margin-top: 0px;
        padding:7px 10px;
    }
    .car-auction-inquiry li{
        font-size:13px;
    }
    .car-auction-img{
        height:270px;
    }
    .car-aution-text{
        padding-right: 10px;
        padding-top: 15px;
    }
    .how-to-buy h2{
        font-size:20px;
    }
    .important-info{
        padding: 20px 20px;
    }
    .important-info h3{
        font-size:20px;
    }
    .important-info h3:after{
        width:120px;
        left:70px;
    }
    .important-info h4{
        padding: 10px 20px;
        font-size:17px;
        margin-top: 10px;
    }
    .stm h2{
        padding: 60px 0px 20px 0px;
        text-transform: uppercase;
        margin-bottom: 10px;
        font-size:25px;
    }
    .stm h2:after{
        background: transparent;
    }
    .map-auction-img img{
        height: 330px;
    }
    .select-all a{
        font-size:14px;
    }
    .get-total-price a{
        font-size:13px;
        padding: 6px 20px;
    }
    .multiple-inquiry{
        padding: 8px 20px;
        margin-top: 15px;
        font-size: 14px;
        margin-bottom: 10px;
    }
    .add-to-cart{
        padding: 8px 30px;
    }
    .total-record{
        font-size:14px;
    }
    .compare{
        padding: 8px 45px;
        font-size: 14px;
        margin-bottom: 10px;
    }
    .sl-sort{
        background: #fff;
        border-radius: 0px !important;
    }
    .stk-product-card .stk-img{
        width:100%;
        height:280px;
        margin-bottom: 20px;

    }
    .stk-product-card .stk-img img{
        height:280px;
        margin-bottom: 10px;
    }
    .spcs{
        font-size:12px;
    }
    .pd-largeImg-container{
        width:100%;
        height:350px;
        margin-bottom: 10px;
        position: relative;
    }
    .pd-smaalImg-container{
        width:100%;
        padding-top: 10px;
        padding-right: 0px;
    }

    .small-img-div{
        width:132px;
        height:80px;
        margin-right: 8px;
        position: relative;
        background-repeat: no-repeat;
        background-position: center;
        background-size:contain;
    }
    .simir-pro-img img{
        height:80px;
    }
    .valuation img{
        height:350px;
    }
    .mycon{
        padding-left: 12px;
    }
    .search-input input{
        padding-left: 50px;
    }
    .search-btn-1{
        font-size:13px;
        padding:10px 15px;
        display: flex;
        justify-content: space-around;
        margin-top: 10px;
        cursor:pointer;
        width:50%;
        margin-left: 15px;
        flex-wrap: no-wrap;
    }
    .search-btn-1 i{
        padding-top: 4px;
        font-size:12px;
    }
    .mytab{
        display: flex;
        justify-content: flex-start;
        border-bottom: 3px solid red;
        margin-bottom: 8px;
        margin-left: 0px;
    }
    .mylink{
        margin-bottom: 10px;
        margin-right: 10px;
    }
    .myimgreviewlarge{
        margin-top: 20px;
        margin-bottom: 0px;
        width:100%;
        height:320px;
        background-repeat: no-repeat;
        background-position: center;
        background-size:cover;
    }
    .search-input-2 span{
        width:30%;
        padding: 8px 3px;
        padding:9px 10px;
        text-align: center;

    }
    .search-input-2{
        display: flex;
        margin-top: 20px;

    }
    .search-input-2 input{
        width:60%;
        padding:4px 20px;

    }
    .search-input-2 .fa-search{
        width:7%;
        padding: 10px;
        font-size:14px;
        text-align: center;
    }
    .btn-abc{
        display: flex;
        justify-content: flex-end;

    }
    .mysdimg{
        width:100%;
        height:220px;
        margin-bottom :30px;
        margin-top :10px;
        position: relative;
        background-repeat: no-repeat;
        background-position: left;
        background-size:contain;
    }
    .mytable tr th{
        padding: 10px 30px;
    }
    .mytable tr td{
        padding: 10px 30px !important;
        font-weight:500;
        text-align: center !important;
    }
    .mytable-1{
        width:90%;
    }
    .mytable-1 tr td{
        padding: 10px 30px !important;
        font-weight:500;
        text-align: center !important;
    }
    .padding-input{
    padding-left: 13px;
    padding-right: 13px;
}
}
@media screen and (max-width:575px){
    .logo{
        width:300px;
        height:90px;
        padding-top: 20px;
        margin-left: 50%;
        transform: translateX(-50%);

    }
    .f-col{
        display:block;
        text-align: center;
    }
    .f-col span{
        display:block;
        padding-top: 30px;
        font-weight: 550;
    }
    .phone-info{
        text-align: center;
    }
    #google_translate_element{
        padding-top: 20px;

    }
    .phone{
        padding-top: 20px;
    }
    .social{
        text-align: center;
    }
    .social button{
        margin-top: 20px;
        margin-bottom: 5px;
    }
    .translator{
        text-align: center;
    }

    .social .social-icon{
        padding-left: 0px;
    }
    .product-card{
        padding: 3px;
        border-radius: 5px;
        width:360px;
        margin-right: 0px;
        margin-bottom: 15px;
        max-width:fit-content;
        margin-left:auto;
        margin-right: auto;
        /*        margin-left: 50%;
                transform: translateX(-50%);*/
    }
    .rp{
        padding-left: 0px;
    }
    .product-card .image{
        width:320px;
        height:230px;
    }
    .search ul{
        height: 300px;
        overflow:scroll;
    }
    .gallery-1{
        height:240px;

    }
    .gallery{
        height:240px;

    }
    .important-info h3:after{
        background: transparent;
    }
    .important-info h3{
        font-size:20px;
    }
    .cust-reviews h2{
        font-size:20px;
        position: relative;
        display: inline-block;
        padding-top:30px;

    }
    .cust-reviews h2:after{
        background: transparent;
    }
    .cust-reviews h4{
        font-size: 16px;
    }
    .cust-reviews h4 span{
        color:#3E74FC;
        font-size:25px;
    }
    .chart {
        margin-bottom: 30px;
    }
    .chart img{
        width:100%;
        height:280px;
    }
    .chart p{
        text-align: center;
        margin-top: 0px;
    }
    .select-all a{
        font-size:14px;
        margin-bottom: 20px;
    }
    .get-total-price a{
        font-size:13px;
        padding: 6px 20px;
        display: block;
        margin-top: 10px;
        text-align: center;
        font-size:15px;
    }
    .multiple-inquiry{
        padding: 8px 20px;
        margin-top: 15px;
        font-size: 14px;
        margin-bottom: 3px;
        text-align: center;
        display: block;
    }
    .add-to-cart{
        padding: 8px 30px;
    }
    .total-record{
        font-size:14px;
    }
    .compare{
        padding: 8px 45px;
        font-size: 14px;
        margin-bottom: 10px;
        width:100%;
    }
    .sl-sort{
        background: #fff;
        border-radius: 0px !important;
    }
    .stock-form-search-btn-sec{
        margin-top: 20px;
        flex-wrap: wrap;
        display:block;
        text-align: center;

    }
    .discount-btn{
        background: #E62E2D;
        padding: 10px 70px 10px 20px;
        color:#fff;
        border-radius: 5px;
        font-size:15px;
        margin-top: 7px;
        margin-bottom: 20px;
    }
    .search-btn{
        background: #F4F2F3;
        padding: 10px 40px;
        border-radius: 5px;
    }
    .search-btn button:nth-child(1){
        background:#3E74FD;
        border:none;
        color:#fff;
        padding: 5px 20px;
        border-radius: 4px;
        margin-right: 10px;
    }
    .search-btn button:nth-child(2){
        background:#E62E2D;
        border:none;
        color:#fff;
        padding: 5px 20px;
        border-radius: 4px;
    }
    .pd-largeImg-container{
        height:300px;
    }
    .myimgreviewlarge{
        margin-top: 20px;
        margin-bottom: 0px;
        width:100%;
        height:270px;
        background-repeat: no-repeat;
        background-position: center;
        background-size:cover;
    }
    .logo{
        display: flex;
        justify-content: center;
        padding-top: 10px;
        margin-bottom: 0px;
        height:50px;
    }
    .logo img{
        width:100px;
        height: 50px;
    }
    .rowborder{
        border-bottom: 1px solid #929292;
        padding-bottom: 20px;
    }
    .social-japan{
        padding-top: 10px;
        text-align: center;
        font-weight: 900;
        font-size:16px;

    }
    .social-japan #japan-time{
        font-weight: 600;
        font-size:14px;
    }
    .search-input input{
        font-size:14px;
        padding-left: 25px;
        text-align:  center;
    }
    #hide-search-key{
        font-size:10px;
    }
    .search-input .fa-search{
        font-size:12px;
    }
    .search-btn-1{
        background-color: #000;
        color:#fff;
        border:none;
        font-size:13px;
        padding:10px 15px;
        display: inline-block;
        margin-left: 0px;
        margin-top: 23px;
        cursor:pointer;
        width:90%;
        margin-left: 50%;
        transform: translateX(-50%);
        flex-wrap: no-wrap;
    }
    .search-btn-1 i{
        padding-top: 4px;
        font-size:12px;
    }
    .flogo{
        margin-top: 0px;
    }
    /* .mytable-1{
        width:100%;
    }
    .mytable-1 tr td{
        font-size:14px;
        text-align: center;
        padding-left: 0px !important;
    }
    .mytable-1 tr th{
        font-size:12px;
        text-align: center;
        padding-left: 5px !important;
        width:200px !important;
    }
    .mytable tr td{
        font-size:12px;
        text-align: center;
        padding-left: 5px !important;
    }
    .mytable tr th{
        font-size:12px;
        text-align: center;
        padding-left: 5px !important;
    }*/
    .price-abc{
        margin-bottom: 0px;
        margin-top: 10px;
    }
    .search-input-2 span{
        width:27%;
        padding: 8px 3px;
        padding:9px 10px;
        text-align: center;
        font-size:8px;

    }
    .search-input-2 span i{
        display: none;
    }
    .search-input-2{
        display: flex;
        margin-top: 20px;

    }
    .search-input-2 input{
        width:60%;
        padding:4px 20px;
        font-size:12px;

    }
    .search-input-2 .fa-search{
        width:10%;
        padding: 10px;
        font-size:14px;
        text-align: center;
    }
    .btn-abc{
        display: flex;
        justify-content: flex-end;

    }
    .add123 span:nth-child(2){
        color:red;
        font-size: 20px;
        font-weight: bold;
        font-size:25px;
    }
    .buynow-btn{
        font-size:14px;
    }
    .sm-1,.sm-2{
        font-size:14px;
    }
    .sd-h{
        font-size:20px !important;
        display: inline-block;
        margin-bottom: 10px;
    }
    .add-tf{
        text-align: left;
    }
    .fpf{
        text-align: left;
    }
    .htb-img{
        background-position: center;
        background-size:contain;
    }
    .mytext{
        text-align: center;
    }
    .htb-h{
        text-align: center;
    }
    .nav-container{
        margin-bottom: 0px;
    }
}
@media screen and (max-width:450px){
    .bank-detail-header{
        height:180px;
    }
    .bank-detail-header{
        width:100%;
        height:180px;
        margin-top:10px;

    }
    .bank-detail-container h1{
        font-size:22px;
    }
    .bank-detail-container p{
        padding: 20px 20px;

    }
    .bank-detail-container form{
        padding-left: 20px;
        padding-right: 20px;
        padding-bottom: 20px;
    }
    .car-auction-img{
        height:250px;
    }
    .car-aution-text{
        padding-right: 10px;
        padding-top: 15px;
        padding-left:10px;
    }
    .aution-steps .auction-step-container{
        background: #fff;
        width:280px;
        border:1px solid #DEDCDD;
        text-align: center;
    }
    .aution-steps .auction-step-container p{
        padding-left: 40px;
        padding-right: 40px;
    }
    .chart img{
        width:100%;
        height:200px;
    }
    .home-tst-det{
        flex-wrap: wrap;
        padding-top: 0px;
    }
    .home-tst-det h6{
        padding-top: 0px;
    }
    .home-tst-det span{
        margin-top: 0px;
    }
    .stm h2{
        padding: 60px 0px 20px 0px;
        text-transform: uppercase;
        margin-bottom: 10px;
        font-size:22px;
    }
    .stm h2:after{
        background: transparent;
    }
    .map-auction-img img{
        height: 260px;
    }
    .stk-product-card .stk-img{
        width:100%;
        height:250px;
        margin-bottom: 20px;

    }
    .stk-product-card .stk-img img{
        height:250px;
        margin-bottom: 10px;
    }
    .pagination ul li{
        padding: 5px 10px;
        border-right: 1px solid #888787;
    }
    .pagination ul li:last-child{
        border-right: none;
    }
    .pagination ul li a{
        text-decoration: none;
    }
    .pd-largeImg-container{
        width:100%;
        height:270px;
        margin-bottom: 10px;
        position: relative;
    }
    .pd-smaalImg-container{
        width:100%;
        padding-top: 10px;
        padding-right: 0px;
    }

    .small-img-div{
        width:132px;
        height:80px;
        margin-right: 8px;
        position: relative;
        background-repeat: no-repeat;
        background-position: center;
        background-size:contain;
    }
    .prev,
    .next {
        width: 30px;
        height:30px;
        padding-top: 8px;
        margin-top: -20px;
        color: white;
        font-weight: bold;
        font-size: 15px;
        top:45%;
    }
    .next {
        right: 10px;
    }
    .prev {
        left: 10px;
    }
    .myimgreviewlarge{
        margin-top: 20px;
        margin-bottom: 0px;
        width:100%;
        height:270px;
        background-repeat: no-repeat;
        background-position: center;
        background-size:contain;
    }
    .product-card h6 {
        padding-left: 10px;
    }
}
@media screen and (max-width:400px){
    .bank-detail-header{
        height:200px;
    }
    .chart img{
        width:100%;
        height:190px;
    }
    .car-auction-img{
        height:220px;
    }
    .car-aution-text{
        padding-right: 10px;
        padding-top: 15px;
        padding-left:10px;
    }
    .how-to-buy h2:after{
        background: transparent;
    }
    .contact-us-container form{
        padding-left: 20px;
        padding-right: 20px;
        padding-bottom: 10px;
        padding-top: 20px;
    }
    .stk-product-card .stk-img{
        width:100%;
        height:200px;
        margin-bottom: 20px;

    }
    .stk-product-card .stk-img img{
        height:200px;
        margin-bottom: 10px;
    }
    .name-spec{
        font-size:12px;
    }
    .stk-price a{
        font-size:14px;
    }
    .REI{
        font-size:14px;
    }
    .CVCP{
        font-size:14px;
    }
    .chasis{
        font-size: 14px;
    }


    .stk-pr-links a:nth-child(1){
        padding: 5px 15px;
        font-size: 10px;
        color:#fff;
        border-radius: 12px;
        margin-right: 5px;
    }
    .stk-pr-links a img{
        width:20px;
        margin-right: 7px;
    }
    .stk-pr-links a:nth-child(2){
        padding: 7px 33px;
        font-size: 10px;
        margin-right: 0px;
        text-decoration: none;
    }
    .stk-pr-links a:nth-child(3){
        padding: 7px 25px;
        width:100%;
        text-align: center;
        font-size: 12px;
        color:#fff;
        border-radius: 12px;
        margin-right: 10px;
        text-decoration: none;
    }
    .pd-largeImg-container{
        width:100%;
        height:240px;
        margin-bottom: 10px;
        position: relative;
    }
    .pd-smaalImg-container{
        width:100%;
        padding-top: 10px;
        padding-right: 0px;
    }

    .small-img-div{
        width:132px;
        height:60px;
        margin-right: 8px;
        position: relative;
        background-repeat: no-repeat;
        background-position: center;
        background-size:contain;
    }
    .get-free-quote{
        padding: 20px 20px;
    }
    .valuation img{
        height:250px;
    }
    .ask-now a{
        padding: 7px 80px;
        font-size:15px;
    }
    .whatsapp a{
        padding: 7px 60px;
    }
    .table tr th{
        font-size: 14px;
        width:50% !important;
    }


    .breadcrumb {
        font-family: Arial, sans-serif;
        font-size: 12px;
        padding: 0;
        margin: 0;
        background-color: white;
        display: flex;
    }
    .breadcrumb li {
        margin-right: 5px;
    }
    .breadcrumb li + li::before {
        content: "»";
        margin-right: 5px;

    }
    .breadcrumb a {
        text-decoration: none;
        color: #007bff;
    }
    .breadcrumb a:hover {
        text-decoration: underline;
    }

    a:hover{
        color:#ED1A23;
        text-decoration: none;
    }
    .search-input-2 span{
        padding-top: 12px;

    }
    .btn-abc{
        display: flex;
        justify-content: center;

    }
}
@media screen and (max-width:380px){
    .search-input-2 .fa-search{
        width:10%;
        padding: 10px;
        font-size:14px;
        text-align: center;
        padding-top: 15px;

    }

}

.breadcrumb {
    list-style: none; /* Remove default list styling */
    padding: 0;
    margin: 0;
    display: flex; /* Align items horizontally */
    background-color: white;
}

.breadcrumb li {
    position: relative; /* Needed for the pseudo-element */
    margin-right: 8px; /* Space between items */
    font-size: 14px; /* Adjust font size as needed */
}

.breadcrumb li + li::before {
    content: '»'; /* Separator character */
    margin-right: 8px; /* Space after the separator */
    color: gray; /* Color for the separator */
}
a:hover{
    color:#ED1A23;
    text-decoration: none;
}

