.vehicles-row .vehicle.sold:before{
    width: 100%;
    content: 'Sold';
    color: #000;
    font-weight: bold;
    font-size: 18px;
    background: greenyellow;
    position: absolute;
    top: 57px;
    left: 0px;
    display: block;
    padding: 10px;
}

.vehicles-row .vehicle{
    position: relative;
}

.sold-notice{
    color: #000;
    font-weight: bold;
    font-size: 18px;
    background: greenyellow;
    display: block;
    padding: 10px 40px;
    display: inline-block;
    margin: 0 0 20px;
}

.financeproposal-calc-wrapper.tablet .finance-calculator{
    background: #16212c !important;
    padding: 15px !important;
}

.financeproposal-calc-wrapper a{
    width: auto !important;
    padding: 15px 25px !important;
    background: #242bba !important;
    display: inline-block !important;
    margin: 0 auto !important;
    font-weight: bold !important;
    color: #FFF !important;
    text-decoration: none !important;
}

.homepage-three-blocks .vc_column_container:nth-child(3) strong {
    color: #9ff369;
}
.homepage-three-blocks .vc_column_container:nth-child(4) strong {
    color: #6fc2f1 !important;
}
.homepage-three-blocks .vc_column_container:nth-child(1) {
    border-left: 7px solid #ffae00;
}
.homepage-three-blocks .vc_column_container:nth-child(2) {
    border-left: 7px solid #e02121;
}
.homepage-three-blocks .vc_column_container:nth-child(3) {
    border-left: 7px solid #9ff36a;
}
.homepage-three-blocks .vc_column_container:nth-child(4) {
    border-left: 7px solid #6fc2f1;
}
.homepage-block-4 img {
    float: left;
}
#block1-txt {
    padding-left: 80px;
    font-size: 1.2vw;
    line-height: 25px;
}
.google-title {
    font-size: 50px;
    font-weight: 500;
    color: #e5353c;
}
.google-title img {
    width: 200px;
    position: relative;
    top: 15px;
}
.google-title p {
    margin-top: 0;
}
.homepage-three-blocks .homepage-block-4 {
    cursor: auto;
}
.included-column {
    font-size: 18px;
    padding-top: 60px;
    font-weight: 500;
}
.ib-block {
    margin: 13px 0;
}
.included-column img {
    width: 50px;
    position: relative;
    top: 18px;
    margin-right: 15px;
}

@media screen and (max-width: 1000px) {
    .homepage-three-blocks .vc_col-sm-3 {
        width: 50%;
    }
    .homepage-block-4 .vc_column-inner {
        min-height: 141px;
    }
}
@media screen and (max-width: 767px) {
    .homepage-three-blocks .vc_col-sm-3 {
        width: 100%;
    }
    #block1-txt {
        font-size: 18px;
    }
}

/*.vehicle_monthly_price_filter {
	display: none;
}*/
