@charset "UTF-8";
/* CSS Document */

body{
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-style: normal;
  color:#3a3a3a;
	font-size: 14px;
}

strong{
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  font-style: normal;
}

h1,h2,h3{
	color:#EB2D46;
	font-weight: 500;
		
}

h1{
	font-size: 28px;
}

h2 {
    font-size: 21px;
    text-transform: capitalize;
    font-weight: 400;
}
h3{
	font-size:18px;
}


.nav li a{
	font-weight: 500;
	font-size: 14px;
}

.btn-contact{
	background-color: #EB2D46;
	height: 60px;
	border-radius: 0;
	color: #fff;
	font-weight: 500;
	padding: auto 5px;
}
.btn-language:hover{
	color:#000 !important;
}

.btn-language{
	background-color: #FDEAEC;
		height: 60px;
	border-radius: 0;
	font-weight: 500;
	padding: auto 5px;
}

.bg-banner-hero{
	background-image: url("../../images/hero-banner.jpg");
	height: 367px;
	width: 100%;
	background-size: cover;
	background-position: center bottom;
}

.filter-search {
	background-color: #EB2D46;
	padding: 10px 0px;
}

.filter-search .form-control{
	font-size:14px;
	/* width: 94%; */
	float: left;
		border: none;
	padding:8px;
}

.filter-search .input-group-text{
/* width: 6%; */
    height: 100%;
	display: block;
   text-align:center;
    float: right;
    border: none;
    background-color: #EB2D46;
    color: #fff;

}

.btn{
	font-size:14px;
}

.btn:hover {
    color: #fff;
}

.btn-primary{
	background-color: #EB2D46;
	border:1px solid #EB2D46;
	color:#fff;
	text-transform: uppercase;
	font-weight: 500;
}

.btn-primary:hover{
	background-color: #D00050;
	border:1px solid #D00050;
}

.btn-white{
	background-color:#fff;
	border:1px soli #fff;
	color:#EB2D46;
	text-transform:uppercase;
	font-weight:500;
}

.bg-search{
	background-color: #fff;
	padding: 2px;
	border-radius: 3px;
}

.btn-cart, .btn-login{
	color:#fff;
	font-weight: 500;
}

.bg-color-banner{
background: rgb(137,0,29);
background: linear-gradient(180deg, rgba(137,0,29,0.35) 0%, rgba(255,255,255,0) 100%);
	border-radius: 3px;

	margin-top: 30px;
	padding: 45px 80px 45px 30px;
	color:#fff;
}

.bg-color-banner h1{
	color:#fff;
}

.usp span{
	width:25%;
	text-align: center;
}

.usp h3{
	color:#EB2D46;
	width: 75%
}

.usp img{
	width: 100%;
}


.usp-highlight{
	background-color: #EB2D46;
	height:6px;
	width: 60%;
}

.cert{
	border:10px solid #EDEDED
}

.cert span img{
	width:80%;
}

.cert span{
	width:35%;
	margin: 0 auto;
}

.cert p{
	width:60%;
}

.cert-info{
	width: 50%;
}

.home-step{
	background-image: url("../../images/bg-step.jpg");
	background-size: cover;
	color:#fff;
}

.home-step h2, .home-step p{
	color:#fff;
}

.steps-number{
	background-color:#393939;
	color:#fff;
	font-weight: 500;
	padding: 15px;
}

.steps-number span{
	font-size: 20px;
	display: block;
}

.steps-number strong{
	font-size:60px;
	line-height:.8;
}

.step-content{
	background-color: #fff;
	text-transform: uppercase;
}

.step-content img{
	width: 30%;
	padding: 15px;
}

.step-content h3{
	margin-bottom: 0;
	font-size: 22px;
}

.home-step .border-bottom{
	border-bottom: 1px solid #C68599 !important;
} 
.home-vehicle-brands img{
	width: 100%;
	border-radius: 5px;
}

.home-vehicle-brands .btn-white{
	width: 255px;
	height: 61px;
}

footer{
	background-color:#393939;
	color:#fff;
}

footer strong{
	display: block;
}

footer a{
	color:#fff;
	display: block;
	text-decoration: none;
}

footer p{
	margin-bottom: 0;
}

.grey-text{
	color:#868686;
}

.carousel-control-prev-icon, .carousel-control-next-icon {
	background-color: #EFEFEF;
	border-radius: 50%;
	background-size: 45%;
	width: 2.25rem;
	height: 2.25rem;
}

.carousel-control-prev-icon {
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 14 14' fill='%4E4E4E'%3e%3cpath d='M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0z'/%3e%3c/svg%3e");
	background-position: center;
}
  
.carousel-control-next-icon {
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 14 14' fill='%4E4E4E'%3e%3cpath d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
	background-position: center;
}

.title{
	border-bottom:3px solid #EA1D47;
	display: inline;
	padding-bottom: 15px;
}

hr{
	background-color: #C7C7C7;
}

.bg-gradient-pink{
	background: rgb(255,255,255);
background: linear-gradient(45deg, rgba(255,255,255,1) 0%, rgba(253,234,236,1) 100%);
	padding:30px 15px;
	line-height: 1.2;
}

.bg-gradient-pink strong{
	padding-top: 15px;
	display: block;
}


.place-card {
	display: none;
}

.contact-map{
	padding-left: 15px;
}

.contact-info {
    margin-top: -445px;
    margin-left: 25px;
    height: 335px;
    padding: 30px;
	-webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.3);
	-moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.3);
	box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.3);
	border-radius: 5px;
}

.contact-info i{
	color:#EA1D47;
	margin-right:15px;
	margin-top:5px;
}

.contact-time strong{
	color:#EA1D47;
}

@media only screen and (max-width: 576px) {
	.cert p {
		width: 100%;
		text-align: center;
	}

	.cert-info{
		text-align: center;
	}

	.cert span img {
		width: 40%;
	}
}

@media only screen and (max-width: 768px) {
	.usp span {
   		width: 40%;

	}
	.usp h3 {
    	margin-left: 15px;
}
	.step-content img {
    width: 35%;
}
.bg-banner-hero {

    background-position: right bottom;
}

}

@media only screen and (max-width: 1024px) {
	.steps-number strong {
		font-size: 40px;
	}
}