/* CSS Document */

.main-menu-area .logo {
	padding-top: 0px;
	padding-bottom: 0px;
}

.main-menu ul li a {
    font-weight: 700;
	padding: 30px 20px;
}

.count-down-area {
	padding-top: 150px; 
	padding-bottom: 150px; 
	}

.grey-bg { background-color:#eee; }	

.dark-grey-bg { background-color: #CCC; }

.box_services { width: 360px; float: right; text-align: left; }
	
h1.slide-checks { font-size: 25px; }
	
h1.slide-checks i { color: #ffba00; }	

.pb-20 { padding-bottom: 20px; }	
.pt-50 { padding: 40px 10px; }	
	
.slide-bg-1 {
    background-image: url(assets/img2/HOMEPAGE-SLIDES-test.jpg);
}
.slide-bg-2 {
    background-image: url(assets/img2/HOMEPAGE-SLIDE-2.jpg);
}
.slide-bg-3 {
    background-image: url(assets/img2/HOMEPAGE-SLIDE-3.jpg);
}
.auto-body-bg {
    background-image: url(assets/img2/home-page-image-1b.jpg);
}

.man-image-bg {
    background-image: url(./assets/img2/Contact-Girl-2.png);
    background-position: top center;
    height: 945px;
    top: -100px;
	padding-bottom: 0px;
	margin-bottom: -200px;
}

.count-down-area {
    background-color: #000;
}

.count-down-area::before {
    opacity: 0.2;
}

.mechanic-bg {
   background-image: url(assets/img2/home-page-image-2.jpg);
}

.breadcumbs-bg-1 {
    background-image: url(assets/img2/header-F.jpg);
}

.count-bg {
    background-image: url(assets/img2/home-page-image-3b.jpg);
}


.services-circle ul li:before {
    content: "\f111";
	font-size: 10px;
	color: #777;
	left: -10px;
}

.services-circle ul li {
	padding-left: 10px;
}


.brand-pad {
	padding-right: 0px;
    padding-left: 0px;
}

.footer-top-info > p {
    font-size: 24px;
}


.specials-title h2 {
    padding: 80px 0 0 0;     
    font-size: 40px;
    font-weight:900;
}
		
.special_h2 {
    color: #00299b; font-size: 16px; text-transform:capitalize;		
}

.alert-success { background-color: #7aff7a!important; text-align: center; }




/* Aditional Form Fields */


.checkboxes label {
  font-size: 14px;
  font-weight: bold; 
	
  display: block;
  float:left;   
  
}

.checkboxes input {
  vertical-align: middle; 
  width:15px; height:15px;
  margin: 0;
  padding: 0;
}

.checkboxes label span {
  vertical-align: middle;
  padding-left: 3px; 
  padding-right: 0px;
  line-height: 5px;
}

.f_dim {
  vertical-align: middle;
  display:inline-block;
  width: 30%!important;
  margin-left: 8px!important;
  margin-right:0!important;
}

.contact-info {
	border-bottom: 1px solid #eee;
    padding-bottom: 7px;
	}
	
label {
    font-weight: normal;
}

.form-label {
    font-weight: bold;
	}
	
.form-check {
    display: block;
    min-height: 1.3125rem;
    padding-left: 1.75em;
    margin-bottom: .125rem;
}

.img-pad {
	float: left;
	width: 33.3%;
	}

.theme-sec-btn {
    background: #858585;
	border: 3px solid #858585;
}
@media only screen and (max-width: 500px) {
	
	.q-form-services { border-top: 1px solid #CCC!important; }
	
	.q-form-services p { font-weight: bold;  }
	
	.fix-width-2 { padding: 0 15px; } 

}	
	
	
/* .input-padding span { padding: 0 20px; border: 1px solid red; } */
	
	
		

/* MEDIA QUERIES */


@media only screen and (min-width : 992px) {
	.specials-title h2 { padding: 20px 0 0 0; font-size: 60px; }	
	.special_h2 { font-size: 20px; }
	.box_services { width: 560px; }
	h1.slide-checks { font-size: 40px; line-height: 44px; }
}

@media only screen and (max-width: 991px) {
	.logo a img.mobile { width: 320px!important; padding: 20px 0;}
	.logo a img.desktop { display: none; }
  }
  
@media only screen and (min-width: 992px) {
	.logo { height: 80px!important; }
	.logo a img.desktop { width: 250px; }
	.logo a img.mobile { display: none; }
  }

        