img{
	max-width: 100% !important;
}
.danger_error{
	border: 1px #e4413e solid;
    text-align: center;
    width: 100%;
    padding: 5px 10px;
    color: #e4413e;
    margin: 10px 0;
}

.vehicle_specifications ul li{
	font-size: 14px;
}
.message_car_description{
	padding: 20px 15px;
}
.message_car_description textarea{
	font-size: 13px;
}
.message_car_description .form_input{
	font-size: 13px;
}
.car_details_icons p{
	font-size: 13px;
}

.brand-margin img{
	max-height: 14vh;
}

.pb-5, .py-5 {
    padding-bottom: 10px !important;
}

.mt-5, .my-5 {
    margin-top: 10px !important;
}
.formFields{
	
	font-size: 0.9rem;
}
.inner_container_search .form-fields{
	color: #605d5d !important;
}

.slider-background1{
	padding-bottom: 325px !important;
}
.testimonial_priceOfCar_content .content_testimonial{
	width: 100%;
	padding: 25px;
	min-height: 175px;
	text-align: left;
}

@media only screen and (max-width: 991px){
	.smallInvisible{
		opacity: 0;
	}
	.slider-background1{
		padding-bottom: 212px !important;
	}
}

@media only screen and (max-width: 720px){
	.slider-background1{
		padding-bottom: 130px !important;
	}
}
@media only screen and (max-width: 420px){
	.slider-background1{
		padding-bottom: 60px !important;
	}
	.evaluation_background{
		padding: 0px 0px;
	}
	.mt-3, .my-3{
		margin-top: 0.3rem!important;
	}
	.mt-3 p, .my-3 p{
		margin-bottom: 0rem;
	}
	label{
		margin-bottom: 0rem;
	}
	.brand-margin img {
        max-height: 8vh;
    }
}