@charset "UTF-8";
body.compose-mode .vc-templatera .templatera_shortcode,
body.compose-mode .vc_templatera .templatera_shortcode {
opacity: 0.5;
filter: alpha(opacity=50);
}

.scrapcar-form,.thankyou {
width:800px;
position: relative;
padding: 30px;
margin: 70px auto;
box-shadow: 0 0 3px #ccc;
border-radius: 7px;
}
.scrapcar-form label{
font-weight: 500;
}
.scrap_text {
width: 100%;
border: 1px solid #cccccc;
height: 45px;
border-radius: 7px;
padding: 0 15px;
margin-bottom: 15px;
}
input:focus{
outline: 0;
box-shadow: none;
}
.btn_div{text-align: center;}
.quote_data label{width: 45%;}
.quote-price.content-row .submit_btn.btn { width:50%; margin-top: 20px;}
@media (max-width: 767px){
.scrapcar-form,.thankyou{width: 98%;padding: 15px;}
.scrapcar-form label{font-size: 16px;}
.scrap_text{height: 40px;font-size: 16px;}
.submit_btn{padding: 7px 15px;
font-size: 15px;}
.quote_data span{font-size: 16px;}
.thankyou h2{font-size: 32px;}
.thankyou img{width: 50px;}
.thankyou h4{font-size: 20px;}
.thankyou p{font-size: 16px;}
}