.service-text a{
	color: #e31e24;
		font-weight: 600;
}
.service-text {
	text-align: justify;
}
.service-text ul li{
	list-style-type: none;
}
.service-text ul li::before {
	padding-right: 10px;
	color: #e31e24;
	content: '✓';
}
.container-fluid{
	background: #F7F7F7;

}
.service-form{
	background: #edeaea;
	border-radius: 10px;
}
.service-text p{
	 text-indent: 30px;
	margin-bottom: 7px;
}
.service-form input{
	background: 0 0;
    border: .063rem solid #26211a;
    border-radius: .75rem;
    height: 3.438rem;
    font-size: 1rem;
    padding: 0 1.0rem;
    width: 100%;
    margin-bottom: 10px;
}
.service-form textarea{
	background: 0 0;
    border: .063rem solid #26211a;
    border-radius: .75rem;
    height: 4.0rem;
    font-size: 1rem;
    padding: 0.25rem 1.0rem;
    width: 100%;
    margin-bottom: 10px;
}
.input-group{
	margin-left: 0px;
	margin-right: 0px;
}
.ili{
	margin-bottom: 7px;
	text-align: center;
}
.form-group{
	padding-top: 5px;
	padding-right: 20px;
}
.col-button{
		padding-top: 5px;
	padding-right: 30px;
}
.new_lid_service{
	background: 0 0;
    border: .063rem solid #e31e24;
    border-radius: .75rem;
    height: 3.438rem;
    font-size: 1rem;
    padding: 0 1.0rem;
    width: 100%;
    margin-bottom: 10px;
	margin-left: 10px;
}
.new_lid_service:hover{
	background: #e31e24;
	color: #FFFFFF;
	cursor: pointer;
}
#vin, #message{
	margin-left: 10px;
	margin-right: 10px;
}
.service-item{
	padding: 10px;
}
.service-item-body{

	padding: 15px;
	text-align: center;
	border: 1px solid #FFF;
}
.service-item-body img{
	width: 100%;
	height: auto;
	border-radius: 10px;
	margin-bottom: 15px;
}
.service-item-body a{
	color: #000000;
}
.service-item-body:hover{
	border: 1px solid #e31e24;
	cursor: pointer;
	border-radius: 10px;
}
h1{
	margin-top: 20px;
	text-align: center;
	color: #4f4f4f;
	margin-bottom: 20px;
}
h2{
	margin-top: 20px;
	text-align: center;
	color: #4f4f4f;
	margin-bottom: 40px;
}
h3{
	margin-top: 20px;
	text-align: center;
	color: #4f4f4f;
	margin-bottom: 40px;
}
h4{
	margin-top: 20px;
	text-align: center;
	color: #4f4f4f;
	margin-bottom: 40px;
}
@media (max-width: 768px){
	.input-group{
		flex-wrap: wrap;
	}
	.question-list{
		margin-left: 0px;
		margin-right: 0px;
	}
	.service-text ul{
		padding-left: 12px;
	}
}