.car-reg-form{
    width: 100%;
    margin: 0 auto;
    padding: 20px;
    background: #fff;
    border-radius: 5px;
    min-height: 80px;
}
.car-reg-form input[type="text"]{
    width: 400px;
    padding: 10px 10px 10px 32px;
    border: 1px solid #ddd;
    border-radius: 5px;
    float: left;
    background: url(../images/number-plate-badge-small.png) no-repeat left;
    background-color: #fdf75d;
    border: 2px solid #003399;
    height: 50px;
	font-weight: bold;
    font-size: x-large;
	text-transform: uppercase;
}
.car-reg-form input[type="submit"]{
    width: 120px;
    padding: 6px;
    border-radius: 5px;
    float: right;
    margin: 0 0 0 10px;
    cursor: pointer;
    background-color: #003399;
    border: 2px solid #003399;
    color: #FFFFFF;
    height: 50px;
	position: absolute;
    left: 60%;
}
.car-reg-form .form-input-control{
	display: flex;
    justify-content: space-around;
}
.car-reg-form .car-reg-form-resp{
    display: block;
    width: 100%;
    margin: 10px 0px;
    padding: 20px;
    background: #fff;

    border-radius: 5px;
    display: none;
}
.car-reg-form .car-reg-form-resp .response-table{
	width:100%;
}
.car-reg-form .car-reg-form-resp .response-table-info{
	width:60%;
	margin: 0 auto;
}
.car-reg-form .car-reg-form-resp .response-table-info td , .car-reg-form .car-reg-form-resp .response-table-info th{
	text-align:center;
}
/*.car-reg-form .car-reg-form-resp .response-table .gauge-chart{
	display:flex;
	justify-content: space-around;
}*/
.car-reg-form .car-reg-form-resp .response-table .knob-main{
	position: relative;
	width: 200px;
	height: 200px;
	margin: 0 auto;
	
}
.car-reg-form .car-reg-form-resp .response-table .knob-title{
	position: absolute;
	top: 70%;
	left: 50%;
	transform: translate(-50%,-50%);
	font-size: 20px;
	font-weight: bold;
	color:#000000 !important;
}
.car-reg-form .car-reg-form-resp .response-table .knob-text{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	font-size: 20px;
	font-weight: bold;
	color:#000000 !important;
	font: bold 32px Arial;
}
.xz-error{
	background-color: #ff6b6b; /* Red background color */
    color: #fff; /* White text color */
    padding: 10px; /* Padding around the text */
    border: 1px solid #ff0000; /* Red border */
    border-radius: 5px; /* Rounded corners */
    margin: 0 auto !important;
}
.knob-main input{
	color:#000000 !important;
	display:none;
}
.xz-see-pricing{
	display:none !important;
}
@media only screen and (max-width: 712px) {
    .car-reg-form{
        min-height: 150px;
    }
    .car-reg-form input[type="text"]{
        width: 100%;
        margin: 10px 0px;
    }
    .car-reg-form input[type="submit"]{
        width: 100%;
		position:unset;
    }
	.car-reg-form .car-reg-form-resp .response-table th , .car-reg-form .car-reg-form-resp .response-table td{
		font-size:10pt;
	}
	.car-reg-form .form-input-control{
		display:unset;
	}
	.knob-main{
		width: 80px !important;
		height: 80px !important;
	}
	.knob-title{
		font-size: 15px;
	}
	.knob-main canvas{
        width: 80px !important;
        height: 80px !important;
      }
	.car-reg-form .car-reg-form-resp .response-table .knob-title{
		top:80%;
		font-size: 12px;
	}
      .knob-main input{
        position: absolute;
        top: -40%;
   		margin-left: -50% !important;
    	transform: translate(-50%,-50%);
    	font-size: 24px !important;
      }
	.car-reg-form .car-reg-form-resp .response-table-info td , .car-reg-form .car-reg-form-resp .response-table-info th{
		font-size:11px;
	}
	.car-reg-form .car-reg-form-resp .response-table .knob-text{
		font-size: 20px;
	}
	.car-reg-form .car-reg-form-resp .response-table-info{
		width:100%;
	}
}