html, body {
    height: 100%;
    width: 100%;
    margin: 0px;
    padding: 0px;
}
body {
    font-family: 'Open Sans', sans-serif, 'roboto' ;
    max-width: 1920px;
    margin-right: auto;
    margin-left: auto;
}
h1, h2, h3, h4 {
    font-weight: normal;
}
.container {
    max-width: 1920px;
    width: 90%;
}
a:hover {
    text-decoration: none;
}
/*---------- Front Page Header Start  -------------*/
header {
    background-color: #40465e; 
    padding-top: 15px;
}
header img {
    width: 225px;
}
header .main-manu {
    float:right;
    padding-right: 0px;
}
header .main-manu .loginmodal-container {
  padding: 30px;
  max-width: 350px;
  width: 100% !important;
  background-color: #F7F7F7;
  margin: 0 auto;
  border-radius: 2px;
  box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
  overflow: hidden;
  font-family: roboto;
}

header .main-manu .loginmodal-container h1 {
  text-align: center;
  font-size: 1.8em;
  font-family: roboto;
}

header .main-manu .loginmodal-container input[type=submit] {
  width: 100%;
  display: block;
  margin-bottom: 10px;
  position: relative;
}

header .main-manu .loginmodal-container input[type=text], input[type=password] {
  height: 44px;
  font-size: 16px;
  width: 100%;
  margin-bottom: 10px;
  -webkit-appearance: none;
  background: #fff;
  border: 1px solid #d9d9d9;
  border-top: 1px solid #c0c0c0;
  /* border-radius: 2px; */
  padding: 0 8px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
}

header .main-manu .loginmodal-container input[type=text]:hover, input[type=password]:hover {
  border: 1px solid #b9b9b9;
  border-top: 1px solid #a0a0a0;
  -moz-box-shadow: inset 0 1px 2px rgba(0,0,0,0.1);
  -webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,0.1);
  box-shadow: inset 0 1px 2px rgba(0,0,0,0.1);
}

header .main-manu .loginmodal {
  text-align: center;
  font-size: 14px;
  font-family: 'Arial', sans-serif;
  font-weight: 700;
  height: 36px;
  padding: 0 8px;
/* border-radius: 3px; */
/* -webkit-user-select: none;
  user-select: none; */
}

header .main-manu .loginmodal-submit {
  /* border: 1px solid #3079ed; */
  border: 0px;
  color: #fff;
  text-shadow: 0 1px rgba(0,0,0,0.1); 
  background-color: #4d90fe;
  padding: 17px 0px;
  font-family: roboto;
  font-size: 14px;
  /* background-image: -webkit-gradient(linear, 0 0, 0 100%,   from(#4d90fe), to(#4787ed)); */
}

header .main-manu .loginmodal-submit:hover {
  /* border: 1px solid #2f5bb7; */
  border: 0px;
  text-shadow: 0 1px rgba(0,0,0,0.3);
  background-color: #357ae8;
  /* background-image: -webkit-gradient(linear, 0 0, 0 100%,   from(#4d90fe), to(#357ae8)); */
}

header .main-manu .loginmodal-container a {
  text-decoration: none;
  color: #666;
  font-weight: 400;
  text-align: center;
  display: inline-block;
  opacity: 0.6;
  transition: opacity ease 0.5s;
} 

header .main-manu .login-help{
  font-size: 12px;
}



header .main-manu {
    list-style-type:none;
    margin-right: -5px;
}
header .main-manu a {
    color:#fff;
    padding:8px 0px 8px 55px;
}
@media only screen and (max-width: 768px){
    header .main-manu a {
    padding:8px 10px 8px 20px;
    }
}
header li a, header .main-manu a:hover {
    color:#ee6b3e;
}
header .navbar {
    background:none !important;
    border:none !important;
    margin-top:30px;
    margin-left: -30px;
    margin-right: -30px;
    margin-bottom: 0px;
}
@media (max-width: 581px) {
   header .navbar {
    margin-right: 0px;
    }
}
header .nav {
    width:100%;
}
header .nav li {
    width:11.1%;
    padding-left: 4px;
    padding-right: 0px;
}
header .nav .dropdown .dropdown-menu li {
    width:100%;
}
header .nav .dropdown .dropdown-menu .active a {
    background: #40465e; 
    color:#fff;
}
.dropdown-menu > li > a {
    padding: 10px 20px;
    color: #40465e; 
}
header .navbar-default .navbar-nav > li > a {
    text-align:center;
    color:#fff;
    font-size: 14px;
    padding:10px 0px;
}
header .navbar-default .navbar-nav > li > a:hover, header .navbar-default .navbar-nav > li > a:active,  header .navbar-default .navbar-nav > li > a:focus {
    color:#ee6b3e;
}
header .navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:focus, .navbar-default .navbar-nav > .open > a:hover {
    color: #ee6b3e;
    background-color:transparent;
}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:focus, .navbar-default .navbar-nav > .active > a:hover {
    color: #ee6b3e;
    background-color: transparent;
}
header .button {
    margin-top:25px;
    margin-right: 0px;
}
header .logo {
    display: block;
    margin-left: -15px;
}
header .navbar-nav > li > a {
    padding-top:8px;
    padding-bottom: 8px;
}

/*---------- Topbar Section Start -------------*/
.topbar-section {
    background: #40465e;
    padding-bottom: 40px;
    padding-top: 20px;
    color: #fff;
    font-weight: 100;
}
@media (min-width: 767px) {
    .topbar-section .push-down{
    display: table;
    width: 100%;
    }
    .topbar-section .push-down-b {
    display: table-caption;
    width: 100%;
    }
}
.topbar-section h2 {
    margin-bottom:40px;
    margin-top:20px;
    font-weight: 300;
}
.topbar-section h2 span {
    color:#7d839c;
    font-size: 17px;
}
.topbar-section .form-section {
    width: 70%;
    margin-left: 15%;
    display: block;
}
.topbar-section .form-section .registration-ui {
    background: rgba(0, 0, 0, 0) linear-gradient(to bottom, #f8d038 0%, #f5ca2e 100%) repeat scroll 0 0;
    border: 1px solid #000;
    border-radius: 5px;
    color: rgb(57, 66, 99);
    font-family: helvetica,ariel,sans-serif;
    font-size: 2.5em;
    font-weight: bold;
    padding: 0.1em 0.6em;
    position: relative;
    text-align: center;
    margin: 0px auto;
}
.topbar-section .form-section .edit-button {
    font-size: 20px;
    margin-left: 20px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .topbar-section .form-section {
    width: 100%;
    margin-left: 0%;
    display: block;
    }
}
.topbar-section .form-section option {
    background: #7d839c;
    color: #fff;
}
.topbar-section .form-section a {
    color: #7d839c;
    margin-bottom:20px;
    margin-top:-10px;
    display: block;
}
.topbar-section .form-section a:hover, .topbar-section .form-section a:focus {
    color: #ee6b3e;
    text-decoration: none;
}
.topbar-section .form-section .form-control, .topbar-section .form-section select {
    height: 50px;
    font-size: 18px;
    padding-left: 10px;
    color: #fff;
    border: 1px solid #7f8498;
    border-radius:0px;
    -moz-border-radius:0px;
    -webkit-border-radius:0px;
    background: transparent;
    width: 100%;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    margin-bottom: 15px;
}
.topbar-section .form-section select {
    background: url(../images/arrow-down-white.svg) no-repeat right center;
    appearance:none;
    -moz-appearance:none;
    -webkit-appearance:none;
    -o-appearance:none;
    -ms-appearance:none;
}
.topbar-section .form-section select::-ms-expand {
    display: none;
}
.topbar-section .form-section .firstbtn {
    text-align: right;
    padding-right: 0px;
}
.topbar-section .form-section .price {
    width: 200px;
    margin: 25px auto;
    font-size: 20px;
    height: 40px;
    text-align: center;
}
.topbar-section .form-section .price .fa {
    margin-right: 5px;
}
.topbar-section .form-section .price span {
    color: #ee6b3e;
    margin-left: 20px;
    font-size: 28px;
    font-weight: 600;
}
.topbar-section .form-section .proceed {
    background: #ee6b3e;
    border: 0px;
    color: #fff;
    font-size:22px;
    font-weight: 300;
    text-transform: uppercase;
    border-radius: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    padding: 10px;
    text-align: center;
    width:100%;
    margin: 10px auto;
}
.datetimepicker table tr td.active, .datetimepicker table tr td.active:hover, .datetimepicker table tr td.active.disabled, .datetimepicker table tr td.active.disabled:hover {
    background-color: #ee6b3e;
    background-image: linear-gradient(to bottom,#ee6b3e,#ee6b3e);
}
.datetimepicker td, .datetimepicker th {
    text-align: center;
    width: 20px;
    height: 20px;
    -webkit-border-radius:100px;
    -moz-border-radius:100px;
    border-radius: 100px;
    border: 0;
}
.datetimepicker th.switch {
    width: 145px;
    color: #ee6b3e;
    font-size: 18px;
    font-weight: 500;
}
.table-condensed > tbody > tr > td, .table-condensed > tbody > tr > th, .table-condensed > tfoot > tr > td, .table-condensed > tfoot > tr > th, .table-condensed > thead > tr > td, .table-condensed > thead > tr > th {
    padding: 7px 8px;
}
@-webkit-keyframes 
 0% {
 opacity: 0;
 -webkit-transform: scale3d(0.3, 0.3, 0.3);
}
 20% {
 -webkit-transform: scale3d(1.1, 1.1, 1.1);
}
 40% {
 -webkit-transform: scale3d(0.9, 0.9, 0.9);
}
 60% {
 opacity: 1;
 -webkit-transform: scale3d(1.03, 1.03, 1.03);
}
 80% {
 -webkit-transform: scale3d(0.97, 0.97, 0.97);
}
 100% {
 opacity: 1;
 -webkit-transform: scale3d(1, 1, 1);
}
}
@keyframes 
 0% {
 opacity: 0;
 -webkit-transform: scale3d(0.3, 0.3, 0.3);
 transform: scale3d(0.3, 0.3, 0.3);
}
 20% {
 -webkit-transform: scale3d(1.1, 1.1, 1.1);
 transform: scale3d(1.1, 1.1, 1.1);
}
 40% {
 -webkit-transform: scale3d(0.9, 0.9, 0.9);
 transform: scale3d(0.9, 0.9, 0.9);
}
 60% {
 opacity: 1;
 -webkit-transform: scale3d(1.03, 1.03, 1.03);
 transform: scale3d(1.03, 1.03, 1.03);
}
 80% {
 -webkit-transform: scale3d(0.97, 0.97, 0.97);
 transform: scale3d(0.97, 0.97, 0.97);
}
 100% {
 opacity: 1;
 -webkit-transform: scale3d(1, 1, 1);
 transform: scale3d(1, 1, 1);
}
}
.topbar-section .form-section label {
  font-size:18px;
  font-weight: 300;
  line-height: 22px;
}
.topbar-section .form-section .radio {
  display: inline-block;
  padding-right: 20px;
  font-size:18px;
  font-weight: 300;
  line-height: 22px;
  cursor: pointer;
}
.topbar-section .form-section .radio:hover .inner {
  -webkit-transform: scale(0.5);
  -ms-transform: scale(0.5);
  transform: scale(0.5);
  opacity: .5;
}
.topbar-section .form-section .radio input {
  width: 1px;
  height: 1px;
  opacity: 0;
}
.topbar-section .form-section .radio input:checked + .outer .inner {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  opacity: 1;
}
.topbar-section .form-section .radio input:checked + .outer { border: 2px solid #ee6b3e; }
.topbar-section .form-section .radio input:focus + .outer .inner {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  opacity: 1;
  background-color: #ee6b3e;
}
.topbar-section .form-section .radio .outer {
  width: 24px;
  height: 24px;
  display: block;
  float: left;
  margin: 0px 20px 20px 0px;
  border: 2px solid #7f8498;
  border-radius: 50%;
}
.topbar-section .form-section .radio .inner {
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  width: 14px;
  height: 14px;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  display: block;
  margin: 3px;
  border-radius: 50%;
  background-color: #ee6b3e;
  opacity: 0;
}
@media only screen and (max-width: 767px) {
    .topbar-section .form-section {
        width: 100%;
        margin-left: 0%;
    }
    .topbar-section {
        padding-top: 0px;
    }
    .topbar-section .form-section .firstbtn {
    text-align: left;
    }
    .topbar-section .form-section .radio .outer {
    margin: 0px 10px 20px 0px;
    }
    .topbar-section .form-section .radio {
        font-size: 16px;
        float: left;
    }
    .topbar-section h2 {
    margin-top:25px;
    margin-bottom: 20px;
    }
}
/*---------- Topbar Section End -------------*/

/*---------- My-Offer Section Start -------------*/
.my-offer {
    background: #40465e;
    padding-bottom: 40px;
    padding-top: 20px;
    color: #fff;
    font-weight: 100;
}
.my-offer h2 {
    margin-bottom:25px;
    margin-top:20px;
    font-weight: 300;
}
.my-offer h4 {
    margin-bottom:40px;
    margin-top:25px;
    color: #808BB5;
}
.my-offer h4 span {
    color: #ffffff;
}
.my-offer .form-section h3 span{
    font-size: 35px;
    color: #ee6b3e;
    margin-left: 5px;
}
..my-offer h2 span {
    color:#7d839c;
    font-size: 17px;
}
.my-offer .form-section {
    width: 70%;
    margin-left: 15%;
    display: block;
}
.my-offer .form-section .registration-ui {
    background: rgba(0, 0, 0, 0) linear-gradient(to bottom, #f8d038 0%, #f5ca2e 100%) repeat scroll 0 0;
    border: 1px solid #000;
    border-radius: 5px;
    color: rgb(57, 66, 99);
    font-family: helvetica,ariel,sans-serif;
    font-size: 2.5em;
    font-weight: bold;
    padding: 0.1em 0.6em;
    position: relative;
    text-align: center;
    margin: 0px auto;
}
.my-offer .form-section .edit-button {
    font-size: 20px;
    margin-left: 20px;
    margin-right: -50px;
    text-decoration: none;
    color: #ffffff;
}
.my-offer .form-section .proceed {
    background: #ee6b3e;
    border: 0px;
    color: #fff;
    font-size:27px;
    font-weight: 300;
    text-transform: uppercase;
    border-radius: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    padding: 7px;
    text-align: center;
    width:100%;
    margin: 40px auto;
}
/*---------- My-Offer Section End -------------*/



.contact-form {
    margin-bottom: 150px;
    margin-top: 80px;
}
.contact-form label {
    font-weight: 300;
}
.contact-form .fa {
    margin-right: 5px;
    color: #ee6b3e;
}
.contact-form .form-control {
    border: 1px solid #d0d6db;
    height: 50px;
    border-radius: 0px;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    box-shadow: 0px 0px 0px rgba(0,0,0,0);
    -moz-box-shadow: 0px 0px 0px rgba(0,0,0,0);
    -webkit-box-shadow: 0px 0px 0px rgba(0,0,0,0);
    margin-bottom: 20px;
    font-weight: 300;
}
.contact-form .personname {
    width: 40%;
}
.contact-form .email {
    width: 60%;
}
.contact-form .message {
    width: 75%;
    height: 100px;
    resize: none;
}
.contact-form .send {
    background: #ee6b3e;
    border: 0px;
    color: #fff;
    font-size:20px;
    font-weight: 300;
    text-transform: uppercase;
    border-radius: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    padding: 9px;
    text-align: center;
    width:210px;
    margin: 5px auto;
}
@media only screen and (max-width: 767px)
{
    .contact-form {
        margin-bottom: 640px;
        margin-top:30px;
    }
    .contact-form .personname {
    width: 100%;
    }
    .contact-form .email {
        width: 100%;
    }
    .contact-form .message {
        width: 100%;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .contact-form {
        margin-bottom: 400px;
        margin-top:30px;
    }
    .contact-form .personname {
    width: 60%;
    }
    .contact-form .email {
        width: 80%;
    }
    .contact-form .message {
        width: 90%;
    }
}

/*---------- Registration Form-------------*/

.registration-form {
    display: block;
    margin: 30px 30% 80px 30%;
}
.registration-form label {
    font-weight: 300;
}
.registration-form .fa {
    margin-right: 5px;
    color: #ee6b3e;
}
.registration-form .form-control {
    border: 1px solid #d0d6db;
    height: 50px;
    border-radius: 0px;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    box-shadow: 0px 0px 0px rgba(0,0,0,0);
    -moz-box-shadow: 0px 0px 0px rgba(0,0,0,0);
    -webkit-box-shadow: 0px 0px 0px rgba(0,0,0,0);
    margin-bottom: 20px;
    font-weight: 300;
}
.registration-form .personname {
    width: 40%;
}
.forgot-passward {
    margin-top: 70px;
    margin-bottom: 200px;
}

.registration-form .send {
    background: #ee6b3e;
    border: 0px;
    color: #fff;
    font-size:20px;
    font-weight: 300;
    text-transform: uppercase;
    border-radius: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    padding: 9px;
    text-align: center;
    width:260px;
    margin: 5px auto;
}
@media only screen and (max-width: 767px)
{
    .registration-form {
        margin-bottom: 640px;
        margin-top:30px;
        margin-left: 15px;
        margin-right: 15px;
    }
    .registration-form .personname {
    width: 100%;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .registration-form {
        margin-bottom: 400px;
        margin-top:30px;
        margin-left: 20%;
        margin-right: 20%;
    }
    .registration-form .personname {
    width: 60%;
    }
}
/*---------- thanks Page-------------*/

.thanks-page {
    display: block;
    margin: 70px auto 120px auto;
    }
.thanks-page img {
    display: block;
    max-width: 100%;
    height: auto;
    margin: 0 auto;
    }
@media only screen and (max-width: 767px)
{
    .thanks-page {
        margin-bottom: 640px;
        margin-top:30px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .thanks-page {
        margin-bottom: 400px;
        margin-top:30px;
    }
}

/*---------- Confirm Booking Section -------------*/
.confirm-booking {
    margin-top: 70px;
    margin-bottom: 100px;
    max-width:1000px;
}

.confirm-booking .send {
    background: #ee6b3e;
    border: 0px;
    color: #fff;
    font-size:20px;
    font-weight: 300;
    text-transform: uppercase;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    padding: 9px;
    text-align: center;
    width:200px;
    margin: 5px auto;
}
.confirm-booking .form-inline .form-control {
    height: 48px;
}
.confirm-booking .booking-amount {
    text-align: center;
}
.confirm-booking .amount {
    text-align: center;
    color: #ee6b3e;
    margin-top: 7px;
    margin-bottom: 20px;
}
@media only screen and (max-width: 767px)
{
    .confirm-booking {
        margin-bottom: 640px;
        margin-top: 30px;
        padding-left: 0px;
    }
    .confirm-booking .form-inline .form-control {
    margin-bottom: 9px;
    }
    .confirm-booking .booking-amount {
    margin-top: 10px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .confirm-booking {
        margin-bottom: 400px;
    }
}
/*---------- MOT and Car Section -------------*/
.mot {
    background-color: #40465e; 
    overflow: hidden;
}
.mot .margin-car-heading {
    margin-top:70px
}
.mot .mot-service {
    background: #f5f5f5;
    padding:40px 8px;
    color:#40465e;
    text-align: center;
}
.mot .mot-service img {
    display:block;
    margin:auto;
    height: 70px;
    margin-bottom:30px;
}
.mot .mot-service h4, header .mot-service p {
    text-align: center;
    margin-top:10px;
    color:#40465e;
}
.mot .mot-service a  {
    border: 1px solid #40465e;
    color:#ee6b3e;
    width: 130px;
    font-size: 18px;
    margin: 8px auto;
    padding: 4px;
    display: inline-block;
}
.mot .mot-service .bottom-btn {
    position:absolute;
    bottom: 10px;
    left: 0;
    width: 100%;
}
.mot .mot-service .price {
    font-size:22px;
    color:#40465e;
    margin-top:20px;
    margin-bottom:45px;
}
.mot .banner {
    position:relative;
    left: 30%;
}
.mot .car-image {
    width:88%;
    position :absolute;
    right: -6%;
    bottom:-10px;
}
.mot .car-image-box {
    border: 4px solid #fff;
    width:300px;
    height:340px;
}
.mot .car-image-text {
    position:absolute;
    right:84%;
    left:-30%;
    background-color: #40465e;
    text-align: right;
    top:20%;
}
.mot .car-image-text .rawly-auto {
    font-size:49px;
    color:#ee6b3e;
    font-weight:200;
}
.mot .car-image-text h3 {
    color:#fff;
    text-align: right;
    margin-top:5px;
    font-weight:200;
    text-align: right;
}
.mot .car-image-text p {
    color:#9197ad;
    text-align: right;
} 

/*---------- Services Start ---------------- */
.services {
    margin-bottom: 50px;
    display: flex;
}
.services .box, .services .box-a {
    padding:10px;
    color:#fff;
    position: relative;
}

.services .box .bottom-btn, .services .box-a .bottom-btn{
    position: absolute;
    bottom: 10px;
    left: 0;
    width: 100%;
    z-index: 2;
}
.services .box .bottom-btn a, .services .box-a .bottom-btn a {
    width: 130px;
    font-size: 18px;
    margin: 8px auto;
    padding: 4px;
    display: inline-block;
}
.services .box-a a {
    background: #ee6b3e;
    color: #fff;
}
.services .box a {
    background: #fff;
    color: #40465e;
}
.services .box {
    background:#ee6b3e;
}
.services .box-a {
    background:#40465e;
}
.services .car-service-bg {
    position: relative;
    overflow: hidden;
}
.services .car-service-bg .bg-image {
    position: absolute;
    left: 0;
    top: -20px;
    height: auto;
    opacity: 0.3;
}
.services .box img, .services .box-a img {
    height:70px;
    margin-top: 20px;
    position:relative;
    z-index: 2;
}
.services .box-a h3, .services .box-a h4, .services .box-a p {
    color:#fff;
    position:relative;
    z-index: 2;
}
.services .box-a .price {
    font-size:22px;
    color:#ee6b3e;
    margin-top:20px;
    margin-bottom:70px;
    position:relative;
    z-index: 2;
}
.services .box-a .price span {
    font-size:14px;
    color:#fff;
}
/*---------- Features Start ---------*/
.features {
    background: url(../images/car_bg.jpg) left bottom no-repeat;
    margin-top:50px;
    margin-bottom: 150px;
}
.features .feature-box {
    color:#fff;
    position: relative;
    margin-top:35px;
    margin-top:35px;
}
.features .features-car {
    position: relative;
    padding-top: 90px;
} 
.features .feature-box h4 {
    padding: 8px;
    width: 85%;
    z-index: 2;
    line-height: 1.8;
    color:#fff;
}
.features .feature-car-box {
    border: 1px solid #ee6b3e;
    padding-top:0px;
    padding-bottom:0px;    
}
.features .orange-background {
    background: url(../images/orange_color_bg.svg) left repeat-y;
    margin-top:35px;
    margin-bottom:35px;
    background-size: 47%;
    padding-bottom: 35px;
}
.features .orange-background .dvla {
    background: #f5f5f5;
    margin-top:30px;
    padding: 10px;
    box-shadow: 0px 2px 5px rgba(0,0,0,0.3);
    -moz-box-shadow: 0px 2px 5px rgba(0,0,0,0.3);
    -webkit-box-shadow: 0px 2px 5px rgba(0,0,0,0.3);
    min-height: 451px;
}
.features .orange-background .dvla .dvla-img {
    margin-top: 20px;
}
.features .orange-background .dvla .dvla-img img {
    max-height: 255px;
    margin: 0 auto;
    display: block;
    max-width: 101%;
}

.features .offers {
    margin-top:40px;
    margin-bottom:40px;
    background: #ee6b3e;
    position: relative;
    left:-10%;
}
.features .book-online,  .features .free-estimate{
    background: #f5f5f5;
    margin-top: 30px;
    margin-left:25px;
    height: 210px;
    box-shadow: 0px 2px 5px rgba(0,0,0,0.3);
    -moz-box-shadow: 0px 2px 5px rgba(0,0,0,0.3);
    -webkit-box-shadow: 0px 2px 5px rgba(0,0,0,0.3);
    overflow: hidden;
}
.features .book-online .book-online-text h3, .features .free-estimate .book-online-text h4{
    color:#40465e;
    margin-bottom:15px;
}
.features .book-online .book-online-text p, .features .free-estimate .book-online-text p, .features .orange-background .dvla p {
    font-size: 12px;
    color:#777;
}
.features .book-online .book-online-text a, .features .free-estimate .book-online-text a, .features .orange-background .dvla a {
    color: #ee6b3e;
    font-size: 16px;
    padding: 8px 16px;   
}
.features .book-online .img-book-online {
    background: url(../images/book_online.jpg) 31% bottom no-repeat;  
    height:100%;
}
.features .free-estimate .img-free-estimate {
    background: url(../images/free_estimate.jpg) 31% bottom no-repeat;
    height: 100%;
    background-size: 154%;
}   
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .features {
        background: url(../images/car_bg.jpg) -25% bottom no-repeat;
    }
    .features .book-online .img-book-online img {
        width: 100%;
    }
    .features .orange-background .dvla .dvla-head {
        width: 58.33333333%;
        float: left;
        padding: 10px;
    }
    .features .orange-background .dvla .dvla-img {
        width: 41.66666667%;
        float: left;
        margin-top: 0px;
    }
    .features .orange-background .dvla .dvla-img img {
        height: 210px;
        float: right;
        width:100%;
    }
    .features .orange-background .dvla {
        min-height: 210px;
        padding:0px;
        overflow: hidden;
        height: 210px;
        margin-left: 25px;
    }
    .mot .car-image-text .rawly-auto {
    font-size: 47px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .features .orange-background .dvla .dvla-head {
        width: 58.33333333%;
        float: left;
        padding: 10px;
    }
    .features .orange-background .dvla .dvla-img {
        width: 41.66666667%;
        float: left;
        margin-top: 0px;
    }
    .features .orange-background .dvla .dvla-img img {
        height: 210px;
        float: right;
        width: 91%
    }
    .features .orange-background .dvla {
        min-height: 210px;
        padding:0px;
        overflow: hidden;
        height: 210px;
        margin-left: 25px;
    }
    .features .feature-box h4 {
        width: 56%;
    }
    .features .book-online .img-book-online {
        right: -7%;   
    }
    .features .features-car {
        position: relative;
        padding-top: 15px;
    }
    .features {
        margin-bottom: 367px;
    }
    .footer-menu .inner-section {
    display: block;
    }
    .footer-menu .inner-section img {
    width: 50%!important;
    }
    .footer-menu .footer-text {
    padding: 10px 100px 0px 100px;        
    }  
    .footer-menu {
        top: -320px!important;
    }
    .mot .car-image {
    width: 109%;
    right: -33%;
    }    
    .mot .car-image-text {
    right: 75%;
    top: 18%;
    }
    .mot .car-image-text .rawly-auto {
    font-size: 43px;
    }
}
@media only screen and (max-width: 767px) {
    header .main-manu {
    float: right;
    padding-right: 0px;
    margin-right: -13px;
    }
    header .nav li {
    width: 100%;
    }
    header .main-manu li a {
    color: #fff;
    padding: 8px 8px 8px 8px;
    }
    .navbar-toggle {
    float: left;
    margin-top: -26px;
    margin-left: 30px;
    }
    header .logo {
    margin: 0 auto;
    }
    header .navbar-default .navbar-nav > li > a {
    text-align: left;
    color: #40465e;
    font-size: 14px;
    padding: 10px 31px;
    }
    .navbar-default .navbar-collapse, .navbar-default .navbar-form {
    border-color: none;
    }
    .navbar-collapse {
        padding-right: 0px;
        border-top: none;
        box-shadow: none;
    }
    header .navbar-default .navbar-nav > li > a:hover, header .navbar-default .navbar-nav > li > a:active, header .navbar-default .navbar-nav > li > a:focus {
    color: #fff;
    background: #40465e;
    }
    header .navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:focus, .navbar-default .navbar-nav > .open > a:hover {
    color: #fff;
    background: #40465e;
    }
    .navbar-nav {
    margin: 0px -14px;
    background: #f5f5f5;
    }
    header .navbar {
    margin-top: 0px;
    }   
    .mot .margin-car-heading {
    margin-top: 0px;
    }
    .mot .car-image {
    display: none;
    width:0%;
    }
    .mot .banner {
    left: -106px;
    margin: 32px 0px;
    }
    .mot .car-image-box {
    margin-top: -30px;
    height: 279px;
    width: 150px;
    margin-left: 90px;
    }
    .mot .car-image-text {
    position: absolute;
    right: -46%;
    left: 111px;
    text-align: left;
    top: 20%;
    }
    .mot .car-image-text .rawly-auto {
    font-size: 43px;
    }
    .mot .car-image-text h3 {
    text-align: left;
    }
    .mot .car-image-text p {
    text-align: left;
    }
    .services {
    display: block;
    margin: 0 -15px;
    }
    .services .box-a {
    min-height: 308px;
    max-width: 100%;
    }
    .services .box {
    min-height: 308px;
    max-width: 100%;
    }
    .services .car-service-bg .bg-image {
    width: 100%;
    height:103%;
    }
    .features {
    background: #40465e;
    margin-bottom: 600px;
    }
    .features .feature-box h4 {
    width: 100%;
    }
    .features .features-car {
    padding-top: 0px;
    }
    .features .book-online, .features .free-estimate {
    height: auto;
    width: 100%;
    display: block;
    margin: 30px auto;
    }
    .features .book-online .img-book-online, .features .free-estimate .img-free-estimate {
    height: 200px;
    margin-top: 20px;
    }
    .features .book-online .img-book-online {
    background: url(../images/book_online.jpg) center bottom no-repeat;  
    }
    .features .free-estimate .img-free-estimate {
    background: url(../images/free_estimate.jpg) center bottom no-repeat;
    margin-bottom: -20px;
    }    
    .features .free-estimate {
    padding-bottom: 20px;
    }
    .features .orange-background .dvla {
    min-height: 453px;
    }
    .features .orange-background .dvla .dvla-img {
    overflow: hidden;
    margin-top: 20px;
    }
    .carousel-inner > .item > a > img, .carousel-inner > .item > img, .img-responsive, .thumbnail a > img, .thumbnail > img {
    margin: 0 auto;
    }
    .footer-menu {
    margin-top: -515px;
}
    
    
}
/*---------- Body Shop - Car and Heading Section ---------------- */

.body-shop-car {
    background-color: #40465e; 
}
.body-shop-car .margin-car-heading {
    margin-top:20px
}
.body-shop-car .margin-car-heading .banner {
    position:relative;
}
.body-shop-car .margin-car-heading .car-image {
    width: 47%;
    position: absolute;
    right: 0%;
    bottom: -25%;
    z-index: 2;
    max-width: 600px;
}
.body-shop-car .margin-car-heading .car-image-box {
    border: 4px solid #fff;
    width:300px;
    height:314px;
    margin-bottom: 60px;
    right: -46%;
    position: inherit;
}
.body-shop-car .margin-car-heading .car-image-text {
    position:absolute;
    right:38%;
    background-color: #40465e;
    text-align: right;
    top:13%;
}
.body-shop-car .margin-car-heading .car-image-text .rawly-auto {
    font-size:49px;
    color:#ee6b3e;
    font-weight:200;
}
.body-shop-car .margin-car-heading .car-image-text h3 {
    color:#fff;
    text-align: right;
    margin-top:5px;
    font-weight:200;
    text-align: right;
}
.body-shop-car .margin-car-heading .car-image-text p {
    color:#9197ad;
    text-align: right;
} 
/*---------- Body Shop Services Desktop ---------------- */
.bodyshop-services {
    background: linear-gradient(rgba(215,217,225,1), rgba(255,255,255,1), rgba(255,255,255,1));
    background: -webkit-linear-gradient(rgba(215,217,225,1), rgba(255,255,255,1), rgba(255,255,255,1));
    background: -moz-linear-gradient(rgba(215,217,225,1), rgba(255,255,255,1), rgba(255,255,255,1));
}
.bodyshop-services p {
    color:#40465e;
    margin: 0px;
}
.bodyshop-services .mainbox-top .center-services{
    display:flex;
    margin:0 auto;
    margin-top:100px;
    z-index: 2;
    position: relative;
}
.bodyshop-services .mainbox-top .center-services p{
    margin-bottom: 30px;
}
.bodyshop-services .mainbox-top .circle-bottom{
    position: absolute;
    bottom: -20px;
    left: 0;
    width: 100%;
}
.bodyshop-services .mainbox-top .center-services .big-circle{
    background: #40465e;
    border-radius: 100%;
    display: inline-block;
    padding: 5px;
    margin-bottom: 4px;
    border: 6px solid #c4c6d0;
}
.bodyshop-services .half-circle-section{
    border-top:2px solid #c6c8d1;
    border-bottom:2px solid #c6c8d1;
    border-right:2px solid #c6c8d1;
    border-radius:0px 80px 80px 0px;
    margin-right: 5%;
    position: relative;
    height:150px;
}
.bodyshop-services .half-circle-section .text-section {
    position:absolute;
    top:50%;
    transform:translateY(-50%);
    -moz-transform:translateY(-50%);
    -webkit-transform:translateY(-50%);
    right:7%;
    text-align:right;
    font-size:25px;
    left: 5%;
}
.bodyshop-services .half-circle-section .text-section span {
    color:#ff6b37;
}
.bodyshop-services .mainbox-bottom .center-services{
    display:block;
    margin:0 auto;
    margin-bottom:100px;
    z-index: 2;
    position: relative;
}
.bodyshop-services .mainbox-bottom .center-services .blank-service{
    border-top:2px solid #fff;
    margin-top:-2px;
    display: list-item;
    margin-left: -15px;
}
.bodyshop-services .mainbox-bottom .center-services .big-circle{
    background: #40465e;
    border-radius: 100%;
    display: inline-block;
    padding: 5px;
    margin-bottom: 14px;
    margin-top: -12px;
    border: 6px solid #c4c6d0;
}
/*---------- Body Shop Services Mobile---------------- */
.bodyshop-services-mob {
    background: linear-gradient(rgba(215,217,225,1), rgba(255,255,255,1), rgba(255,255,255,1));
    background: -webkit-linear-gradient(rgba(215,217,225,1), rgba(255,255,255,1), rgba(255,255,255,1));
    background: -moz-linear-gradient(rgba(215,217,225,1), rgba(255,255,255,1), rgba(255,255,255,1));
}
.bodyshop-services-mob .text-section {
    font-size: 25px;
    color: #40465e;
    margin: 25px auto;
}
.bodyshop-services-mob .margin-top-line {
    margin-bottom: 10px;
}
.bodyshop-services-mob .margin-last-line {
    margin-bottom: 9px;
    margin-top: 44px;
}
.bodyshop-services-mob .text-section span {
    color:#ff6b37;
}
.bodyshop-services-mob .half-circle-section-left{
    border-top:2px solid #c6c8d1;
    border-bottom:2px solid #c6c8d1;
    border-right:2px solid #c6c8d1;
    position: relative;
    height:85px;
    margin-top: -2px;
}
.bodyshop-services-mob .half-circle-section-right{
    border-top:2px solid #c6c8d1;
    border-bottom:2px solid #c6c8d1;
    border-left:2px solid #c6c8d1;
    position: relative;
    height:85px;
    margin-top: -2px;
}
.bodyshop-services-mob .triangle-up{
    width: 0; 
    height: 0;
    border-left: 9px solid transparent; 
    border-right: 9px solid transparent; 
    border-bottom: 18px solid #40465e; 
    position: absolute;
    top: -12px;
    left: 45%;
}
.bodyshop-services-mob .text-section-points {
    position:inherit;
    top:60%;
    transform:translateY(-50%);
    -moz-transform:translateY(-50%);
    -webkit-transform:translateY(-50%);
    text-align:center;
    font-size: 14px;
    margin-left: 0px;
    margin-right: 0px;
}

/*---------- Body Shop Button ---------------- */
.bodyshop-getaquote a{
    color: #ff6d3a;
    font-size: 25px;
    padding-left:0px;
    padding-top: 8px;
    padding-right: 20px;
    padding-bottom: 8px;
}.bodyshop-getaquote p{
    color: #40465e;
}
.bodyshop-getaquote a span{
    border-top:1px solid #ff6b37;
    border-left:1px solid #ff6b37; 
    border-bottom: 1px solid #ff6b37;
    color: #40465e;
    padding-left:20px;
    padding-top: 8px;
    padding-right: 5px;
    padding-bottom: 8px;
}
.bodyshop-getaquote .bodyshop-feature-car {
    display: block;
    margin:0 auto;
    margin-top:100px;
    margin-bottom: 50px;
}
.bodyshop-getaquote .bodyshop-feature-heading{
    margin-top: 20px;
    margin-bottom: 20px;
}
.bodyshop-getaquote .bodyshop-feature-heading .feature-text{
    font-size: 25px;
    color: #40465e;
}
.bodyshop-getaquote .bodyshop-feature-heading .feature-text-orange {
    color: #ff6d3a;
    font-weight: 500;
    text-transform: uppercase;
}
/*---------- Body Shop Accident Features ---------------- */
.bodyshop-accident-feature{
    background: url(../images/bodyshop_key_man.jpg) right bottom no-repeat;
    margin-top: 50px;
    background-size: 61%;
    margin-top: 100px;
    margin-bottom: 150px;
}
.bodyshop-accident-feature .accident-container{
    padding-left: 20px;
    background: #fff;
    border: 1px solid #ff6d3a;
    margin-top: 40px;
    margin-bottom: 20px;
    padding-right: 20px;
    padding-bottom: 10px;
    box-shadow: -3px 9px 5px rgba(0,0,0,0.2);
    -moz-box-shadow: -3px 9px 5px rgba(0,0,0,0.2);
    -webkit-box-shadow: -3px 9px 5px rgba(0,0,0,0.2);
}
.bodyshop-accident-feature .vehicle-container{
    padding-left: 20px;
    background: #fff;
    border: 1px solid #ff6d3a;
    margin-top: 20px;
    margin-bottom: 40px;
    padding-right: 20px;
    padding-bottom: 10px;
    box-shadow: -3px 9px 5px rgba(0,0,0,0.2);
    -moz-box-shadow: -3px 9px 5px rgba(0,0,0,0.2);
    -webkit-box-shadow: -3px 9px 5px rgba(0,0,0,0.2);
}
.bodyshop-accident-feature h3{
    color: #40465e;
}
.bodyshop-accident-feature p{
    color: #777;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .body-shop-car .margin-car-heading .car-image {
        width: 56%;
    }
    .bodyshop-accident-feature {
        margin-bottom: 350px;
        margin-top: 30px;
    }
    .bodyshop-accident-feature {
        background-size: 73%;
    }
}
@media only screen and (min-width: 468px) and (max-width: 767px) {
    .body-shop-car .margin-car-heading .car-image-box {
        height: 227px;
    }
}
@media only screen and (max-width: 767px) {
    .body-shop-car .margin-car-heading {
    margin-top:70px
    }
    .body-shop-car .margin-car-heading .car-image {
    display:none;
    }
    .body-shop-car .margin-car-heading .car-image-box {
    width: 200px;
    left: -30px;
    margin-top: -55px;
    }
    .body-shop-car .margin-car-heading .car-image-text {
    right: -10%;
    text-align: left;
    top: 9%;
    left: -10px;
    }
    .body-shop-car .margin-car-heading .car-image-text h3 {
    text-align: left;
    font-size: 19px;
    }
    .body-shop-car .margin-car-heading .car-image-text .rawly-auto {
    font-size: 47px;
    line-height: 1.2;
    }
    .body-shop-car .margin-car-heading .car-image-text p {
    text-align: left;
    }
    .bodyshop-accident-feature {
    background-size: 61%;
    margin-top: 30px;
    margin-bottom: 600px;
    background: #40465e;
    }
    .bodyshop-getaquote {
        margin-top: 100px;
    }
}
@media only screen and (max-width: 767px) {
    .bodyshop-services {
        display: none;
    }
}
@media only screen and (min-width: 768px) {
    .bodyshop-services-mob {
        display: none;
    }
}
/*---------- MOT Page Start ---------------- */
.mot-service {
    color: #40465e;
}
.mot-service h3 {
    margin-top: 0px;
}
.mot-service img {
    display: block;
    margin: 20px auto;
}
.mot-service h1 {
    margin-top:50px;
    margin-bottom: 50px;
    font-size: 60px;
    font-weight: 100;    
}
.grey-bg {
    background: #f5f5f5;
    padding-top: 40px;
    padding-bottom: 40px;
    margin-bottom: 35px;
    margin-top: 35px;
}
.other-features {
    color: #40465e;
    text-align: left;
    margin-bottom: 100px;
}
.other-features [class*=col-]:first-child {
    text-align: right;
}
@media only screen and (max-width: 767px) {
    .other-features {
    margin-bottom: 600px;
    }
    .other-features [class*=col-]:first-child {
    text-align: left;
    }
    .mot-service h1 {
    margin-top: 25px;
    margin-bottom: 14px;
    font-size: 46px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px){
    .other-features {
        margin-bottom: 340px;
    }
}
/*---------- Scrap My Car Page Start ---------------- */
.scrap-my-car {
    color: #40465e;
}
.scrap-my-car img {
    display: block;
    margin: 20px auto;
}
.scrap-my-car h1 {
    margin-top:50px;
    margin-bottom: 50px;
    font-size: 60px;
    font-weight: 100;    
}
.scrap-feature {
    margin-bottom: 100px;
}
@media only screen and (max-width: 767px) {
    .scrap-feature {
    margin-bottom: 600px;
    }
    .scrap-my-car h1 {
    margin-top: 25px;
    margin-bottom: 14px;
    font-size: 38px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px){
    .scrap-feature {
        margin-bottom: 340px;
    }
}
/*---------- Wheel Alignment Page Start ---------------- */
.wheel-alignment {
    color: #40465e;
    margin-bottom: 100px;
}
.wheel-alignment img {
    display: block;
    margin: 0px auto;
}
.wheel-alignment h1 {
    margin-top:60px;
    margin-bottom: 60px;
    font-size: 60px;
    font-weight: 100;    
}
@media only screen and (min-width: 768px) and (max-width: 991px){
    .wheel-alignment {
        margin-bottom: 340px;
    }
    .wheel-alignment img {
    display: block;
    margin: 20px auto;
    }
}
@media only screen and (max-width: 767px) {
    .wheel-alignment {
    margin-bottom: 600px;
    }
    .wheel-alignment img {
    display: block;
    margin: 20px auto;
    }
    .wheel-alignment h1 {
    font-size: 40px;  
    }
}
/*---------- Tyre Page Start ---------------- */
.tyre {
    margin-top: 50px;
    margin-bottom: 100px;
}
.tyre .tyre-heading h1{
   color: #40465e; 
   text-align: left;
    font-size: 70px;
    margin-bottom: 15px;
    margin-top: 0px;
}
.tyre .tyre-heading p{
   color: #40465e; 
}
.tyre-feature-img {
    display: block;
    margin: 0 auto;  
    max-width: 450px;
    width: 100%;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
   .tyre {
    margin-bottom: 340px;
    } 
}
@media only screen and (min-width: 400px) and (max-width: 767px) {
   .tyre-feature-img {
    width: 70%; 
    }
}
@media only screen and (max-width: 767px) {
    .tyre {
    margin-bottom: 600px;
    }
    .tyre-feature-img {
    margin-bottom: 40px; 
    margin-top: 40px;
    }
    .tyre .tyre-heading h1{
    font-size: 50px;
    margin-bottom: 20px;
    margin-top: -20px;
    }
}
/*---------- Spares Page Start ---------------- */
.spares-image {
    display: block;
    margin: 0 auto;
    margin-top: 50px;
    width: 100%;
    }
.spares-feature {
    margin-top: 20px;
    margin-bottom: 40px;
    color: #40465e; 
    text-align: center;
    }
.spares-feature h1 {
    font-size: 60px;
    margin-top: 70px;
}
.spares-text-section {
    background: #f5f5f5;
    text-align: center;
    padding: 30px 15%;
    margin-bottom: 80px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .spares-text-section {
    margin-bottom: 360px;
    padding: 30px 0%;
    text-align: justify;
    }
}
@media only screen and (max-width: 767px) {
    .spares-feature h1 {
    font-size: 40px;
    margin-top: 30px;
    }
    .spares-text-section {
    margin-bottom: 600px;
    }
    .spares-text-section {
    padding: 30px 0%;
    text-align: justify;
    }
}
/*---------- Car-Servicing Page Start ---------------- */
.cs-image {
    display: block;
    margin: 30px auto;
    width: 100%;
    max-width: 450px;
    }
.cs-feature {
    margin-top: 20px;
    margin-bottom: 40px;
    color: #40465e; 
    }
.cs-feature img {
    margin-top: 40px;
    height: 120px;
    }
.cs-feature h1 {
    font-size: 60px;
    margin-top: 20px;
}
.cs-feature h2 {
    color:#ff6b37;
    margin-top:0px;
}
.cs-text-section {
    background: #f5f5f5;
    text-align: center;
    padding: 30px 15%;
    margin-bottom: 80px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .cs-text-section {
    margin-bottom: 360px;
    padding: 30px 0%;
    text-align: justify;
    }
    .cs-feature h1 {
    font-size: 40px;
    }
    .cs-image {
    margin-top: 70px;
    }
}
@media only screen and (max-width: 767px) {
    .cs-feature h1 {
    font-size: 40px;
    }
    .cs-feature img {
    height: 120px;
    display: block;
    margin: 30px auto;
    }
    .cs-text-section {
    margin-bottom: 600px;
    }
    .cs-text-section {
    padding: 30px 0%;
    text-align: justify;
    }
}
/*---------- Repair Page Start ---------------- */
.repair-image {
    display: block;
    margin: 0 auto;
    margin-top: 50px;
    margin-bottom: 30px;
    width: 100%;
    max-width: 550px;
    }
.repair-feature {
    margin-top: 20px;
    margin-bottom: 40px;
    color: #40465e; 
    text-align: left;
    }
.repair-feature h1 {
    font-size: 55px;
    margin-top: 20px;
}
.repair-text-section {
    background: #f5f5f5;
    text-align: center;
    padding: 30px 15%;
    margin-bottom: 80px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .repair-text-section {
    margin-bottom: 360px;
    }
    .repair-feature h1 {
    font-size: 50px;
    }
}
@media only screen and (max-width: 767px) {
    .repair-feature h1 {
    font-size: 40px;
    }
    .repair-text-section {
    margin-bottom: 600px;
    }
    .repair-text-section {
    padding: 30px 0%;
    }
    .repair-feature {
    text-align: center;
    }
    .repair-feature img {
    margin: 0 auto;
    }
}
/*---------- Air Conditioning Page Start ---------------- */
.ac-image {
    display: block;
    margin: 0 auto;
    margin-top: 50px;
    margin-bottom: 30px;
    width: 100%;
    max-width: 400px;
    }
.ac-feature {
    margin-top: 60px;
    margin-bottom: 40px;
    color: #40465e; 
    text-align: left;
    }
.ac-feature h1 {
    font-size: 55px;
    margin-top: 20px;
}
.ac-text-section {
    background: #f5f5f5;
    color: #40465e; 
    text-align: left;
    padding: 30px 15%;
    margin-bottom: 80px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .ac-text-section {
    margin-bottom: 360px;
    padding: 30px 0%;
    }
    .ac-feature h1 {
    font-size: 44px;
    }
}
@media only screen and (max-width: 767px) {
    .ac-feature h1 {
    font-size: 35px;
    }
    .ac-text-section {
    margin-bottom: 600px;
    padding: 30px 0%;
    }
    .ac-feature {
    text-align: center;
    }
    .ac-feature img {
    margin: 0 auto;
    }
}
/*---------- Clutch Page Start ---------------- */
.clutch-image {
    display: block;
    margin: 0 auto;
    margin-top: 50px;
    margin-bottom: 30px;
    width: 100%;
    max-width: 550px;
    }
.clutch-feature {
    margin-top: 20px;
    margin-bottom: 40px;
    color: #40465e; 
    text-align: left;
    }
.clutch-feature h1 {
    font-size: 55px;
    margin-top: 20px;
}
.clutch-text-section {
    background: #f5f5f5;
    text-align: center;
    padding: 30px 15%;
    margin-bottom: 80px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .clutch-text-section {
    margin-bottom: 360px;
    }
    .clutch-feature h1 {
    font-size: 42px;
    }
}
@media only screen and (max-width: 767px) {
    .clutch-feature h1 {
    font-size: 40px;
    }
    .clutch-text-section {
    margin-bottom: 600px;
    padding: 30px 0%;
    }
    .clutch-feature {
    text-align: center;
    }
}
/*---------- About us Page Start ---------------- */
.aboutus-image {
    display: block;
    margin: 0 auto;
    margin-top: 50px;
    margin-bottom: 30px;
    width: 100%;
    max-width: 550px;
    }
.aboutus-feature {
    margin-top: 20px;
    margin-bottom: 40px;
    color: #40465e; 
    text-align: left;
    }
.aboutus-feature h1 {
    font-size: 55px;
    margin-top: 20px;
}
.aboutus-text-section {
    background: #f5f5f5;
    text-align: center;
    padding: 30px 15%;
    margin-bottom: 80px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .aboutus-text-section {
    margin-bottom: 360px;
    padding: 30px 0%;
    text-align: justify;
    }
    .aboutus-feature h1 {
    font-size: 50px;
    }
}
@media only screen and (max-width: 767px) {
    .aboutus-feature h1 {
    font-size: 40px;
    }
    .aboutus-text-section {
    margin-bottom: 600px;
    padding: 30px 0%;
    text-align: justify;
    }
    .aboutus-feature {
    text-align: center;
    }
}
/*---------- Recovery Page Start ---------------- */
.recovery-heading{
    color: #40465e; 
    padding: 15px;
    margin-bottom: 50px;
}
.recovery-image {
    display: block;
    margin: 0 auto;
    margin-top: 50px;
    width: 100%;
    margin-bottom: 0px;
    max-width: 550px;
}
.recovery-text-section {
    background: #f5f5f5;
    padding-top:30px;
    padding-bottom: 50px;
    color: #40465e; 
    margin-bottom: 130px;
}
.recovery-text-section .recovery-icon {
    display: block;
    margin:20px auto;
    height: 50px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .recovery-text-section {
    margin-bottom: 360px;
    }
}
@media only screen and (max-width: 767px) {
    .recovery-text-section {
    margin-bottom: 600px;
    }
}

/*---------- Brake Page Start ---------------- */
.brake-heading{
    color: #40465e; 
    padding: 15px;
    margin-bottom: 50px;
    margin-top: 30px;
}
.brake-image {
    display: block;
    margin: 0 auto;
    margin-top: 40px;
    width: 100%;
    margin-bottom: 40px;
    max-width: 450px;
}
.brake-icon-section {
    background: #f5f5f5;
    padding-top:30px;
    padding-bottom: 50px;
    color: #40465e; 
    margin-bottom: 60px;
}
.brake-icon-section .brake-icon {
    display: block;
    margin:20px auto;
    height: 50px;
}
.brake-text-section {
    color: #40465e;
    margin-bottom: 100px;
}
.brake-text-section p {
    line-height: 2.0;
}
.brake-text-section span {
    color:#ff6b37;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .brake-text-section {
    margin-bottom: 360px;
    }
}
@media only screen and (max-width: 767px) {
    .brake-text-section {
    margin-bottom: 600px;
    }
}
/*---------- Terms and Conditions Start ---------------- */
.term-condition {
    color:#40465e; 
    margin-bottom: 100px;
    margin-top: 100px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .term-condition {
    margin-bottom: 360px;
    }
}
@media only screen and (max-width: 767px) {
    .term-condition {
    margin-bottom: 600px;
    }
    .brake-heading img {
    display: block;
    margin:0 auto;
    }
}

/*---------- Map Start ---------------- */
.feature.map {
    height: 100%;
    position: relative;
    margin-bottom: -5px;
}
.feature.map iframe {
  height: 100%;
  min-height: 500px;
  width: 100%;
  border: 0;
  filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='grayscale'><feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0'/></filter></svg>#grayscale");
  /* Firefox 10+ */
  filter: gray;
  /* IE6-9 */
  -webkit-filter: grayscale(99%);
  /* Chrome 19+ & Safari 6+ */
  -webkit-backface-visibility: hidden;
  /* Fix for transition flickering */
    
}
.footer-menu {
    position: absolute;
    top: -50px;
    left: 0px;
    width:100%;
    z-index: 2;
    display: flex;
}
.footer-menu .inner-section {
    width:75%;
    background:#f5f5f5;
    margin:0 auto;
    padding: 20px 10px;
    box-shadow: 0px 2px 5px rgba(0,0,0,0.3);
    -moz-box-shadow: 0px 2px 5px rgba(0,0,0,0.3);
    -webkit-box-shadow: 0px 2px 5px rgba(0,0,0,0.3);
}
@media only screen and (max-width: 767px) {
    .footer-menu .inner-section {
    width:90%;
    }
}

.footer-menu .inner-section ul {
    padding-left: 0px;
}
.footer-menu .inner-section ul li {
    list-style-type: none;
    color:#ff6b37;
    font-size: 16px;
}
.footer-menu .inner-section ul li a {
    color:#40465e;
    padding: 4px 0px;
    margin-top: 4px;
    display: block;
    font-size: 14px;
}
.footer-menu .footer-text {
    color: #918D8C;
    margin-top: 10px;
    font-size: 12px;
}
.footer-menu .inner-section img {
    width: 100%;
    display: block;
    margin: 0 auto;
    max-width: 235px;
    padding-top: 10px;
}
/*---------- bottom-line Start ---------------- */
footer .footer-map {
    padding-left: 0px;
    padding-right: 0px;
}
.footer-line {
    background:#333;
}
.footer-line p {
    color:#c5c5c5;
    margin: 10px auto;
}

