div#sellCar {
    z-index: 450;
    position: absolute;
    top: 180px;
    margin: auto;
    width: 90%;
}
div#sellCar h1{
font-family: 'Ubuntu', sans-serif;
font-weight:700;
color:#fff;
font-size: 46px;
    text-shadow: 3px 1px 4px #000;
}
a.callUs {
    display: block;
    margin: auto;
    width: 260px;
    text-align: center;
    background: #fbb902;
    color: #000;
    padding: 16px 10px;
    font-weight: 600;
    font-size: 18px;
    border-radius: 5px;
    text-decoration: none;
}
a.callUs:hover {
    display: block;
    margin: auto;
    width: 260px;
    text-align: center;
    background: #e49300;
    color: #000;
    padding: 16px 10px;
    font-weight: 600;
    font-size: 18px;
    border-radius: 5px;
    text-decoration: none;
}
div#row-6aefe0719fd94376a799557d5c6b7234>div>.container{
background:#fff;
height:230px;
padding-top:30px;
}
/* form#658c7c5e0c024feda743415f3d64325c_form > div.row>div.col-md-6.col-sm-6>div.form>div.form-submit>button{ */
div.form-submit>button{
    background: red;
    color: #fff;
    font-weight: 600;
    border: none;
    width: 240px;
    padding: 16px 10px;
    font-size: 18px;
}
a.sellBtn {
    display: block;
    background: orange;
    text-align: center;
    font-size: 22px;
    padding: 25px 10px;
    border-radius: 6px;
    color: #383838;
    font-weight: 800;
    text-decoration: none;
margin-top: 10px;
}
a.sellBtn:hover {
    display: block;
    background: #d46b00;
    text-align: center;
    font-size: 22px;
    padding: 25px 10px;
    border-radius: 6px;
    color: #ffffff;
    font-weight: 800;
    text-decoration: none;
margin-top: 10px;
}
/** new theme **/
.navbar-default {
    background-color: #212121;
}
div#row-23c94f2d1eb54cc499f3d514a726e4d2>div>.container{
box-shadow: 0px 3px 4px #404040;
}
div#row-23c94f2d1eb54cc499f3d514a726e4d2 {
    margin-bottom: 20px;
}
.hammer{
    font-size: 38px;
    font-weight: 800;
    padding-bottom: 30px;
}
div.footer-container {
    background-color: #020202;
    color: #FFF;
}
div#row-1402e57b33364aceaf12826ad0e4a2d5{
height:450px;
}
div#row-1402e57b33364aceaf12826ad0e4a2d5>div>.container-fluid{
background-color:transparent;
}
#driveOff{
margin-top:130px;
}
#driveOff h2{
color:#fff;
font-size:40px;
}
a.testDrive.text-center {
    display: block;
    background: #df0018;
    padding: 20px 10px;
    width: 200px;
    margin: auto;
    margin-top: 30px;
    text-decoration: none;
    color: #fff;
    font-size: 18px;
    font-weight: 600;
}
a.testDrive.text-center:hover {
    display: block;
    background: #df0018;
    padding: 20px 10px;
    width: 200px;
    margin: auto;
    margin-top: 30px;
    text-decoration: none;
    color: #fff;
    font-size: 18px;
    font-weight: 600;
}
@media only screen and (max-width: 1550px) {
div#sellCar {
    top: 140px;
}
}
@media only screen and (max-width: 1350px) {
div#sellCar {
    top: 120px;
}
}
@media only screen and (max-width: 1250px) {
div#sellCar {
    top: 100px;
}
}
@media only screen and (max-width: 1060px) {
div#sellCar {
    top: 60px;
}
}

@media only screen and (max-width: 850px) {
div#sellCar {
    top: 40px;
}
}
@media only screen and (max-width: 750px) {
div#sellCar {
    top: 40px;
}
div#sellCar h1 {
    font-size: 36px;
}
}
@media only screen and (max-width: 650px) {
div#sellCar {
    top: 20px;
}
div#sellCar h1 {
    font-size: 36px;
}
}

@media only screen and (max-width: 500px) {
div#sellCar {
    top: 10px;
}
div#sellCar h1 {
    font-size: 30px;
}
}
@media only screen and (max-width: 430px) {
div#sellCar {
    top: 5px;
}
div#sellCar h1 {
    font-size: 30px;
}
}

.form a {
    color: #337ab7;
    text-decoration: none;
}

a.accent-color1:hover, .dropdown-menu .accent-color2 {
    color: #fff !important;
}