 @import url('https://fonts.googleapis.com/css?family=Poppins:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i');
@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i,600,600i,700,700i,800,800i');
body {
	margin: 0px;
	padding: 0px;
	background-color: #fff;
	font-family: 'Open Sans', sans-serif;
}

.ad-banner img{
    width: 100%;
}
.ad-banner{
    box-shadow: 3px 3px 8px #000;
}


h1 {
	font-family: 'Open Sans', sans-serif;
	color: #000;
	font-weight: 600;
}
h2 {
	font-family: 'Open Sans', sans-serif;
	color: #000;
	font-weight: 600;
}
h3 {
	font-family: 'Open Sans', sans-serif;
	color: #e65100;
	font-weight: 600;
}
h4 {
	font-family: 'Open Sans', sans-serif;
	color: #fff;
	font-weight: 600;
}
p {
	font-family: 'Open Sans', sans-serif;
	color: #fff;
	text-align: justify;
	line-height: 24px;
}
.bottom-nav {
	background: #00562e;
	padding: 5px;
	border-bottom: 1px solid#999;
}
.bottom-nav .email{
    margin-right: -30px;
    margin-top: 4px;
}
.bottom-nav .email a {
	color: #fff;
	text-decoration: none;
	font-family: 'Open Sans', sans-serif;
	font-size: 18px;
}
.bottom-nav .email a:hover {
	color: #999;
}
.bottom-nav .time{
    margin-top: 6px;
}
.bottom-nav .time a {
    color: #fff;
    text-decoration: none;
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    margin-left: 30px;
}

.bottom-nav .social .svg-inline--fa{
    font-size: 20px;
}
.bottom-nav .phone a {
    color: #fff;
    text-decoration: none;
    font-family: 'Open Sans', sans-serif;
    font-size: 22px;
    text-align: left;
    margin-left: -30px;
}
.bottom-nav .phone a:hover {
	color: #999;
}
.bottom-nav .phone {
	text-align: right;
}
.bottom-nav .social a {
	padding: 5px;
	color: #fff;
}
.bottom-nav .social a:hover {
	color: #999;
}
.bottom-nav .social {
	text-align: right;
	margin-top: 6px;
}
.navbar {
	position: relative;
	min-height: 50px;
	margin-bottom: 0px;
	border: 1px solid transparent;
}
.navbar-default .navbar-nav>li>a:focus, .navbar-default .navbar-nav>li>a:hover {
	color: #fff;
	background-color:#00562e;
}
.navbar-info {
	width: 100%;
}
.navbar-brand>img {
	display: block;
	margin: -23px 0px;
	width: 60%;
}
/***
.navbar-brand>img {
    display: block;
    margin: -4px 0px;
}
.fixed-me{
    transition: all 1s ;
}
***/
.fixed-me {
	background-color: #fff !important;
	padding: 0px !important;
	margin-bottom: 5px;
	position: fixed;
	top: 0;
	z-index: 888;
	width: 100%;
	border-bottom: 3px solid #00562e !important;
	box-shadow: 0 2px 15px 0 rgba(50, 50, 50, .75);
}
.fixed-me a {
	color: #000 !important;
}
.fixed-me :hover {
	color: #fff !important;
}
.navbar-me {
	transition: all 1s;
}
.header-right-menu {
	padding: 5px 15px !important;
}
.navbar-brand {
	float: left;
	height: 50px;
	padding: 27px 15px;
	font-size: 30px;
	line-height: 20px;
	color: #fff !important;
	font-family: 'Open Sans', sans-serif;
	font-weight: 600;
}
.navbar>.container-fluid .navbar-brand {
	margin-left: 0px;
}
.nav>li {
	position: relative;
	display: block;
	margin-bottom: 0px;
}
.navbar-me {
	padding: 5px 0px;
	background-color: #fff;
	top: 0px;
	border: 0px;
	border-radius: 0px;
	z-index: 99999;
}
.navbar-default .navbar-nav>li>a {
	color: #000;
	font-family: 'Open Sans', sans-serif;
	text-transform: uppercase;
	font-weight: 600;
}
.navbar-default .navbar-nav>li>a:hover {
	color: #fff;
}
.navbar-collapse {
	text-align: center;
	border-top-width: 0px;
	padding-top: 10px;
	margin-top: 0px;
}
.navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {
	background-color: transparent;
}
.menu-collapsed-button {
	margin: 20px 15px 10px 15px !important;
}
/*******************End-nav************************/

.work-bgg{
        background-color: #f3f3f3;
    /* padding: 10px; */
    width: 100%;
    padding-top: 20px;
}

.portionn {
 background: #00562e;
 padding: 10px 0px 0px;
 margin-top: 20px;
}
.portionn img {
 width: 26%;
}
.portionn .logo-p {
 text-align: center;
}
.portionn p {
 color: #fff;
 font-family: 'Open Sans', sans-serif;
 text-align: center;
 font-size: 28px;
 margin-top: 10px;
 padding-bottom: 20px;
 font-weight:bold;
}
.portionn a {
 text-decoration: none;
}

.mainlist{
    padding: 10px 20px;
    margin-top: -10px;
    background: #fff;
    border-bottom: 2px solid #d9d9d9;
    box-shadow: 0 0 13px 0 rgba(0,0,0,.3);
    height: 232px;
    list-style-type:none;
}

.mainlist li{
font-size: 18px;
line-height: 36px;
border-bottom: 1px solid #ccc;
}
.mainlist li a{
text-decoration:none;
}

.animated img {
	max-width: 100%;
}
section {
	padding: 0px;
}
section .row + .row {
	margin-top: 30px;
}
/*******************Slider************************/
#wowslider-container1 .ws-title {
	position: absolute;
	display: block;
	font: 3.5em 'Open Sans', sans-serif;
	bottom: 3.5em;
}
/******************end*Slider************************/

.mobile-view{
	display:none;
}
.services {
	background: #00562e;
	padding: 5px 5px 40px;
}

.services h4{
	color: #000;
}
.services p{
	color: #000;
}

.services .portion {
	background: #f6f6f7;
	padding: 30px 22px 50px;
	height: 458px;
}
.services .portion a {
	display: block;
	width: 100px;
	height: 36px;
	line-height: 34px;
	border: 1px solid #0668b2;
	background: #0668b2;
	color: #fff;
	text-align: center;
	transition: all 0.3s;
	font-family: 'Open Sans', sans-serif;
}
.services .portion a:hover {
	background-color: #00562e;
	color: #fff;
	text-decoration: none;
	border: 1px solid #00562e;
}
.services .portion.last {
	border: 4px solid #0668b2;
	border-radius: 3px;
	box-shadow: 0 0 12px rgba(0, 0, 0, 0.7);
	position: relative;
	z-index: 999;
	margin-top: -62px;
	padding: 0px 22px 50px;
	height: 523px;
	background: #fff;
}
.services .form-group {
	margin-bottom: 10px;
}
.services .form-control {
	display: block;
	width: 100%;
	height: 48px;
	padding: 6px 12px;
	font-size: 14px;
	line-height: 1.42857143;
	color: #555;
	background-color: #fff;
	background-image: none;
	border: 1px solid #ccc;
	border-radius: 0px;
	font-family: 'Open Sans', sans-serif;
}
.services .input-group-addon {
	border-radius: 0px;
}
.services .input-group {
	position: relative;
	display: table;
	border-collapse: separate;
	margin-bottom: 10px;
	font-family: 'Open Sans', sans-serif;
}
.services .input-group-addon {
	padding: 6px 8px;
}
.services .btn-primary {
	color: #fff;
	background-color: #0668b2;

border-color: #0668b2;
	border-radius: 0px;
	font-family: 'Open Sans', sans-serif;
	text-transform: uppercase;
	transition: all 0.3s;
}
.services .btn-primary:hover {
	color: #fff;
	background-color: #00562e;
	border-color: #00562e;
	transition: all 0.3s;
}
.services .padding-0 {
	padding: 0px;
	padding: 0px 3px;
}
.top-space {
	margin-top: 30px;
}
.top-space p {
	color: #333;
	font-weight: 500;
	font-family: 'Open Sans', sans-serif;
	font-size: 16px;
}
.icon-distance img {
	margin: 10px 0 0 -10px;
}
.body-sec1 h4 {
	color: #e65100;
}
.body-sec2 {
	background: url(../images/left-1.jpg) no-repeat;
	background-size: cover;
	height: 325px;
	padding: 20px;
	margin-top: 34px;
}
.body-sec2 .thumbnail {
	border-radius: 0;
	border-color: #c6c6c6!important;
	height: 70px;
}
.body-sec2 h4 {
	font-size: 16px;
	font-weight: 600;
	color: #333;
	margin-top: 22px;
}
.body-sec2 p {
	color: #212121;
	font-size: 14px;
}
.models-portion {
	background: url(../images/lr-banner-4.jpg) no-repeat;
	background-size: cover;
	height: 600px;
	padding-top: 60px;
	margin-top: 0px;
}
.models-portion img {
    width: 100%;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}
.models-portion h2 {
	color: #fff;
}
.carousel-control.right {
	right: 15px;
	margin-left: 50px;
	height: 32px;
	background: #fff;
	top: 15px;
		color:#000;
}
.carousel-control.left {
	left: 60px;
	margin-left: 50px;
	height: 32px;
	background: #fff;
	top: 15px;
	color:#000;
}
control:hover {
	color: #fff;
	text-decoration: none;
	filter: alpha(opacity=90);
	outline: 0;
	opacity: .9;
	background: #000;
	height: 31px;
}
.repair-needs {
    background: url(../images/lr-banner.jpg) no-repeat;
    padding: 190px 0px;
    background-size: cover;
    height: 500px;
    margin-top: -50px;
}
.repair-needs p {
	font-size: 30px;
	font-weight: 600;
	line-height: 54px;
	text-shadow: 0px 0px 10px #000;
	text-align: center;
}
.models-buttons {
	margin-top: 40px;
}
.name p {
	height: 60px;
	width: 100%;
	background: #0668b2;
	line-height: 60px;
	float: left;
	text-align: center;
	border: 0px;
	color: #fff;
	border-radius: 0px;
	font-size: 18px;
	box-shadow: 0 0 1px #ccc;
	-webkit-transition-duration: 0.5s;
	-webkit-transition-timing-function: linear;
	box-shadow: 0px 0 0 #31708f inset;
	font-family: 'Open Sans', sans-serif;
	margin-top: 10px;
            padding: 0px 10px 0px 10px;
}
.name p:hover {
	background: #00562e;
	color: #fff;
}
.repair-needs a {
	height: 70px;
	text-transform: uppercase;
	width: 230px;
	background: #0668b2;
	margin: 20px;
	line-height: 56px;
	float: left;
	border: 0px;
	color: #fff;
	border-radius: 0px;
	font-size: 24px;
	box-shadow: 0 0 1px #ccc;
	-webkit-transition-duration: 0.5s;
	-webkit-transition-timing-function: linear;
	box-shadow: 0px 0 0 #31708f inset;
	font-family: 'Open Sans', sans-serif;
}
.repair-needs a:hover {
	box-shadow: 230px 0 0 #00562e inset;
	color: #fff;
}
/*-------------------------------*/
/*    Carousel Fade Transition   */
/*-------------------------------*/
section {
}
.quote {
	color: #fff;
	text-align: center;
	margin-bottom: 30px;
	margin-top: 20px;
}
.testimonial {
	background: #00562e;
	margin-top: 50px;
}
#fade-quote-carousel.carousel {
	padding-bottom: 60px;
}
#fade-quote-carousel.carousel .carousel-inner .item {
	opacity: 0;
	-webkit-transition-property: opacity;
	-ms-transition-property: opacity;
	transition-property: opacity;
}
#fade-quote-carousel.carousel .carousel-inner .active {
	opacity: 1;
	-webkit-transition-property: opacity;
	-ms-transition-property: opacity;
	transition-property: opacity;
}
#fade-quote-carousel.carousel .carousel-indicators {
	bottom: 10px;
}
#fade-quote-carousel.carousel .carousel-indicators > li {
	background-color: #fff;
	border: none;
}
#fade-quote-carousel blockquote {
	text-align: center;
	border: none;
	color: #ccc;
}
#fade-quote-carousel .profile-circle {
	width: 100px;
	height: 100px;
	margin: 0 auto;
	border-radius: 100px;
}



.email-tamp{
    margin: 50px 0px;
}
.content {
  width: 100%;
  padding: 20px;
  margin: 0 auto;
}

.centerplease {
  margin: 0 auto;
  width: 100vw;
  font-size: 150%;
  text-align: center;
  margin-top: 3em;
  padding: 5px;
}

.question {
  position: relative;
  background: #00562e;
  margin: 0;
  padding: 15px 10px 15px 50px;
  display: block;
  width:100%;
  cursor: pointer;
  color: white;
  margin-top: 10px;
}

.answers {
  background: #f1f1f1;
  padding: 0px 15px;
  margin: 0px;
  height: 0;
  overflow: hidden;
  z-index: 15;
  position: relative;
  opacity: 0;
  -webkit-transition: .7s ease;
  -moz-transition: .7s ease;
  -o-transition: .7s ease;
  transition: .7s ease;
}

.questions:checked ~ .answers{
  height: auto;
  opacity: 1;
  padding: 15px;
}

.plus {
  position: absolute;
  color: white;
  margin: 10px 10px 10px 15px;
  z-index: 15;
  font-size: 2em;
  line-height: 100%;
  -webkit-user-select: none;    
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
  -webkit-transition: .3s ease;
  -moz-transition: .3s ease;
  -o-transition: .3s ease;
  transition: .3s ease;
}

.questions:checked ~ .plus {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

.questions {
  display: none;
}

.bene-cont.faq h2 {
    text-align: center;
    margin-left: -35px;
    color: #000;
    font-weight: 700;
}





/**************************start-about-us*************************/
.about-b img{
    width: 100%;
}
.about-us .heading {
	background: url(../images/lr-banner-3.jpg) no-repeat fixed;
	background-size: cover;
}
.about-us .heading h1 {
	color: #fff;
	text-align: center;
	
	font-family: 'Open Sans', sans-serif;
	font-size: 60px;
	margin-top: 0px;
	font-weight: 600;
	text-shadow: 3px 4px 4px rgba(0, 0, 0, .92);
}
.about-us .left-side {
	text-align: justify;
}
.about-us .left-side span {
	color: #000000;
	font-family: 'Open Sans', sans-serif;
}
.about-us .left-image {
	margin-top: 5px;
	margin-bottom: 10px;
}
.about-us .left-image img {
	width: 100%;
	border: 4px solid #0668b2;
	transition: all 0.3s;
	cursor: pointer;
}
.about-us .left-image img:hover {
	border: 4px solid #00562e;
	transition: all 0.3s;
	cursor: pointer;
}
.lr-gallery {
	background: url(../images/lr-banner-5.jpg) no-repeat fixed;
	background-size: cover;
	padding: 20px;
}
.lr-gallery .pic img {
	width: 100%;
	padding: 0px;
	border: 2px solid#f1f1f1;
}
.padding-0 {
	padding: 6px;
}
/************************end-about-us**********************/
/**************************start-contact-us*************************/

.left-contact {
	background: #0668b2;
	padding: 50px;
	width: 50%;
	float: left;
	height: 500px;
}
.right-contact {
	background: #00562e;
	padding: 50px;
	width: 50%;
	float: right;
	height: 500px;
}
.contact-us .lr-form {
	padding: 10px;
	border-radius: 0px;
}
.contact-us .input-lg {
	border-radius: 0px;
	height: 55px;
}
.contact-us .lr-form h3 {
	text-align: left;
	color: #fff;
	margin-top: 0px;
}
.contact-us .lr-form p {
	color: #fff;
	font-family: 'Open Sans', sans-serif;
}
.contact-us .lr-form p a {
	color: #fff;
	font-family: 'Open Sans', sans-serif;
	font-size: 23px;
	text-decoration: underline;
}
.contact-us .form-left {
	padding: 10px 30px;
}
.contact-us legend {
	color: #fff;
	font-size: 25px;
	text-align: center;
	font-family: 'Open Sans', sans-serif;
	margin-top: 50px;
	border-bottom: 2px solid #666;
}
.contact-us .form .form-control {
	margin-bottom: 15px;
	border-radius: 0px;
	font-size: 17px;
	font-family: 'Open Sans', sans-serif;
	background: #fff;
	border: 1px solid #fff;
}
.contact-us .form .form-control:focus {
	background: #eaeaea;
}
.contact-us .btn-primary {
	color: #fff;
	background-color: #0668b2;
	border-color: #0668b2;
	font-family: 'Open Sans', sans-serif;
	transition-duration: 0.5s;
	border-radius: 0px;
	padding: 15px;
	text-transform: uppercase;
	font-size: 20px;
	font-weight: 700;
        margin-top: 11px;
}
.contact-us .btn-primary:hover {
	color: #fff;
	background-color: #00562e;
	border-color: #fff;
	transition-duration: 0.5s;
	font-weight: 700;
}
.contact-us .address p {
	margin: 0 0 7px;
	font-size: 22px;
	line-height: 28px;
}
.lr-map {
	border: 10px solid#333;
}
/**************************end-contact-us*************************/

/**************************start-form-page*************************/
.page-form {
	background: url(../images/lr-banner-6.jpg) no-repeat fixed;
	background-size: cover;
	height: 580px;
}
.page-form .dvla-form {
	margin-top: 60px;
	border: 1px solid;
	padding: 0px 30px;
	background-color: rgba(0, 0, 0, 0.6);
        box-shadow: 0px 0px 10px #fff;
}
.page-form .dvla-form h3 {
	color: #fff;
        font-size: 20px;
        text-align: center;
}
.page-form .form1 {
	padding: 45px 20px;
}
.page-form .lr-banner h3 {
	color: #fff;
	text-shadow: 3px 4px 4px rgba(0, 0, 0, .92);
	font-family: 'Open Sans', sans-serif;
	text-align: center;
	margin-top: 0px;
}
.page-form .dvla-form .dvla-width {
	width: 460px;
	margin-top: 10px;
	margin: 0 auto;
}
.page-form .dvla-form .dvla-main {
	background: #005baf;
	border-radius: 7px 7px 7px 7px;
	padding: 3px;
	height: 90px;
}
.page-form .gb {
	float: left;
}
.page-form .dvla-form .reg-input-new1 {
	height: 84px;
	width: 402px;
	font-weight: 700;
	font-size: 30px;
	text-align: center;
	background: #fbbc05;
	font-family: 'Open Sans', sans-serif;
	text-transform: uppercase;
	border: 1px solid #fbbc05;
	outline: none;
	border-radius: 0px 7px 7px 0px;
}
.page-form .dvla-form .show-price {
	font-size: 34px;
	font-weight: 600;
	color: #fff;
	font-family: 'Open Sans', sans-serif;
	text-align: center;
	border-radius: 40px;
	border-bottom: 4px solid #0668b2;
	border-top: 1px solid #0668b2;
	background: #0668b2;
	background: -moz-linear-gradient(top, #0668b2 0, #0668b2 100%);
	background: -webkit-linear-gradient(top, #0668b2 0, #0668b2 100%);
	background: linear-gradient(to bottom, #0668b2 0, #0668b2 100%);
	width: 60%;
	margin: 30px auto 52px;
	height: 80px;
	line-height: 55px;
	-webkit-box-shadow: inset 0 0 5px 0 rgba(255, 255, 255, .75);
	-moz-box-shadow: inset 0 0 5px 0 rgba(255, 255, 255, .75);
	box-shadow: inset 0 0 5px 0 rgba(255, 255, 255, .75);
}
.page-form .dvla-form .show-price:hover {
	border: 1px solid #00562e;
	background: #00562e;
	transition-duration: 0.5s;
}
.dvla-form .form-control {
	height: 50px;
	border-radius: 27px;
	font-size: 16px;
	border: 1px solid #ccc;
	font-family: 'Open Sans', sans-serif;
}
.input-group-addon {
	border-radius: 27px;
}
.page-form .form-group {
	margin-bottom: 0px;
}
.page-form .dvla-form .btn-primary {
	font-size: 26px;
	font-weight: 600;
	color: #fff;
	font-family: 'Open Sans', sans-serif;
	text-align: center;
	border-radius: 30px;
	border-bottom: 4px solid #0668b2;
	border-top: 1px solid #0668b2;
	background: #0668b2;
	background: -moz-linear-gradient(top, #0668b2 0, #0668b2 100%);
	background: -webkit-linear-gradient(top, #0668b2 0, #0668b2 100%);
	background: linear-gradient(to bottom, #0668b2 0, #0668b2 100%);
	width: 100%;
	height: 50px;
	line-height: 25px;
	-webkit-box-shadow: inset 0 0 5px 0 rgba(255, 255, 255, .75);
	-moz-box-shadow: inset 0 0 5px 0 rgba(255, 255, 255, .75);
	box-shadow: inset 0 0 5px 0 rgba(255, 255, 255, .75);
}
.page-form .dvla-form .btn-primary:hover {
	color: #fff;
	background: #00562e;
	border-color: #00562e;
	transition-duration: 0.5s;
}
.page-form .lines p {
	font-size: 20px;
}
.work {
	margin: 40px 0px;
}
.work h1 {
	text-align: center;
	font-family: 'Open Sans', sans-serif;
	color: #000;
	font-weight: 600;
        font-size: 26px;
}
.work p {
	text-align: center;
	font-family: 'Open Sans', sans-serif;
	color: #000;
	font-size: 16px;
	width: 70%;
	margin: auto;
}
.top-distance {
	margin-top: 10px;
}
.thumbnail-red {
	border-color: #e74c3c !important;
	border-radius: 0px;
	background: #f2f8fa;
}
.top-distance p {
	width: 100%;
}
.top-distance {
	margin-top: 10px;
}
.around {
	padding: 0px 20px 20px 20px;
}
.thumbnail-green {
	border-color: #7dbb18 !important;
	border-radius: 0px;
	background: #f2f8fa;
}
.thumbnail-blue {
	border-color: #00cccc !important;
	border-radius: 0px;
	background: #f2f8fa;
	padding-bottom: 7px;
}
.thumbnail-yellow {
	border-color: #ffcc00 !important;
	border-radius: 0px;
	background: #f2f8fa;
	padding-bottom: 25px;
}
.prices {
	margin-top: 50px;
}
.detail {
	background: #f2f8fa;
	padding: 40px 0px;
}
.detail svg:not(:root).svg-inline--fa {
	overflow: visible;
	margin-right: 10px;
	color: #ccc;
        display: none;
}
.year-detail a {
    font-size: 14px !important;
}

.detail li {
	list-style: none;
	margin-top: 10px;
	margin-left: 10px;
}
.detail li a {
	color: #fff;
	list-style: none;
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	font-weight: 400;
}
.in-detail {
	background: #a33a01;
	;
	padding: 10px;
}
.vechile-box {
	background: #f2f8fa;
	padding: 20px;
	border-radius: 5px;
}
table.GeneratedTable {
	width: 100%;
	border-collapse: collapse;
	border-width: 2px;
	border-color: #d7d7d7;
	border-style: solid;
	color: #000;
}
.vechile-box {
	background: #f2f8fa;
	padding: 20px;
	border-radius: 5px;
}
table.GeneratedTable td, table.GeneratedTable th {
	border-width: 2px;
	border-color: #d7d7d7;
	border-style: solid;
	padding: 3px;
}
.vechile-box .tble-txt {
	display: block;
	font-size: 22px;
	color: #a33a01;
	font-family: 'Open Sans', sans-serif;
	text-align: center;
}
table.GeneratedTable td, table.GeneratedTable th {
	border-width: 2px;
	border-color: #d7d7d7;
	border-style: solid;
	padding: 3px;
}
.vechile-box .tble-diesel-txt {
	display: block;
	font-size: 15px;
	font-family: 'Open Sans', sans-serif;
	color: #222;
	text-align: center;
}
/**************************end-form-page*************************/

/**************************start-last-form-page*************************/

.last-page-form {
	background: url(../images/lr-banner-7.jpg) no-repeat fixed;
	background-size: cover;
	height: 698px;
}
.last-page-form .text-bg {
	background: rgba(0, 0, 0, 0.6);
	padding: 20px;
	border-radius: 0px;
	border: 1px solid#111;
        box-shadow: 0px 0px 10px #fff;
}
.last-page-form .input-group {
	margin-bottom: 14px;
}
.form-control {
	height: 57px;
	padding: 6px 12px;
	font-size: 20px;
	border-radius: 0px;
	font-family: 'Open Sans', sans-serif;
}
.text-bg h2{
	margin-bottom:15px;
        font-size: 22px;
        text-transform: capitalize !important;
}
.text-bg h3{
	color:#000;
        font-size:26px;
}


.signup-btn{
background: linear-gradient(to bottom, #0668b2 0,
#0668b2 100%);
border-radius: 34px;

box-shadow: inset 0 0 5px 0
rgba(255, 255, 255, .75);
border-bottom: 4px solid #0668b2;
font-family: 'Open Sans', sans-serif;
transition-duration:0.5s;
}

.signup-btn:hover{
border-bottom: 4px solid #00562e;

    background: #00562e;
}

.top-year {

    background-color: #00562e !important;
    

}

.b-text h1{
    margin-top: 46px;
    font-size: 28px;
}
.last-page-form .input-group-addon {
	padding: 10px 15px;
	font-size: 14px;
	font-weight: normal;
	line-height: 1;
	color: #555555;
	text-align: center;
	background-color: #eeeeee;
	border: 1px solid #ccc;
	border-radius: 0px;
}
.submit-btn .btn-primary {
    color: #fff;
    background-color: #0668b2;
    border-color: #0668b2;
	height: 60px;
	border-radius: 0px;
	font-family: 'Open Sans', sans-serif;
    font-size: 26px;
	transition-duration:0.3s;
}
.submit-btn .btn-primary:hover {
    color: #fff;
    background-color: #00562e;
    border:5px solid #00562e;
	transition-duration:0.3s;
	padding-top:8px;
}
.b-text ul {
	list-style: none;
	padding: 0px;
}
.b-text ul li {
	font-size: 20px;
	color: #fff;
	font-family: 'Open Sans', sans-serif;
	line-height: 34px;
        text-shadow: 2px 2px #000;
}
.last-page-form svg:not(:root).svg-inline--fa {
	overflow: visible;
	margin-right: 10px;
	color: #0668b2;
}
.botom-logo img {
	width: 100%;
}
/**************************end-last-form-page*************************/
/**************************start-thanks-page*************************/
.done{
	background:#00562e;
	padding:40px;
	text-align:center;
}
.thanks-bottom h1{
	text-transform:none;
	text-align: center;
	    margin-top: 80px;
}
.thanks-bottom p {
    text-align: center;
    color: #535353;
    width: 70%;
    margin: auto;
    font-size: 17px;
    padding-bottom: 40px;
    line-height: 30px;
}
.thanks-bottom{
	text-align:center;
	padding-bottom:80px;
}
.thanks-bottom a button {
    padding: 10px 100px;
    font-size: 24px;
	background:#00562e;
	color:#fff;
	border:1px solid#00562e;
	transition-duration:0.5s;
}
.thanks-bottom a button:hover {
	background:#007f00;
	border:1px solid#007f00;
	transition-duration:0.5s;
}

.lr-banner ul li {
    line-height: 36px !important;
}
.prices h1{
    font-size: 26px;
}



@media only screen and (min-width: 1px) and (max-width:700px) {
.thanks-bottom p {
    width: 90%;
}
}

/**************************end-thanks-page*************************/
/**************************Start-engine-code-page*************************/
.engine-code .pr-0 {
    padding-right: 0!important;
}
.engine-code .mt-3 {
    margin-top: 1rem!important;
}
.engine-code .table thead tr {
    background: #0668b2;
	    height: 50px;
}
.text-uppercase {
    text-transform: uppercase;
    margin-top: 50px;
}
.engine-code .table thead th {
    vertical-align: bottom;
    border-bottom: 2px solid #e9ecef;
}

.engine-code .text-white {
    color: #fff!important;
}
.engine-code .table-striped tbody tr:nth-of-type(odd) {
    background-color: rgba(0,0,0,.05);
}
.engine-code .table td, .table th {
    padding: .75rem;
    vertical-align: top;
    border-top: 1px solid #e9ecef; 
}
.engine-code .table>thead>tr>th {
    padding: 16px;
	font-size: 18px;
    font-weight: 400;
	font-family: 'Open Sans', sans-serif;
} 
.engine-code .table>tbody>tr>td, .table>tbody>tr>th, .table>tfoot>tr>td, .table>tfoot>tr>th, .table>thead>tr>td, .table>thead>tr>th {
    padding: 14px 16px;
    line-height: 1.42857143;
    vertical-align: top;
    border-top: 1px solid #ddd;
	font-family: 'Open Sans', sans-serif;
	font-size: 18px;
    font-weight: 400; 

}
.engine-code  .abc{
	text-align:center;
	margin-bottom: 45px;
}
.engine-code a button {
    padding: 10px 60px;
    font-size: 24px;
    background: #0668b2;
    color: #fff;
	font-family: 'Open Sans', sans-serif;
    border: 1px solid#0668b2;
    transition-duration: 0.5s;
    
}
.engine-code a button:hover {
    background: #00562e;
    border: 1px solid#00562e;
    transition-duration: 0.5s;
}

.bottom-buttons{
    position: fixed;
    bottom: 30px;
    left: 25px;
    z-index: 9999;
    background: black;
    height: 60px;
    width: 60px;
    color: white;
    border-radius: 40px;
    cursor: pointer;
    display: flex;
    align-items: center;
    align-content: center;
    text-align: center;
    justify-content: center;
}
.bottom-button .tooltip{
    position: absolute !important;
    top: -20px !important;
    left: calc(100% + 5px) !important;
    z-index: 3 !important;
    background: #00E676 !important;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.3) !important;
    padding: 6px 12px !important;
    border-radius: 30px !important;
    font-size: 15px !important;
    font-weight: 400 !important;
    opacity: 0 !important;
    white-space: nowrap !important;
    pointer-events: none !important;
    transition: 0s !important;
    color: #fff;
}
.bottom-button:hover .tooltip{
    opacity: 1 !important;
    pointer-events: auto !important;
    transition: all 0.4s ease !important;
    top: 50% !important;
    transform: translateY(-50%) !important;
}
.whatsapp {
    bottom: 8px;
    font-size: 40px;
    background: #00E676;
}



@media only screen and (min-width: 1px) and (max-width:700px) {
.engine-code .table>thead>tr>th {
	font-size: 14px;
}
.engine-code .table>tbody>tr>td, .table>tbody>tr>th, .table>tfoot>tr>td, .table>tfoot>tr>th, .table>thead>tr>td, .table>thead>tr>th {
	font-size: 14px;

} 
}
/**************************end-engine-code-page*************************/
/*****start-footer*****/
.widgets_wrapper {
	padding: 70px 0px;
}
#Footer, #Footer .widget_recent_entries ul li a {
	color: #ffffff;
}
#Footer {
	background-color: #292b33;
}
#Footer .widgets_wrapper .column {
	margin-bottom: 0;
}
.one-fourth.column, .four.columns {
	width: 23%;
}
.column, .columns {
	float: left;
	margin: 0 1% 40px;
}
#Footer .widgets_wrapper .widget {
	padding: 15px 0;
	margin-bottom: 0;
}
.widget_nav_menu ul {
	list-style-type: square;
	padding: 5px 10px 5px 30px;
	background: rgba(0,0,0,.03);
}
.widget_archive ul li, .widget_nav_menu ul li {
	position: relative;
}
#Footer a {
	color: #ccc;
	font-family: 'Open Sans', sans-serif;
}
#Footer p {
	color: #ccc;
	font-family: 'Open Sans', sans-serif;
	text-align: left;
}
.widget_archive ul li a, .widget_nav_menu ul li a {
	display: block;
	padding: 8px 0 9px 3px;
}
#Footer .widgets_wrapper .widget {
	padding: 15px 0;
	margin-bottom: 0;
}
#Footer .footer_copy {
	border-top: 1px solid rgba(255,255,255,.1);
}
#Footer .footer_copy .one {
	margin-bottom: 20px;
	padding-top: 30px;
	min-height: 33px;
}
.one.column {
	width: 98%;
}
#Footer .footer_copy .copyright {
	float: left;
}
#Footer .footer_copy .social-menu {
	float: right;
	margin-right: 20px;
}
#Footer .footer_copy .social-menu li {
	display: inline-block;
	margin-right: 6px;
	padding-right: 6px;
	border-right: 1px solid rgba(255,255,255,.1);
}
#Footer .footer_copy .social li a, #Footer .footer_copy .social-menu a {
	color: #65666C;
}
#Footer .footer_copy .social li a:hover, #Footer .footer_copy .social-menu a:hover {
	color: #FFFFFF;
}

.privacy{
color:#000 !important;
}

.privacyhome{
color:#fff !important;
}


privacya:hover{
background-color:#e65100;
}


.home-content p{

color:black;
}


.sub-heading h3{

color:#000;
}

.year-detail a:hover{
   font-size: 14px !important;
   text-decoration: underline !important;
}

.detail h1{
    color: #333 !important;
    text-transform: capitalize !important;
}
.year-detail {
box-shadow: 1px 1px 6px #000 !important;
height: 330px !important;
}
.top-year {
    margin-bottom: 12px !important;
}



/*****end-footer*****/




/* Scroll To Top Button */
.scroll-top {
    position: fixed;
    right: 30px;
    bottom: 110px;
    width: 45px;
    height: 45px;
    background: #0668b2;
    color: #fff !important;
    text-align: center;
    line-height: 42px;
    font-size: 26px;
    border-radius: 50%;
    display: none;
    z-index: 9999;
    cursor: pointer;
    transition: 0.3s;
}

.scroll-top:hover {
    background: #c00113;
    color: #fff;
} 




@media only screen and (min-width: 1px) and (max-width:700px) {
.navbar-me {
    padding: 0px 0px;
}
.desktop-view{
	display:block;
}
.email {
	text-align: center;
	margin-bottom: 5px;
	    margin-right: 0px;
}
.bottom-nav .email a {
    font-size: 16px;
}
.time {
	text-align: center;
	margin-bottom: 5px;
        display:none;
}
.phone {
	margin-bottom: 0px;
}
.bottom-nav .phone a {
    font-size: 20px;
    margin-left: 0px;
}
.bottom-nav .phone {
	text-align: center
}
.bottom-nav .social {
	text-align: center;
        display:none;
}
.navbar-brand > img {
	margin: -42px 0px;
	width: 70%;
}
.menu-collapsed-button {
    margin: 10px 15px 0px 15px !important;
}
.navbar-brand {
	float: left;
	height: 0px;
	padding: 5px 15px;
}
.navbar-nav>li>a {
	line-height: 10px;
}
.lr-banner .dvla-form h3 {
    font-size: 20px;
}
.lr-banner h1 {
    font-size: 17px !important;
    display:none;
}
.lr-banner .dvla-form {
    margin: 13px auto 8px !important;
    padding: 0px 20px !important;
}
.lr-banner ul{
    margin-left: 0px;
}
.lr-banner ul li {
    font-size: 16px !important;
    line-height: 26px !important;
}
.models {
    text-align: center;
    padding-top: 0px !important;
}
element {

}
.model-pics p {
    padding: 11px !important;
    margin-top: -46px !important;
}
.services .portion {
	padding: 30px 22px 30px;
	height: auto;
	margin-top: 10px;
	text-align: center;
}

.portionn p {
    font-size: 20px;
    padding-bottom: 10px;
}
.mainlist{
    height: auto;
}
.mainlist li a {
    font-size: 16px;
}
.services .portion a {
	margin: auto;
}
.services .portion.last {
	margin-top: 10px;
	padding: 0px 22px 10px;
	height: auto;
}
.portion.last .form-group {
    margin-bottom: 6px !important;
}
.portion.last .input-group {
    margin-bottom: 6px;
}
.portion.last .padding-0{
        padding: 0px 10px;
}
.year-detail {
    height: auto !important;
}
.text-bg h2 {
    font-size: 18px;
    text-align: center;
    margin-top: 0px;
}
.top-space {
	margin-top: 0px;
}
.top-space h2{
	font-size: 20px;
}
.body-sec2 {
	height: auto;
}
.models-portion {
	background: #000;
	height: auto;
	margin-top: 0px;
	padding-top: 10px;
}
.models-portion .carousel {
	position: relative;
	margin-top: 60px;
}
.contact-us .address p {
	text-align: left;
        font-size: 14px;
}
.name p {
	margin-top: 0px;
}
.about-us .heading h1 {
    font-size: 40px;
}
.name p:hover {
	background: #e65100;
}
.carousel-control.right {
	right: 15%;
	background: #e65100;
	width: 40px;
}
.carousel-control.left {
	left: 8%;
	background: #e65100;
	width: 40px;
}
.models-portion h2 {
	font-size: 20px;
}
.repair-needs p {
	font-size: 18px;
	line-height: 26px;
	text-align: center;
}
.repair-needs {
  padding: 30px 0px;
  height: auto;
  margin-top: 0px;
}
.repair-needs a {
	width: 87%;
	height: 50px;
	line-height: 35px;
}
.repair-needs a:hover {
	background: #fff;
}
.widgets_wrapper {
	padding: 20px 0px;
}
.contact-us .lr-form {
	margin-bottom: 10px;
}
.page-form {
	height: auto;
	padding-bottom: 10px;
}
.page-form .form1 {
	padding: 0px 10px;
}

.lr-banner .dvla-form .dvla-width {
    width: 289px !important;
}
.page-form .dvla-form .reg-input-new1 {
	height: 84px;
	width: 246px;
	font-size: 24px;
}
.lr-banner .dvla-form .reg-input-new1 {
    width: 226px !important;
    font-size: 22px;
}
.page-form .dvla-form .show-price {
    font-size: 24px;
    margin: 14px auto 20px;
    height: 66px;
    line-height: 55px;
    width: 240px;
}
.page-form .dvla-form {
	margin-top: 18px;
	text-align: center;
}
.lr-banner .dvla-form .show-price {
    font-size: 24px !important;
    width: 260px !important;
    margin: 13px auto 20px;
    height: 60px !important;
    line-height: 53px !important;
}
.detail {
	padding: 20px;
}
h1 {
	font-size: 22px;
}
.detail h1 {
	font-size: 18px;
}
.prices {
	text-align: center;
}
.prices h1 {
	font-size: 22px;
}
.vechile-box .tble-txt {
	display: block;
	font-size: 14px;
}
.work {
	margin: 10px 0px;
}
.work p {
	width: 90%;
	margin: auto;
}
.work h1 {
	font-size: 24px;
}
#Footer .widgets_wrapper .column {
	margin-bottom: 0;
	margin-top: 20px;
}
.one-fourth.column, .four.columns {
	width: 100%;
	text-align: center;
}
.widget_nav_menu ul {
	list-style-type: none;
	padding: 0px 10px 0px 0px;
}
#Footer .footer_copy .copyright {
	float: none;
	text-align: center;
}
.widgets_wrapper {
	padding: 0px;
}
.widget_nav_menu ul li a {
	display: block;
	padding: 5px 0 5px 3px;
}
#Footer .widgets_wrapper .widget {
	padding: 0px 0;
	margin-bottom: 0;
}
#Footer p {
	text-align: center;
}
#Footer .footer_copy .social-menu {
	float: none;
	margin: auto;
	text-align: center;
}
.left-contact {
	padding: 10px;
	width: 100%;
	float: none;
	height: auto;
}
.right-contact {
	padding: 10px;
	width: 100%;
	float: none;
	height: auto;
}
.botom-logo {
	text-align: center;
}
.botom-logo img {
	width: 50%;
}
.last-page-form {
    height: auto;
    padding-bottom: 10px;
}
.sub-heading h3 {
    font-size: 20px;
}
.mainheading-2 h2 {
    display: none !important;
}
.page-form .dvla-form .dvla-width {
    width: 304px;
}
.page-form .dvla-form h3 {
    font-size: 18px;
}
.top-year {
    font-size: 20px !important;
}
.form-control {
    height: 50px;
    font-size: 16px;
}
.last-page-form .input-group {
    margin-bottom: 10px;
}
.form-group {
    margin-bottom: 10px;
}
.submit-btn .btn-primary {
    height: 50px;
    font-size: 20px;
}
.b-text h1 {
    margin-top: 20px;
    font-size: 20px;
}
.b-text ul li {
    font-size: 16px;
    line-height: 29px;
    text-shadow: 1px 1px #000;
}
.b-text ul {
    padding: 0px;
    margin-top: -20px;
}
.logo-img img{
    display: none;
}
.contact-us .lr-form h3 {
    font-size: 20px;
}




}

@media only screen and (min-width: 1px) and (max-width:420px) {
.navbar-brand > img {
	width: 70%;
}
}
@media only screen and (min-width: 493px) and (max-width:701px) {
.navbar-brand > img {
	margin: -42px 0px;
	width: 63%;
}
}

@media only screen and (min-width: 701px) and (max-width:991px) {

.desktop-view{
	display:block;
}
.email {
	text-align: center;
}
.time {
	text-align: center;
	margin-bottom: 5px;
}

.bottom-nav .phone {
	text-align: center
}
.bottom-nav .social {
	text-align: center;
}
.navbar-brand > img {
	display: block;
	margin: 0px 0px;
	width: 40%;
}
.navbar-brand {
	float: left;
	height: 10px;
	padding: 5px 15px;
	font-size: 30px;
	line-height: 20px;
	color: #fff !important;
	font-family: 'Open Sans', sans-serif;
	font-weight: 600;
}
.services .portion {
	padding: 30px 22px 30px;
	height: auto;
	text-align: center;
	width: 80%;
	margin: 10px auto;
}
.services .portion a {
	margin: auto;
}
.services .portion.last {
	margin-top: 10px;
	padding: 0px 22px 10px;
	height: auto;
}
.body-sec2 {
	width: 90%;
	margin: 30px 5%;
	height: auto;
}
.models-buttons {
	margin-top: 10px;
}
.models-portion {
	background: #000;
	height: auto;
	margin-top: 0px;
	padding-top: 10px;
}
.name p {
	margin-top: 0px;
}
.name p:hover {
	background: #e65100;
}
.carousel-control.right {
	right: 15%;
	background: #e65100;
	width: 40px;
}
.carousel-control.left {
	left: 8%;
	background: #e65100;
	width: 40px;
}
.models-portion .carousel {
	position: relative;
	margin-top: 51px;
}
.models-portion .thumbnail {
	width: 80%;
	margin: 10px auto;
}
.repair-needs p {
	font-size: 40px;
	line-height: 48px;
}
.left-contact {
	padding: 60px;
	width: 100%;
	float: none;
	height: auto;
}
.right-contact {
	padding: 60px;
	width: 100%;
	float: none;
	height: auto;
}
.page-form {
	height: auto;
	padding-bottom: 20px;
	text-align: center;
}
.page-form .dvla-form {
	margin-top: 20px;
}
.detail {
	padding: 40px
}
.prices {
	text-align: center;
}
.botom-logo {
	text-align: center;
}
.botom-logo img {
	width: 50%;
}
.last-page-form {
    height: auto;
    padding-bottom: 10px;
}
}

@media only screen and (min-width: 992px) and (max-width:1199px) {
.bottom-nav .phone {
	text-align: left;
	width: 140px;
}
.bottom-nav .social {
	text-align: left;
	width: 137px;
}
.time {
	width: 280px;
	margin-left: 33px;
}
.email {
	width: 190px;
}
.navbar-brand > img {
    display: block;
    margin: -20px 0px;
}
.navbar-me {
    padding: 0px 0px;
}
.navbar-nav {
    margin: 7.5px -15px;
}
.services .portion a {
	display: none;
}
.name p {
	font-size: 16px;
}
.carousel-control.left {
	left: 40px;
}
.repair-needs a {
	width: 190px;
}
.contact-us .address p {
	text-align: left;
}
.page-form .dvla-form .dvla-width {
	width: 413px;
}
.page-form .dvla-form .reg-input-new1 {
	width: 354px;
}
}
#error{
color:red;
text-align:center;
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance:textfield;
}

.year-detail a b:hover{
   color: #00562e !important;
}


























.btn3d.btn-primary {
    box-shadow: 0 0 0 1px #017b42 inset, 0 0 0 2px rgb(255 255 255 / 15%) inset, 0 8px 0 0 #017b42, 0 8px 8px 1px rgb(0 0 0 / 0%);
    background-color: #00562e;
    width: 100%;
    transition-duration: 0.2s;
    border-radius: 0px;
    margin-top: 15px;
    font-family: 'Open Sans', sans-serif;
    padding: 13px;
    font-size: 15px;
}
.btn3d.btn-primary:hover {
    box-shadow: 0 0 0 1px #00562e inset, 0 0 0 2px rgb(126 0 49 / 15%) inset, 0 8px 0 0 #00562e, 0 8px 8px 1px rgb(0 0 0 / 50%);
    background-color: #017b42;
}
.btn3d.btn-primary:active, .btn3d.btn-primary.active {
    box-shadow: 0 0 0 1px #417fbd inset, 0 0 0 1px rgb(255 255 255 / 15%) inset, 0 1px 3px 1px rgb(0 0 0 / 30%);
    background-color: #00562e;
}
.btn3d {
    position: relative;
    top: -6px;
    border: 0;
    transition: all 40ms linear;
    margin-top: 10px;
    margin-bottom: 10px;
    margin-left: 2px;
    margin-right: 2px;
}
.btn.active.focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn:active:focus, .btn:focus {
    outline: 0px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}




