.static div.form-group
{
    padding  : 5px 2px 0px;
    margin   : 0;
    position : relative;
}
.static .carbox .btn
{
    margin-bottom : 13px;
}
.static .carbox
{
    position : relative;
    padding  : 0 16px;
}
.static_close
{
    position  : absolute;
    color     : #d90000;
    z-index   : 1500;
    font-size : 2rem;
    top       : -9px;
    right     : 8px;
    cursor    : pointer;
}
.static .optional
{
    position       : relative;
    text-transform : none;
    font-size      : 1.6rem;
    background     : rgba(33, 33, 33, 0.85);
    padding        : 10px;
    text-align     : center;
    color          : #fff;
}
.static .hideEnq
{
    display : none;
}
.static .showEnq
{
    display : block !important;
}
.static .staticenquire
{
    position : absolute;
    top      : 0;
    left     : 0;
    width    : 100%;
    padding  : 0 15px 10px 0;
    background: #fff;
    height   : 100%;
}
.staticenquire #testdriveForm
{

    padding       : 0 5px;
    background    : rgba(33, 33, 33, 0.85);
    margin-bottom : 0;
}
.static .price
{
    background  : #d90000;
    margin      : 0;
    padding     : 5px 0;
    text-align  : center;
    color       : #fff;
    font-weight : 200;
}
.static .carbox h4 strong
{
    color : #d90000;
}
.static .carbox h4
{
    padding        : 10px;
    font-size      : 1.4rem !important;
    font-weight    : 200 !important;
    position       : relative;
    height         : 50px;
    line-height    : 1.6rem;
    text-align     : center;
    text-transform : capitalize;

}
.static .show_pic
{
    position        : relative;
    height          : 140px;
    overflow        : hidden;
    display         : flex;
    align-items     : center;
    justify-content : center;
}
.static .deatsbg
{
    padding       : 8px;
    margin-bottom : 0px;
    background    : #f5f5f5;
}