section.contact-block.bg-f3f3f3.relative.innerContent
{
    width:100%;
    background-image:url("../images/thankyou2.jpg");
    background-position:left,center;
    background-repeat:no-repeat;
    background-size:cover;
}

.vehicle-left {
    position:relative;
    font-size:21px;
    background: #000;
    color: #fff;
    border-radius: 10px;
    padding: 20px;
    margin-top:20%;
}
.vehicle-left:after {
    position: absolute;
    content: "";
    display: block;
    right: -30px;
    top: 165px;
    border-right: 20px solid transparent;
    border-left: 20px solid #000000;
    border-bottom: 20px solid transparent;
    border-top: 20px solid transparent;
}
.vehicle-left h2 {
    color: #f39314;
    padding-top: 10px;
    font-weight: 600;
}

.vehicle-register-now {
    margin-top: 20px;
    width: 80%;
    margin: 10px auto;
    padding: 8px 0px;
    background: #f39314;
    border-radius: 30px;
}
.vehicle-left h2 {
    color: #f39314;
    padding-top: 10px;
    font-weight: 600;
}
.vehicle-heading-block
{
    margin-bottom:20px;
}
.vehicle-block {
    padding: 25px 20px;
    background: #ffffffad;
    box-shadow: 1px 1px 5px #a9a9a9;
    border-radius:10px;
    text-align:left;
}
.form-heading-12 {
    padding:0;
    margin-bottom: 10px;
    text-align: left;
    border-bottom: 1px solid #ddd;
}
.vehicle-heading-block h2 {
    color: #000;
    font-weight: 600;
    font-size: 30px;
}
.vehicle-heading-block span {
    color: #a5a5a5;
    font-weight: 600;
}
form#vehicleRegisterForm input {
    width: 100%;
    border-radius: 5px !important;
    background: #e9e9e9;
}

.form-group.form-heading {
    margin-top: 0px;
}
.box.bg-2 button {
    margin-top: -30px;
}
.form-group.user_insurance_cont button
{
    border-radius: 5px !important;
    font-size: 14px !important;
    color: #4f4f4f;
    background-color: rgb(233, 233, 233);
    border:1px solid #e9e9e9;
    width: 100%;
    padding:10px;
    margin-top:0;
    letter-spacing:0px !important;
    text-transform:capitalize;
}
.form-group.user_insurance_cont button:hover {
    background: #e9e9e9;
    color: #4f4f4f;
}
.form-group.vehicle-check {
    margin-left: 0;
    margin-bottom: 5%;
	display: inline-block;
}
.col-sm-12.form-heading-12.form-heading-vehicle
{
    margin-top:30px;
}
.form-group.vehicle-check input
{
    width:auto !important;
}
.btn-group.bootstrap-select.required {
    width: 100% !important;
}
.vehicle-block .col-sm-6
{
    padding-left:0;
}
@media only screen and (max-width:1400px)
{
    .vehicle-left
    {
        margin-top:29%;
    }
}
@media only screen and (max-width:575px)
{
    .vehicle-left:after
    {
        top:145px;
    }
}
.vehicle_error_msg
{
color: red;
}
.vehicle_succes_msg
{
color: #1a9229;
}