.clear {clear: both; }

body {
  /*background-image: url("../image/slider.jpg");*/
  background-color: #efefef !important;
  background-repeat: no-repeat;
  background-size: cover;
  -moz-background-size: cover;
  -webkit-background-size: cover;
  -o-background-size: cover;
  -ms-background-size: cover;
  background-position: center center;
    font-size: 14px;
    color: #333333;
    font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
    font-weight: 400;
    padding:0;
    margin:0;

}
bos-content{
    padding: 50px 85px;
    border-radius: 0 0px 10px 10px;
    background: #fff;
    text-align: center;
}
.bos-content .logo{
    margin-bottom:15px;
}
ul.bos_index {
    padding:0;
    margin: auto;
}
ul.bos_index li {
    text-decoration: none;
    display: inline-block;
    margin-right: 5px;
    list-style-type: none;
}
.bos_table{
    border: 2px solid #ccc;
}
input[type='text'], input[type='email'] {
    text-transform: uppercase;
}
.backBnt{ width: 100%; padding: 8px 8px; }
.bos .btn{    background-color: #f5ac11; color:#fff; }
.bos_table td.textB{     font-weight: bold; }
.bos_table th{ text-align:center;}
.bos_table th.text_align-left { text-align:left; }
.sed {
    cursor: pointer;
    background-size: contain;
    background-repeat: no-repeat;
    display: inline-block;
    width: 145px;
    height: 70px;
    -webkit-transition: all 100ms ease-in;
    -moz-transition: all 100ms ease-in;
    transition: all 100ms ease-in;
    -webkit-filter: brightness(1.8) grayscale(1) opacity(.7);
    -moz-filter: brightness(1.8) grayscale(1) opacity(.7);
    filter: brightness(1.8) grayscale(1) opacity(.7);
}
.sedan {
    background-image: url(../image/sedan.png);
}

/*.additional_info .top_header{
    border-top: 15px solid #183c6d;
}*/
.top_banner{ width: 100%; margin-top: -37px; }
.footer_copy {
    /*border-top: 5px solid #183c6d;*/
    /*background: #f5ac11;*/
    color: #333333;
}
.footer_copy p,.footer_copy a{
    color:#333333;
}
.log_home_btn1 {
    background: #f5ac11;
    display: inline-block;
    font-size: 14px;
    text-align: center;
    color: #fff;
    padding: 8px 15px;
    margin: 0px 4px;
    font-weight: bold;
    border: 0;
}
.pt-10{ padding-top: 10px; }
.error { color:#ff0000; }


