  
/*=========== xtra small device ============*/
@media(max-width:385.98px) {
    .responsive{
        height: 60%;
        width: 50%;
    }   
    .response{
        height: 60%;
        width: 30%;
    }
    .allocation{
        width: 50%;
        height: 60%;

    }
}

@media(max-width:575.98px) {
    .col-md-6{
        margin: 15px 0;
    }
    .responsive{
        height: 60%;
        width: 50%;
    }   
    .response{
        height: 60%;
        width: 30%;
    }
    .allocation{
        width: 50%;
        height: 60%;

    }
}
/* small device */
@media(min-width:576px) and (max-width:767.98px ) {
    .col-md-6{
        margin: 15px 0;
    }
    .responsive{
        height: 60%;
        width: 50%;
    }
    .response{
        height: 60%;
        width: 30%;
    }
    .allocation{
        width: 50%;
        height: 60%;

    }
}
/* mediam */
@media(min-width:768px) and (max-width:991.98px ) {
    .col-md-6{
        margin: 15px 0;
    }
    .responsive{
        height: 60%;
        width: 50%;
    }
    .response{
        height: 60%;
        width: 30%;
    }
    .allocation{
        width: 50%;
        height: 60%;

    }
}

@media(min-width:992px) and (max-width:1199.98px) {
    /* breadcrumb */
    .form-breadcrumb{
        margin-left: 85px;
    }
    #breadcrumb {
        margin-left: -8px;
    }
    /* root */
    .container-fluid{
        padding-left:15px;
        padding-right:15px;
    }
    .card-body {
        flex: 1 1 auto;
        min-height: 1px;
        padding: 13px;
    }
    .dbg a h4{
        font-size: 24px;
    }
    .background-vehicle-form{
        padding: 0px 2%;
    }
    .banner-card{
        margin-bottom: 15px;
    }
    .background-vehicle-form .row-body {
        padding: 25px 25px;
        border-radius: 4px;
    }
    .background-vehicle-form .row-body label{
        font-size: 16px
    }
    .responsive{
        height: 60%;
        width: 50%;
    }
    .response{
        height: 60%;
        width: 30%;
    }
    .allocation{
        width: 50%;
        height: 60%;

    }
}
@media(min-width:1200px) and (max-width:1499.98px) {
    
    h4{
        color: #fff;
    }
    .form-breadcrumb {
        margin-left: 100px;
    }
    #breadcrumb {
        list-style: none;
        display: inline-block;
        margin-bottom: 0px;
        margin-left: 0px;
    }
    .banner-card-xtra{
        margin: 25px 0;
    }
    .background-vehicle-form .row-body label{
        font-size: 16px;        
    }
    .banner-card-bottom{
        margin: 0 0 30px 0 !important;
    }
    .background-vehicle-form{
        padding: 0px 2%;
    }
    .dbg a h4{
        font-size: 26px !important;
    }
    label {
        margin-bottom: 0rem !important;
        color: ghostwhite;
        font-size: 20px !important;
    }
    .responsive{
        height: 60%;
        width: 50%;
    }
    .response{
        height: 60%;
        width: 30%;
    }
    .allocation{
        width: 50%;
        height: 60%;

    }
}
@media (min-width:1500px){
    .form-breadcrumb{
        margin-left: 143px;
    }
    .card-item {
        height: 207px !important;
    }
     .dbg a img{
         width: 130px !important;
      }
      .dbg a .car-report{
          width: 190px !important;
       }
    .all_car{
        height: 130px !important;
        width: 170px !important;
    }
    
    label {
        margin-bottom: 0rem !important;
        color: ghostwhite;
        font-size: 22px !important;
    }
    .responsive{
        height: 60%;
        width: 50%;
    }
    .response{
        height: 60%;
        width: 30%;
    }
    .allocation{
        width: 50%;
        height: 75%;

    }
}