@import url('https://fonts.googleapis.com/css?family=Open+Sans:400,600,700,800');
@import url("https://fonts.googleapis.com/css?family=Roboto:400,300,700italic,700,500&subset=latin,latin-ext");
@import url("//netdna.bootstrapcdn.com/font-awesome/4.0.3/css/font-awesome.css");
@font-face {
  font-family: 'gothambold1';
  src: url('../fonts/gothambold/gothambold1.eot');
  src: local('gothambold1'), url('../fonts/gothambold/gothambold1.woff') format('woff'), url('../fonts/gothambold/gothambold1.ttf') format('truetype');
}
/* use this class to attach this font to any element i.e. <p class="fontsforweb_fontid_5903">Text with this font applied</p> */
.spl-font-bold {
  font-family: 'gothambold1' !important;
}
@font-face {
  font-family: 'GothamBook';
  src: url('../fonts/gothambook/GothamBook.eot');
  src: local('GothamBook'), url('../fonts/gothambook/GothamBook.woff') format('woff'), url('../fonts/gothambook/GothamBook.ttf') format('truetype');
}
/* use this class to attach this font to any element i.e. <p class="fontsforweb_fontid_10146">Text with this font applied</p> */
.spl-font-book {
  font-family: 'GothamBook' !important;
}
.brand-color {
  color: #ec1c24;
}
h6 {
  font-size: 16px;
  line-height: 22px;
  font-weight: 600;
  color: #ec1c24;
  margin-bottom: 0;
}
.loading {
  background-image: url('../images/loader.gif') !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
  background-size: 80px !important;
  min-height: 300px;
}
@media only screen and (min-width: 1201px), only screen and (min-width: 992px) and (max-width: 1200px) {
  .web-infographics {
    display: block !important;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .mob-infographics {
    display: block !important;
  }
}
@media only screen and (max-width: 767px) {
  #text-group {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  #heading-group .st57 {
    font-size: 30px;
  }
}
.scrolloff {
  pointer-events: none;
}
.brand-color {
  color: #ec1c24;
}
.nostyle-link {
  text-decoration: none;
  color: black;
}
.nostyle-link:hover {
  text-decoration: none;
  color: #333333;
}
#tag-space {
  width: 100%;
  display: table;
  transition: all 0.5S ease;
}
#tag-space .removeTag {
  cursor: pointer;
  padding-left: 5px;
}
.line-head-div {
  border-top: 1px solid #d8d8d8;
  margin-top: 50px;
}
.lined-head {
  margin-top: -15px;
  background: #f5f5f5;
  width: 250px;
  margin-left: auto;
  margin-right: auto;
  font-weight: 800;
  font-size: 24px;
}
.white-lined-head {
  background: white;
}
.selectable {
  cursor: pointer;
}
.icon-spirit {
  background: url("../images/icons.png") no-repeat;
  image-rendering: -moz-crisp-edges;
  /* Firefox */
  image-rendering: -o-crisp-edges;
  /* Opera */
  image-rendering: -webkit-optimize-contrast;
  /* Webkit (non-standard naming) */
  image-rendering: crisp-edges;
  -ms-interpolation-mode: nearest-neighbor;
  /* IE (non-standard property) */
}
.ui-slider {
  position: relative;
  text-align: left;
}
.ui-slider .ui-slider-handle {
  position: absolute;
  z-index: 2;
  width: 15px;
  height: 15px;
  cursor: default;
  border: 5px solid #ec1c24;
  border-radius: 15px;
  background-color: white;
}
.ui-slider .ui-slider-handle:focus {
  outline: none;
}
.ui-slider .ui-slider-range {
  position: absolute;
  z-index: 1;
  font-size: 14px;
  display: block;
  border: 0;
  background-position: 0 0;
  background-color: black;
}
.ui-slider-horizontal {
  height: 5px;
}
.ui-slider-horizontal .ui-slider-handle {
  top: -5px;
  margin-left: -5px;
}
.ui-slider-horizontal .ui-slider-range {
  top: 0;
  height: 5px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.ui-slider-horizontal .ui-slider-range-min {
  left: 0;
}
.ui-slider-horizontal .ui-slider-range-max {
  right: 0;
}
.handle-top {
  margin-top: -35px;
  margin-left: -15px;
  font-size: 18px;
  color: #ec1c24;
  text-align: left;
  width: 25px;
}
h2 {
  font-size: 24px;
  font-weight: 800;
  margin: 0;
}
h5 {
  font-size: 18px;
  font-weight: 700;
  color: #ec1c24;
}
h4 {
  font-size: 18px;
  line-height: 24px;
  font-weight: 700;
  color: #ec1c24;
}
.no-pads {
  padding: 0;
}
.left-o-pad {
  padding: 0;
  padding-left: 15px;
}
.right-o-pad {
  padding: 0;
  padding-right: 15px;
}
.pagination li span,
.pagination li a {
  transition: all 0.3s ease;
  font-size: 20px;
  background: none;
  border: none;
  color: black;
  padding: 1px 10px;
}
@media only screen and (max-width: 767px) {
  .pagination li span,
  .pagination li a {
    font-size: 15px;
  }
}
.pagination li span:hover,
.pagination li a:hover {
  color: #ec1c24;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.pagination li.active a,
.pagination li.active span {
  font-size: 20px;
  background: none;
  border: none;
  color: #ec1c24;
  padding: 1px 10px;
}
@media only screen and (max-width: 767px) {
  .pagination li.active a,
  .pagination li.active span {
    font-size: 15px;
  }
}
.pagination li.active a:hover,
.pagination li.active span:hover {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  background: none;
  color: #ec1c24;
}
.pagination li.disabled span {
  background: none;
  border: none;
}
.input-group .bootstrap-select.form-control {
  z-index: inherit;
}
/*======================================
=            NO GUTTER CODE            =
======================================*/
.no-gutter > [class*='col-'] {
  padding-right: 0;
  padding-left: 0;
}
body {
  font-family: 'Open Sans', sans-serif;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
}
body::-webkit-scrollbar-track {
  border-radius: 10px;
  background-color: #f5f5f5;
}
body::-webkit-scrollbar {
  width: 8px;
  background-color: #F5F5F5;
}
body::-webkit-scrollbar-thumb {
  transition: all 0.3s ease;
  background-color: #1c1c1b;
}
body::-webkit-scrollbar-thumb:hover {
  background-color: #ec1c24;
}
.small-top-menu li a {
  font-size: 12px;
  color: #f5f5f5;
  text-decoration: none;
}
.small-top-menu li a:hover {
  text-decoration: none;
  color: #ec1c24;
}
.nopadding {
  padding-right: 0;
  padding-left: 0;
}
.nostyle {
  color: transparent;
  text-decoration: none;
}
.nostyle:hover {
  text-decoration: none;
}
.btn-brand {
  transition: all 0.3s ease;
  width: 100%;
  height: 30px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  padding: 0 10px;
  margin-top: 15px;
  background: #ec1c24;
  font-size: 16px;
  font-weight: 600;
  color: white;
  font-size: 14px;
  line-height: 30px;
}
.btn-brand:focus {
  outline: 0;
  color: white;
}
.btn-brand:hover {
  background: #f6c446;
  color: black;
}
.btn-brand-gray {
  transition: all 0.3s ease;
  width: 100%;
  height: 30px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  padding: 0 10px;
  margin-top: 15px;
  background: #ec1c24;
  font-size: 16px;
  font-weight: 600;
  color: white;
  color: black;
  background-color: #d8d8d8;
  font-size: 14px;
  line-height: 30px;
}
.btn-brand-gray:focus {
  outline: 0;
  color: white;
}
.btn-brand-gray:hover {
  background: #f6c446;
  color: black;
}
.btn-brand-gray:hover {
  background-color: #ec1c24;
  color: white;
}
.btn-brand-gray.active {
  background-color: #ec1c24;
  color: white;
}
.super-select {
  width: 100% !important;
  margin-top: 15px;
  margin-top: 20px;
}
@media only screen and (max-width: 767px) {
  .super-select {
    margin-top: 5px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1200px), only screen and (min-width: 768px) and (max-width: 991px) {
  .super-select {
    margin-top: 0;
  }
}
.super-select select {
  display: none !important;
}
.super-select .btn-default {
  border: none;
  width: 100% !important;
  height: 30px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  padding: 0 10px;
  margin-top: 15px;
  -webkit-appearance: none;
  /*Removes default chrome and safari style*/
  -moz-appearance: none;
  /* Removes Default Firefox style*/
  text-indent: 0.01px;
  /* Removes default arrow from firefox*/
  text-overflow: "";
  /*Removes default arrow from firefox*/
}
.super-select .btn-default span.bs-caret > span {
  border-top: 6px dashed black;
  border-top: 6px solid\9 black;
  border-right: 6px solid transparent;
  border-left: 6px solid transparent;
}
.super-select .btn-default:focus {
  outline: none !important;
}
.super-select .btn-default:focus {
  outline: none !important;
}
.super-select .dropdown-menu {
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  border-radius: 16px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  top: -12px;
  border: none;
}
.super-select .dropdown-menu .inner {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.super-select .dropdown-menu input:focus {
  border: none;
  box-shadow: none;
}
.super-select .dropdown-menu > .active > a {
  background-color: #ec1c24;
}
.super-select .dropdown-menu > .active > a:focus,
.super-select .dropdown-menu > .active > a:hover {
  background-color: #ec1c24;
}
.super-select .dropdown-menu > li > a {
  transition: background-color 0.5s ease;
}
.super-select .dropdown-menu > li > a:focus,
.super-select .dropdown-menu > li > a:hover {
  outline: none;
  background-color: rgba(236, 28, 36, 0.5);
  color: white;
}
.super-select .btn {
  border: 1px solid #d8d8d8;
  margin-top: 0;
}
.pop-arrow {
  border-top: 30px dashed #f5f5f5;
  border-right: 30px solid transparent;
  border-left: 30px solid transparent;
  position: absolute;
  left: 40%;
  display: none;
  z-index: 20;
  margin-top: 30px;
}
.feature-cards {
  width: 100%;
  margin-bottom: 50px;
  margin: 0;
}
.feature-cards .feature-card-div {
  margin-top: 50px;
}
.feature-cards .feature-card {
  background: #f5f5f5;
  border: 2px solid rgba(35, 31, 32, 0.08);
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  padding-bottom: 30px;
  margin-left: auto;
  margin-right: auto;
  max-width: 300px;
  transition: all 0.3s ease;
}
@media only screen and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 991px) {
  .feature-cards .feature-card {
    margin-top: 15px;
    margin-bottom: 15px;
  }
}
.feature-cards .feature-card .fc-image {
  height: 140.8px;
  overflow: hidden;
  position: relative;
  -webkit-border-radius: 20px 20px 0 0;
  -moz-border-radius: 20px 20px 0 0;
  border-radius: 20px 20px 0 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
@media only screen and (max-width: 767px) {
  .feature-cards .feature-card .fc-image {
    height: 140.8px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .feature-cards .feature-card .fc-image {
    height: 187.203px;
  }
}
.feature-cards .feature-card .fc-image img {
  width: 100%;
}
.feature-cards .feature-card .fc-image .headlingt-icon {
  position: absolute;
  right: 20px;
  top: 20px;
  background: url("../images/icons.png") no-repeat;
  background-position: -72px 0;
  width: 40px;
  height: 32px;
}
.feature-cards .feature-card .fc-image .headlingt-icon.red {
  background-position: -130px 0;
}
.feature-cards .feature-card .fc-aux {
  margin-top: 10px;
  box-sizing: border-box;
  text-align: center;
}
.feature-cards .feature-card .fc-aux .star-rating {
  width: 49%;
  display: inline-block;
  color: #ec1c24;
  text-align: center;
}
.feature-cards .feature-card .fc-aux .star-rating li {
  padding: 0;
}
.feature-cards .feature-card .fc-aux .distance {
  text-align: center;
  width: 49%;
  display: inline-block;
  color: #ec1c24;
  border-left: 1px solid black;
}
.feature-cards .feature-card .fc-heading {
  text-align: center;
  margin-top: 0;
  padding: 0 15px;
  height: 55px;
  display: table;
  width: 100%;
}
.feature-cards .feature-card .fc-heading a {
  display: table-cell;
  vertical-align: middle;
}
.feature-cards .feature-card .fc-heading h3 {
  margin-top: 10px;
  font-size: 20px;
  font-weight: 600;
  color: black;
}
.feature-cards .feature-card .fc-heading h5 {
  margin: 0;
  font-size: 16px;
  font-weight: 700;
  color: black;
}
.feature-cards .feature-card .fc-details {
  text-align: center;
  margin-top: 0px;
  padding: 0 15px;
  height: auto !important;
}
.feature-cards .feature-card .fc-details p {
  font-size: 14px;
  font-weight: 400;
  min-height: 80px;
}
.feature-cards .feature-card .fc-btn {
  width: 100%;
  display: block;
}
.feature-cards .feature-card .fc-btn .brand-btn {
  font-weight: 600 ;
  font-size: 16px;
  display: block;
  margin: auto;
  width: 130px;
  height: 30px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  background-color: white;
  line-height: 16px;
  color: black;
}
.feature-cards .feature-card .fc-btn .brand-btn:hover {
  background-color: #ec1c24;
  color: white;
}
.feature-cards .feature-card .fc-btn .brand-btn:focus {
  outline: none;
}
.feature-cards .feature-card:hover {
  border: 2px solid rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
}
.pro-single-card {
  background: #f5f5f5;
  border: 2px solid rgba(35, 31, 32, 0.08);
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  padding-bottom: 30px;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 991px) {
  .pro-single-card {
    margin-top: 15px;
    margin-bottom: 15px;
  }
}
.pro-single-card .fc-image {
  height: 140.8px;
  overflow: hidden;
  position: relative;
  -webkit-border-radius: 20px 20px 0 0;
  -moz-border-radius: 20px 20px 0 0;
  border-radius: 20px 20px 0 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
@media only screen and (max-width: 767px) {
  .pro-single-card .fc-image {
    height: 140.8px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .pro-single-card .fc-image {
    height: 187.203px;
  }
}
.pro-single-card .fc-image img {
  width: 100%;
}
.pro-single-card .fc-image .headlingt-icon {
  position: absolute;
  right: 20px;
  top: 20px;
  background: url("../images/icons.png") no-repeat;
  background-position: -72px 0;
  width: 40px;
  height: 32px;
}
.pro-single-card .fc-image .headlingt-icon.red {
  background-position: -130px 0;
}
.pro-single-card .fc-aux {
  margin-top: 10px;
  box-sizing: border-box;
  text-align: center;
}
.pro-single-card .fc-aux .star-rating {
  width: 49%;
  display: inline-block;
  color: #ec1c24;
  text-align: center;
}
.pro-single-card .fc-aux .star-rating li {
  padding: 0;
}
.pro-single-card .fc-aux .distance {
  text-align: center;
  width: 49%;
  display: inline-block;
  color: #ec1c24;
  border-left: 1px solid black;
}
.pro-single-card .fc-heading {
  text-align: center;
  margin-top: 0;
  padding: 0 15px;
  height: 55px;
  display: table;
  width: 100%;
}
.pro-single-card .fc-heading a {
  display: table-cell;
  vertical-align: middle;
}
.pro-single-card .fc-heading h3 {
  margin-top: 10px;
  font-size: 20px;
  font-weight: 600;
  color: black;
}
.pro-single-card .fc-heading h5 {
  margin: 0;
  font-size: 16px;
  font-weight: 700;
  color: black;
}
.pro-single-card .fc-details {
  text-align: center;
  margin-top: 0px;
  padding: 0 15px;
  height: auto !important;
}
.pro-single-card .fc-details p {
  font-size: 14px;
  font-weight: 400;
  min-height: 80px;
}
.pro-single-card .fc-btn {
  width: 100%;
  display: block;
}
.pro-single-card .fc-btn .brand-btn {
  font-weight: 600 ;
  font-size: 16px;
  display: block;
  margin: auto;
  width: 130px;
  height: 30px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  background-color: white;
  line-height: 16px;
  color: black;
}
.pro-single-card .fc-btn .brand-btn:hover {
  background-color: #ec1c24;
  color: white;
}
.pro-single-card .fc-btn .brand-btn:focus {
  outline: none;
}
.pro-card-helper {
  margin-bottom: 50px;
}
.pro-card-helper .feature-card-div {
  margin-top: 50px;
}
.pro-card-helper .feature-card {
  background: #f5f5f5;
  border: 2px solid rgba(35, 31, 32, 0.08);
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  padding-bottom: 30px;
  margin-left: auto;
  margin-right: auto;
  max-width: 300px;
  transition: all 0.3s ease;
}
@media only screen and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 991px) {
  .pro-card-helper .feature-card {
    margin-top: 15px;
    margin-bottom: 15px;
  }
}
.pro-card-helper .feature-card .fc-image {
  height: 140.8px;
  overflow: hidden;
  position: relative;
  -webkit-border-radius: 20px 20px 0 0;
  -moz-border-radius: 20px 20px 0 0;
  border-radius: 20px 20px 0 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
@media only screen and (max-width: 767px) {
  .pro-card-helper .feature-card .fc-image {
    height: 140.8px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .pro-card-helper .feature-card .fc-image {
    height: 187.203px;
  }
}
.pro-card-helper .feature-card .fc-image img {
  width: 100%;
}
.pro-card-helper .feature-card .fc-image .headlingt-icon {
  position: absolute;
  right: 20px;
  top: 20px;
  background: url("../images/icons.png") no-repeat;
  background-position: -72px 0;
  width: 40px;
  height: 32px;
}
.pro-card-helper .feature-card .fc-image .headlingt-icon.red {
  background-position: -130px 0;
}
.pro-card-helper .feature-card .fc-aux {
  margin-top: 10px;
  box-sizing: border-box;
  text-align: center;
}
.pro-card-helper .feature-card .fc-aux .star-rating {
  width: 49%;
  display: inline-block;
  color: #ec1c24;
  text-align: center;
}
.pro-card-helper .feature-card .fc-aux .star-rating li {
  padding: 0;
}
.pro-card-helper .feature-card .fc-aux .distance {
  text-align: center;
  width: 49%;
  display: inline-block;
  color: #ec1c24;
  border-left: 1px solid black;
}
.pro-card-helper .feature-card .fc-heading {
  text-align: center;
  margin-top: 0;
  padding: 0 15px;
  height: 55px;
  display: table;
  width: 100%;
}
.pro-card-helper .feature-card .fc-heading a {
  display: table-cell;
  vertical-align: middle;
}
.pro-card-helper .feature-card .fc-heading h3 {
  margin-top: 10px;
  font-size: 20px;
  font-weight: 600;
  color: black;
}
.pro-card-helper .feature-card .fc-heading h5 {
  margin: 0;
  font-size: 16px;
  font-weight: 700;
  color: black;
}
.pro-card-helper .feature-card .fc-details {
  text-align: center;
  margin-top: 0px;
  padding: 0 15px;
  height: auto !important;
}
.pro-card-helper .feature-card .fc-details p {
  font-size: 14px;
  font-weight: 400;
  min-height: 80px;
}
.pro-card-helper .feature-card .fc-btn {
  width: 100%;
  display: block;
}
.pro-card-helper .feature-card .fc-btn .brand-btn {
  font-weight: 600 ;
  font-size: 16px;
  display: block;
  margin: auto;
  width: 130px;
  height: 30px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  background-color: white;
  line-height: 16px;
  color: black;
}
.pro-card-helper .feature-card .fc-btn .brand-btn:hover {
  background-color: #ec1c24;
  color: white;
}
.pro-card-helper .feature-card .fc-btn .brand-btn:focus {
  outline: none;
}
.pro-card-helper .feature-card:hover {
  border: 2px solid rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
}
.navigation-bar-helper {
  font-size: 16px;
  font-weight: 600;
  line-height: 70px;
  margin-bottom: 0;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .navigation-bar-helper {
    line-height: 60px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .navigation-bar-helper {
    line-height: 40px;
  }
}
.navigation-bar-helper li {
  padding: 0 0 0 10px;
  cursor: pointer;
}
.navigation-bar-helper li a {
  transition: color 0.5s ease;
  color: #1c1c1b;
}
.navigation-bar-helper li a:hover,
.navigation-bar-helper li a:active {
  color: #ec1c24 !important;
  text-decoration: none;
}
.navigation-bar-helper .hypn::after {
  content: '-';
  padding-left: 10px;
}
.navigation-bar-helper-dark {
  font-size: 16px;
  font-weight: 600;
  line-height: 90px;
  margin-bottom: 0;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .navigation-bar-helper-dark {
    line-height: 80px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .navigation-bar-helper-dark {
    line-height: 60px;
  }
}
.navigation-bar-helper-dark li {
  padding: 0 0 0 10px;
  cursor: pointer;
}
.navigation-bar-helper-dark li a {
  transition: color 0.5s ease;
  color: white ;
}
.navigation-bar-helper-dark li a:hover {
  color: #ec1c24;
}
.navigation-bar-helper-dark li.active a {
  color: white;
}
.navigation-bar-helper-dark .hypn::after {
  color: white;
  content: '-';
  padding-left: 10px;
}
.profile-menu {
  padding: 10px;
  text-align: center;
  background-color: #ec1c24;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -webkit-box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.3);
  box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.3);
  z-index: 2000;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .profile-menu {
    background-color: #ec1c24;
    position: absolute;
    top: 44px;
    left: 4px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    box-shadow: none;
  }
}
.profile-menu:before {
  content: '';
  border-left: 8px dotted transparent;
  border-right: 8px dotted transparent;
  border-bottom: 8px solid #ec1c24;
  margin-top: -18px;
  position: absolute;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .profile-menu:before {
    border-bottom: 8px solid #ec1c24;
  }
}
.profile-menu ul li {
  line-height: 30px;
}
.profile-menu ul li a {
  color: white;
}
.profile-menu ul li a:hover {
  text-decoration: none;
}
@media only screen and (min-width: 1201px), only screen and (min-width: 992px) and (max-width: 1200px) {
  .profile-menu {
    position: absolute;
    left: 45%;
    top: 85%;
    z-index: 2800;
  }
}
.top-navbar {
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.16), 0 0 0 1px rgba(0, 0, 0, 0.08);
  position: fixed;
  width: 100%;
  background-color: #1c1c1b;
  color: white;
  z-index: 2000;
}
.top-navbar .nav-container {
  max-width: 1680px;
  padding: 0;
}
.top-navbar .shrink-show {
  display: none;
}
.top-navbar.shrink .site-logo {
  height: 60px;
}
.top-navbar.shrink .util-bar {
  line-height: 60px;
}
.top-navbar.shrink .small-top-menu {
  display: none;
}
.top-navbar.shrink .navigation-bar {
  line-height: 60px;
  margin-top: 0;
}
.top-navbar.shrink .secondary-navigation {
  display: none;
}
.top-navbar.shrink .locationSelect {
  top: 15px !important;
  display: none;
}
.top-navbar.shrink #locationAddress {
  display: none ;
}
.top-navbar.shrink .shrink-show {
  display: inline-block;
}
.top-navbar .call-title {
  position: absolute;
  top: -25px;
  right: 5%;
  color: white;
  font-weight: 600;
}
.top-navbar .call-title:hover {
  color: red;
}
.top-navbar .site-logo {
  -webkit-transition: height 0.5s ease;
  transition: height 0.5s ease;
  height: 90px;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .top-navbar .site-logo {
    height: 80px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .top-navbar .site-logo {
    height: 60px;
  }
}
.top-navbar .site-logo img {
  image-rendering: -moz-pixelated;
  image-rendering: -o-pixelated;
  image-rendering: -webkit-optimize-contrast;
  image-rendering: pixelated;
  -ms-interpolation-mode: nearest-neighbor;
}
.top-navbar .navigation-bar {
  -webkit-transition: line-height 0.5s ease;
  transition: line-height 0.5s ease;
  font-size: 16px;
  font-weight: 600;
  line-height: 90px;
  margin-bottom: 0;
  line-height: 45px;
  margin-top: 10px;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .top-navbar .navigation-bar {
    line-height: 80px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .top-navbar .navigation-bar {
    line-height: 60px;
  }
}
.top-navbar .navigation-bar li {
  padding: 0 0 0 10px;
  cursor: pointer;
}
.top-navbar .navigation-bar li a {
  transition: color 0.5s ease;
  color: white ;
}
.top-navbar .navigation-bar li a:hover {
  color: #ec1c24;
}
.top-navbar .navigation-bar li.active a {
  color: white;
}
.top-navbar .navigation-bar .hypn::after {
  color: white;
  content: '-';
  padding-left: 10px;
}
.top-navbar .secondary-navigation {
  transition: all 0.3s ease;
}
.top-navbar .secondary-navigation .level-2 {
  position: absolute;
  transition: all 0.3s ease;
  display: none;
  background: white;
  padding: 0;
  width: 100%;
  min-width: 170px;
  box-shadow: 0 2px 7px 0px black;
}
.top-navbar .secondary-navigation .level-2 li a {
  display: block;
  padding: 7px 10px;
  border-radius: 0px;
}
.top-navbar .secondary-navigation .level-2 li a:hover {
  color: #ec1c24;
  text-decoration: none;
}
.top-navbar .secondary-navigation li {
  padding: 0px;
  position: relative;
}
.top-navbar .secondary-navigation li:hover .level-2 {
  display: block;
}
.top-navbar .secondary-navigation li:hover a {
  color: white;
  background: #1c1c1b;
}
.top-navbar .secondary-navigation li:hover a:hover {
  color: #ec1c24;
  text-decoration: none ;
}
.top-navbar .secondary-navigation li a {
  transition: all 0.3s ease;
  color: white;
  font-size: 12px;
  padding: 3px 10px;
  border-radius: 2px;
}
.top-navbar .secondary-navigation li a:hover {
  text-decoration: none;
  color: #ec1c24;
}
.top-navbar .pkg-btn {
  background: #f6c446;
  color: black !important;
  font-weight: 600;
  padding: 0 10px;
}
.top-navbar .pkg-btn:hover {
  color: white !important;
  background: #1c1c1b !important;
  text-decoration: none;
}
.top-navbar .btn-package {
  background: white;
  color: black;
  font-weight: 600;
  filter: drop-shadow(0px 0px 2px #000000);
}
@media only screen and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 991px) {
  .top-navbar .btn-package {
    display: inline-block;
    float: left;
    width: 45% !important;
    margin-left: 3%;
  }
}
.top-navbar .util-bar {
  -webkit-transition: line-height 0.5s ease;
  transition: line-height 0.5s ease;
  line-height: 55px;
  margin-bottom: 0;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .top-navbar .util-bar {
    line-height: 45px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .top-navbar .util-bar {
    line-height: 48px;
    padding-top: 10px;
  }
}
.top-navbar .util-bar li {
  padding: 0 0 0 10px;
}
.top-navbar .util-bar .log-btn a {
  color: white;
  font-size: 16px;
  font-weight: 600;
}
.top-navbar .util-bar .log-btn a:hover {
  text-decoration: none;
  color: #ec1c24;
}
.top-navbar .util-bar .seperator {
  color: white;
  font-size: 16px;
  font-weight: 600;
  padding-left: 10px;
}
.top-navbar .util-bar .seperator::after {
  content: '|';
  padding-left: 10px;
}
.top-navbar .util-bar .contact-btn {
  position: relative;
}
.top-navbar .util-bar .contact-btn a {
  color: white;
  font-weight: 600;
  background-color: #ec1c24;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  padding: 5px 10px;
}
.top-navbar .util-bar .contact-btn a:hover {
  text-decoration: none;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .top-navbar .sm-util-btn {
    margin-top: 26px;
    margin-left: -30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .top-navbar .sm-util-btn {
    margin-left: -30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .top-navbar .sm-util-btn {
    margin-top: 16px;
  }
}
.top-navbar .sm-util-btn span {
  margin: 0 0 -5px 10px;
}
.top-navbar .sm-util-btn #profile_button_sm {
  color: white;
}
.top-navbar .sm-util-btn #md-call-toggle {
  color: #f6c446;
}
.top-navbar .sm-util-btn .call-btn {
  width: 30px;
  height: 30px;
  background-position: 0 0;
  display: inline-block;
}
.top-navbar .sm-util-btn .menu-btn {
  width: 30px;
  height: 30px;
  background-position: -32px 0;
  display: inline-block;
}
.top-navbar .sm-toggle-menu {
  background-color: #ec1c24;
  z-index: 1000;
  position: absolute;
  display: none;
  width: 50%;
  right: 0;
  padding: 15px;
}
.top-navbar .sm-toggle-menu ul {
  margin: 0;
}
.top-navbar .sm-toggle-menu li a {
  display: block;
  width: 100%;
  line-height: 50px;
  font-size: 16px;
  color: white;
}
.top-navbar .sm-toggle-menu li a:hover {
  color: #333;
}
.top-navbar .sm-toggle-menu li a:active {
  color: #333;
}
.top-navbar .sm-toggle-menu::before {
  content: '';
  border-left: 10px dotted transparent;
  border-right: 10px dotted transparent;
  border-top: 10px solid white;
  position: absolute;
  top: 0px;
  right: 24px;
}
.table-div {
  display: table;
  min-height: 50px;
  width: 100%;
}
.table-cell-div {
  display: table-cell;
  vertical-align: middle;
}
.head-text {
  color: white;
  font-size: 24px;
}
@media screen and (max-width: 400px) {
  .head-text {
    font-size: 18px;
  }
}
.qb-or {
  text-align: center;
  margin: 10px 0;
  color: white;
}
.qb-or::before {
  position: absolute;
  content: '';
  height: 1px;
  width: 40%;
  background: white;
  left: 0;
  margin-top: 10px;
}
.qb-or::after {
  position: absolute;
  content: '';
  height: 1px;
  width: 40%;
  background: white;
  right: 0;
  margin-top: 10px;
}
.qb-call {
  color: #ec1c24;
}
.qb-no a {
  font-size: 24px;
  color: white;
  font-weight: 700;
}
.hero {
  background-color: #f5f5f5;
  transition: all 0.3s ease;
  overflow: hidden;
  position: relative;
}
@media only screen and (min-width: 1201px) {
  .hero {
    min-height: 460px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .hero {
    min-height: 400px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .hero {
    min-height: 250px;
  }
}
@media only screen and (max-width: 767px) {
  .hero {
    min-height: 180px;
  }
}
.hero .main-slider-container {
  position: relative;
  max-width: 1680px;
  width: 100%;
  margin: 0 auto;
}
.hero #home-slidre {
  z-index: 10;
  margin-top: 90px;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .hero #home-slidre {
    margin-top: 80px;
  }
}
@media only screen and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 991px) {
  .hero #home-slidre {
    margin-top: 60px;
  }
}
.hero #home-slidre .owl-nav {
  position: absolute;
  top: 30%;
  width: 100%;
}
.hero #home-slidre .owl-nav div {
  background: none;
  font-size: 50px;
  position: absolute;
  transition: 0.3s ease;
}
.hero #home-slidre .owl-nav div:hover {
  background: rgba(0, 0, 0, 0.4);
}
.hero #home-slidre .owl-prev {
  left: 0px;
}
.hero #home-slidre .owl-next {
  right: 0px;
}
.hero #home-slidre .owl-dots {
  margin-top: -25px;
  position: relative;
}
.hero #home-slidre .owl-dots .owl-dot.active span {
  background-color: white;
}
.hero #home-slidre .owl-dots .owl-dot span {
  background-color: #1c1c1b;
}
.hero .qb-slide {
  width: 100%;
  top: 0;
  z-index: 11;
}
@media only screen and (min-width: 1201px), only screen and (min-width: 992px) and (max-width: 1200px) {
  .hero .qb-slide {
    max-width: 300px;
    right: 5%;
    position: absolute;
  }
}
@media only screen and (min-width: 1201px) {
  .hero:nth-child(1) {
    min-height: 500px;
  }
}
.hero .hero-text {
  text-align: center;
  margin-top: 100px;
  font-size: 40px;
  line-height: 60px;
  font-weight: 400;
  color: whitesmoke;
  letter-spacing: inherit;
  text-shadow: 0 0 5px #270708;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .hero .hero-text {
    margin-top: 85px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .hero .hero-text {
    margin-top: 200px;
    font-size: 28px;
    line-height: 40px;
    font-weight: 400;
    color: white;
  }
}
@media only screen and (max-width: 767px) {
  .hero .hero-text {
    margin-top: 80px;
    font-size: 24px;
    line-height: 32px;
    font-weight: 400;
    color: white;
    text-align: center;
  }
}
.hero.head-banner-bg {
  background-position: center;
  background-position-y: 98%;
}
.hero .banner-svg {
  overflow: hidden;
  display: block;
  position: absolute;
  top: 2%;
  transition: all 2s ease ;
  transform: translate(314px, -172px);
}
@media only screen and (min-width: 1201px), only screen and (min-width: 992px) and (max-width: 1200px) {
  .hero .banner-svg {
    width: 400px;
    right: calc(65% - 200px);
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .hero .banner-svg {
    width: 310px;
    right: calc(50% - 155px);
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .hero .banner-svg {
    top: 28%;
    right: calc(70% - 155px);
  }
}
.hero .hero-box {
  display: block;
  z-index: 10;
  position: relative;
  margin-top: 90px !important;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .hero .hero-box {
    margin-top: 60px !important;
  }
}
.hero .filter-box {
  border-top: 5px solid #a31e23;
  border-bottom: 5px solid #a31e23;
  transition: all 0.3s ease;
  padding: 15px;
  width: 100%;
  min-height: 180px;
  margin-top: 50px;
  margin-bottom: 50px;
}
.hero .filter-box .btn-group {
  width: 100% !important;
}
.hero .filter-box .btn {
  float: none !important;
  margin: auto;
}
.hero .filter-box h3 {
  margin-top: 5px;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .hero .filter-box {
    margin-top: 60px;
    margin-bottom: 83px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .hero .filter-box {
    margin-top: 50px;
    margin-bottom: 64px;
  }
}
@media only screen and (max-width: 767px) {
  .hero .filter-box {
    margin-top: 20px;
    margin-bottom: 40px;
  }
}
.hero .hero-select {
  width: 100% !important;
  margin-top: 15px;
}
.hero .hero-select .btn-default {
  width: 100% !important;
  height: 30px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  padding: 0 10px;
  margin-top: 15px;
  -webkit-appearance: none;
  /*Removes default chrome and safari style*/
  -moz-appearance: none;
  /* Removes Default Firefox style*/
  text-indent: 0.01px;
  /* Removes default arrow from firefox*/
  text-overflow: "";
  /*Removes default arrow from firefox*/
  margin-top: 0;
}
.hero .hero-select .btn-default span.bs-caret > span {
  border-top: 6px dashed black;
  border-top: 6px solid\9 black;
  border-right: 6px solid transparent;
  border-left: 6px solid transparent;
}
.hero .hero-select .btn-default:focus {
  outline: none !important;
}
.hero .hero-select .btn-default:focus {
  outline: none;
}
.hero .hero-select .dropdown-menu {
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  border-radius: 16px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  top: 7px;
  width: 260px;
  border: none;
  padding-bottom: 10px;
}
.hero .hero-select .dropdown-menu .inner {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.hero .hero-select .dropdown-menu input:focus {
  border: none;
  box-shadow: none;
}
.hero .hero-select .dropdown-menu > .active > a {
  background-color: #ec1c24;
}
.hero .hero-select .dropdown-menu > .active > a:focus,
.hero .hero-select .dropdown-menu > .active > a:hover {
  background-color: #ec1c24;
}
.hero .filter-search {
  transition: all 0.3s ease;
  width: 100%;
  height: 30px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  padding: 0 10px;
  margin-top: 15px;
  background: #ec1c24;
  font-size: 16px;
  font-weight: 600;
  color: white;
  margin-top: 20px;
  background: #f9961a;
}
.hero .filter-search:focus {
  outline: 0;
  color: white;
}
.hero .filter-search:hover {
  background: #f6c446;
  color: black;
}
.hero .filter-search:hover {
  background: #f6c446;
  color: #1c1c1b;
}
.solution-box {
  background-color: #f5f5f5;
  padding-bottom: 15px;
}
.solution-box .cards {
  margin-top: 15px;
  position: relative;
}
.solution-box .cards .slide-right {
  position: absolute;
  margin-right: -15px;
  margin-top: 6%;
  right: 0;
  cursor: pointer;
  transition: color 0.3s ease;
  font-size: 28px;
}
.solution-box .cards .slide-right:hover {
  color: #ec1c24;
}
@media only screen and (max-width: 767px) {
  .solution-box .cards .slide-right {
    display: none;
  }
}
.solution-box .cards .slide-left {
  position: absolute;
  left: 0;
  margin-left: -15px;
  margin-top: 6%;
  cursor: pointer;
  transition: color 0.3s ease;
  font-size: 28px;
}
.solution-box .cards .slide-left:hover {
  color: #ec1c24;
}
@media only screen and (max-width: 767px) {
  .solution-box .cards .slide-left {
    display: none;
  }
}
.solution-box .soln-p {
  margin-top: 15px;
  line-height: 24px;
  min-height: 120px;
}
.solution-box .brand-btn {
  color: black;
  font-weight: 600 ;
  font-size: 16px;
  display: block;
  margin: auto;
  width: 130px;
  height: 30px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  background-color: white;
  transition: all 0.3s ease;
  line-height: 16px;
  margin-top: 25px;
}
.solution-box .brand-btn:hover {
  background-color: #ec1c24;
  color: white;
}
.solution-box .brand-btn:focus {
  outline: none;
}
.feature-boxes {
  padding-bottom: 15px;
}
.feature-boxes .feture-card {
  min-height: 225px;
  display: block;
  margin: 15px 0 0 0;
}
.feature-boxes .feture-card .feature-icon-1 {
  background: url("../images/icons.png") no-repeat -12px -43px;
  height: 90px;
  width: 90px;
  margin: auto;
}
.feature-boxes .feture-card .feature-icon-2 {
  background: url("../images/icons.png") no-repeat -134px -43px;
  height: 90px;
  width: 90px;
  margin: auto;
}
.feature-boxes .feture-card .feature-icon-3 {
  background: url("../images/icons.png") no-repeat -255px -43px;
  height: 90px;
  width: 90px;
  margin: auto;
}
.feature-boxes .feture-card .feature-icon-4 {
  background: url("../images/icons.png") no-repeat -371px -43px;
  height: 90px;
  width: 90px;
  margin: auto;
}
.feature-boxes .feture-card .feature-heading {
  color: #ec1c24;
  text-transform: capitalize;
}
.feature-boxes .feture-card .feature-heading h3 {
  font-size: 18px;
  font-weight: 700;
  margin-top: 5px;
  margin-bottom: 0;
}
.feature-boxes .feture-card .feature-text {
  padding: 0 10px;
  margin-top: 20px;
}
.feature-boxes .feture-card .feature-text p {
  word-wrap: break-word;
}
.home-how-works {
  margin-top: 20px;
  margin-bottom: 30px;
  /*border-bottom: 1px solid #d8d8d8;*/
}
@media only screen and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 991px) {
  .home-how-works {
    border-bottom: none;
    margin-bottom: 0;
    margin-top: 0;
  }
}
@media only screen and (min-width: 1201px) {
  .home-how-works .how-heading {
    margin-top: 15px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .home-how-works .how-heading {
    margin-top: 15px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .home-how-works .how-heading {
    margin-top: 15px;
  }
}
@media only screen and (max-width: 767px) {
  .home-how-works .how-heading {
    margin-top: 15px;
  }
}
.home-how-works .how-card .how-title h3 {
  font-size: 24px;
  font-weight: 600;
  margin: 0;
}
.home-how-works .how-card .how-title:nth-child(1) {
  margin-top: 30px;
}
.home-how-works .how-card .how-title:nth-child(2) {
  margin-top: 55px;
}
.home-how-works .how-card .how-title:nth-child(3) {
  margin-top: 65px;
}
.home-how-works .how-card .how-title:nth-child(4) {
  margin-top: 65px;
}
.home-how-works .how-card .how-title:nth-child(5) {
  margin-top: 65px;
}
.home-how-works .how-card .how-title:nth-child(6) {
  margin-top: 65px;
}
.home-how-works .how-card .how-title:nth-child(7) {
  margin-top: 75px;
}
.home-how-works .how-card .how-title:nth-child(8) {
  margin-top: 30px;
}
.home-how-works .how-card .how-title:nth-child(10) {
  margin-top: 130px;
}
.home-how-works .how-card .how-title:nth-child(11) {
  margin-top: 30px;
}
.home-how-works .how-card .info-images {
  margin-top: 85px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .home-how-works .how-card .info-images {
    width: 100%;
  }
}
.home-how-works .how-card .info-images img {
  height: 100%;
}
.home-how-works .how-card .info-images:nth-child(1) {
  margin-top: 0;
}
.home-how-works .how-card .info-images:nth-child(6) {
  margin-top: 70px;
}
.home-how-works .how-card .info-images:nth-child(7) {
  margin-top: 70px;
}
.home-how-works .how-card .info-images:nth-child(10) {
  margin-top: 40px;
}
.home-how-works .how-card .big-div {
  margin-top: 30px;
}
.home-how-works .how-card .big-div-num {
  margin-top: 103px;
  display: block;
}
.home-how-works .how-card .big-div-num:nth-child(1) {
  margin-top: 6px;
}
.home-how-works .how-card .big-text {
  font-size: 76px;
  font-weight: 400;
}
.home-how-works .how-card .how-text p {
  margin: 0;
}
.finance .finance-row {
  padding-bottom: 60px;
  margin-bottom: 50px;
}
@media only screen and (max-width: 767px) {
  .finance .finance-row {
    margin-bottom: 0;
    padding-bottom: 40px;
  }
}
@media only screen and (max-width: 767px) {
  .finance .finance-row .lone-box {
    background: #f5f5f5;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    margin-bottom: 20px;
    padding-bottom: 30px;
  }
}
.finance .finance-row .fin-heading {
  margin-top: 20px;
  padding-bottom: 20px;
  text-align: left;
  margin-left: -15px;
  border-bottom: 1px solid #b9b9b9;
}
@media only screen and (min-width: 1201px), only screen and (min-width: 992px) and (max-width: 1200px), only screen and (min-width: 768px) and (max-width: 991px) {
  .finance .finance-row .fin-heading {
    width: calc(100% + 30px);
  }
}
@media only screen and (max-width: 767px) {
  .finance .finance-row .fin-heading {
    margin-right: -15px;
    margin-top: 15px;
    padding-bottom: 10px;
  }
}
.finance .finance-row .fin-heading span {
  font-size: 24px;
  font-weight: 800;
}
@media only screen and (min-width: 1201px), only screen and (min-width: 992px) and (max-width: 1200px) {
  .finance .finance-row .fin-heading span {
    margin-left: calc(16.66% + 30px);
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .finance .finance-row .fin-heading span {
    padding-left: 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .finance .finance-row .fin-heading span {
    font-size: 18px;
  }
}
@media only screen and (max-width: 767px) {
  .finance .finance-row .fin-heading span {
    font-size: 16px;
  }
}
.finance .finance-row .sliders-heading {
  margin-top: 20px;
  width: 100%;
}
.finance .finance-row .sliders-heading span {
  color: #ec1c24;
  font-weight: 700;
  font-size: 24px;
  padding-left: 15px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .finance .finance-row .sliders-heading span {
    font-size: 18px;
  }
}
@media only screen and (max-width: 767px) {
  .finance .finance-row .sliders-heading span {
    font-size: 20px;
  }
}
.finance .finance-row .slider {
  margin-top: 50px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .finance .finance-row .slider {
    margin-top: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .finance .finance-row .slider {
    font-size: 20px;
  }
}
.finance .finance-row .slider .loan-label {
  color: black;
  font-size: 18px;
  font-weight: 600;
  padding-left: 15px;
  width: 100%;
  display: block;
}
@media only screen and (max-width: 767px) {
  .finance .finance-row .slider .loan-label {
    padding-left: 0;
  }
}
.finance .finance-row .slider .input-cls {
  border: 0;
  background: transparent;
  position: absolute;
  width: 100%;
  text-align: center;
  margin: 0;
  padding: 0;
  color: #ec1c24;
  font-size: 18px;
}
.finance .finance-row .slider .slider-range-min {
  margin: 40px 0 0 15px;
  background-color: white;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
@media only screen and (max-width: 767px) {
  .finance .finance-row .slider .slider-range-min {
    margin-left: 0;
  }
}
.finance .finance-row .slider-max-info {
  font-size: 14px;
  font-weight: 400;
  float: right;
  margin-top: 10px;
}
.finance .finance-row .loan-result {
  margin-top: 65px;
}
.finance .finance-row .loan-result .payment-head {
  font-size: 18px;
  font-weight: bold;
  color: #ec1c24;
  display: block;
  width: 100%;
  text-align: center;
}
.finance .finance-row .loan-result .result-txt {
  font-size: 41.45px;
  font-weight: bold;
  display: block;
  color: black;
  width: 100%;
  text-align: center;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .finance .finance-row .loan-result .result-txt {
    font-size: 36px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .finance .finance-row .loan-result .result-txt {
    font-size: 28px;
  }
}
@media only screen and (max-width: 767px) {
  .finance .finance-row .loan-result .result-txt {
    font-size: 24px;
  }
}
@media only screen and (min-width: 1201px), only screen and (min-width: 992px) and (max-width: 1200px), only screen and (min-width: 768px) and (max-width: 991px) {
  .finance .finance-row {
    background-color: #f5f5f5;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    border-radius: 25px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
  }
}
@media only screen and (max-width: 767px) {
  .finance .finance-row .insurence-box {
    background: #f5f5f5;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    margin-bottom: 20px;
    padding-bottom: 30px;
  }
}
.finance .finance-row .insurence-box .ins-heading {
  margin-top: 20px;
  padding-bottom: 20px;
  text-align: left;
  margin-left: -15px;
  border-bottom: 1px solid #b9b9b9;
}
@media only screen and (min-width: 1201px), only screen and (min-width: 992px) and (max-width: 1200px), only screen and (min-width: 768px) and (max-width: 991px) {
  .finance .finance-row .insurence-box .ins-heading {
    width: calc(100% + 30px);
  }
}
@media only screen and (max-width: 767px) {
  .finance .finance-row .insurence-box .ins-heading {
    margin-right: -15px;
    margin-top: 15px;
    padding-bottom: 10px;
  }
}
.finance .finance-row .insurence-box .ins-heading span {
  font-size: 24px;
  font-weight: 800;
}
@media only screen and (min-width: 1201px), only screen and (min-width: 992px) and (max-width: 1200px) {
  .finance .finance-row .insurence-box .ins-heading span {
    margin-left: calc(15px);
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .finance .finance-row .insurence-box .ins-heading span {
    padding-left: 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .finance .finance-row .insurence-box .ins-heading span {
    font-size: 18px;
  }
}
@media only screen and (max-width: 767px) {
  .finance .finance-row .insurence-box .ins-heading span {
    font-size: 16px;
  }
}
.finance .finance-row .insurence-box .-heading {
  margin-top: 20px;
}
.finance .finance-row .insurence-box .inline {
  display: inline-block;
  margin-bottom: 0;
  margin-top: 0;
}
.finance .finance-row .insurence-box .radio {
  color: #ec1c24;
  font-size: 24px;
  position: relative;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .finance .finance-row .insurence-box .radio {
    font-size: 18px;
  }
}
@media only screen and (max-width: 767px) {
  .finance .finance-row .insurence-box .radio {
    font-size: 20px;
  }
}
.finance .finance-row .insurence-box .radio span {
  position: relative;
  padding-left: 30px;
  margin-right: 30px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .finance .finance-row .insurence-box .radio span {
    padding-left: 25px;
    margin-right: 25px;
  }
}
@media only screen and (max-width: 767px) {
  .finance .finance-row .insurence-box .radio span {
    padding-left: 20px;
    margin-right: 20px;
  }
}
.finance .finance-row .insurence-box .radio span:after {
  content: '';
  background: white;
  z-index: 2;
  margin-top: 10px;
  width: 16px;
  height: 16px;
  border: 1px solid #d8d8d8;
  position: absolute;
  left: 0;
  top: 1px;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  box-sizing: border-box;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .finance .finance-row .insurence-box .radio span:after {
    margin-top: 4px;
  }
}
@media only screen and (max-width: 767px) {
  .finance .finance-row .insurence-box .radio span:after {
    margin-top: 6px;
  }
}
.finance .finance-row .insurence-box .radio input[type="radio"] {
  cursor: pointer;
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
  opacity: 0;
  filter: alpha(opacity=0);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}
.finance .finance-row .insurence-box .radio input[type="radio"]:checked + span {
  color: #ec1c24;
}
.finance .finance-row .insurence-box .radio input[type="radio"]:checked + span:before {
  content: '';
  width: 7.74px;
  height: 7.74px;
  position: absolute;
  z-index: 3;
  margin-top: 10px;
  background: #ec1c24;
  left: 4.5px;
  top: 5px;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .finance .finance-row .insurence-box .radio input[type="radio"]:checked + span:before {
    margin-top: 4px;
  }
}
@media only screen and (max-width: 767px) {
  .finance .finance-row .insurence-box .radio input[type="radio"]:checked + span:before {
    margin-top: 6px;
  }
}
.finance .finance-row .insurence-box .radio input[type="checkbox"] {
  cursor: pointer;
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
  opacity: 0;
  filter: alpha(opacity=0);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}
.finance .finance-row .insurence-box .radio input[type="checkbox"]:checked + span {
  color: #ec1c24;
}
.finance .finance-row .insurence-box .radio input[type="checkbox"]:checked + span:before {
  content: '';
  width: 7.74px;
  height: 7.74px;
  position: absolute;
  z-index: 3;
  margin-top: 10px;
  background: #ec1c24;
  left: 4.5px;
  top: 5px;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .finance .finance-row .insurence-box .radio input[type="checkbox"]:checked + span:before {
    margin-top: 4px;
  }
}
@media only screen and (max-width: 767px) {
  .finance .finance-row .insurence-box .radio input[type="checkbox"]:checked + span:before {
    margin-top: 6px;
  }
}
.finance .finance-row .insurence-box .hero-select {
  width: 100% !important;
  margin-top: 15px;
}
@media only screen and (max-width: 767px) {
  .finance .finance-row .insurence-box .hero-select {
    margin-top: 5px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1200px), only screen and (min-width: 768px) and (max-width: 991px) {
  .finance .finance-row .insurence-box .hero-select {
    margin-top: 0;
  }
}
.finance .finance-row .insurence-box .hero-select select {
  display: none !important;
}
.finance .finance-row .insurence-box .hero-select .btn-default {
  border: none;
  width: 100% !important;
  height: 30px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  padding: 0 10px;
  margin-top: 15px;
  -webkit-appearance: none;
  /*Removes default chrome and safari style*/
  -moz-appearance: none;
  /* Removes Default Firefox style*/
  text-indent: 0.01px;
  /* Removes default arrow from firefox*/
  text-overflow: "";
  /*Removes default arrow from firefox*/
}
.finance .finance-row .insurence-box .hero-select .btn-default span.bs-caret > span {
  border-top: 6px dashed black;
  border-top: 6px solid\9 black;
  border-right: 6px solid transparent;
  border-left: 6px solid transparent;
}
.finance .finance-row .insurence-box .hero-select .btn-default:focus {
  outline: none !important;
}
.finance .finance-row .insurence-box .hero-select .btn-default:focus {
  outline: none !important;
}
.finance .finance-row .insurence-box .hero-select .dropdown-menu {
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  border-radius: 16px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  top: 12px;
  border: none;
}
.finance .finance-row .insurence-box .hero-select .dropdown-menu .inner {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.finance .finance-row .insurence-box .hero-select .dropdown-menu input:focus {
  border: none;
  box-shadow: none;
}
.finance .finance-row .insurence-box .hero-select .dropdown-menu > .active > a {
  background-color: #ec1c24;
}
.finance .finance-row .insurence-box .hero-select .dropdown-menu > .active > a:focus,
.finance .finance-row .insurence-box .hero-select .dropdown-menu > .active > a:hover {
  background-color: #ec1c24;
}
.finance .finance-row .insurence-box .hero-select .dropdown-menu > li > a {
  transition: background-color 0.5s ease;
}
.finance .finance-row .insurence-box .hero-select .dropdown-menu > li > a:focus,
.finance .finance-row .insurence-box .hero-select .dropdown-menu > li > a:hover {
  outline: none;
  background-color: rgba(236, 28, 36, 0.5);
  color: white;
}
.finance .finance-row .insurence-box .hero-selectsmal {
  width: 32.5%;
  margin-top: 15px;
  display: inline-block;
}
.finance .finance-row .insurence-box .hero-selectsmal .btn-default {
  border: none;
  width: 100% !important;
  height: 30px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  padding: 0 10px;
  margin-top: 15px;
  -webkit-appearance: none;
  /*Removes default chrome and safari style*/
  -moz-appearance: none;
  /* Removes Default Firefox style*/
  text-indent: 0.01px;
  /* Removes default arrow from firefox*/
  text-overflow: "";
  /*Removes default arrow from firefox*/
}
.finance .finance-row .insurence-box .hero-selectsmal .btn-default span.bs-caret > span {
  border-top: 6px dashed black;
  border-top: 6px solid\9 black;
  border-right: 6px solid transparent;
  border-left: 6px solid transparent;
}
.finance .finance-row .insurence-box .hero-selectsmal .btn-default:focus {
  outline: none !important;
}
.finance .finance-row .insurence-box .hero-selectsmal .btn-default:focus {
  outline: none !important;
}
.finance .finance-row .insurence-box .hero-selectsmal .dropdown-menu {
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  border-radius: 16px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  top: 12px;
  border: none;
}
.finance .finance-row .insurence-box .hero-selectsmal .dropdown-menu .inner {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.finance .finance-row .insurence-box .hero-selectsmal .dropdown-menu input:focus {
  border: none;
  box-shadow: none;
}
.finance .finance-row .insurence-box .hero-selectsmal .dropdown-menu > .active > a {
  background-color: #ec1c24;
}
.finance .finance-row .insurence-box .hero-selectsmal .dropdown-menu > .active > a:focus,
.finance .finance-row .insurence-box .hero-selectsmal .dropdown-menu > .active > a:hover {
  background-color: #ec1c24;
}
.finance .finance-row .insurence-box .hero-selectsmal .dropdown-menu > li > a:focus,
.finance .finance-row .insurence-box .hero-selectsmal .dropdown-menu > li > a:hover {
  background-color: #ec1c24;
  color: white;
  outline: none;
}
.finance .finance-row .insurence-box #expdate {
  margin-top: 15px;
}
.finance .finance-row .insurence-box .hero-label {
  position: absolute;
  font-weight: 600;
  color: #ec1c24;
  margin-top: 5px;
}
.finance .finance-row .insurence-box .hero-input {
  width: 100%;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  height: 30px;
  margin-top: 30px;
  box-shadow: none;
  outline: none;
  border: none;
}
.finance .finance-row .insurence-box .brand-btn {
  transition: all 0.3s ease;
  width: 100%;
  height: 30px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  padding: 0 10px;
  margin-top: 15px;
  background: #ec1c24;
  font-size: 16px;
  font-weight: 600;
  color: white;
  margin-top: 30px;
}
.finance .finance-row .insurence-box .brand-btn:focus {
  outline: 0;
  color: white;
}
.finance .finance-row .insurence-box .brand-btn:hover {
  background: #f6c446;
  color: black;
}
.feature-cards-box .feature-card-navigation {
  padding-top: 5px;
  padding-bottom: 10px;
}
@media only screen and (max-width: 767px) {
  .feature-cards-box .feature-card-navigation {
    padding-top: 5px;
    padding-bottom: 0;
  }
}
.feature-cards-box .feature-card-navigation .navigation-bar {
  font-size: 16px;
  font-weight: 600;
  line-height: 70px;
  margin-bottom: 0;
  line-height: 18px;
  text-align: center;
  font-size: 24px;
  font-weight: 800;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .feature-cards-box .feature-card-navigation .navigation-bar {
    line-height: 60px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .feature-cards-box .feature-card-navigation .navigation-bar {
    line-height: 40px;
  }
}
.feature-cards-box .feature-card-navigation .navigation-bar li {
  padding: 0 0 0 10px;
  cursor: pointer;
}
.feature-cards-box .feature-card-navigation .navigation-bar li a {
  transition: color 0.5s ease;
  color: #1c1c1b;
}
.feature-cards-box .feature-card-navigation .navigation-bar li a:hover,
.feature-cards-box .feature-card-navigation .navigation-bar li a:active {
  color: #ec1c24 !important;
  text-decoration: none;
}
.feature-cards-box .feature-card-navigation .navigation-bar .hypn::after {
  content: '-';
  padding-left: 10px;
}
@media only screen and (max-width: 767px) {
  .feature-cards-box .feature-card-navigation .navigation-bar {
    line-height: 40px;
  }
  .feature-cards-box .feature-card-navigation .navigation-bar li {
    margin: 0;
  }
  .feature-cards-box .feature-card-navigation .navigation-bar .hypn::after {
    content: '';
    padding: 0;
  }
}
.feature-cards-box .feature-cards {
  margin-bottom: 50px;
}
.feature-cards-box .feature-cards .feature-card-div {
  margin-top: 50px;
}
.feature-cards-box .feature-cards .feature-card {
  background: #f5f5f5;
  border: 2px solid rgba(35, 31, 32, 0.08);
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  padding-bottom: 30px;
  margin-left: auto;
  margin-right: auto;
  max-width: 300px;
  transition: all 0.3s ease;
}
@media only screen and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 991px) {
  .feature-cards-box .feature-cards .feature-card {
    margin-top: 15px;
    margin-bottom: 15px;
  }
}
.feature-cards-box .feature-cards .feature-card .fc-image {
  height: 140.8px;
  overflow: hidden;
  position: relative;
  -webkit-border-radius: 20px 20px 0 0;
  -moz-border-radius: 20px 20px 0 0;
  border-radius: 20px 20px 0 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
@media only screen and (max-width: 767px) {
  .feature-cards-box .feature-cards .feature-card .fc-image {
    height: 140.8px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .feature-cards-box .feature-cards .feature-card .fc-image {
    height: 187.203px;
  }
}
.feature-cards-box .feature-cards .feature-card .fc-image img {
  width: 100%;
}
.feature-cards-box .feature-cards .feature-card .fc-image .headlingt-icon {
  position: absolute;
  right: 20px;
  top: 20px;
  background: url("../images/icons.png") no-repeat;
  background-position: -72px 0;
  width: 40px;
  height: 32px;
}
.feature-cards-box .feature-cards .feature-card .fc-image .headlingt-icon.red {
  background-position: -130px 0;
}
.feature-cards-box .feature-cards .feature-card .fc-aux {
  margin-top: 10px;
  box-sizing: border-box;
  text-align: center;
}
.feature-cards-box .feature-cards .feature-card .fc-aux .star-rating {
  width: 49%;
  display: inline-block;
  color: #ec1c24;
  text-align: center;
}
.feature-cards-box .feature-cards .feature-card .fc-aux .star-rating li {
  padding: 0;
}
.feature-cards-box .feature-cards .feature-card .fc-aux .distance {
  text-align: center;
  width: 49%;
  display: inline-block;
  color: #ec1c24;
  border-left: 1px solid black;
}
.feature-cards-box .feature-cards .feature-card .fc-heading {
  text-align: center;
  margin-top: 0;
  padding: 0 15px;
  height: 55px;
  display: table;
  width: 100%;
}
.feature-cards-box .feature-cards .feature-card .fc-heading a {
  display: table-cell;
  vertical-align: middle;
}
.feature-cards-box .feature-cards .feature-card .fc-heading h3 {
  margin-top: 10px;
  font-size: 20px;
  font-weight: 600;
  color: black;
}
.feature-cards-box .feature-cards .feature-card .fc-heading h5 {
  margin: 0;
  font-size: 16px;
  font-weight: 700;
  color: black;
}
.feature-cards-box .feature-cards .feature-card .fc-details {
  text-align: center;
  margin-top: 0px;
  padding: 0 15px;
  height: auto !important;
}
.feature-cards-box .feature-cards .feature-card .fc-details p {
  font-size: 14px;
  font-weight: 400;
  min-height: 80px;
}
.feature-cards-box .feature-cards .feature-card .fc-btn {
  width: 100%;
  display: block;
}
.feature-cards-box .feature-cards .feature-card .fc-btn .brand-btn {
  font-weight: 600 ;
  font-size: 16px;
  display: block;
  margin: auto;
  width: 130px;
  height: 30px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  background-color: white;
  line-height: 16px;
  color: black;
}
.feature-cards-box .feature-cards .feature-card .fc-btn .brand-btn:hover {
  background-color: #ec1c24;
  color: white;
}
.feature-cards-box .feature-cards .feature-card .fc-btn .brand-btn:focus {
  outline: none;
}
.feature-cards-box .feature-cards .feature-card:hover {
  border: 2px solid rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
}
.feature-cards-box .feature-cards .feature-card-div {
  margin-top: 15px;
}
.testimonial {
  padding-bottom: 30px;
}
.testimonial .test-box {
  margin-top: 30px;
}
.testimonial .testi-heading {
  margin-top: 30px;
}
.testimonial .test-text {
  padding: 0 10px;
}
.footer {
  background-color: #f5f5f5;
}
.footer .vip-head,
.footer .car-head {
  margin-top: 30px;
  margin-bottom: 20px;
}
.footer .vep-nav {
  font-size: 16px;
  font-weight: 600;
  line-height: 70px;
  margin-bottom: 0;
  font-size: 14px;
  line-height: 15px;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .footer .vep-nav {
    line-height: 60px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .footer .vep-nav {
    line-height: 40px;
  }
}
.footer .vep-nav li {
  padding: 0 0 0 10px;
  cursor: pointer;
}
.footer .vep-nav li a {
  transition: color 0.5s ease;
  color: #1c1c1b;
}
.footer .vep-nav li a:hover,
.footer .vep-nav li a:active {
  color: #ec1c24 !important;
  text-decoration: none;
}
.footer .vep-nav .hypn::after {
  content: '-';
  padding-left: 10px;
}
.footer .vep-nav ul li {
  padding: 0 0 0 5px;
}
.footer .vep-nav ul li::after {
  padding-left: 5px;
}
.footer .vep-nav ul li a {
  color: #1c1c1b;
}
.footer .vep-nav ul .hypn::after {
  padding-left: 5px;
}
.footer .car-nav {
  font-size: 16px;
  font-weight: 600;
  line-height: 70px;
  margin-bottom: 0;
  font-size: 14px;
  line-height: 15px;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .footer .car-nav {
    line-height: 60px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .footer .car-nav {
    line-height: 40px;
  }
}
.footer .car-nav li {
  padding: 0 0 0 10px;
  cursor: pointer;
}
.footer .car-nav li a {
  transition: color 0.5s ease;
  color: #1c1c1b;
}
.footer .car-nav li a:hover,
.footer .car-nav li a:active {
  color: #ec1c24 !important;
  text-decoration: none;
}
.footer .car-nav .hypn::after {
  content: '-';
  padding-left: 10px;
}
.footer .car-nav ul li {
  padding: 0 0 0 10px;
}
.footer .car-nav ul .hypn::after {
  padding-left: 10px;
}
.footer .footer-bottom {
  margin-top: 30px;
  background-color: black;
}
.footer .footer-bottom .copyright {
  color: white;
  line-height: 90px;
}
.footer .footer-bottom .copyright a {
  color: white;
}
@media only screen and (max-width: 767px) {
  .footer .footer-bottom .copyright {
    text-align: center;
  }
}
.footer .footer-bottom .copyright span {
  color: #ec1c24;
}
.footer .footer-bottom .social ul {
  margin-top: 30px;
}
@media only screen and (max-width: 767px) {
  .footer .footer-bottom .social ul {
    text-align: center;
  }
}
.footer .footer-bottom .social li {
  transition: all 0.3s ease;
  border: 2px solid #ec1c24;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  padding: 5px;
  margin-left: 10px;
}
.footer .footer-bottom .social li:hover {
  background-color: white;
  border: 2px solid transparent;
}
.footer .footer-bottom .social li:hover .fa-facebook {
  color: #3b5998;
}
.footer .footer-bottom .social li:hover .fa-twitter {
  color: #0084b4;
}
.footer .footer-bottom .social-btn .fa {
  font-size: 25px;
  color: #ec1c24;
  padding: 0 1px;
}
.footer .footer-bottom .social-btn .fa.fa-facebook {
  padding: 0 8px;
}
.footer .footer {
  background-color: #f5f5f5;
}
.footer .footer-head {
  font-size: 16px;
  font-weight: 700;
  color: #ec2028;
}
.footer .footer-link {
  color: black;
  font-size: 12px;
}
.footer .footer-info-items:hover .fa {
  transition: all .2s ease;
  font-size: 30px;
}
.footer .footer-info-items:hover .footer-info-text {
  transition: all .2s ease;
  font-size: 20px;
}
.footer .footer-info-items .fa {
  color: #ec2028;
}
.footer .footer-info-text {
  font-size: 16px;
  font-weight: 600;
}
.footer .footer-info-section {
  margin-top: 40px;
  background: #f5f5f5;
}
.footer .footer-divider {
  border-color: white;
  border-width: 2px;
}
.login-signup {
  background-color: rgba(0, 0, 0, 0.75);
  width: 100%;
  height: 100%;
  z-index: 2001;
  position: fixed;
  top: 0;
  /* Shared */
  /* Facebook */
  /* Google */
}
.login-signup .close-btn {
  position: absolute;
  top: 10px;
  right: 10px;
  cursor: pointer;
}
.login-signup #partner-margin {
  margin-top: 150px;
}
@media only screen and (max-width: 767px) {
  .login-signup #partner-margin {
    margin-top: 0;
  }
}
.login-signup .login-container {
  margin: auto;
  display: block;
  position: relative;
  background: #d8d8d8;
}
.login-signup .login-container .alert {
  padding: 0;
  margin-bottom: 0;
}
.login-signup .login-container .alert li {
  color: #ec1c24 !important;
  font-size: 10px;
}
@media only screen and (min-width: 1201px), only screen and (min-width: 992px) and (max-width: 1200px), only screen and (min-width: 768px) and (max-width: 991px) {
  .login-signup .login-container {
    margin-top: 8%;
    width: 600px;
    height: 440px;
    padding: 15px;
    box-shadow: 0 0 15px black;
  }
  .login-signup .login-container .image-div {
    position: relative;
    float: left;
    width: 50%;
    overflow: hidden;
    margin-left: -15px;
    margin-top: -15px;
  }
  .login-signup .login-container .image-div .bg-image {
    height: 440px;
    margin-left: -32px;
  }
  .login-signup .login-container .image-div .logo {
    position: absolute;
    top: 0;
    left: 0;
  }
  .login-signup .login-container .image-div .logo img {
    height: 60px;
  }
}
.login-signup .login-container .login-signup-fields {
  float: left;
}
@media only screen and (min-width: 992px) and (max-width: 1200px), only screen and (min-width: 1201px) {
  .login-signup .login-container .login-signup-fields {
    width: 50%;
  }
}
@media only screen and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 991px) {
  .login-signup .login-container .login-signup-fields {
    width: 100%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .login-signup .login-container {
    width: 350px;
    padding: 15px;
  }
  .login-signup .login-container .image-div {
    display: none;
  }
}
.login-signup .login-container .login-signup-fields {
  padding-right: 15px;
  padding-left: 30px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .login-signup .login-container .login-signup-fields {
    padding-left: 15px;
  }
}
.login-signup .login-container .login-signup-fields .login {
  transition: all 0.3s ease;
  width: 100%;
  height: 30px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  padding: 0 10px;
  margin-top: 15px;
  background: #ec1c24;
  font-size: 16px;
  font-weight: 600;
  color: white;
  margin-top: 10px;
}
.login-signup .login-container .login-signup-fields .login:focus {
  outline: 0;
  color: white;
}
.login-signup .login-container .login-signup-fields .login:hover {
  background: #f6c446;
  color: black;
}
.login-signup .login-container .login-signup-fields .login:hover {
  background-color: #f6c446;
}
.login-signup .login-container .login-signup-fields input {
  width: 100%;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  height: 30px;
  margin-top: 30px;
  box-shadow: none;
  outline: none;
  border: none;
  padding: 0 15px;
  text-align: center;
  margin-top: 5px;
}
.login-signup .login-container .login-signup-fields input.error {
  border: 1px solid #ec1c24;
}
.login-signup .login-container .login-signup-fields input::-webkit-input-placeholder {
  text-align: center;
}
.login-signup .login-container .login-signup-fields input::-moz-placeholder {
  text-align: center;
}
.login-signup .login-container .login-signup-fields input:-ms-input-placeholder {
  text-align: center;
}
.login-signup .login-container .login-signup-fields .forgot-pass {
  margin-top: 20px;
}
.login-signup .login-container .login-signup-fields .forgot-pass a {
  color: #888;
  font-weight: 600;
}
.login-signup .login-container .login-signup-fields .register {
  margin-top: 20px;
}
.login-signup .login-container .login-signup-fields .register a {
  color: #ec1c24;
  font-weight: 800;
  font-size: 18px;
}
.login-signup .login-container .register-btns {
  margin-top: 10px;
  padding-left: 10px;
  border-left: 1px solid #1c1c1b;
  text-align: right;
}
.login-signup .login-container .register-btns .fb-btn {
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  width: 30px;
  line-height: 30px;
  display: inline-block;
  text-align: center;
  color: white;
  background: #06457b;
  border-color: rgba(0, 0, 0, 0.2);
}
.login-signup .login-container .register-btns .gp-btn {
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  width: 30px;
  line-height: 30px;
  display: inline-block;
  text-align: center;
  color: white;
  background-color: #dd4b39;
  border-color: rgba(0, 0, 0, 0.2);
  margin-left: 10px;
}
.login-signup .back-r,
.login-signup .back-f {
  cursor: pointer;
  color: #ec1c24;
}
.login-signup .loginBtn {
  box-sizing: border-box;
  position: relative;
  margin: 0.2em;
  padding: 0 10px 0 45px;
  border: none;
  text-align: left;
  line-height: 34px;
  white-space: nowrap;
  -webkit-border-radius: 0.2em;
  -moz-border-radius: 0.2em;
  border-radius: 0.2em;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  font-size: 14px;
  color: #FFF;
}
.login-signup .loginBtn:before {
  content: "";
  box-sizing: border-box;
  position: absolute;
  top: 0;
  left: 0;
  width: 34px;
  height: 100%;
}
.login-signup .loginBtn:focus {
  outline: none;
}
.login-signup .loginBtn:active {
  box-shadow: inset 0 0 0 32px rgba(0, 0, 0, 0.1);
}
.login-signup .loginBtn--facebook {
  background-color: #4C69BA;
  background-image: linear-gradient(#4c69ba, #3b55a0);
  /*font-family: "Helvetica neue", Helvetica Neue, Helvetica, Arial, sans-serif;*/
  text-shadow: 0 -1px 0 #354c8c;
}
.login-signup .loginBtn--facebook:before {
  border-right: #364e92 1px solid;
  background: url('https://s3-us-west-2.amazonaws.com/s.cdpn.io/14082/icon_facebook.png') 6px 6px no-repeat;
}
.login-signup .loginBtn--facebook:hover,
.login-signup .loginBtn--facebook:focus {
  background-color: #5B7BD5;
  background-image: linear-gradient(#5b7bd5, #4864b1);
}
.login-signup .loginBtn--google {
  /*font-family: "Roboto", Roboto, arial, sans-serif;*/
  background: #DD4B39;
}
.login-signup .loginBtn--google:before {
  border-right: #BB3F30 1px solid;
  background: url('https://s3-us-west-2.amazonaws.com/s.cdpn.io/14082/icon_google.png') 6px 6px no-repeat;
}
.login-signup .loginBtn--google:hover,
.login-signup .loginBtn--google:focus {
  background: #E74B37;
}
.head-banner {
  background: url(https://s3-eu-west-1.amazonaws.com/vehpal/banners/workshop-banner.jpg) no-repeat;
  background-position-y: -300px;
  background-position-x: 50% ;
}
@media only screen and (max-width: 767px) {
  .head-banner {
    background-position-y: -370px;
  }
}
.head-banner .list-heading {
  text-align: right;
}
@media only screen and (max-width: 767px) {
  .head-banner .list-heading {
    text-align: center;
  }
}
.head-banner .list-heading .listing-text {
  font-size: 67.4px;
  font-weight: 700;
  color: white;
}
@media only screen and (min-width: 1201px), only screen and (min-width: 992px) and (max-width: 1200px), only screen and (min-width: 768px) and (max-width: 991px) {
  .head-banner .list-heading .listing-text {
    margin: 90px 0 0 0;
    line-height: 200px;
  }
}
@media only screen and (max-width: 767px) {
  .head-banner .list-heading .listing-text {
    font-size: 25.4px;
    margin: 60px 0 0 0;
    line-height: 160px;
  }
}
.list-filter {
  background-color: #231f20;
  max-width: 1680px;
  margin: 0 auto;
}
.list-filter .filter-box {
  line-height: 80px;
}
@media only screen and (max-width: 767px) {
  .list-filter .filter-box {
    line-height: 50px;
  }
}
.list-filter .filter-box .hero-select {
  width: 100% !important;
  margin-top: 15px;
  line-height: 80px;
  margin-top: 0;
}
@media only screen and (max-width: 767px) {
  .list-filter .filter-box .hero-select {
    margin-top: 5px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1200px), only screen and (min-width: 768px) and (max-width: 991px) {
  .list-filter .filter-box .hero-select {
    margin-top: 0;
  }
}
.list-filter .filter-box .hero-select select {
  display: none !important;
}
.list-filter .filter-box .hero-select .btn-default {
  border: none;
  width: 100% !important;
  height: 30px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  padding: 0 10px;
  margin-top: 15px;
  -webkit-appearance: none;
  /*Removes default chrome and safari style*/
  -moz-appearance: none;
  /* Removes Default Firefox style*/
  text-indent: 0.01px;
  /* Removes default arrow from firefox*/
  text-overflow: "";
  /*Removes default arrow from firefox*/
}
.list-filter .filter-box .hero-select .btn-default span.bs-caret > span {
  border-top: 6px dashed black;
  border-top: 6px solid\9 black;
  border-right: 6px solid transparent;
  border-left: 6px solid transparent;
}
.list-filter .filter-box .hero-select .btn-default:focus {
  outline: none !important;
}
.list-filter .filter-box .hero-select .btn-default:focus {
  outline: none !important;
}
.list-filter .filter-box .hero-select .dropdown-menu {
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  border-radius: 16px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  top: 0;
  border: none;
}
.list-filter .filter-box .hero-select .dropdown-menu .inner {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.list-filter .filter-box .hero-select .dropdown-menu input:focus {
  border: none;
  box-shadow: none;
}
.list-filter .filter-box .hero-select .dropdown-menu > .active > a {
  background-color: #ec1c24;
}
.list-filter .filter-box .hero-select .dropdown-menu > .active > a:focus,
.list-filter .filter-box .hero-select .dropdown-menu > .active > a:hover {
  background-color: #ec1c24;
}
.list-filter .filter-box .hero-select .dropdown-menu > li > a {
  transition: background-color 0.5s ease;
}
.list-filter .filter-box .hero-select .dropdown-menu > li > a:focus,
.list-filter .filter-box .hero-select .dropdown-menu > li > a:hover {
  outline: none;
  background-color: rgba(236, 28, 36, 0.5);
  color: white;
}
.list-filter .filter-box .hero-select .btn {
  margin-top: 0;
}
.list-filter .filter-box .filter-search {
  transition: all 0.3s ease;
  width: 100%;
  height: 30px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  padding: 0 10px;
  margin-top: 15px;
  background: #ec1c24;
  font-size: 16px;
  font-weight: 600;
  color: white;
  margin-top: 0;
}
.list-filter .filter-box .filter-search:focus {
  outline: 0;
  color: white;
}
.list-filter .filter-box .filter-search:hover {
  background: #f6c446;
  color: black;
}
@media only screen and (max-width: 767px) {
  .list-filter .filter-box .filter-search {
    font-size: 12px;
  }
}
.featured-list-cards {
  margin-bottom: 50px;
  margin-top: 25px;
}
.featured-list-cards .feature-card-heading {
  margin-top: 70px;
}
.featured-list-cards .mtn {
  margin-top: 10px !important;
}
.listng-filter .hero-select {
  width: 100% !important;
  margin-top: 15px;
}
@media only screen and (max-width: 767px) {
  .listng-filter .hero-select {
    margin-top: 5px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1200px), only screen and (min-width: 768px) and (max-width: 991px) {
  .listng-filter .hero-select {
    margin-top: 0;
  }
}
.listng-filter .hero-select select {
  display: none !important;
}
.listng-filter .hero-select .btn-default {
  border: none;
  width: 100% !important;
  height: 30px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  padding: 0 10px;
  margin-top: 15px;
  -webkit-appearance: none;
  /*Removes default chrome and safari style*/
  -moz-appearance: none;
  /* Removes Default Firefox style*/
  text-indent: 0.01px;
  /* Removes default arrow from firefox*/
  text-overflow: "";
  /*Removes default arrow from firefox*/
}
.listng-filter .hero-select .btn-default span.bs-caret > span {
  border-top: 6px dashed black;
  border-top: 6px solid\9 black;
  border-right: 6px solid transparent;
  border-left: 6px solid transparent;
}
.listng-filter .hero-select .btn-default:focus {
  outline: none !important;
}
.listng-filter .hero-select .btn-default:focus {
  outline: none !important;
}
.listng-filter .hero-select .dropdown-menu {
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  border-radius: 16px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  top: 12px;
  border: none;
}
.listng-filter .hero-select .dropdown-menu .inner {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.listng-filter .hero-select .dropdown-menu input:focus {
  border: none;
  box-shadow: none;
}
.listng-filter .hero-select .dropdown-menu > .active > a {
  background-color: #ec1c24;
}
.listng-filter .hero-select .dropdown-menu > .active > a:focus,
.listng-filter .hero-select .dropdown-menu > .active > a:hover {
  background-color: #ec1c24;
}
.listng-filter .hero-select .dropdown-menu > li > a {
  transition: background-color 0.5s ease;
}
.listng-filter .hero-select .dropdown-menu > li > a:focus,
.listng-filter .hero-select .dropdown-menu > li > a:hover {
  outline: none;
  background-color: rgba(236, 28, 36, 0.5);
  color: white;
}
.listng-filter .hero-select .btn-default {
  border: 2px solid #f5f5f5;
}
.listng-filter .filter-row {
  margin-top: 0;
}
.listing {
  margin-bottom: 50px;
}
.listing .feature-card-div {
  margin-top: 30px;
}
.pagination-div {
  margin-bottom: 50px;
}
.detail-banner-div {
  height: 690px;
  width: 100%;
  position: relative;
  background: url("https://s3-eu-west-1.amazonaws.com/vehpal/banners/workshop-banner.jpg") no-repeat;
  background-position: center;
  background-size: cover;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .detail-banner-div {
    height: 577px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .detail-banner-div {
    height: 540px;
  }
}
@media only screen and (max-width: 767px) {
  .detail-banner-div {
    height: 320px;
  }
}
.detail-banner-div .ws-info {
  height: 200px;
  position: absolute;
  bottom: 0;
  width: 100%;
  background: rgba(0, 0, 0, 0.5);
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .detail-banner-div .ws-info {
    height: 200px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .detail-banner-div .ws-info {
    height: 200px;
  }
}
@media only screen and (max-width: 767px) {
  .detail-banner-div .ws-info {
    height: 130px;
  }
}
.detail-banner-div .ws-info .fc-heading {
  width: 100%;
  display: block;
}
.detail-banner-div .ws-info .fc-heading h1 {
  color: white;
  font-size: 50px;
  font-weight: 700;
  text-transform: uppercase;
  margin-top: 50px;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .detail-banner-div .ws-info .fc-heading h1 {
    font-size: 35px;
    margin-top: 80px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .detail-banner-div .ws-info .fc-heading h1 {
    font-size: 42px;
    margin-top: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .detail-banner-div .ws-info .fc-heading h1 {
    font-size: 20px;
    margin-top: 22px;
  }
}
.detail-banner-div .ws-info .star-rating {
  width: 49%;
  display: inline-block;
  padding-right: 30px;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .detail-banner-div .ws-info .star-rating {
    font-size: 20px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .detail-banner-div .ws-info .star-rating {
    font-size: 10px;
  }
}
@media only screen and (max-width: 767px) {
  .detail-banner-div .ws-info .star-rating {
    font-size: 5px;
  }
}
.detail-banner-div .ws-info .star-rating li {
  font-size: 24px;
  color: #ec1c24;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .detail-banner-div .ws-info .star-rating li {
    font-size: 20px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .detail-banner-div .ws-info .star-rating li {
    font-size: 18px;
  }
}
@media only screen and (max-width: 767px) {
  .detail-banner-div .ws-info .star-rating li {
    font-size: 10px;
  }
}
.detail-banner-div .ws-info .likes {
  position: relative;
  line-height: 50px;
  padding-left: 30px;
  width: 49%;
  display: inline-block;
  border-left: 1px solid white;
  color: white;
  font-size: 24px;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .detail-banner-div .ws-info .likes {
    font-size: 20px;
    line-height: 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .detail-banner-div .ws-info .likes {
    font-size: 18px;
    line-height: 25px;
  }
}
@media only screen and (max-width: 767px) {
  .detail-banner-div .ws-info .likes {
    font-size: 10px;
    line-height: 15px;
  }
}
@media only screen and (max-width: 767px) {
  .detail-banner-div .ws-info .likes .headlingt-icon {
    display: block;
    bottom: -9px;
    margin-left: 16px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .detail-banner-div .ws-info .likes .headlingt-icon {
    display: block;
    bottom: -3px;
    margin-left: 16px;
  }
}
@media only screen and (min-width: 1201px), only screen and (min-width: 992px) and (max-width: 1200px) {
  .detail-banner-div .ws-info .likes .headlingt-icon {
    bottom: 7px;
  }
}
@media only screen and (max-width: 767px) {
  .detail-banner-div .ws-info .bookNow {
    width: 50%;
    position: absolute;
    left: 25%;
  }
}
.ws-details {
  margin-top: 50px;
  padding-bottom: 30px;
}
.ws-details p {
  font-size: 20px;
  line-height: 36px;
}
@media only screen and (min-width: 992px) and (max-width: 1200px), only screen and (min-width: 768px) and (max-width: 991px) {
  .ws-details {
    margin-top: 50px;
    padding-bottom: 50px;
  }
  .ws-details p {
    font-size: 18px;
  }
}
@media only screen and (max-width: 767px) {
  .ws-details {
    margin-top: 20px;
    padding-bottom: 50px;
  }
  .ws-details p {
    font-size: 14px;
    line-height: 24px;
  }
}
.contact {
  border-top: 1px solid #d8d8d8;
}
.contact .cont-heading {
  margin-top: -14px;
}
.contact .cont-heading h3 {
  width: 150px;
  margin: auto;
  background: white;
  font-size: 24px;
  font-weight: 800;
}
@media only screen and (max-width: 767px) {
  .contact .cont-heading h3 {
    font-size: 20px;
  }
}
.contact .addr-row {
  margin-top: 20px;
}
@media only screen and (max-width: 767px) {
  .contact .addr-row {
    margin-top: 25px;
    text-align: center;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .contact .addr-row {
    margin-top: 30px;
  }
}
.contact .addr-row .addr-heading {
  color: #ec1c24;
}
.contact .addr-row .addr-heading h4 {
  font-size: 20px;
  font-weight: 600;
}
@media only screen and (max-width: 767px) {
  .contact .addr-row .addr-heading h4 {
    font-size: 16px;
  }
}
.contact .addr-row .address {
  margin-top: 10px;
}
.contact .addr-row .address p {
  line-height: 30px;
  font-size: 18px;
  margin: 0;
}
@media only screen and (max-width: 767px) {
  .contact .addr-row .address p {
    font-size: 14px;
    line-height: 20px;
  }
}
.garage-info-section .label {
  border-radius: 20px ;
}
.garage-info-section h3 {
  font-size: 20px;
  font-weight: 700;
  margin: 0;
  margin-top: 15px;
}
.map-conainer {
  height: 650px;
  width: 100%;
  background: #f5f5f5;
}
@media only screen and (max-width: 767px) {
  .map-conainer {
    height: 225px;
    margin-top: 20px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .map-conainer {
    height: 345px;
    margin-top: 40px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .map-conainer {
    height: 462px;
    margin-top: 50px;
  }
}
.map-conainer #map {
  width: 100%;
  height: 100%;
}
.service-booking {
  border-top: 1px solid #d8d8d8;
  margin-top: 25px;
  margin-bottom: 20px ;
}
@media only screen and (max-width: 767px) {
  .service-booking {
    margin-top: 20px;
    margin-bottom: 30px ;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .service-booking {
    margin-top: 15px;
    margin-bottom: 50px ;
  }
}
.service-booking .btn-tgl {
  transition: all 0.3s ease;
  color: #000;
  background-color: white;
  border-color: #d8d8d8;
}
.service-booking .btn-tgl:nth-child(1) {
  -webkit-border-radius: 20px 0 0 20px;
  -moz-border-radius: 20px 0 0 20px;
  border-radius: 20px 0 0 20px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.service-booking .btn-tgl:nth-child(2) {
  -webkit-border-radius: 0 20px 20px 0;
  -moz-border-radius: 0 20px 20px 0;
  border-radius: 0 20px 20px 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.service-booking .btn-tgl.active {
  color: white;
  background-color: #ec1c24;
  border-color: #ec1c24;
  box-shadow: none;
}
.service-booking .btn-tgl.focus,
.service-booking .btn-tgl:active {
  outline: none;
}
.service-booking .selector-help {
  font-size: 40px;
  margin-top: 10%;
  color: #d8d8d8;
}
.service-booking .selector-space {
  padding: 5px 15px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.service-booking .selector-space a {
  cursor: pointer;
  color: black;
  width: 100%;
  display: block;
}
.service-booking .selector-space a:hover,
.service-booking .selector-space a:focus {
  text-decoration: none;
}
.service-booking .selector-space .panel {
  box-shadow: none;
  margin-bottom: 10px;
}
.service-booking .selector-space ul {
  padding-left: 0;
  margin-top: 10px;
}
.service-booking .selector-space .selector-col {
  font-weight: 600;
  float: left;
  width: 100%;
  padding: 5px 15px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  list-style-type: none;
  margin-bottom: 20px;
  border: 1px solid #d8d8d8;
  transition: all 0.1s ease;
}
.service-booking .selector-space .selector-col ul {
  list-style-type: none;
  padding-left: 0;
}
.service-booking .selector-space .selector-col .selectable {
  color: #ec1c24;
  padding: 0 10px 0 10px;
  line-height: 30px;
  margin-bottom: 2px;
}
.service-booking .selector-space .selector-col .click-all {
  padding: 5px;
  color: #ec1c24;
}
.service-booking .selector-space .selected {
  transition: all 0.2s ease;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 1px solid #ec1c24;
  color: black !important;
}
.service-booking .selector-space .caret {
  transition: all 0.2s ease;
  border-top: 0;
  border-bottom: 8px dashed black;
  border-right: 8px solid transparent;
  border-left: 8px solid transparent;
  float: right;
  margin-top: 5px;
}
.service-booking .selector-space .collapsed .caret {
  transition: all 0.2s ease;
  border-top: 8px dashed black;
  border-bottom: 0;
  border-right: 8px solid transparent;
  border-left: 8px solid transparent;
  float: right;
  margin-top: 5px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .service-booking .service-list {
    margin-top: 30px;
  }
}
.service-booking .job-table thead {
  background: #f5f5f5;
}
.service-booking .job-table td,
.service-booking .job-table th {
  height: 20px;
  padding: 5px;
}
.service-booking .job-table tfoot {
  background: rgba(236, 28, 36, 0.1);
}
.service-booking .job-table .clear-all {
  cursor: pointer;
}
.service-booking #tag-space {
  padding: 15px;
  display: table;
  transition: all 0.5S ease;
  background: white;
  border-radius: 20px;
  border: 1px solid #f5f5f5;
  float: left;
}
.service-booking #tag-space .removeTag {
  cursor: pointer;
  padding-left: 5px;
}
.service-booking #tag-space table {
  width: 100%;
}
.service-booking .cont-heading {
  margin-top: -14px;
}
.service-booking .cont-heading h3 {
  width: 260px;
  margin: auto;
  background: white;
  font-size: 24px;
  font-weight: 800;
}
@media only screen and (max-width: 767px) {
  .service-booking .cont-heading h3 {
    font-size: 20px;
  }
}
.service-booking .first {
  margin-top: 30px;
}
.service-booking .heading h4 {
  margin-top: 0;
  margin-bottom: 15px;
}
.service-booking .booking-field-group.agree-div {
  margin-top: 30px;
}
.service-booking .booking-field-group .fields {
  margin-bottom: 30px;
}
.service-booking .booking-field-group .fields textarea {
  width: 100%;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  height: 30px;
  margin-top: 30px;
  box-shadow: none;
  outline: none;
  border: none;
  border: 1px solid black;
  height: 90px;
  padding: 10px;
  margin-top: 0;
}
.service-booking .booking-field-group .fields .hero-select {
  width: 100% !important;
  margin-top: 15px;
}
@media only screen and (max-width: 767px) {
  .service-booking .booking-field-group .fields .hero-select {
    margin-top: 5px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1200px), only screen and (min-width: 768px) and (max-width: 991px) {
  .service-booking .booking-field-group .fields .hero-select {
    margin-top: 0;
  }
}
.service-booking .booking-field-group .fields .hero-select select {
  display: none !important;
}
.service-booking .booking-field-group .fields .hero-select .btn-default {
  border: none;
  width: 100% !important;
  height: 30px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  padding: 0 10px;
  margin-top: 15px;
  -webkit-appearance: none;
  /*Removes default chrome and safari style*/
  -moz-appearance: none;
  /* Removes Default Firefox style*/
  text-indent: 0.01px;
  /* Removes default arrow from firefox*/
  text-overflow: "";
  /*Removes default arrow from firefox*/
}
.service-booking .booking-field-group .fields .hero-select .btn-default span.bs-caret > span {
  border-top: 6px dashed black;
  border-top: 6px solid\9 black;
  border-right: 6px solid transparent;
  border-left: 6px solid transparent;
}
.service-booking .booking-field-group .fields .hero-select .btn-default:focus {
  outline: none !important;
}
.service-booking .booking-field-group .fields .hero-select .btn-default:focus {
  outline: none !important;
}
.service-booking .booking-field-group .fields .hero-select .dropdown-menu {
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  border-radius: 16px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  top: 12px;
  border: none;
}
.service-booking .booking-field-group .fields .hero-select .dropdown-menu .inner {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.service-booking .booking-field-group .fields .hero-select .dropdown-menu input:focus {
  border: none;
  box-shadow: none;
}
.service-booking .booking-field-group .fields .hero-select .dropdown-menu > .active > a {
  background-color: #ec1c24;
}
.service-booking .booking-field-group .fields .hero-select .dropdown-menu > .active > a:focus,
.service-booking .booking-field-group .fields .hero-select .dropdown-menu > .active > a:hover {
  background-color: #ec1c24;
}
.service-booking .booking-field-group .fields .hero-select .dropdown-menu > li > a {
  transition: background-color 0.5s ease;
}
.service-booking .booking-field-group .fields .hero-select .dropdown-menu > li > a:focus,
.service-booking .booking-field-group .fields .hero-select .dropdown-menu > li > a:hover {
  outline: none;
  background-color: rgba(236, 28, 36, 0.5);
  color: white;
}
.service-booking .booking-field-group .fields .hero-select .btn-default {
  border: 2px solid #f5f5f5;
}
.service-booking .booking-field-group .fields input {
  width: 100%;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  height: 30px;
  margin-top: 30px;
  box-shadow: none;
  outline: none;
  border: none;
  text-align: center;
  border: 1px solid black;
  margin: 0;
}
.service-booking .booking-field-group .fields input.phone-1 {
  width: 25%;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  height: 30px;
  margin-top: 30px;
  box-shadow: none;
  outline: none;
  border: none;
  display: inline-block;
  border: 1px solid black;
  margin: 0;
}
.service-booking .booking-field-group .fields input.phone-2 {
  width: 70%;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  height: 30px;
  margin-top: 30px;
  box-shadow: none;
  outline: none;
  border: none;
  margin-left: 3%;
  display: inline-block;
  border: 1px solid black;
  margin: 0;
}
.service-booking .booking-field-group .fields .hero-select-base {
  width: 100% !important;
  margin-top: 15px;
  margin: 0;
}
@media only screen and (max-width: 767px) {
  .service-booking .booking-field-group .fields .hero-select-base {
    margin-top: 5px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1200px), only screen and (min-width: 768px) and (max-width: 991px) {
  .service-booking .booking-field-group .fields .hero-select-base {
    margin-top: 0;
  }
}
.service-booking .booking-field-group .fields .hero-select-base select {
  display: none !important;
}
.service-booking .booking-field-group .fields .hero-select-base .btn-default {
  border: none;
  width: 100% !important;
  height: 30px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  padding: 0 10px;
  margin-top: 15px;
  -webkit-appearance: none;
  /*Removes default chrome and safari style*/
  -moz-appearance: none;
  /* Removes Default Firefox style*/
  text-indent: 0.01px;
  /* Removes default arrow from firefox*/
  text-overflow: "";
  /*Removes default arrow from firefox*/
}
.service-booking .booking-field-group .fields .hero-select-base .btn-default span.bs-caret > span {
  border-top: 6px dashed black;
  border-top: 6px solid\9 black;
  border-right: 6px solid transparent;
  border-left: 6px solid transparent;
}
.service-booking .booking-field-group .fields .hero-select-base .btn-default:focus {
  outline: none !important;
}
.service-booking .booking-field-group .fields .hero-select-base .btn-default:focus {
  outline: none !important;
}
.service-booking .booking-field-group .fields .hero-select-base .dropdown-menu {
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  border-radius: 16px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  top: 0;
  border: none;
}
.service-booking .booking-field-group .fields .hero-select-base .dropdown-menu .inner {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.service-booking .booking-field-group .fields .hero-select-base .dropdown-menu input:focus {
  border: none;
  box-shadow: none;
}
.service-booking .booking-field-group .fields .hero-select-base .dropdown-menu > .active > a {
  background-color: #ec1c24;
}
.service-booking .booking-field-group .fields .hero-select-base .dropdown-menu > .active > a:focus,
.service-booking .booking-field-group .fields .hero-select-base .dropdown-menu > .active > a:hover {
  background-color: #ec1c24;
}
.service-booking .booking-field-group .fields .hero-select-base .dropdown-menu > li > a {
  transition: background-color 0.5s ease;
}
.service-booking .booking-field-group .fields .hero-select-base .dropdown-menu > li > a:focus,
.service-booking .booking-field-group .fields .hero-select-base .dropdown-menu > li > a:hover {
  outline: none;
  background-color: rgba(236, 28, 36, 0.5);
  color: white;
}
.service-booking .booking-field-group .fields .hero-select-base .btn-default {
  margin: 0;
  border: 1px solid black;
}
.service-booking .booking-field-group .fields .hero-btn {
  transition: all 0.3s ease;
  width: 100%;
  height: 30px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  padding: 0 10px;
  margin-top: 15px;
  background: #ec1c24;
  font-size: 16px;
  font-weight: 600;
  color: white;
  margin: 0;
}
.service-booking .booking-field-group .fields .hero-btn:focus {
  outline: 0;
  color: white;
}
.service-booking .booking-field-group .fields .hero-btn:hover {
  background: #f6c446;
  color: black;
}
.service-booking .booking-field-group .fields .agree span {
  font-size: 14px !important;
  font-weight: 400;
}
.service-booking .booking-field-group .fields .ip-label {
  color: #ec1c24;
  font-size: 13px;
  font-weight: 600;
  position: absolute;
  bottom: 35px;
  padding-left: 15px;
}
.service-booking .booking-field-group .fields .ip-label-coupon {
  color: #ec1c24;
  font-size: 13px;
  font-weight: 600;
  bottom: 35px;
  padding-left: 15px;
}
.service-booking .booking-field-group .fields .inline {
  display: inline-block;
  margin-bottom: 0;
  margin-top: 7px;
}
.service-booking .booking-field-group .fields .error {
  border-color: #ec1c24 !important;
}
.user-review {
  border-top: 1px solid #d8d8d8;
}
.user-review .rev-heading {
  margin-top: -14px;
}
.user-review .rev-heading h3 {
  width: 180px;
  margin: auto;
  background: white;
  font-size: 24px;
}
@media only screen and (max-width: 767px) {
  .user-review .rev-heading h3 {
    font-size: 20px;
  }
}
.user-review .rev-card {
  padding-bottom-bottom: 15px;
  display: table;
  border-bottom: 1px solid #d8d8d8;
  padding-top: 30px;
  padding-bottom: 20px;
}
.user-review .rev-card .user-name {
  width: auto;
  display: inline-block;
  padding-right: 20px;
  border-right: 2px solid black;
}
.user-review .rev-card .user-name h4 {
  width: auto;
  margin: 0;
  font-size: 20px;
}
@media only screen and (max-width: 767px) {
  .user-review .rev-card .user-name h4 {
    font-size: 16px;
    line-height: 20px;
  }
}
.user-review .rev-card .rev-date {
  display: inline-block;
  padding-left: 20px;
  font-size: 20px;
  font-weight: 600;
}
@media only screen and (max-width: 767px) {
  .user-review .rev-card .rev-date {
    font-size: 16px;
    line-height: 20px;
  }
}
.user-review .rev-card .user-review-txt {
  font-size: 14px;
  line-height: 30px;
}
@media only screen and (max-width: 767px) {
  .user-review .rev-card .user-review-txt {
    font-size: 12px;
    line-height: 24px;
  }
}
.user-review .rev-card .star-rating {
  width: 100%;
  display: inline-block;
  padding-right: 30px;
}
.user-review .rev-card .star-rating li {
  font-size: 20px;
  color: #ec1c24;
}
.popup-ancor2 {
  position: relative;
}
.preview-pop {
  margin-top: 10px;
}
.preview-pop .prev-container {
  position: relative;
  background-color: #f5f5f5;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  margin: 0;
  overflow: hidden !important;
}
.preview-pop .prev-container .close-btn {
  font-weight: 100;
  font-size: 24px;
  padding: 15px;
  position: absolute;
  right: 0;
  cursor: pointer;
  z-index: 10;
}
.preview-pop .prev-container .vis-div {
  padding-left: 0;
}
.preview-pop .prev-container .image-div {
  overflow: hidden;
  height: auto;
}
.preview-pop .prev-container .image-div img {
  width: 100%;
  max-height: 400px;
}
.preview-pop .prev-container .map-buttons {
  height: 0;
  margin: 0;
}
.preview-pop .prev-container .map-buttons .gm-style-mtc {
  position: relative;
  margin-bottom: 0px;
}
.preview-pop .prev-container #map {
  width: 100%;
  height: 480px;
}
.preview-pop .prev-container .shop-det {
  margin-top: 50px;
  padding-bottom: 40px;
  border-bottom: 1px solid #d8d8d8;
}
.preview-pop .prev-container .shop-det .fc-aux {
  margin-top: 10px;
  box-sizing: border-box;
}
.preview-pop .prev-container .shop-det .fc-aux .star-rating {
  width: 49%;
  padding-right: 20px;
  display: inline-block;
  color: #ec1c24;
}
.preview-pop .prev-container .shop-det .fc-aux .star-rating li {
  padding: 0;
}
.preview-pop .prev-container .shop-det .fc-aux .distance {
  padding-left: 20px;
  width: 49%;
  display: inline-block;
  color: #ec1c24;
  border-left: 1px solid black;
}
.preview-pop .prev-container .shop-det .fc-heading {
  text-align: center;
  margin-top: 10px;
  padding: 0 15px;
}
.preview-pop .prev-container .shop-det .fc-heading h3 {
  font-size: 20px;
  font-weight: 800;
  color: black;
}
.preview-pop .prev-container .shop-det .fc-details {
  text-align: center;
  margin-top: 15px;
  padding: 0 15px;
}
.preview-pop .prev-container .shop-det .fc-details p {
  font-size: 14px;
  font-weight: 400;
}
.preview-pop .prev-container .shop-det .fc-btn {
  margin-top: 30px;
  width: 100%;
  display: block;
}
.preview-pop .prev-container .shop-det .fc-btn .brand-btn {
  display: inline-block;
  font-weight: 600 ;
  font-size: 16px;
  margin: 10px 15px 0 15px;
  width: 130px;
  height: 30px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  background-color: white;
  transition: all 0.3s ease;
  line-height: 16px;
  color: black;
}
.preview-pop .prev-container .shop-det .fc-btn .brand-btn:hover {
  background-color: #ec1c24;
  color: white;
}
.preview-pop .prev-container .shop-det .fc-btn .brand-btn:focus {
  outline: none;
}
.preview-pop .prev-container .add-row {
  margin-left: 15px ;
  margin-top: 30px;
}
.preview-pop .prev-container .add-row h3 {
  font-weight: 800;
}
.preview-pop .prev-container .add-row p {
  line-height: 25px;
}
.preview-pop .prev-container .add-row a {
  color: black;
}
.preview-pop .prev-container .service-booking {
  margin-top: 30px;
}
.preview-pop .prev-container .service-booking .heading {
  margin-top: 10px;
}
.hero-2 {
  background: #f5f5f5;
  padding-bottom: 10px;
  padding-top: 0;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .hero-2 {
    padding-bottom: 0;
  }
}
.hero-2 .filter-search {
  transition: all 0.3s ease;
  width: 100%;
  height: 30px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  padding: 0 10px;
  margin-top: 15px;
  font-size: 16px;
  font-weight: 600;
  color: white;
  background: #ec1c24;
}
.hero-2 .filter-search:focus {
  outline: 0;
  color: white;
}
.hero-2 .filter-search:hover {
  background: #f6c446;
  color: black;
}
.hero-2 .filter-search:hover {
  background: #f6c446;
  color: #1c1c1b;
}
.hero-2 .wide-container {
  max-width: 1680px;
  background-color: #1c1c1b;
  padding-bottom: 25px;
  margin: 0 auto;
}
@media only screen and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 991px) {
  .hero-2 .wide-container {
    padding: 15px;
  }
}
.brand-btn-red {
  font-weight: 600 ;
  font-size: 16px;
  display: block;
  margin: auto;
  width: 130px;
  height: 30px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  transition: all 0.3s ease;
  line-height: 16px;
  background-color: #ec1c24;
  color: white;
}
.brand-btn-red:hover {
  background: #f6c446;
  color: white;
}
.brand-btn-red:focus {
  outline: none;
}
.section-head {
  border-top: 1px solid #d8d8d8;
}
.section-head h3 {
  width: 180px;
  margin: auto;
  background: white;
  font-size: 24px;
  margin-top: -14px;
}
@media only screen and (max-width: 767px) {
  .section-head h3 {
    font-size: 20px;
  }
}
.section-head:nth-child(1) {
  margin-top: 140px;
}
.services .row {
  margin: 0;
}
.services .ser-card {
  background: #f5f5f5;
  padding: 15px 10px;
  margin-bottom: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.services .ser-head {
  font-size: 20px;
  font-weight: 700;
  margin-top: 15px;
}
.services .info-head {
  font-size: 18px;
  line-height: 35px;
  font-weight: 600;
  padding: 0;
  width: calc(100% - 30px);
  margin-left: 15px;
  margin-top: 20px;
  border-bottom: 1px solid #d8d8d8;
}
@media only screen and (min-width: 992px) and (max-width: 1200px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .services .info-head {
    font-size: 14px;
    line-height: 30px;
  }
}
.services .ser-card-info {
  margin-top: 15px;
}
@media only screen and (min-width: 1201px) {
  .services .ser-card-info {
    margin-top: 30px;
  }
}
.services .ser-card-info .icon-div {
  width: auto;
  float: left;
}
@media only screen and (min-width: 992px) and (max-width: 1200px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .services .ser-card-info .icon-div {
    zoom: 0.8;
    -moz-transform: scale(0.8);
  }
}
.services .ser-card-info .info-div {
  width: 70%;
  float: left;
  padding-left: 15px;
}
.services .ser-card-info .info-div .div-info-head {
  font-size: 18px;
  font-weight: 600;
}
@media only screen and (min-width: 992px) and (max-width: 1200px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .services .ser-card-info .info-div .div-info-head {
    font-size: 14px;
    line-height: 20px;
  }
}
.services .ser-card-info .info-div span {
  width: 100%;
  display: block;
  font-size: 18px;
}
@media only screen and (min-width: 992px) and (max-width: 1200px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .services .ser-card-info .info-div span {
    font-size: 14px;
    line-height: 16px;
  }
}
.services .collapse-btn {
  cursor: pointer;
}
.services .collapse-btn span.carate {
  float: right;
  border-top: 10px dashed black;
  border-right: 10px solid transparent;
  border-left: 10px solid transparent;
  margin-top: 18px;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}
.services .collapse-btn.active span.carate {
  border-top: 0;
  border-bottom: 10px dashed #ec1c24;
}
.services .history {
  margin-top: 30px;
}
.services .history .tasks {
  margin-top: -1px;
}
.services .history .tasks:nth-child(1) {
  margin-top: 0;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .services .history .tasks {
    padding: 0;
  }
}
.services .history .date-div:nth-child(1) {
  padding-top: 0;
}
.services .history .task-div {
  padding-left: 45px;
  border-left: 2px solid #d8d8d8;
  padding-bottom: 20px;
}
@media only screen and (max-width: 767px) {
  .services .history .task-div {
    padding-bottom: 10px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .services .history .task-div {
    padding-left: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .services .history .task-div {
    padding-left: 5px;
  }
}
.services .history .task-div.active:before {
  content: '';
  display: inline-block;
  background: url('../images/service-active.png');
  width: 64px;
  height: 64px;
  float: left;
  margin-left: -78px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .services .history .task-div.active:before {
    margin-left: -55px;
    width: 48px;
    height: 48px;
    background-size: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .services .history .task-div.active:before {
    width: 30px;
    height: 30px;
    margin-left: -22px;
    background-size: 100%;
  }
}
.services .history .task-div:not(.active):before {
  content: '';
  display: inline-block;
  float: left;
  width: 64px;
  height: 64px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  background-color: #f5f5f5;
  border: 2px solid #d8d8d8;
  margin-left: -78px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .services .history .task-div:not(.active):before {
    width: 48px;
    height: 48px;
    margin-left: -55px;
  }
}
@media only screen and (max-width: 767px) {
  .services .history .task-div:not(.active):before {
    width: 30px;
    height: 30px;
    margin-left: -22px;
  }
}
.services .history .task-div.last {
  padding-bottom: 0;
}
.services .history .task-div.last .info-container {
  padding-bottom: 0;
  border-bottom: 0;
}
.services .history .info-container {
  border-bottom: 1px solid #d8d8d8;
  padding-bottom: 20px;
}
@media only screen and (max-width: 767px) {
  .services .history .info-container {
    padding-bottom: 10px;
  }
  .services .history .info-container div {
    padding-right: 0;
  }
}
.services .history .date {
  font-size: 16px;
  font-weight: 700;
  line-height: 30px;
}
@media only screen and (min-width: 992px) and (max-width: 1200px), only screen and (min-width: 768px) and (max-width: 991px) {
  .services .history .date {
    font-size: 14px;
    line-height: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .services .history .date {
    font-size: 12px;
    line-height: 18px;
  }
}
.services .history .time {
  font-size: 16px;
  line-height: 30px;
}
@media only screen and (min-width: 992px) and (max-width: 1200px), only screen and (min-width: 768px) and (max-width: 991px) {
  .services .history .time {
    font-size: 14px;
    line-height: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .services .history .time {
    font-size: 12px;
    line-height: 18px;
  }
}
.services .history .task-head {
  font-size: 18px;
  font-weight: 600;
  line-height: 30px;
}
@media only screen and (min-width: 992px) and (max-width: 1200px), only screen and (min-width: 768px) and (max-width: 991px) {
  .services .history .task-head {
    font-size: 14px;
    line-height: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .services .history .task-head {
    font-size: 12px;
    line-height: 18px;
  }
}
.services .history .task-small-info {
  font-size: 16px;
  font-weight: 400;
  line-height: 25px;
  color: #6d6e70;
}
@media only screen and (min-width: 992px) and (max-width: 1200px), only screen and (min-width: 768px) and (max-width: 991px) {
  .services .history .task-small-info {
    font-size: 13px;
    line-height: 16px;
  }
}
@media only screen and (max-width: 767px) {
  .services .history .task-small-info {
    font-size: 12px;
    line-height: 18px;
  }
}
.services .history .task-small-info span {
  color: black;
  font-width: 700;
}
.services .history .task-add-info {
  margin-top: 5px;
  font-size: 16px;
  font-weight: 600;
  color: #6d6e70;
}
@media only screen and (min-width: 992px) and (max-width: 1200px), only screen and (min-width: 768px) and (max-width: 991px) {
  .services .history .task-add-info {
    font-size: 14px;
    line-height: 16px;
  }
}
@media only screen and (max-width: 767px) {
  .services .history .task-add-info {
    font-size: 10px;
    line-height: 15px;
  }
}
.services .history .link {
  color: #ec1c24;
  font-weight: 600;
  font-seze: 16px;
  margin-right: 10px;
}
.services .history .double-link {
  border-left: 1px solid black;
  padding-left: 10px;
}
.ser-icon1 {
  background: url('../images/service-icons.png');
  background-position: 0px -6px;
  width: 57px;
  height: 55px;
  display: block;
}
@media only screen and (min-width: 992px) and (max-width: 1200px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .ser-icon1 {
    background-position: 0px -8px;
  }
}
.ser-icon2 {
  background: url('../images/service-icons.png');
  background-position: -64px -6px;
  width: 57px;
  height: 55px;
  display: block;
}
@media only screen and (min-width: 992px) and (max-width: 1200px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .ser-icon2 {
    background-position: -64px -8px;
  }
}
.ser-icon3 {
  background: url('../images/service-icons.png');
  background-position: -120px -6px;
  width: 57px;
  height: 55px;
  display: block;
}
@media only screen and (min-width: 992px) and (max-width: 1200px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .ser-icon3 {
    background-position: -120px -8px;
  }
}
.ser-icon4 {
  background: url('../images/service-icons.png');
  background-position: -180px -6px;
  width: 57px;
  height: 55px;
  display: block;
}
@media only screen and (min-width: 992px) and (max-width: 1200px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .ser-icon4 {
    background-position: -180px -8px;
  }
}
.ser-icon5 {
  background: url('../images/service-icons.png');
  background-position: -240px -6px;
  width: 57px;
  height: 55px;
  display: block;
}
@media only screen and (min-width: 992px) and (max-width: 1200px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .ser-icon5 {
    background-position: -240px -8px;
  }
}
.ser-icon6 {
  background: url('../images/service-icons.png');
  background-position: -300px -6px;
  width: 57px;
  height: 55px;
  display: block;
}
@media only screen and (min-width: 992px) and (max-width: 1200px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .ser-icon6 {
    background-position: -300px -8px;
  }
}
.af-login {
  margin-top: 90px;
  margin-left: 0;
  margin-right: 0;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .af-login {
    margin-top: 60px;
  }
}
.af-login .prof-nav-row {
  background-color: #f5f5f5;
  padding-bottom: 20px;
  padding-top: 20px;
}
@media only screen and (min-width: 1201px), only screen and (min-width: 992px) and (max-width: 1200px) {
  .af-login .prof-nav-row {
    min-height: 350px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .af-login .prof-nav-row .prof-nav {
    display: none;
  }
}
.af-login .info-head {
  margin-top: 10px;
  margin-bottom: 10px;
}
.af-login .lined-head {
  text-align: center;
  background: white;
  width: 130px;
}
.af-login .ser-table {
  width: 100%;
}
.af-login .ser-table thead {
  background-color: #d8d8d8;
}
.af-login .ser-table td,
.af-login .ser-table th {
  height: 30px;
  padding: 5px;
}
.af-login .ser-table tfoot {
  background-color: rgba(236, 28, 36, 0.1);
}
.af-login .ser-table tfoot button {
  margin: auto;
}
.af-login .ser-table-wrapper {
  margin-top: 20px;
}
.af-login .card-head h5 {
  font-size: 14px;
}
.lightbox-pop {
  z-index: 2500;
  position: fixed;
  background-color: rgba(0, 0, 0, 0.8);
  width: 100%;
  height: 100%;
}
.lightbox-pop .lb-container {
  box-shadow: 0 0 15px black;
  width: auto;
  max-width: 500px;
  max-height: 600px;
  padding: 10px 10px 30px 10px;
  background-color: white;
  margin: auto;
  margin-top: 3%;
  position: relative;
  overflow: auto;
}
.lightbox-pop .lb-container .close-btn {
  position: absolute;
  top: 10px;
  right: 10px;
  cursor: pointer;
}
.lightbox-pop .lb-container .service-booking {
  margin-top: 10px;
}
.lightbox-pop .lb-container .service-booking .selector-space {
  display: table;
  margin-top: 10px;
}
.hero-input {
  width: 100%;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  height: 30px;
  margin-top: 30px;
  box-shadow: none;
  outline: none;
  border: none;
  border: 1px solid #d8d8d8;
  margin-top: 10px;
  padding-left: 10px;
  padding-right: 10px;
}
.hero-input.multiselect {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.hero-input-label {
  margin-top: 10px;
}
.login {
  background: url('../images/Carsbg.png');
}
.login .login-signup2 {
  background-color: rgba(0, 0, 0, 0.75);
  width: 100%;
  height: 100%;
  z-index: 2001;
  position: fixed;
  top: 0;
  /* Shared */
  /* Facebook */
  /* Google */
  z-index: 0;
  position: relative;
  background: none;
  margin-bottom: 30px;
  margin-top: 90px;
}
.login .login-signup2 .close-btn {
  position: absolute;
  top: 10px;
  right: 10px;
  cursor: pointer;
}
.login .login-signup2 #partner-margin {
  margin-top: 150px;
}
@media only screen and (max-width: 767px) {
  .login .login-signup2 #partner-margin {
    margin-top: 0;
  }
}
.login .login-signup2 .login-container {
  margin: auto;
  display: block;
  position: relative;
  background: #d8d8d8;
}
.login .login-signup2 .login-container .alert {
  padding: 0;
  margin-bottom: 0;
}
.login .login-signup2 .login-container .alert li {
  color: #ec1c24 !important;
  font-size: 10px;
}
@media only screen and (min-width: 1201px), only screen and (min-width: 992px) and (max-width: 1200px), only screen and (min-width: 768px) and (max-width: 991px) {
  .login .login-signup2 .login-container {
    margin-top: 8%;
    width: 600px;
    height: 440px;
    padding: 15px;
    box-shadow: 0 0 15px black;
  }
  .login .login-signup2 .login-container .image-div {
    position: relative;
    float: left;
    width: 50%;
    overflow: hidden;
    margin-left: -15px;
    margin-top: -15px;
  }
  .login .login-signup2 .login-container .image-div .bg-image {
    height: 440px;
    margin-left: -32px;
  }
  .login .login-signup2 .login-container .image-div .logo {
    position: absolute;
    top: 0;
    left: 0;
  }
  .login .login-signup2 .login-container .image-div .logo img {
    height: 60px;
  }
}
.login .login-signup2 .login-container .login-signup-fields {
  float: left;
}
@media only screen and (min-width: 992px) and (max-width: 1200px), only screen and (min-width: 1201px) {
  .login .login-signup2 .login-container .login-signup-fields {
    width: 50%;
  }
}
@media only screen and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 991px) {
  .login .login-signup2 .login-container .login-signup-fields {
    width: 100%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .login .login-signup2 .login-container {
    width: 350px;
    padding: 15px;
  }
  .login .login-signup2 .login-container .image-div {
    display: none;
  }
}
.login .login-signup2 .login-container .login-signup-fields {
  padding-right: 15px;
  padding-left: 30px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .login .login-signup2 .login-container .login-signup-fields {
    padding-left: 15px;
  }
}
.login .login-signup2 .login-container .login-signup-fields .login {
  transition: all 0.3s ease;
  width: 100%;
  height: 30px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  padding: 0 10px;
  margin-top: 15px;
  background: #ec1c24;
  font-size: 16px;
  font-weight: 600;
  color: white;
  margin-top: 10px;
}
.login .login-signup2 .login-container .login-signup-fields .login:focus {
  outline: 0;
  color: white;
}
.login .login-signup2 .login-container .login-signup-fields .login:hover {
  background: #f6c446;
  color: black;
}
.login .login-signup2 .login-container .login-signup-fields .login:hover {
  background-color: #f6c446;
}
.login .login-signup2 .login-container .login-signup-fields input {
  width: 100%;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  height: 30px;
  margin-top: 30px;
  box-shadow: none;
  outline: none;
  border: none;
  padding: 0 15px;
  text-align: center;
  margin-top: 5px;
}
.login .login-signup2 .login-container .login-signup-fields input.error {
  border: 1px solid #ec1c24;
}
.login .login-signup2 .login-container .login-signup-fields input::-webkit-input-placeholder {
  text-align: center;
}
.login .login-signup2 .login-container .login-signup-fields input::-moz-placeholder {
  text-align: center;
}
.login .login-signup2 .login-container .login-signup-fields input:-ms-input-placeholder {
  text-align: center;
}
.login .login-signup2 .login-container .login-signup-fields .forgot-pass {
  margin-top: 20px;
}
.login .login-signup2 .login-container .login-signup-fields .forgot-pass a {
  color: #888;
  font-weight: 600;
}
.login .login-signup2 .login-container .login-signup-fields .register {
  margin-top: 20px;
}
.login .login-signup2 .login-container .login-signup-fields .register a {
  color: #ec1c24;
  font-weight: 800;
  font-size: 18px;
}
.login .login-signup2 .login-container .register-btns {
  margin-top: 10px;
  padding-left: 10px;
  border-left: 1px solid #1c1c1b;
  text-align: right;
}
.login .login-signup2 .login-container .register-btns .fb-btn {
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  width: 30px;
  line-height: 30px;
  display: inline-block;
  text-align: center;
  color: white;
  background: #06457b;
  border-color: rgba(0, 0, 0, 0.2);
}
.login .login-signup2 .login-container .register-btns .gp-btn {
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  width: 30px;
  line-height: 30px;
  display: inline-block;
  text-align: center;
  color: white;
  background-color: #dd4b39;
  border-color: rgba(0, 0, 0, 0.2);
  margin-left: 10px;
}
.login .login-signup2 .back-r,
.login .login-signup2 .back-f {
  cursor: pointer;
  color: #ec1c24;
}
.login .login-signup2 .loginBtn {
  box-sizing: border-box;
  position: relative;
  margin: 0.2em;
  padding: 0 10px 0 45px;
  border: none;
  text-align: left;
  line-height: 34px;
  white-space: nowrap;
  -webkit-border-radius: 0.2em;
  -moz-border-radius: 0.2em;
  border-radius: 0.2em;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  font-size: 14px;
  color: #FFF;
}
.login .login-signup2 .loginBtn:before {
  content: "";
  box-sizing: border-box;
  position: absolute;
  top: 0;
  left: 0;
  width: 34px;
  height: 100%;
}
.login .login-signup2 .loginBtn:focus {
  outline: none;
}
.login .login-signup2 .loginBtn:active {
  box-shadow: inset 0 0 0 32px rgba(0, 0, 0, 0.1);
}
.login .login-signup2 .loginBtn--facebook {
  background-color: #4C69BA;
  background-image: linear-gradient(#4c69ba, #3b55a0);
  /*font-family: "Helvetica neue", Helvetica Neue, Helvetica, Arial, sans-serif;*/
  text-shadow: 0 -1px 0 #354c8c;
}
.login .login-signup2 .loginBtn--facebook:before {
  border-right: #364e92 1px solid;
  background: url('https://s3-us-west-2.amazonaws.com/s.cdpn.io/14082/icon_facebook.png') 6px 6px no-repeat;
}
.login .login-signup2 .loginBtn--facebook:hover,
.login .login-signup2 .loginBtn--facebook:focus {
  background-color: #5B7BD5;
  background-image: linear-gradient(#5b7bd5, #4864b1);
}
.login .login-signup2 .loginBtn--google {
  /*font-family: "Roboto", Roboto, arial, sans-serif;*/
  background: #DD4B39;
}
.login .login-signup2 .loginBtn--google:before {
  border-right: #BB3F30 1px solid;
  background: url('https://s3-us-west-2.amazonaws.com/s.cdpn.io/14082/icon_google.png') 6px 6px no-repeat;
}
.login .login-signup2 .loginBtn--google:hover,
.login .login-signup2 .loginBtn--google:focus {
  background: #E74B37;
}
.login .login-signup2 .login-container {
  margin-top: 0;
  background: none;
}
@media only screen and (min-width: 1201px), only screen and (min-width: 992px) and (max-width: 1200px) {
  .login .login-signup2 .login-container {
    width: 680px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .login .login-signup2 .login-container {
    width: 350px;
  }
}
.login .login-signup2 .login-container .login-signup-fields {
  padding: 0 30px 0 30px;
}
.login .login-signup2 .login-container .login-signup-fields input {
  border: 1px solid #d8d8d8;
}
.login .login-signup2 #signup {
  border-left: 2px solid #d8d8d8;
}
@media only screen and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 991px) {
  .login .login-signup2 #signup {
    border: none;
    border-top: 2px solid #d8d8d8;
  }
}
.profile-input-fields .delete,
.profile-input-fields .edit {
  transition: all 0.2s ease;
  position: absolute;
  top: 25px;
  right: 30px;
  cursor: pointer;
}
.profile-input-fields .delete:hover,
.profile-input-fields .edit:hover {
  color: red;
}
.profile-input-fields .delete.edit,
.profile-input-fields .edit.edit {
  right: 50px;
}
.profile-input-fields .delete.edit:hover,
.profile-input-fields .edit.edit:hover {
  color: lightgreen;
}
.profile-input-fields .car-card {
  margin-bottom: 15px;
  padding: 15px 10px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  background-color: #f5f5f5;
}
.profile-input-fields .empty-card {
  cursor: pointer;
  transition: all 0.3s ease;
}
.profile-input-fields .empty-card .fa-plus {
  margin-top: 24px;
}
.profile-input-fields .empty-card p {
  margin-bottom: 24px;
}
.profile-input-fields .empty-card:hover {
  color: #ec1c24;
}
.profile-input-fields .ser-card-info {
  margin-top: 10px;
}
.profile-input-fields .ser-card-info .icon-div {
  width: auto;
  float: left;
  zoom: 0.8;
  -moz-transform: scale(0.8);
}
.profile-input-fields .ser-card-info .info-div {
  width: 70%;
  float: left;
  padding-left: 14px;
}
.profile-input-fields .ser-card-info .info-div .div-info-head {
  font-size: 14px;
  font-weight: 600;
}
.profile-input-fields .ser-card-info .info-div span {
  width: 100%;
  display: block;
  font-size: 14px;
}
.cars-home > .main {
  width: 100%;
  padding: 0;
}
.offset-div {
  margin-top: 90px;
}
@media only screen and (max-width: 767px) {
  .offset-div {
    margin-top: 60px;
  }
}
.cars-banner {
  position: relative;
  display: block;
}
@media only screen and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 991px) {
  .cars-banner {
    margin-left: -15px;
    margin-right: -15px;
  }
}
.cars-banner #carsSlider {
  position: absolute;
  bottom: 0px;
  right: 10px;
}
.cars-banner #main-slide {
  transition: all 0.3s ease;
  width: 100%;
  height: 450px;
  background-color: #1c1c1b;
  background-size: auto 100%;
  background-position: top;
  background-repeat: no-repeat;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .cars-banner #main-slide {
    height: 275px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .cars-banner #main-slide {
    height: 240px;
  }
}
@media only screen and (max-width: 767px) {
  .cars-banner #main-slide {
    background: #d8d8d8 !important;
    height: 180px;
    padding: 15px 0;
  }
}
.cars-banner #main-slide .slider-info {
  margin-bottom: 50px;
  position: absolute;
  bottom: 60px;
  right: 0;
}
.cars-banner #main-slide .slider-info h1 {
  color: white;
  font-weight: 800;
  text-shadow: 0 0 5px black;
}
.cars-banner #main-slide .slider-info p {
  color: white;
  text-shadow: 0 0 5px black;
}
.cars-banner .slide {
  cursor: pointer;
  text-align: center;
  background-color: rgba(0, 0, 0, 0.6);
  padding: 5px;
  margin-left: 5px;
}
.cars-banner .slide .tab-title {
  color: white;
}
.cars-banner .slide img {
  height: 50px;
}
.cars-banner .slide.active {
  padding-bottom: 0;
  border-bottom: 5px solid #ec1c24;
}
@media only screen and (max-width: 767px) {
  .cars-banner .slide {
    display: none;
  }
}
#search-form span.filter-option {
  display: inline-block;
  width: 90%;
  white-space: nowrap;
  overflow: hidden !important;
  text-overflow: ellipsis;
}
@media only screen and (min-width: 1201px), only screen and (min-width: 992px) and (max-width: 1200px) {
  .car-search {
    margin-left: 25px;
    bottom: 35px;
    position: absolute;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .car-search {
    float: right;
  }
}
.car-search .filter-box {
  margin: auto;
}
.car-search .filter-box .filter-option {
  text-align: center !important;
}
.rec-cars .fc-btn {
  margin-top: 25px !important;
}
.rec-cars .fc-btn a {
  color: black;
}
.main-post {
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  overflow: hidden;
}
.main-post:hover p {
  color: #ec1c24 !important;
}
@media only screen and (min-width: 1201px), only screen and (min-width: 992px) and (max-width: 1200px) {
  .main-post {
    padding: 0;
  }
}
.main-post img {
  width: 100%;
  height: 100%;
}
.main-post p {
  transition: all 0.2s ease;
  position: absolute;
  bottom: 0;
  width: 100%;
  text-align: center;
  color: white;
  font-size: 25px;
  text-shadow: 0 0 2px black;
  font-weight: 600;
}
.post-card {
  background-color: #f5f5f5;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  overflow: hidden;
  margin-bottom: 25px;
}
.post-card img {
  width: 100%;
}
@media only screen and (min-width: 1201px), only screen and (min-width: 992px) and (max-width: 1200px) {
  .post-card .expert {
    padding-left: 15px;
  }
}
.post-card .expert .read-more {
  color: #1c1c1b;
  font-weight: 600;
}
.cars-listing .car-list-title {
  margin-top: 30px;
}
.cars-listing .car-listings {
  border: 1px solid #d8d8d8;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.cars-listing .car-listings .sort {
  margin-top: 15px;
}
.cars-listing .car-listings .hero-select .btn-default {
  width: 180px !important;
  height: 30px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  padding: 0 10px;
  margin-top: 15px;
  -webkit-appearance: none;
  /*Removes default chrome and safari style*/
  -moz-appearance: none;
  /* Removes Default Firefox style*/
  text-indent: 0.01px;
  /* Removes default arrow from firefox*/
  text-overflow: "";
  /*Removes default arrow from firefox*/
}
.cars-listing .car-listings .hero-select .btn-default span.bs-caret > span {
  border-top: 6px dashed black;
  border-top: 6px solid\9 black;
  border-right: 6px solid transparent;
  border-left: 6px solid transparent;
}
.cars-listing .car-listings .hero-select .btn-default:focus {
  outline: none !important;
}
.cars-listing .car-listings .hero-select .btn-default:focus {
  outline: none;
}
.cars-listing .car-listings .hero-select .dropdown-menu {
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  border-radius: 16px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  top: 7px;
  width: 180px;
  border: none;
  padding-bottom: 10px;
}
.cars-listing .car-listings .hero-select .dropdown-menu .inner {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.cars-listing .car-listings .hero-select .dropdown-menu input:focus {
  border: none;
  box-shadow: none;
}
.cars-listing .car-listings .hero-select .dropdown-menu > .active > a {
  background-color: #ec1c24;
}
.cars-listing .car-listings .hero-select .dropdown-menu > .active > a:focus,
.cars-listing .car-listings .hero-select .dropdown-menu > .active > a:hover {
  background-color: #ec1c24;
}
.cars-listing .car-listings .hero-select .dropdown-toggle {
  margin-top: 0;
  width: 100%!important;
}
.star {
  position: relative;
}
.staring {
  margin-top: 30px;
  margin-bottom: 20px;
  text-align: center;
}
#revModal .modal-dialog {
  margin-top: 10%;
}
#revModal .modal-dialog .modal-content {
  padding: 5px;
}
#vehicleModal {
  margin-top: 0;
}
#vehicleModal .modal-header {
  text-align: left;
  display: inline-block !important;
  padding: 10px;
  border-bottom: 0;
  background: #ec1c24;
  width: 100%;
}
#vehicleModal .modal-header h3 {
  color: white;
  margin: 0;
}
#vehicleModal .modal-header .close {
  float: right;
  font-size: 21px;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.55);
  opacity: 1;
}
#vehicleModal .modal-body {
  position: relative;
  padding: 15px;
}
.starlabel {
  float: left;
  width: 130px;
  padding-left: 15px;
  text-align: left;
}
.rating {
  unicode-bidi: bidi-override;
  direction: rtl;
  width: 130px;
  transition: all 0.3s ease;
  display: inline-block;
}
.rating input {
  position: absolute;
  left: -999999px;
}
.rating label {
  display: inline-block;
  font-size: 0;
}
.rating > label:before {
  position: relative;
  font: 24px/1 FontAwesome;
  display: block;
  content: "\f005";
  color: #ccc;
  background: #d8d8d8;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.rating > label:hover:before,
.rating > label:hover ~ label:before,
.rating > label.selected:before,
.rating > label.selected ~ label:before {
  color: #ec1c24;
  background: #ec1c24;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.car-card .car-detail-div {
  transition: all 0.2s ease;
  background-color: #f5f5f5;
  border: 1px solid #d8d8d8;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  margin-top: 20px;
  margin-bottom: 10px;
}
.car-card .car-detail-div .car-image img {
  width: 100%;
  margin-top: 10px;
  margin-left: 10px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .car-card .car-detail-div .car-image img {
    margin-left: 0;
  }
}
.car-card .car-detail-div .car-detail .spechs {
  width: 60%;
  float: left;
}
.car-card .car-detail-div .car-detail .spechs ul {
  margin: 0;
}
.car-card .car-detail-div .car-detail .spechs ul li {
  padding-right: 10px;
}
.car-card .car-detail-div .car-detail .active .package-tab {
  background-color: #ec1c24;
  color: white;
}
.car-card .car-detail-div .car-detail .nav-tabs {
  border-bottom: 1px solid #ec1c24;
}
.car-card .car-detail-div .car-detail .price {
  width: 40%;
  float: left;
  text-align: center;
}
.car-card .car-detail-div .car-detail .price .price-txt {
  margin-top: 15px;
  font-size: 18px;
  font-weight: 600;
  color: #ec1c24;
  margin-bottom: 0;
}
.car-card .car-detail-div .car-detail .price .small {
  font-size: 12px;
}
.car-card .car-detail-div .car-detail .price .hero-btn {
  transition: all 0.3s ease;
  width: 100%;
  height: 30px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  padding: 0 10px;
  margin-top: 15px;
  background: #ec1c24;
  font-size: 16px;
  font-weight: 600;
  color: white;
}
.car-card .car-detail-div .car-detail .price .hero-btn:focus {
  outline: 0;
  color: white;
}
.car-card .car-detail-div .car-detail .price .hero-btn:hover {
  background: #f6c446;
  color: black;
}
.car-card .packageServiceList {
  font-weight: bold;
}
.car-card .packageServiceList th {
  background-color: #ccc;
  text-align: center;
}
.car-card .packageServiceList .superSaver {
  vertical-align: middle !important;
  font-size: 18px;
}
.car-card .packageServiceList .highlight {
  background-color: #6f6f;
}
/*
The above link can also go in HTML document as a link in head.
Rather than @import in an external CSS file,
The following code into the <head> section of your site's HTML.
<link href="//netdna.bootstrapcdn.com/font-awesome/4.0.3/css/font-awesome.css" rel="stylesheet">
*/
/*
 * Social Buttons for Bootstrap
 *
 * Copyright 2013-2014 Panayiotis Lipiridis
 * Licensed under the MIT License
 *
 * https://github.com/lipis/bootstrap-social
 */
.share span {
  font-size: 22px;
  font-weight: 600;
}
.btn-social {
  position: relative;
  padding-left: 44px;
  text-align: left;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.btn-social :first-child {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 32px;
  line-height: 34px;
  font-size: 1.6em;
  text-align: center;
  border-right: 1px solid rgba(0, 0, 0, 0.2);
}
.btn-social.btn-lg {
  padding-left: 61px;
}
.btn-social.btn-lg :first-child {
  line-height: 45px;
  width: 45px;
  font-size: 1.8em;
}
.btn-social.btn-sm {
  padding-left: 38px;
}
.btn-social.btn-sm :first-child {
  line-height: 28px;
  width: 28px;
  font-size: 1.4em;
}
.btn-social.btn-xs {
  padding-left: 30px;
}
.btn-social.btn-xs :first-child {
  line-height: 20px;
  width: 20px;
  font-size: 1.2em;
}
.btn-social-icon {
  position: relative;
  padding-left: 44px;
  text-align: left;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  height: 34px;
  width: 34px;
  padding: 0;
}
.btn-social-icon :first-child {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 32px;
  line-height: 34px;
  font-size: 1.6em;
  text-align: center;
  border-right: 1px solid rgba(0, 0, 0, 0.2);
}
.btn-social-icon.btn-lg {
  padding-left: 61px;
}
.btn-social-icon.btn-lg :first-child {
  line-height: 45px;
  width: 45px;
  font-size: 1.8em;
}
.btn-social-icon.btn-sm {
  padding-left: 38px;
}
.btn-social-icon.btn-sm :first-child {
  line-height: 28px;
  width: 28px;
  font-size: 1.4em;
}
.btn-social-icon.btn-xs {
  padding-left: 30px;
}
.btn-social-icon.btn-xs :first-child {
  line-height: 20px;
  width: 20px;
  font-size: 1.2em;
}
.btn-social-icon :first-child {
  border: none;
  text-align: center;
  width: 100% !important;
}
.btn-social-icon.btn-lg {
  height: 45px;
  width: 45px;
  padding-left: 0;
  padding-right: 0;
}
.btn-social-icon.btn-sm {
  height: 30px;
  width: 30px;
  padding-left: 0;
  padding-right: 0;
}
.btn-social-icon.btn-xs {
  height: 22px;
  width: 22px;
  padding-left: 0;
  padding-right: 0;
}
.btn-bitbucket {
  color: #fff;
  background-color: #205081;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-bitbucket:hover,
.btn-bitbucket:focus,
.btn-bitbucket:active,
.btn-bitbucket.active,
.open .dropdown-toggle.btn-bitbucket {
  color: #fff;
  background-color: #183c60;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-bitbucket:active,
.btn-bitbucket.active,
.open .dropdown-toggle.btn-bitbucket {
  background-image: none;
}
.btn-bitbucket.disabled,
.btn-bitbucket[disabled],
fieldset[disabled] .btn-bitbucket,
.btn-bitbucket.disabled:hover,
.btn-bitbucket[disabled]:hover,
fieldset[disabled] .btn-bitbucket:hover,
.btn-bitbucket.disabled:focus,
.btn-bitbucket[disabled]:focus,
fieldset[disabled] .btn-bitbucket:focus,
.btn-bitbucket.disabled:active,
.btn-bitbucket[disabled]:active,
fieldset[disabled] .btn-bitbucket:active,
.btn-bitbucket.disabled.active,
.btn-bitbucket[disabled].active,
fieldset[disabled] .btn-bitbucket.active {
  background-color: #205081;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-dropbox {
  color: #fff;
  background-color: #1087dd;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-dropbox:hover,
.btn-dropbox:focus,
.btn-dropbox:active,
.btn-dropbox.active,
.open .dropdown-toggle.btn-dropbox {
  color: #fff;
  background-color: #0d70b7;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-dropbox:active,
.btn-dropbox.active,
.open .dropdown-toggle.btn-dropbox {
  background-image: none;
}
.btn-dropbox.disabled,
.btn-dropbox[disabled],
fieldset[disabled] .btn-dropbox,
.btn-dropbox.disabled:hover,
.btn-dropbox[disabled]:hover,
fieldset[disabled] .btn-dropbox:hover,
.btn-dropbox.disabled:focus,
.btn-dropbox[disabled]:focus,
fieldset[disabled] .btn-dropbox:focus,
.btn-dropbox.disabled:active,
.btn-dropbox[disabled]:active,
fieldset[disabled] .btn-dropbox:active,
.btn-dropbox.disabled.active,
.btn-dropbox[disabled].active,
fieldset[disabled] .btn-dropbox.active {
  background-color: #1087dd;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-facebook {
  color: #fff;
  background-color: #3b5998;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-facebook:hover,
.btn-facebook:focus,
.btn-facebook:active,
.btn-facebook.active,
.open .dropdown-toggle.btn-facebook {
  color: #fff;
  background-color: #30487b;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-facebook:active,
.btn-facebook.active,
.open .dropdown-toggle.btn-facebook {
  background-image: none;
}
.btn-facebook.disabled,
.btn-facebook[disabled],
fieldset[disabled] .btn-facebook,
.btn-facebook.disabled:hover,
.btn-facebook[disabled]:hover,
fieldset[disabled] .btn-facebook:hover,
.btn-facebook.disabled:focus,
.btn-facebook[disabled]:focus,
fieldset[disabled] .btn-facebook:focus,
.btn-facebook.disabled:active,
.btn-facebook[disabled]:active,
fieldset[disabled] .btn-facebook:active,
.btn-facebook.disabled.active,
.btn-facebook[disabled].active,
fieldset[disabled] .btn-facebook.active {
  background-color: #3b5998;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-flickr {
  color: #fff;
  background-color: #ff0084;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-flickr:hover,
.btn-flickr:focus,
.btn-flickr:active,
.btn-flickr.active,
.open .dropdown-toggle.btn-flickr {
  color: #fff;
  background-color: #d6006f;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-flickr:active,
.btn-flickr.active,
.open .dropdown-toggle.btn-flickr {
  background-image: none;
}
.btn-flickr.disabled,
.btn-flickr[disabled],
fieldset[disabled] .btn-flickr,
.btn-flickr.disabled:hover,
.btn-flickr[disabled]:hover,
fieldset[disabled] .btn-flickr:hover,
.btn-flickr.disabled:focus,
.btn-flickr[disabled]:focus,
fieldset[disabled] .btn-flickr:focus,
.btn-flickr.disabled:active,
.btn-flickr[disabled]:active,
fieldset[disabled] .btn-flickr:active,
.btn-flickr.disabled.active,
.btn-flickr[disabled].active,
fieldset[disabled] .btn-flickr.active {
  background-color: #ff0084;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-foursquare {
  color: #fff;
  background-color: #0072b1;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-foursquare:hover,
.btn-foursquare:focus,
.btn-foursquare:active,
.btn-foursquare.active,
.open .dropdown-toggle.btn-foursquare {
  color: #fff;
  background-color: #005888;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-foursquare:active,
.btn-foursquare.active,
.open .dropdown-toggle.btn-foursquare {
  background-image: none;
}
.btn-foursquare.disabled,
.btn-foursquare[disabled],
fieldset[disabled] .btn-foursquare,
.btn-foursquare.disabled:hover,
.btn-foursquare[disabled]:hover,
fieldset[disabled] .btn-foursquare:hover,
.btn-foursquare.disabled:focus,
.btn-foursquare[disabled]:focus,
fieldset[disabled] .btn-foursquare:focus,
.btn-foursquare.disabled:active,
.btn-foursquare[disabled]:active,
fieldset[disabled] .btn-foursquare:active,
.btn-foursquare.disabled.active,
.btn-foursquare[disabled].active,
fieldset[disabled] .btn-foursquare.active {
  background-color: #0072b1;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-github {
  color: #fff;
  background-color: #444;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-github:hover,
.btn-github:focus,
.btn-github:active,
.btn-github.active,
.open .dropdown-toggle.btn-github {
  color: #fff;
  background-color: #303030;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-github:active,
.btn-github.active,
.open .dropdown-toggle.btn-github {
  background-image: none;
}
.btn-github.disabled,
.btn-github[disabled],
fieldset[disabled] .btn-github,
.btn-github.disabled:hover,
.btn-github[disabled]:hover,
fieldset[disabled] .btn-github:hover,
.btn-github.disabled:focus,
.btn-github[disabled]:focus,
fieldset[disabled] .btn-github:focus,
.btn-github.disabled:active,
.btn-github[disabled]:active,
fieldset[disabled] .btn-github:active,
.btn-github.disabled.active,
.btn-github[disabled].active,
fieldset[disabled] .btn-github.active {
  background-color: #444;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-google-plus {
  color: #fff;
  background-color: #dd4b39;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-google-plus:hover,
.btn-google-plus:focus,
.btn-google-plus:active,
.btn-google-plus.active,
.open .dropdown-toggle.btn-google-plus {
  color: #fff;
  background-color: #ca3523;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-google-plus:active,
.btn-google-plus.active,
.open .dropdown-toggle.btn-google-plus {
  background-image: none;
}
.btn-google-plus.disabled,
.btn-google-plus[disabled],
fieldset[disabled] .btn-google-plus,
.btn-google-plus.disabled:hover,
.btn-google-plus[disabled]:hover,
fieldset[disabled] .btn-google-plus:hover,
.btn-google-plus.disabled:focus,
.btn-google-plus[disabled]:focus,
fieldset[disabled] .btn-google-plus:focus,
.btn-google-plus.disabled:active,
.btn-google-plus[disabled]:active,
fieldset[disabled] .btn-google-plus:active,
.btn-google-plus.disabled.active,
.btn-google-plus[disabled].active,
fieldset[disabled] .btn-google-plus.active {
  background-color: #dd4b39;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-instagram {
  color: #fff;
  background-color: #3f729b;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-instagram:hover,
.btn-instagram:focus,
.btn-instagram:active,
.btn-instagram.active,
.open .dropdown-toggle.btn-instagram {
  color: #fff;
  background-color: #335d7e;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-instagram:active,
.btn-instagram.active,
.open .dropdown-toggle.btn-instagram {
  background-image: none;
}
.btn-instagram.disabled,
.btn-instagram[disabled],
fieldset[disabled] .btn-instagram,
.btn-instagram.disabled:hover,
.btn-instagram[disabled]:hover,
fieldset[disabled] .btn-instagram:hover,
.btn-instagram.disabled:focus,
.btn-instagram[disabled]:focus,
fieldset[disabled] .btn-instagram:focus,
.btn-instagram.disabled:active,
.btn-instagram[disabled]:active,
fieldset[disabled] .btn-instagram:active,
.btn-instagram.disabled.active,
.btn-instagram[disabled].active,
fieldset[disabled] .btn-instagram.active {
  background-color: #3f729b;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-linkedin {
  color: #fff;
  background-color: #007bb6;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-linkedin:hover,
.btn-linkedin:focus,
.btn-linkedin:active,
.btn-linkedin.active,
.open .dropdown-toggle.btn-linkedin {
  color: #fff;
  background-color: #005f8d;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-linkedin:active,
.btn-linkedin.active,
.open .dropdown-toggle.btn-linkedin {
  background-image: none;
}
.btn-linkedin.disabled,
.btn-linkedin[disabled],
fieldset[disabled] .btn-linkedin,
.btn-linkedin.disabled:hover,
.btn-linkedin[disabled]:hover,
fieldset[disabled] .btn-linkedin:hover,
.btn-linkedin.disabled:focus,
.btn-linkedin[disabled]:focus,
fieldset[disabled] .btn-linkedin:focus,
.btn-linkedin.disabled:active,
.btn-linkedin[disabled]:active,
fieldset[disabled] .btn-linkedin:active,
.btn-linkedin.disabled.active,
.btn-linkedin[disabled].active,
fieldset[disabled] .btn-linkedin.active {
  background-color: #007bb6;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-tumblr {
  color: #fff;
  background-color: #2c4762;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-tumblr:hover,
.btn-tumblr:focus,
.btn-tumblr:active,
.btn-tumblr.active,
.open .dropdown-toggle.btn-tumblr {
  color: #fff;
  background-color: #1f3346;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-tumblr:active,
.btn-tumblr.active,
.open .dropdown-toggle.btn-tumblr {
  background-image: none;
}
.btn-tumblr.disabled,
.btn-tumblr[disabled],
fieldset[disabled] .btn-tumblr,
.btn-tumblr.disabled:hover,
.btn-tumblr[disabled]:hover,
fieldset[disabled] .btn-tumblr:hover,
.btn-tumblr.disabled:focus,
.btn-tumblr[disabled]:focus,
fieldset[disabled] .btn-tumblr:focus,
.btn-tumblr.disabled:active,
.btn-tumblr[disabled]:active,
fieldset[disabled] .btn-tumblr:active,
.btn-tumblr.disabled.active,
.btn-tumblr[disabled].active,
fieldset[disabled] .btn-tumblr.active {
  background-color: #2c4762;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-twitter {
  color: #fff;
  background-color: #55acee;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-twitter:hover,
.btn-twitter:focus,
.btn-twitter:active,
.btn-twitter.active,
.open .dropdown-toggle.btn-twitter {
  color: #fff;
  background-color: #309aea;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-twitter:active,
.btn-twitter.active,
.open .dropdown-toggle.btn-twitter {
  background-image: none;
}
.btn-twitter.disabled,
.btn-twitter[disabled],
fieldset[disabled] .btn-twitter,
.btn-twitter.disabled:hover,
.btn-twitter[disabled]:hover,
fieldset[disabled] .btn-twitter:hover,
.btn-twitter.disabled:focus,
.btn-twitter[disabled]:focus,
fieldset[disabled] .btn-twitter:focus,
.btn-twitter.disabled:active,
.btn-twitter[disabled]:active,
fieldset[disabled] .btn-twitter:active,
.btn-twitter.disabled.active,
.btn-twitter[disabled].active,
fieldset[disabled] .btn-twitter.active {
  background-color: #55acee;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-vk {
  color: #fff;
  background-color: #587ea3;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-vk:hover,
.btn-vk:focus,
.btn-vk:active,
.btn-vk.active,
.open .dropdown-toggle.btn-vk {
  color: #fff;
  background-color: #4a6a89;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-vk:active,
.btn-vk.active,
.open .dropdown-toggle.btn-vk {
  background-image: none;
}
.btn-vk.disabled,
.btn-vk[disabled],
fieldset[disabled] .btn-vk,
.btn-vk.disabled:hover,
.btn-vk[disabled]:hover,
fieldset[disabled] .btn-vk:hover,
.btn-vk.disabled:focus,
.btn-vk[disabled]:focus,
fieldset[disabled] .btn-vk:focus,
.btn-vk.disabled:active,
.btn-vk[disabled]:active,
fieldset[disabled] .btn-vk:active,
.btn-vk.disabled.active,
.btn-vk[disabled].active,
fieldset[disabled] .btn-vk.active {
  background-color: #587ea3;
  border-color: rgba(0, 0, 0, 0.2);
}
.car-card .collapse-btn {
  transition: all 0.3s ease;
  margin-right: 3%;
  line-height: 40px;
  cursor: pointer;
  text-decoration: none!important;
}
.car-card .collapse-btn .toggle {
  color: #ec1c24;
}
.car-card .collapse-btn .toggle:hover {
  text-decoration: none;
}
.car-card .collapse-btn .toggle:focus {
  text-decoration: none;
}
.car-card .label-danger {
  background: #6e6e6e;
}
.car-card .package-offer-price {
  font-weight: bold;
  color: #ec1c24;
  display: inline-block;
}
.package-enquiry {
  z-index: 1000;
}
.offers {
  margin-top: 5px;
}
.offer-tag {
  padding: 5px 10px;
  font-size: 15px;
  font-weight: 600;
  background-color: orange;
  line-height: 30px;
  position: relative;
  color: white;
  margin-right: 20px;
  -webkit-border-radius: 2px 0 0 2px;
  -moz-border-radius: 2px 0 0 2px;
  border-radius: 2px 0 0 2px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  box-shadow: 1px 1px 2px #e49400 inset;
}
.offer-tag::after {
  content: '';
  border-top: 15px dotted transparent;
  border-bottom: 15px dotted transparent;
  border-left: 15px solid orange;
  position: absolute;
  right: -15px;
}
#car_review .main-head .star-rating {
  width: 49%;
  display: inline-block;
  padding-right: 30px;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  #car_review .main-head .star-rating {
    font-size: 20px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  #car_review .main-head .star-rating {
    font-size: 10px;
  }
}
@media only screen and (max-width: 767px) {
  #car_review .main-head .star-rating {
    font-size: 5px;
  }
}
#car_review .main-head .star-rating ul {
  margin: 0;
}
#car_review .main-head .star-rating li {
  font-size: 24px;
  color: #ec1c24;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  #car_review .main-head .star-rating li {
    font-size: 20px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  #car_review .main-head .star-rating li {
    font-size: 18px;
  }
}
@media only screen and (max-width: 767px) {
  #car_review .main-head .star-rating li {
    font-size: 10px;
  }
}
#car_review .btn {
  margin-top: 0;
}
#car_review .heading {
  font-size: 38px;
  font-weight: 600;
}
#car_review .price {
  font-size: 28px;
  font-weight: 700;
  margin-top: 20px;
}
#car_review .price span {
  color: #ec1c24;
}
#car_review .offers {
  margin-top: 20px ;
}
#car_review .variantblock {
  transition: all 0.3s ease;
  background: #f5f5f5;
}
#car_review .variantblock .variant-card {
  border: 1px solid rgba(216, 216, 216, 0.3);
  padding: 15px;
}
#car_review .variantblock .variant-card:hover {
  cursor: pointer;
  transition: all 0.3s ease;
  background-color: white;
  outline: 1px solid #ec1c24;
  box-shadow: 0 0 4px #ec1c24;
}
#car_review .variantblock .variant-card:hover .title {
  transition: all 0.3s ease;
  color: #ec1c24;
}
#car_review .variantblock .variant-card table {
  width: 100%;
}
#car_review .variantblock .variant-card td,
#car_review .variantblock .variant-card th {
  line-height: 30px;
  width: 60%;
}
#car_review .variantblock .variant-card .title {
  font-size: 18px;
  border-bottom: 1px solid #d8d8d8;
}
.cars-card {
  margin-top: 20px !important;
}
.cars-card .fc-details p {
  min-height: 0 !important;
}
.review-row .rating-block {
  background-color: #FAFAFA;
  border: 1px solid #EFEFEF;
  padding: 15px 15px 20px 15px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.review-row .bold {
  font-weight: 700;
}
.review-row .padding-bottom-7 {
  padding-bottom: 7px;
}
.review-row .review-block {
  background-color: #FAFAFA;
  border: 1px solid #EFEFEF;
  padding: 15px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  margin-bottom: 15px;
}
.review-row .review-block-name {
  font-size: 12px;
  margin: 10px 0;
}
.review-row .review-block-date {
  font-size: 12px;
}
.review-row .review-block-rate {
  font-size: 13px;
  margin-bottom: 15px;
}
.review-row .review-block-title {
  font-size: 15px;
  font-weight: 700;
  margin-bottom: 10px;
}
.review-row .review-block-description {
  font-size: 13px;
}
.button-default {
  -webkit-transition: color 0.25s ease-out 0.1s;
  -moz-transition: color 0.25s ease-out 0.1s;
  -o-transition: color 0.25s ease-out 0.1s;
  transition: color 0.25s ease-out 0.1s;
  background: transparent;
  color: black !important;
  border: none;
  cursor: pointer;
  margin: 0;
  outline: none;
  position: relative;
}
.show-notifications .notifications-count {
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  background: #ec2028;
  color: #fefefe;
  font: inherit;
  line-height: 1.3em;
  position: absolute;
  right: 0px;
  text-align: center;
  top: -7px;
  width: 20px;
  height: 20px;
  left: -11px;
  font-size: 12px;
  line-height: 20px;
}
.contain {
  width: 500px;
  margin: 0 auto;
  position: relative;
  padding: 20px;
  text-align: left;
}
.notificationicon {
  height: 44px;
  position: absolute;
  top: 20px;
  left: 170px;
  z-index: 50;
}
.notificationicon:hover {
  background: rgba(0, 0, 0, 0.5);
}
.notificationicon:hover i {
  color: #fff;
}
.notificationicon.on i {
  color: #ddd;
}
#notificationMenu {
  overflow: hidden;
  overflow-y: scroll;
  min-height: 300px;
  max-height: 400px;
  -webkit-box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.3);
  box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.3);
}
#notificationMenu::-webkit-scrollbar-track {
  border-radius: 10px;
  background-color: #f5f5f5;
}
#notificationMenu::-webkit-scrollbar {
  width: 8px;
  background-color: #F5F5F5;
}
#notificationMenu::-webkit-scrollbar-thumb {
  transition: all 0.3s ease;
  background-color: #1c1c1b;
}
#notificationMenu::-webkit-scrollbar-thumb:hover {
  background-color: #ec1c24;
}
label.error {
  display: none!important;
}
label.error:hover {
  display: block!important;
}
.notifications {
  max-width: 300px;
  width: 300px;
  background: #fff;
  padding: 0px;
  box-shadow: 0px 0px 5px #a7a7a7;
  position: absolute;
  top: 32px;
  transition: .2s;
  opacity: 0;
  z-index: 2001;
  left: -142px;
}
.notifications:before {
  content: '';
  height: 10px;
  width: 10px;
  display: block;
  position: absolute;
  top: -20px;
  left: 140px;
  border: 10px solid #fff;
  border-color: transparent transparent #ec1c24 transparent;
}
.notifications.open {
  opacity: 1;
  transition: .2s;
}
.notifications li {
  padding: 5px;
  list-style-type: none;
  line-height: 16px;
}
.notifications li.titlebar {
  height: 35px;
  line-height: 30px;
  border-bottom: 1px solid #ccc;
  color: white;
  background: #ec1c24;
  font-size: 12px;
  cursor: inherit;
  font-weight: 700;
  text-align: center;
  padding: 2px 5px;
}
.notifications li.titlebar .settings {
  float: right;
  cursor: pointer;
}
.notifications li.seeall {
  text-align: center;
  font-size: 12px;
  min-height: 30px;
  text-transform: uppercase;
  position: relative;
  border-top: 1px solid #ccc;
}
.notifications li.seeall a {
  background: #f5f5f5;
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  color: #007fff;
  padding-top: 8px;
}
.notifications .notifbox {
  max-height: 300px;
  overflow: auto;
}
.notifications .notifbox li {
  color: #666;
}
.notifications .notifbox li a {
  color: #666;
}
.notifications .notifbox li.unread {
  background: #f5f5f5;
}
.notifications .notifbox li.notif {
  min-height: 70px;
  border-bottom: 1px solid #ccc;
  position: relative;
}
.notifications .notifbox li.notif:last-child {
  border-bottom: none;
}
.notifications .notifbox li.notif .imageblock {
  width: 70px;
  position: absolute;
  left: 5px;
}
.notifications .notifbox li.notif .imageblock .notifimage {
  height: 60px;
}
.notifications .notifbox li.notif .messageblock {
  position: relative;
  font-size: 12px;
}
.notifications .notifbox li.notif .messageblock .message a {
  color: #007fff;
}
.notifications .notifbox li.notif .messageblock .messageaction {
  min-height: 30px;
  margin-bottom: 5px;
}
.notifications .notifbox li.notif .messageblock .messageaction .button {
  font-weight: normal;
  text-transform: uppercase;
}
.notifications .notifbox li.notif .messageblock .messageaction .button.success,
.notifications .notifbox li.notif .messageblock .messageaction .button.alert {
  color: #fff;
}
.notifications .notifbox li.notif .messageblock .messageinfo {
  font-size: 10px;
  color: #999;
}
.inpect-h6 {
  background: #f5f5f5;
  color: #ec1c24;
  font-weight: 600;
  font-size: 16px;
  padding: 10px;
  margin-bottom: 0;
}
.tri-radio {
  padding: 5px 10px;
  border-top: 1px solid #f5f5f5;
}
.tri-radio label {
  max-width: 85%;
}
.lInput {
  float: right;
  width: 150px;
  display: inline-block;
}
.lInput label {
  line-height: 30px;
}
.lInput label input {
  float: left;
  width: 50px;
}
.radio-inline {
  margin: 0 !important;
  vertical-align: top;
}
.radio-inline input {
  margin-left: -20px;
  width: 20px;
  height: 20px;
  margin-top: 1px;
}
.radio-inline label::before {
  width: 20px !important;
  height: 20px !important;
  border-radius: 0 !important;
}
.radio-inline label::after {
  width: 14px  !important;
  height: 14px !important;
  left: 3px !important;
  top: 3px !important;
  border-radius: 0 !important;
}
.servic {
  font-size: 14px;
  font-weight: 400;
  color: black;
}
.boxed-div {
  border-right: 1px solid whitesmoke;
}
.battery .battery-level {
  height: 10px;
  width: 100%;
  background: #ff0000;
  background: -moz-linear-gradient(left, #ff0000 0%, #ff0000 33%, #eeff00 33%, #eeff00 66%, #00ff00 66%, #00ff00 100%);
  background: -webkit-gradient(left top, right top, color-stop(0%, #ff0000), color-stop(33%, #ff0000), color-stop(33%, #eeff00), color-stop(66%, #eeff00), color-stop(66%, #00ff00), color-stop(100%, #00ff00));
  background: -webkit-linear-gradient(left, #ff0000 0%, #ff0000 33%, #eeff00 33%, #eeff00 66%, #00ff00 66%, #00ff00 100%);
  background: -o-linear-gradient(left, #ff0000 0%, #ff0000 33%, #eeff00 33%, #eeff00 66%, #00ff00 66%, #00ff00 100%);
  background: -ms-linear-gradient(left, #ff0000 0%, #ff0000 33%, #eeff00 33%, #eeff00 66%, #00ff00 66%, #00ff00 100%);
  background: linear-gradient(to right, #ff0000 0%, #ff0000 33%, #eeff00 33%, #eeff00 66%, #00ff00 66%, #00ff00 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0000', endColorstr='#00ff00', GradientType=1);
}
.otp_container {
  transition: all 0.3s ease-in-out;
  position: absolute;
  background: url('../images/announce.jpg') 100% bottom;
  text-shadow: 0 0 15px black;
  color: white;
  font-size: 16px;
  border-radius: 6px;
  margin-top: 10px;
  padding: 6px 10px;
  margin-left: 3%;
  margin-right: 3%;
  width: 94%;
  max-width: 1680px;
  opacity: 1;
}
.otp_container:before {
  content: '\f069';
  display: inline-block;
  font: normal normal normal 0 FontAwesome;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  position: absolute;
  top: -11px;
  left: -11px;
  font-size: 24px;
}
.otp_container a {
  color: #f6c446;
  font-weight: 600;
}
.otp_container a:hover {
  text-decoration: none;
  color: #ec1c24;
}
.verify-account {
  transition: all 0.3s ease-in-out;
  position: absolute;
  background: url('../images/announce.jpg') 100% bottom;
  text-shadow: 0 0 15px black;
  color: white;
  font-size: 16px;
  border-radius: 6px;
  margin-top: 10px;
  padding: 6px 10px;
  margin-left: 3%;
  width: 155px;
  opacity: 0.5;
}
.verify-account:before {
  content: '\f069';
  display: inline-block;
  font: normal normal normal 0 FontAwesome;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  position: absolute;
  top: -11px;
  left: -11px;
  font-size: 24px;
}
.verify-account:hover {
  opacity: 1;
  cursor: pointer;
}
.verify-account .fa-arrow-right:hover {
  color: #ec1c24;
}
.back-verify-account {
  color: white !important;
  padding-left: 30px;
}
.back-verify-account:hover {
  cursor: pointer;
  color: #ec1c24 !important;
}
.map_section {
  position: relative;
  overflow: hidden;
}
.gm-style-mtc {
  top: 15px;
  margin-right: 10px;
  position: absolute;
  z-index: 1;
  right: 0px;
  transition: all 0.3s ease;
  width: 100%;
  height: 30px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  padding: 0 10px;
  margin-top: 15px;
  background: #ec1c24;
  font-size: 16px;
  font-weight: 600;
  color: white;
  font-size: 14px;
  line-height: 30px;
  width: auto;
}
.gm-style-mtc:focus {
  outline: 0;
  color: white;
}
.gm-style-mtc:hover {
  background: #f6c446;
  color: black;
}
.cont-form .hero-input {
  margin-top: 0;
}
.map-buttons .gm-style-mtc {
  position: relative;
  margin-bottom: -65px;
}
#OTP_modal .modal-dialog {
  margin-top: 85px;
}
#OTP_modal .modal-dialog .modal-header {
  background-color: #f5f5f5;
}
#OTP_modal .modal-dialog .modal-title {
  font-size: 50px;
}
#OTP_modal .modal-dialog .modal-title img {
  width: 86px;
  position: absolute;
  margin-left: -56px;
  margin-top: 17px;
}
#OTP_modal .modal-dialog .modal-body {
  background: #353535 url('../images/phone.png') no-repeat center;
  color: white;
  padding: 50px;
}
#OTP_modal .modal-dialog .modal-body .hero-input {
  box-shadow: 0 0 30px black;
  text-align: center;
  color: black;
}
#OTP_modal .modal-dialog .modal-body .btn {
  box-shadow: 0 0 30px black;
}
#OTP_modal .modal-dialog .modal-body p {
  text-shadow: 0 0 10px black;
}
.brand-red {
  color: #ec1c24;
}
.brand-black {
  color: #1c1c1b;
}
.prof-details .filter-input {
  width: 130px;
  border-radius: 20px 0 0 20px;
  margin: 0;
}
.prof-details .filter-middle {
  border-radius: 0;
  width: auto;
  margin: -3px 0 0 -4px !important;
}
.prof-details .filter-last {
  border-radius: 0 20px 20px 0;
  width: auto;
  margin: -3px 0 0 -4px !important;
  border-left: 1px solid #d8d8d8;
}
.notif.unread {
  transition: all 0.3s ease;
  padding: 10px !important;
  border-bottom: 1px solid #d8d8d8;
}
.notif.unread:hover {
  background: #f5f5f5;
}
.notif.unread a {
  color: black;
}
.notif.unread .label {
  background: #ec1c24;
  padding: 0.2em 0.8em .3em;
  border-radius: 20px;
}
.notif.unread .bell {
  width: 10%;
  color: #d8d8d8;
}
.notif.unread .not-text {
  width: 90%;
  color: black;
}
.notif.unread .date {
  margin-top: 5px;
}
@media only screen and (max-width: 767px) {
  .link-user-vehicle {
    margin-top: 10px;
  }
}
#locationAddress {
  z-index: 20;
  margin: -2px 0;
}
#locationAddress .locationSelected {
  z-index: 20;
  transition: all 0.3s ease;
}
#locationAddress .locationSelected:hover {
  color: #ec1c24;
}
#locationAddress .locationSelected .small {
  font-size: 70%;
}
#locationAddress .locationSelected.hidden {
  position: absolute;
}
#locationAddress .locationSelect {
  z-index: 20;
  transition: all 0.3s ease;
  position: relative;
  top: 7px !important;
}
#locationAddress .locationSelect .locationSearch {
  padding: 0 10px;
  width: 200px;
  line-height: 30px;
}
@media (min-width: 1150px) and (max-width: 1400px) {
  #locationAddress .locationSelect .locationSearch {
    width: 115px;
  }
}
#locationAddress .locationSelect .locationLabel {
  position: absolute;
  top: -11px;
  left: 48px;
  font-size: 12px;
  line-height: 10px;
  color: #d8d8d8;
}
#locationAddress .locationSelect .typeahead li a:hover,
#locationAddress .locationSelect .typeahead li.active a {
  background-color: #ec1c24;
  color: white !important;
}
#locationAddress .locationSelect input {
  color: #1c1c1b;
}
#locationAddress .locationSelect .typeahead {
  width: auto;
  overflow: hidden;
}
#locationAddress .locationSelect .typeahead li {
  padding: 0;
}
#locationAddress .locationSelect .typeahead li a {
  color: #1c1c1b;
}
.half-brand-input {
  z-index: 25;
  max-width: 80%;
  border-radius: 20px 0 0 20px !important;
  float: left !important;
  margin: 0;
  padding: 0;
}
.half-brand-input:focus {
  outline: none;
}
.half-brand-input .dropdown-toggle {
  background: none;
  border: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none    ;
  box-shadow: none    ;
}
.half-brand-input .dropdown-toggle.btn-default {
  background-color: transparent;
  border: 0;
  box-shadow: none;
}
.half-brand-input .dropdown-toggle.btn-default:hover {
  background: none !important;
}
.half-brand-input .dropdown-toggle.btn-default:focus {
  outline: none !important;
  background: none;
  border: 0;
}
.half-btn {
  border-radius: 0 20px 20px 0;
  width: 20%;
  float: left;
  margin: 0;
}
.half-btn .fa-check {
  color: #333;
}
.half-btn .fa-check:hover {
  color: white;
}
.select-loc {
  background: #f6c446;
}
.select-loc:hover {
  background: #ec1c24;
}
.margin-zero {
  margin: 0!important;
}
#pay-invoice {
  margin-top: 0;
}
#pay-invoice .modal-content {
  overflow: hidden;
}
#pay-invoice .close {
  float: right;
  font-size: 21px;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.55);
  opacity: 1;
}
.modal-backdrop {
  z-index: 2000;
}
.modal {
  z-index: 5000;
}
#payment-form-holder {
  margin: -10px;
}
#payment-form-holder .panel-heading {
  background: #ec1c24;
  margin: -5px;
  margin-top: -15px;
}
#payment-form-holder .panel-heading h3 {
  color: white;
  margin: 0;
}
#payment-form-holder .panel-body {
  padding: 15px 15px;
}
#view-invoice,
.v-modal {
  margin-top: 0;
}
#view-invoice #heading,
.v-modal #heading {
  display: none;
}
#view-invoice .modal-content,
.v-modal .modal-content {
  overflow: hidden;
}
#view-invoice .modal-header,
.v-modal .modal-header {
  text-align: left;
  padding: 10px;
  border-bottom: 0;
  background: #ec1c24;
}
#view-invoice .modal-header h3,
.v-modal .modal-header h3 {
  color: white;
  margin: 0;
}
#view-invoice .close,
.v-modal .close {
  float: right;
  font-size: 21px;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.55);
  opacity: 1;
}
.input-right-flat {
  border-radius: 20px 0 0 20px;
}
.input-left-flat {
  border-radius: 0 20px 20px 0;
}
.btn-left-flat {
  border-radius: 0 20px 20px 0;
}
.btn-right-flat {
  border-radius: 20px 0 0 20px;
  border-right: 1px solid #f5f5f5;
}
#add-box {
  margin-top: 0;
}
#add-box .service-booking {
  margin-top: 5px;
  border: none;
}
#add-box h3 {
  margin: 0;
}
.user-vehicle-list {
  height: auto !important;
}
.user-vehicle-list .user-vehicle-item {
  height: auto !important;
}
.qv-tabs li a {
  transition: all 0.3s ease;
  font-weight: 600;
}
.qv-tabs li a:hover,
.qv-tabs li a:focus {
  background: none;
  color: #ec1c24 !important;
  border-color: transparent;
}
.qv-tabs li.active a {
  background: none;
  border-color: transparent;
  color: #ec1c24 !important;
}
.qv-tabs li.active a:hover,
.qv-tabs li.active a:focus {
  background: none;
  border-color: transparent;
}
.garage-tags li {
  padding-right: 0;
  padding-left: 0;
  margin-top: 10px;
}
.typeahead.dropdown-menu {
  width: auto !important;
}
.payment-list-head {
  background: #ec1c24;
  color: white;
}
/*.img-fluid {
  width: 100%;
}*/
.ekko-lightbox {
  margin-top: 0 !important;
}
.ekko-lightbox .modal-content {
  border-radius: 0;
}
.ekko-lightbox .modal-body {
  padding: 0;
}
.ekko-lightbox .ekko-lightbox-nav-overlay a span {
  color: #ec1c24;
}
.lightbox-grid-img {
  margin-bottom: 15px;
}
.lightIt {
  position: absolute;
  top: 0;
  width: calc(100% - 30px);
  color: #ec1c24;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  text-align: center;
  opacity: 0;
  transition: all 0.3s ease;
}
.lightIt i {
  vertical-align: middle;
  margin-top: 40%;
  font-size: 30px;
}
.lightbox-grid-img:hover .lightIt {
  opacity: 1;
}
@keyframes normalize {
  0% {
    transform: translate(0, 0);
  }
}
.badge {
  overflow: hidden;
}
.badge span {
  background: #d8d8d8;
  color: #ec1c24;
  margin-left: -7px;
  padding: 5px;
}
.wizard-box {
  background: #f5f5f5;
  border-radius: 20px;
  padding-bottom: 20px;
  margin-top: 20px;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.16), 0 0 0 1px rgba(0, 0, 0, 0.08);
}
#advertisement .modal-content {
  background-color: #ec1c24;
}
#advertisement .close {
  position: absolute;
  top: 0;
  right: 5px;
}
#advertisement .ad-coupon {
  color: white;
  padding: 0 5px 15px 5px;
  font-size: 26px;
  text-align: center;
  text-shadow: 0 0 1px black;
}
.payment-part ul {
  margin-top: 20px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .payment-part ul {
    margin-top: 40px;
  }
}
.payment-part ul img {
  height: 50px;
}
@media only screen and (max-width: 767px) {
  .payment-part ul img {
    height: 50px;
  }
}
.payment-part ul img.visa {
  height: 35px;
}
.qb-btn {
  position: absolute;
  left: 0;
  bottom: -50px;
  transition: all 0.3s ease;
  border-radius: 0 0 20px 20px !important;
  line-height: 30px !important;
  padding-top: 10px !important;
  height: 50px !important;
  filter: drop-shadow(0px 0px 8px #000000);
  background-color: white !important;
  color: black !important;
}
@media only screen and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 991px) {
  .qb-btn {
    position: relative;
    border-radius: 50px !important;
    float: left;
    width: 45% !important;
    height: 30px !important;
    line-height: 15px !important;
  }
}
.qb-btn:hover {
  background: #f6c446 !important;
}
@media only screen and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 991px) {
  .pkg-btn {
    position: relative;
    border-radius: 50px !important;
    margin-left: 5% !important;
    margin-top: 0 !important;
    float: left;
    width: 45% !important;
    height: 30px !important;
    line-height: 15px !important;
    background: #ec1c24;
    color: white;
  }
}
@media only screen and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 991px) {
  .qb-slide.toggle {
    position: relative;
  }
}
.qb-slide.toggle .quick-book-box {
  display: block;
  position: relative;
}
.quick-book-box {
  box-shadow: 0 0 10px black;
  background: #1c1c1b;
  padding: 15px;
  padding-top: 0;
  display: none;
  border-top: 5px solid #a31e23;
  transition: all 0.3s ease;
}
.quick-book-box .hero-select {
  width: 100% !important;
  margin-top: 15px;
  margin-top: 0;
}
@media only screen and (max-width: 767px) {
  .quick-book-box .hero-select {
    margin-top: 5px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1200px), only screen and (min-width: 768px) and (max-width: 991px) {
  .quick-book-box .hero-select {
    margin-top: 0;
  }
}
.quick-book-box .hero-select select {
  display: none !important;
}
.quick-book-box .hero-select .btn-default {
  border: none;
  width: 100% !important;
  height: 30px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  padding: 0 10px;
  margin-top: 15px;
  -webkit-appearance: none;
  /*Removes default chrome and safari style*/
  -moz-appearance: none;
  /* Removes Default Firefox style*/
  text-indent: 0.01px;
  /* Removes default arrow from firefox*/
  text-overflow: "";
  /*Removes default arrow from firefox*/
}
.quick-book-box .hero-select .btn-default span.bs-caret > span {
  border-top: 6px dashed black;
  border-top: 6px solid\9 black;
  border-right: 6px solid transparent;
  border-left: 6px solid transparent;
}
.quick-book-box .hero-select .btn-default:focus {
  outline: none !important;
}
.quick-book-box .hero-select .btn-default:focus {
  outline: none !important;
}
.quick-book-box .hero-select .dropdown-menu {
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  border-radius: 16px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  top: 0;
  border: none;
}
.quick-book-box .hero-select .dropdown-menu .inner {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.quick-book-box .hero-select .dropdown-menu input:focus {
  border: none;
  box-shadow: none;
}
.quick-book-box .hero-select .dropdown-menu > .active > a {
  background-color: #ec1c24;
}
.quick-book-box .hero-select .dropdown-menu > .active > a:focus,
.quick-book-box .hero-select .dropdown-menu > .active > a:hover {
  background-color: #ec1c24;
}
.quick-book-box .hero-select .dropdown-menu > li > a {
  transition: background-color 0.5s ease;
}
.quick-book-box .hero-select .dropdown-menu > li > a:focus,
.quick-book-box .hero-select .dropdown-menu > li > a:hover {
  outline: none;
  background-color: rgba(236, 28, 36, 0.5);
  color: white;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .quick-book-box {
    margin-top: 0;
  }
}
.quick-book-box h3 {
  color: white;
  font-weight: 600;
  margin-top: 10px;
}
.quick-book-box input {
  margin-top: 15px;
}
.pop-quick-box {
  position: relative;
  top: 0px;
  display: block;
}
#enquiry_popup .close {
  position: absolute;
  right: -18px;
  top: -20px;
  background: #ec1c24;
  opacity: 1;
  text-shadow: none;
  padding: 8px;
  line-height: 12px;
  border-radius: 50%;
  box-shadow: 0 0 10px 2px black;
  color: white;
}
#enquiry_popup .modal-body {
  padding: 0;
}
[name="repair-select"],
[name="city-select"] {
  display: none !important;
}
.checkbox {
  color: #1c1c1b;
  font-size: 14px;
  position: relative;
  margin-top: 5px;
}
.checkbox span {
  position: relative;
  padding-left: 30px;
}
.checkbox span:after {
  content: '';
  background: white;
  z-index: 2;
  width: 20px;
  height: 20px;
  border: 1px solid #d8d8d8;
  position: absolute;
  left: 0;
  top: 1px;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  box-sizing: border-box;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
.checkbox input[type="checkbox"] {
  cursor: pointer;
  position: absolute;
  height: 100%;
  z-index: 1;
  opacity: 0;
  filter: alpha(opacity=0);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}
.checkbox input[type="checkbox"]:checked + span {
  color: #ec1c24;
}
.checkbox input[type="checkbox"]:checked + span:before {
  content: '';
  width: 13.74px;
  height: 13.74px;
  position: absolute;
  z-index: 3;
  background: #ec1c24;
  left: 3.5px;
  top: 4px;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.pickup-check {
  margin-top: 30px;
}
.offers-hero {
  background: #f5f5f5;
}
.offers-hero .offset-div2 {
  margin-top: 90px;
}
@media only screen and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 991px) {
  .offers-hero .offset-div2 {
    margin-top: 60px;
  }
}
.offers-hero h1 {
  font-size: 38px;
  line-height: 40px;
  font-weight: 700;
  margin-top: 10px;
  color: #ec1c24;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .offers-hero h1 {
    line-height: 35px;
  }
}
@media only screen and (max-width: 767px) {
  .offers-hero h1 {
    font-size: 25px;
  }
}
.offers-hero2 {
  background: #f5f5f5;
}
.offers-hero2 .offset-div2 {
  margin-top: 90px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .offers-hero2 .offset-div2 {
    margin-top: 60px;
  }
}
@media only screen and (max-width: 767px) {
  .offers-hero2 .offset-div2 {
    margin-top: 55px;
  }
}
.offers-hero2 h1 {
  font-size: 34px;
  line-height: 40px;
  font-weight: 700;
  margin-top: 15px;
  color: #ec1c24;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .offers-hero2 h1 {
    line-height: 35px;
  }
}
@media only screen and (max-width: 767px) {
  .offers-hero2 h1 {
    font-size: 22px;
    line-height: 13px;
  }
}
@media only screen and (max-width: 767px) {
  .offers-hero2 h1 .package-name {
    font-size: 18px;
  }
}
.offer-card {
  height: 300px;
  overflow: hidden;
  transition: all 0.3s ease;
  background: black;
}
.offer-card:hover {
  transform: scale(1.05);
  box-shadow: 0 0 5px black;
  z-index: 100;
}
.offer-card:hover .offer-img {
  opacity: 0.6;
}
.offer-card:hover .txt-div {
  opacity: 0;
}
.offer-card:hover .hover-rev {
  opacity: 1 !important;
  text-align: center;
  width: 100%;
}
.offer-card:hover .hover-rev a {
  color: white;
}
.offer-card .offer-img {
  height: 100%;
}
.offer-card .txt-div,
.offer-card .hover-rev {
  padding: 15px;
  position: absolute;
  top: 0;
  color: white;
}
.offer-card .txt-div p,
.offer-card .hover-rev p {
  text-align: center;
  text-shadow: 0 0 1px black;
}
.offer-card .txt-div h3,
.offer-card .hover-rev h3,
.offer-card .txt-div h4,
.offer-card .hover-rev h4 {
  color: white;
  text-align: center;
  font-weight: 600;
  margin-top: 50px;
  text-shadow: 0 0 1px black;
}
.mobil-nav-btn {
  font-size: 40px;
  position: absolute;
  color: #ec1c24;
}
.mobil-nav-btn .fa {
  transition: all 0.5s ease;
}
@media only screen and (min-width: 1201px), only screen and (min-width: 992px) and (max-width: 1200px) {
  .mobil-nav-btn {
    display: none;
  }
}
.mobil-nav-btn.active .fa:before {
  content: "\f00d";
}
#list-services {
  margin-bottom: 20px;
}
.grid-offer-card {
  margin-bottom: 30px;
}
.grid-offer-card aside {
  border-radius: 20px;
  background: #f5f5f5;
  border: 2px solid #dcdcdc;
}
.grid-offer-card aside .btn {
  width: auto !important;
}
#REF_modal {
  margin-top: 0;
}
#REF_modal .modal-header {
  background: #ec1c24;
}
#REF_modal .modal-header h4 {
  color: #ffffff;
}
#REF_modal .modal-header button {
  color: white;
  text-shadow: 0 1px 0 black;
  opacity: 0.8;
  font-size: 24px;
}
#REF_modal .modal-body {
  background: #f5f5f5;
}
#REF_modal .modal-body img {
  width: 100%;
}
.brand-form-control {
  width: 100%;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  height: 30px;
  margin-top: 30px;
  box-shadow: none;
  outline: none;
  border: none;
}
.brand-form-control-select {
  width: 100% !important;
  height: 30px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  padding: 0 10px;
  margin-top: 15px;
  -webkit-appearance: none;
  /*Removes default chrome and safari style*/
  -moz-appearance: none;
  /* Removes Default Firefox style*/
  text-indent: 0.01px;
  /* Removes default arrow from firefox*/
  text-overflow: "";
  /*Removes default arrow from firefox*/
}
.brand-form-control-select span.bs-caret > span {
  border-top: 6px dashed black;
  border-top: 6px solid\9 black;
  border-right: 6px solid transparent;
  border-left: 6px solid transparent;
}
.brand-form-control-select:focus {
  outline: none !important;
}
.wiz-tabs {
  background: #c51017;
}
.wiz-tabs .wiz-tab {
  margin: 0;
  float: left;
  width: 25%;
  text-align: center;
  padding: 0;
  position: relative;
}
.wiz-tabs .wiz-tab a {
  color: white;
  padding: 10px;
  width: 100%;
  display: block;
  font-size: 16px;
  font-weight: 600;
}
.wiz-tabs .wiz-tab a:hover {
  text-decoration: none;
}
.wiz-tabs .wiz-tab.active {
  background: #f5f5f5;
}
.wiz-tabs .wiz-tab.active a {
  color: black;
}
.wiz-tabs .wiz-tab.active a:hover {
  text-decoration: none;
  background: none;
}
.wiz-tabs .wiz-tab.active a::after {
  content: '';
  border-left: 25px solid whitesmoke;
  border-top: 43px dotted transparent;
  position: absolute;
  right: -24px;
  top: -1px;
}
.wiz-tabs .wiz-tab.active a::before {
  content: '';
  border-left: 29px solid #ec1c24;
  border-top: 47px dotted transparent;
  position: absolute;
  right: -28px;
  top: -5px;
}
.wiz-tabs .wiz-tab.active:not( :nth-child(1)) {
  border-left: 1px solid gray;
}
.wiz-heading {
  background: #f5f5f5;
}
.wiz-heading h2 {
  font-weight: 600;
  line-height: 75px;
  font-size: 26px;
}
.wiz-body .finance-row {
  border-radius: 0;
}
.wiz-body .service-booking {
  margin-top: 0;
  border: none;
}
.wiz-body .btn-group .btn-default {
  border: 1px solid #1c1c1b !important;
}
.insurence-section .wizard-container {
  padding: 0;
}
.insurence-section .wizard-container .wizard-card {
  box-shadow: none;
}
.insurence-section .wizard-container .wizard-card[data-color="red"] .moving-tab {
  background: #ec1c24;
}
.insurence-section .wizard-container .wizard-card[data-color="red"] .moving-tab::after {
  content: '';
  border-left: 28px solid #ec1c24;
  border-top: 37px dotted transparent;
  position: absolute;
  right: -28px;
  top: 0px;
}
.insurence-section .wizard-container .wizard-card[data-color="red"] .moving-tab::before {
  content: '';
  border-left: 32px solid #5d5d5d;
  border-top: 37px dotted transparent;
  position: absolute;
  right: -32px;
  top: 0px;
}
#main-car-image {
  min-height: 600px;
}
#main-car-image #vidModalHandle {
  margin-top: 0;
}
#main-car-image #vidModalHandle .modal-lg {
  width: 75%;
}
#main-car-image #vidModalHandle .modal-content {
  border: none;
  border-radius: 0;
  box-shadow: 0 5px 15px #000000;
}
#main-car-image .car-heading {
  font-size: 80px;
  color: white;
  line-height: 80px;
  text-shadow: 0 3px 10px black;
}
#main-car-image .car-heading .small {
  color: white;
  font-weight: 700;
}
#main-car-image .car-heading .small sub {
  color: white;
  font-weight: 500;
  font-size: 40%;
}
#main-car-image .heading-text {
  color: white;
  padding-top: 100px;
  font-size: 18px;
}
#main-car-image .vid-poster-img {
  box-shadow: 0 0 10px 1px black;
}
#main-car-image .modal-trigger {
  display: block;
  position: relative;
  width: 100%;
  text-align: center;
}
#main-car-image .modal-trigger .play-btn {
  position: absolute;
  top: 0;
  font-size: 50px;
  color: white;
  margin-left: -40px;
  margin-top: 88px;
}
#main-car-image .brand-red {
  color: #ec1c24;
  font-size: 25px;
  font-weight: 600;
}
.car-highlights {
  background: #1c1c1b;
  padding: 20px 0 20px 0;
}
.car-highlights div {
  color: white;
  padding: 0 10px 0 10px;
  position: relative;
}
.car-highlights div .fa {
  font-size: 30px;
}
.car-highlights div .info-table {
  margin-top: 10px;
}
.car-highlights div .info-table td {
  border-top: 1px solid #2d2d2d;
  padding: 5px;
}
.car-highlights div .info-table .info-head {
  font-weight: 600;
  width: 50%;
  text-align: left;
}
.car-highlights div .info-table .info-text {
  width: 50%;
  text-align: right;
}
.car-highlights div .info-table .info-text .fa {
  font-size: 16px;
  color: greenyellow;
}
.review-text h2 {
  font-weight: 500;
  font-size: 22px;
  color: #ec1c24;
  border-bottom: 1px solid #d8d8d8;
  padding-bottom: 5px;
  margin-bottom: 15px;
}
.review-text .img-inline {
  width: 40%;
  padding: 15px;
}
.review-text p {
  margin: 0 0 20px;
  font-size: 16px;
  line-height: 28px;
}
.review-text h3 {
  font-weight: 700;
  border-bottom: 1px solid #d8d8d8;
}
@-moz-keyframes bounce {
  0%,
  20%,
  50%,
  80%,
  100% {
    -moz-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -moz-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  60% {
    -moz-transform: translateY(-15px);
    transform: translateY(-15px);
  }
}
@-webkit-keyframes bounce {
  0%,
  20%,
  50%,
  80%,
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  60% {
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px);
  }
}
@keyframes bounce {
  0%,
  20%,
  50%,
  80%,
  100% {
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -moz-transform: translateY(-30px);
    -ms-transform: translateY(-30px);
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  60% {
    -moz-transform: translateY(-15px);
    -ms-transform: translateY(-15px);
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px);
  }
}
.scroll-down-btn {
  position: absolute;
  bottom: -31px;
  color: #ec1c24;
  font-size: 120px;
}
.bounce {
  -moz-animation: bounce 2s infinite;
  -webkit-animation: bounce 2s infinite;
  animation: bounce 2s infinite;
}
#team-section .team-member-card {
  position: relative;
  text-align: center;
}
#team-section .team-member-card .member-img {
  transition: all 0.2s ease;
  filter: sepia(100%);
  z-index: 10;
}
#team-section .team-member-card .team-member-id {
  position: absolute;
  width: 100%;
  bottom: 0;
  background: rgba(236, 28, 36, 0.5);
  padding: 10px;
  color: white;
}
#team-section .team-member-card .team-member-id h3.member-name {
  transition: all 0.2s linear;
  font-size: 24px;
  position: absolute;
  top: -10px;
  width: 100%;
  left: 0;
}
#team-section .team-member-card .team-member-id p {
  opacity: 0;
}
#team-section .team-member-card .info {
  transition: all 0.3s ease;
  position: absolute;
  top: 26%;
  right: 26%;
  font-size: 25px;
  color: white;
  opacity: 0;
}
#team-section .team-member-card:hover .member-img {
  filter: sepia(0%);
}
#team-section .team-member-card:hover .info {
  opacity: 1;
}
#team-section .team-member-card:hover .team-member-id p {
  z-index: 1;
  transition: all 0.3s ease;
  opacity: 1;
}
#team-section .team-member-card:hover .team-member-id h3.member-name {
  top: -40px;
  background: #ec1c24;
}
#profile {
  margin-top: 0;
}
#profile .modal-content {
  border-radius: 0;
}
#profile .modal-header {
  text-align: left;
  padding: 10px;
  border-bottom: 0;
  background: #ec1c24;
}
#profile .modal-header h4.modal-title {
  color: white;
  margin: 0;
}
#profile .modal-header .close {
  float: right;
  font-size: 21px;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.55);
  opacity: 1;
}
#profile .prof-img-div {
  padding: 5px;
  background: #d8d8d8;
  margin-left: 15px;
}
#profile .prof-img-div img {
  border: 2px solid white;
}
#profile .member-social {
  text-align: right;
}
#profile .member-social h6 {
  color: #d8d8d8;
}
#profile .member-social .fa {
  font-size: 32px;
}
#profile .member-social .facebook {
  color: #4d6ec0;
}
#profile .member-social .twitter {
  color: #00c6eb;
}
#profile .member-social .google {
  color: red;
}
.radio {
  color: #ec1c24;
  font-size: 22px;
  position: relative;
}
.radio.inline {
  display: inline-block;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .radio {
    font-size: 18px;
  }
}
@media only screen and (max-width: 767px) {
  .radio {
    font-size: 20px;
  }
}
.radio span {
  position: relative;
  padding-left: 30px;
  margin-right: 30px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .radio span {
    padding-left: 25px;
    margin-right: 25px;
  }
}
@media only screen and (max-width: 767px) {
  .radio span {
    padding-left: 20px;
    margin-right: 20px;
  }
}
.radio span:after {
  content: '';
  background: white;
  z-index: 2;
  margin-top: 10px;
  width: 32px;
  height: 32px;
  left: -8px;
  top: -8px;
  border: 1px solid #1c1c1b;
  position: absolute;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  box-sizing: border-box;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .radio span:after {
    margin-top: 4px;
  }
}
@media only screen and (max-width: 767px) {
  .radio span:after {
    margin-top: 6px;
  }
}
.radio input[type="radio"] {
  cursor: pointer;
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
  opacity: 0;
  filter: alpha(opacity=0);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}
.radio input[type="radio"]:checked + span {
  color: #ec1c24;
}
.radio input[type="radio"]:checked + span:before {
  content: '';
  width: 22.74px;
  height: 22.74px;
  left: -2.5px;
  top: -4px;
  position: absolute;
  z-index: 3;
  margin-top: 10px;
  background: #ec1c24;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .radio input[type="radio"]:checked + span:before {
    margin-top: 4px;
  }
}
@media only screen and (max-width: 767px) {
  .radio input[type="radio"]:checked + span:before {
    margin-top: 6px;
  }
}
.black-bg {
  background: #1c1c1b url('../images/car-wash.jpeg') no-repeat center fixed;
  background-size: 1680px auto;
  max-width: 1680px;
  margin: 0 auto;
}
.carcare-head {
  background-color: #f5f5f5;
}
.carcare-head .offset-div {
  margin-top: 105px;
}
@media only screen and (max-width: 767px) {
  .carcare-head .offset-div {
    margin-top: 10px ;
  }
}
.carcare-head .car-care-select {
  background: rgba(0, 0, 0, 0.4);
}
@media only screen and (max-width: 767px) {
  .carcare-head .car-care-select {
    padding-left: 7px;
    padding-right: 7px;
  }
}
.carcare-head .car-care-select h2 {
  font-weight: 600;
  color: white;
  padding: 15px;
  background: black;
}
@media only screen and (max-width: 767px) {
  .carcare-head .car-care-select h2 {
    font-size: 20px;
  }
}
.carcare-head .car-care-hero {
  min-height: 400px;
}
@media only screen and (max-width: 767px) {
  .carcare-head .car-care-hero {
    min-height: 300px;
  }
}
.carcare-head .car-care-hero:hover .ws-info {
  opacity: 1;
}
.carcare-head .ws-info {
  position: absolute;
  top: 40%;
  width: calc(100% - 30px);
  z-index: 10;
  background: rgba(0, 0, 0, 0.8);
  transition: all 0.3s ease;
}
.carcare-head .ws-info h1 {
  color: white;
  font-weight: 700;
  text-transform: uppercase;
}
@media only screen and (max-width: 767px) {
  .carcare-head .ws-info h1 {
    font-size: 25px;
  }
}
.carcare-head .ws-info .star-rating {
  width: 49%;
  text-align: right;
  display: inline-block;
  padding-right: 15px;
}
.carcare-head .ws-info .star-rating ul {
  color: white;
}
.carcare-head .ws-info .likes {
  width: 49%;
  text-align: left;
  display: inline-block;
  padding-left: 15px;
  color: white;
  border-left: 1px solid white;
}
.carcare-head .ws-info .likes .headlingt-icon.red {
  bottom: 5px;
}
#carcare-wiz {
  margin-top: 20px;
}
#carcare-wiz .panel-black {
  border-color: black;
  background: rgba(0, 0, 0, 0.4);
}
#carcare-wiz .panel-black .panel-body {
  border-top: 1px solid black;
}
#carcare-wiz .panel-black .selector {
  border: 1px solid #ec1c24;
  padding: 5px 10px ;
}
#carcare-wiz .panel-black .panel-heading {
  border-radius: 0;
  padding: 15px;
}
#carcare-wiz .panel-heading {
  background: #1c1c1b;
}
#carcare-wiz .panel-heading h4 {
  color: white;
}
#carcare-wiz .panel-heading h4 .small {
  color: white;
}
#carcare-wiz .panel-body .selectorlist {
  margin: 0;
}
.type-radio {
  width: auto;
}
.type-radio.type-label label {
  background: black;
  border-bottom: 5px solid transparent;
}
.type-radio.type-label label:hover {
  border-color: transparent;
}
.type-radio label {
  cursor: pointer;
  line-height: 30px;
  padding: 0 10px;
  background: #ec1c24;
  border: 1px solid transparent;
  color: white;
  transition: all 0.3s ease;
  margin: 8px 0;
  box-shadow: 0 0 25px black;
}
.type-radio label:hover {
  transform: scale(1.1);
}
.type-radio input {
  -webkit-appearance: none;
  -moz-appearance: none;
  visibility: hidden;
}
.type-radio input:checked + label {
  border-color: white;
}
.type-checkbox {
  width: auto;
}
.type-checkbox label {
  cursor: pointer;
  line-height: 30px;
  padding: 0 5px;
  background: #ec1c24;
  border: 2px solid transparent;
  color: white;
  transition: all 0.3s ease;
  margin: 4px 0;
  box-shadow: 0 0 25px black;
  text-transform: capitalize;
}
@media only screen and (max-width: 767px) {
  .type-checkbox label {
    font-size: 10px;
  }
}
.type-checkbox label:hover {
  transform: scale(1.1);
}
.type-checkbox input {
  -webkit-appearance: none;
  -moz-appearance: none;
  visibility: hidden;
}
.type-checkbox input:checked + label {
  border-color: white;
}
.material-input {
  /* active state */
  /* HIGHLIGHTER ================================== */
  /* active state */
}
.material-input.group {
  position: relative;
  margin: 10px 0 15px auto;
}
.material-input input {
  font-size: 20px;
  padding: 5px;
  display: block;
  width: 100%;
  border: none;
  color: white;
  background: transparent;
  border-bottom: 1px solid #d8d8d8;
}
.material-input input:focus {
  outline: none;
}
.material-input input:-webkit-autofill {
  -webkit-text-fill-color: white !important;
  -webkit-animation: autofill 0s forwards;
  animation: autofill 0s forwards;
}
@keyframes autofill {
  100% {
    background: transparent;
    color: inherit;
  }
}
@-webkit-keyframes autofill {
  100% {
    background: transparent;
    color: inherit;
  }
}
.material-input input:focus ~ label,
.material-input input:valid ~ label,
.material-input input.atext ~ label {
  top: -10px;
  font-size: 14px;
  font-weight: 400;
  color: #ec1c24;
}
.material-input label {
  color: white;
  font-size: 16px;
  font-weight: 300;
  position: absolute;
  pointer-events: none;
  left: 5px;
  top: 10px;
  transition: 0.3s ease all;
  -moz-transition: 0.3s ease all;
  -webkit-transition: 0.3s ease all;
  cursor: pointer;
}
.material-input .bar {
  position: relative;
  display: block;
  width: 100%;
}
.material-input .bar:before,
.material-input .bar:after {
  content: '';
  height: 2px;
  width: 0;
  bottom: 0px;
  position: absolute;
  background: #ec1c24;
  transition: 0.3s ease all;
  -moz-transition: 0.3s ease all;
  -webkit-transition: 0.3s ease all;
}
.material-input .bar:before {
  left: 50%;
}
.material-input .bar:after {
  right: 50%;
}
.material-input input:focus ~ .bar:before,
.material-input input:focus ~ .bar:after {
  width: 50%;
}
.material-input input:focus ~ .highlight {
  -webkit-animation: inputHighlighter 0.5s ease;
  -moz-animation: inputHighlighter 0.5s ease;
  animation: inputHighlighter 0.5s ease;
}
.material-input select {
  font-size: 16px;
  padding: 5px;
  display: block;
  width: 100%;
  border: none;
  color: white;
  background: transparent;
  border-bottom: 1px solid #d8d8d8;
  height: 40px;
}
.material-input select:focus {
  outline: none;
}
.material-input select option {
  margin: 40px;
  background: rgba(0, 0, 0, 0.3);
  color: #fff;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.4);
}
.material-input textarea {
  background: transparent;
  color: white;
  width: 100%;
  resize: none;
  border: 1px solid #d8d8d8;
  padding: 4px 8px;
}
.material-input textarea:focus {
  outline: none;
}
.addCarButton {
  color: white;
  font-weight: bold;
}
.addCarButton:hover {
  text-decoration: none;
  color: red;
  cursor: pointer;
}
.faq p {
  text-align: justify;
}
.hero-square {
  width: 100% !important;
  border-radius: 0 ;
  height: 50px !important;
  margin-top: 15px;
}
@media only screen and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 991px) {
  .hero-square {
    margin-top: 0;
  }
}
.hero-square button {
  border-radius: 0 ;
  height: 50px ;
  border-top: 2px solid #ec1c24;
  border-bottom: 2px solid #ec1c24;
}
.hero-square button:hover,
.hero-square button:focus {
  border-top: 2px solid #ec1c24;
  border-bottom: 2px solid #ec1c24;
  outline: none;
}
@media only screen and (max-width: 767px) {
  .hero-square button {
    border: 2px solid #ec1c24;
    border-radius: 50px !important;
    height: 35px;
    line-height: 20px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .hero-square button {
    border: 2px solid #ec1c24;
    height: 35px;
    line-height: 20px;
  }
}
.hero-square button:focus {
  outline: none !important;
}
.hero-square button:active {
  box-shadow: none !important;
}
.hero-square.hero-last {
  border-radius: 0 50px 50px 0 !important;
  margin-top: 15px;
}
@media only screen and (max-width: 767px) {
  .hero-square.hero-last {
    border-radius: 50px !important;
    margin-top: 0;
    height: 40px !important;
    line-height: 20px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .hero-square.hero-last {
    margin-top: 0;
    height: 35px !important;
    line-height: 20px;
  }
}
.hero-square.hero-first {
  border-radius: 50px 0 0 50px !important;
}
@media only screen and (max-width: 767px) {
  .hero-square.hero-first {
    margin-top: 10px;
  }
}
.hero-square.hero-first button {
  border-radius: 50px 0 0 50px !important;
  border: 2px solid #ec1c24;
  border-right: 0;
}
@media only screen and (max-width: 767px) {
  .hero-square.hero-first button {
    border: 2px solid #ec1c24;
    border-radius: 50px !important;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .hero-square.hero-first button {
    border: 2px solid #ec1c24;
  }
}
.hero-square.hero-first .dropdown-menu {
  border-radius: 25px 0 0 0;
}
@media only screen and (max-width: 767px) {
  .hero-square.hero-first .dropdown-menu {
    border-radius: 25px 25px 0 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .hero-square.hero-first .dropdown-menu {
    max-width: 186px;
    font-size: 13px;
  }
}
.hero-square .dropdown-menu {
  margin-top: -50px;
  border-radius: 0 ;
  border: 2px solid #ec1c24;
}
@media only screen and (max-width: 767px) {
  .hero-square .dropdown-menu {
    border-radius: 25px 25px 0 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .hero-square .dropdown-menu {
    max-width: 186px;
    font-size: 13px;
  }
}
.hero-square .dropdown-menu .bs-searchbox input {
  border: none;
}
.hero-square .dropdown-menu .bs-searchbox input:focus {
  outline: none;
  border: none;
  box-shadow: none;
}
.hero-square .dropdown-menu .dropdown-menu .selected a,
.hero-square .dropdown-menu .dropdown-menu .active a {
  background-color: #ec1c24;
  color: white;
}
.offer-cards {
  position: relative;
  background: white;
  margin: 10px;
  filter: drop-shadow(0px 0px 2px #808080);
  transition: all 0.3s ease;
}
.offer-cards:hover {
  transform: scale(1.01);
  filter: drop-shadow(0px 0px 4px #808080);
}
.offer-cards a:hover {
  text-decoration: none;
}
.offer-cards .btn {
  position: absolute;
  bottom: 60px;
  right: -5px;
  width: 110px;
  height: 30px;
  background: #ec1c24;
  color: #FFFFFF;
}
.offer-cards .offer-text {
  color: black;
  text-align: center;
}
.offer-cards .soln-btn {
  line-height: 30px;
}
.gmnoprint .gm-style-mtc div {
  padding: 0 10px !important;
  background: red !important;
  color: white !important;
  border: none !important;
  outline: none !important;
  box-shadow: none !important;
}
.hero-contact-top {
  background-color: #f5f5f5;
  max-height: 800px;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .hero-contact-top {
    max-height: 735px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .hero-contact-top {
    max-height: 500px;
  }
}
@media only screen and (max-width: 767px) {
  .hero-contact-top {
    max-height: 330px;
  }
}
@media screen and (max-width: 361px) {
  .hero-contact-top {
    max-height: 300px;
  }
}
.hero-contact {
  background: url('../images/porsche-1600x700.jpg') no-repeat 50% 50%;
  background-size: 1680px auto;
  transition: all 0.3s ease;
  overflow: hidden;
  position: relative;
}
@media only screen and (min-width: 1201px) {
  .hero-contact {
    min-height: 860px;
    width: 100%;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .hero-contact {
    background: url('../images/porsche-1200x670.jpg') no-repeat 50% 50%;
    min-height: 800px;
    width: 100%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .hero-contact {
    min-height: 560px;
    background: url('../images/porsche-830x450.jpg') no-repeat 50% 50%;
  }
}
@media only screen and (max-width: 767px) {
  .hero-contact {
    min-height: 390px;
    background: url('../images/porsche-425x280.jpg') no-repeat 50% 50%;
  }
}
@media screen and (max-width: 361px) {
  .hero-contact {
    min-height: 360px ;
    background: url('../images/porsche-365x240.jpg') no-repeat 50% 50%;
  }
}
.hero-contact .hero-contact-container {
  position: relative;
  max-width: 1680px;
  width: 100%;
  margin: 0 auto;
  vertical-align: middle;
}
.hero-contact .hero-contact-content {
  max-width: 800px;
  margin: 0 auto;
  text-align: center;
}
.hero-contact .hero-contact-content h2 {
  text-transform: capitalize;
  color: #f6c446;
  font-size: 270%;
  margin-top: 415px ;
  font-weight: 300;
}
@media only screen and (min-width: 1201px) {
  .hero-contact .hero-contact-content h2 {
    margin-top: 465px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .hero-contact .hero-contact-content h2 {
    font-size: 200%;
    margin-top: 270px;
  }
}
@media only screen and (max-width: 767px) {
  .hero-contact .hero-contact-content h2 {
    font-size: 125%;
    margin-top: 185px;
  }
}
@media screen and (max-width: 361px) {
  .hero-contact .hero-contact-content h2 {
    font-size: 110%;
    margin-top: 160px;
  }
}
.hero-contact .hero-contact-content h3 {
  color: #F9F3F4;
  text-shadow: 0 0 120px #000;
  font-size: 230%;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .hero-contact .hero-contact-content h3 {
    font-size: 170%;
  }
}
@media only screen and (max-width: 767px) {
  .hero-contact .hero-contact-content h3 {
    font-size: 100%;
  }
}
.hero-contact .hero-contact-btn {
  border-radius: 9px;
  color: #f5f5f5;
  font-size: 145%;
  font-weight: bold;
  text-transform: uppercase;
  text-decoration: none;
  cursor: pointer;
}
.hero-contact .hero-contact-btn:hover {
  color: #fff;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .hero-contact .hero-contact-btn {
    font-size: 110%;
    padding: 7px 15px;
  }
}
@media only screen and (max-width: 767px) {
  .hero-contact .hero-contact-btn {
    font-size: 90%;
    padding: 5px 12px;
  }
}
@media screen and (max-width: 361px) {
  .hero-contact .hero-contact-btn {
    font-size: 80%;
    padding: 4px 10px;
  }
}
.query-detail {
  padding: 12px 20px;
  box-sizing: border-box;
  border: 2px solid #ccc;
  border-radius: 15px;
}
.blog-panel-head {
  height: 70px;
}
.blog-panel-head h2 {
  font-weight: normal;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .blog-panel-head h2 {
    font-size: 23px;
  }
}
@media only screen and (max-width: 767px) {
  .blog-panel-head h2 {
    font-size: 15px;
  }
}
@media only screen and (max-width: 767px) {
  .blog-panel-head {
    height: 50px;
  }
}
.blog_title {
  padding-bottom: 50px;
}
.blog_title h2 {
  text-transform: uppercase;
  text-align: center;
  position: relative;
  color: #333;
  font-size: 30px;
  font-weight: 400;
}
.blog_title h2:after {
  content: "";
  position: absolute;
  bottom: -20px;
  width: 60px;
  height: 1px;
  background-color: #f6c446;
  left: 50%;
  margin-left: -30px;
}
.profile-img {
  max-width: 150px;
  border: 5px solid #fff;
  border-radius: 100%;
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.3);
}
#package-table {
  margin: 20px 10px;
  text-align: center;
  width: 892px;
}
#package-table .plan {
  font: 12px 'Lucida Sans', 'trebuchet MS', Arial, Helvetica;
  text-shadow: 0 1px rgba(255, 255, 255, 0.8);
  background: #fff;
  border: 1px solid #ddd;
  color: #333;
  border-radius: 5px;
  padding: 20px;
  margin: 20px 40px;
  width: 340px;
  float: left;
  position: relative;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  #package-table .plan {
    width: 300px;
    margin: 10px 25px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  #package-table .plan {
    width: 290px;
    margin: 10px 25px;
  }
}
@media only screen and (max-width: 767px) {
  #package-table .plan {
    clear: both;
    width: 290px;
    margin: 10px 2px;
  }
}
@media screen and (max-width: 350px) {
  #package-table .plan {
    width: 260px;
    margin: 10px 1px;
  }
}
#package-table .plan:hover {
  border: 1px solid grey;
  cursor: pointer;
}
#package-table .plan h3 {
  font-size: 16px;
  font-weight: normal;
  padding: 15px;
  color: white;
  margin: -20px -20px 50px -20px;
  background-color: #ec1c24;
}
@media only screen and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 991px) {
  #package-table .plan h3 {
    font-size: 12px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  #package-table .plan h3 {
    font-size: 14px;
  }
}
#package-table .plan h3 span {
  display: block;
  font: bold 25px/100px Georgia, Serif;
  color: #777;
  background: #fff;
  border: 5px solid #fff;
  height: 100px;
  width: 100px;
  margin: 10px auto -65px;
  border-radius: 100px;
  box-shadow: 0 5px 20px #ddd inset;
}
#package-table .plan ul {
  margin: 20px 0 0 0;
  padding: 0;
  list-style: none;
}
#package-table .plan ul li {
  border-top: 1px solid #ddd;
  padding: 10px 0;
}
.service-title {
  display: block;
  margin-top: 15px;
  max-height: 60px;
  padding: 2px;
  width: 100%;
}
.service-title h3 {
  text-align: center;
  color: #fafafa;
  font-size: 10px;
  font-weight: 200;
  font-style: normal;
  font-family: "Roboto", helvetica, arial, sans-serif;
  text-shadow: -1px -1px 1px rgba(0, 0, 0, 0.1);
  text-transform: uppercase;
}
.package-list-table {
  background: white;
  border-radius: 3px;
  border-collapse: collapse;
  height: 320px;
  margin: auto;
  max-width: 600px;
  padding: 5px;
  width: 100%;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
  animation: float 5s infinite;
}
.package-list-table tr {
  border-top: 1px solid #C1C3D1;
  border-bottom: 1px solid #C1C3D1;
  color: black;
  font-size: 16px;
  font-weight: normal;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.1);
}
.package-list-table tr td {
  background: #FFFFFF;
  padding: 10px;
  vertical-align: middle;
  font-size: 15px;
  text-shadow: -1px -1px 1px rgba(0, 0, 0, 0.1);
  border-right: 1px solid #C1C3D1;
  border-left: 1px solid #C1C3D1;
}
.package-list-table tr td.text-center {
  text-align: center;
}
.section_title {
  padding-top: 120px;
  padding-bottom: 50px;
}
.section_title h2 {
  text-transform: uppercase;
  text-align: center;
  position: relative;
  color: #333;
  font-size: 30px;
  font-weight: 400;
}
.section_title h2:after {
  content: "";
  position: absolute;
  bottom: -20px;
  width: 60px;
  height: 1px;
  background-color: #f6c446;
  left: 50%;
  margin-left: -30px;
}
.section_title p {
  text-align: center;
  margin-top: 45px;
  color: #333;
  font-size: 18px;
  line-height: 28px;
  font-weight: 300;
}
.subscribe {
  background-color: #f5f5f5 !important;
}
.subscribe .section_overlay {
  background: url(../images/subscribe_us.jpg) no-repeat center;
  background-size: cover;
  padding-bottom: 10px;
  max-width: 1680px;
  margin: 0 auto;
}
.subscribe .section_title h2 {
  color: #eaeaea;
}
.subscribe .section_title p {
  color: #a4a4a4;
}
.form-subs {
  text-align: center;
  padding-bottom: 20px;
}
.form-subs .form-control {
  background: transparent;
  border-bottom: 1px solid #575b63;
  border-radius: 0;
  height: 45px;
  border-left: 0;
  border-right: 0;
  border-top: 0;
  color: white;
  font-size: 18px;
}
@media only screen and (max-width: 767px) {
  .form-subs .form-control {
    font-size: 16px;
  }
}
.form-subs .form-control:focus {
  background: transparent;
  border-bottom: 1px solid #f1f1f1;
  box-shadow: none;
}
.form-subs .subs-btn,
.form-subs .subs-btn:active,
.form-subs .subs-btn:focus,
.form-subs .subs-btn:visited {
  width: 200px;
  background: transparent;
  border: 1px solid #f6c446;
  border-radius: 4px;
  height: 45px;
  margin-left: 0;
  margin-bottom: 1px;
  color: #f6c446;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 17px;
  outline: 0 !important;
}
.form-subs .subs-btn:hover {
  background-color: #f6c446;
  color: #fff;
  border-color: #f6c446;
}
@media (min-width: 300px) {
  .subscribe_form .form-control {
    width: 100%;
  }
}
.blog_body p {
  text-align: justify;
}
.about_us p {
  text-align: justify;
}
.terms_body p {
  text-align: justify;
}
.terms_link {
  text-decoration: none;
  color: black;
}
.terms_link:hover {
  text-decoration: none;
  color: red;
}
.error-message {
  color: #FF0000;
  font-size: small;
}
.success-message {
  color: #008000	;
  font-size: small;
}
.dec-container {
  background: #f5f5f5;
  border-top: 5px solid #eeedee;
  margin: 25px 0;
  padding-bottom: 15px;
}
#catDesc h1 {
  color: #ec1c24;
  font-weight: 300;
}
#catDesc h3 {
  color: #ec1c24;
  font-size: 20px;
}
.package-detail {
  /* common */
  /* top left*/
}
.package-detail .spechs2 {
  width: 45%;
  float: left;
}
@media only screen and (max-width: 767px) {
  .package-detail .spechs2 {
    width: 90%;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .package-detail .spechs2 h1 {
    margin-top: 20px;
  }
}
@media only screen and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 991px) {
  .package-detail .spechs2 h1 {
    padding-left: 20px;
    margin-top: 10px;
    font-size: 220%;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .package-detail .spechs2 h3 {
    font-size: 140%;
    margin-top: 1px;
  }
}
@media only screen and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 991px) {
  .package-detail .spechs2 h3 {
    padding-left: 20px;
    font-size: 100%;
    margin-top: 1px;
  }
}
.package-detail .rectangle {
  margin-left: 30px;
  margin-top: 35px;
  background-color: goldenrod;
  color: white;
  height: 120px;
  position: relative;
  -moz-box-shadow: 0 0 4px rgba(0, 0, 0, 0.55);
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.55);
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  z-index: 500;
  /* the stack order: foreground */
  width: 47%;
  float: left;
  text-align: center;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .package-detail .rectangle {
    margin-top: 20px;
    margin-left: 15px;
    height: 100px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .package-detail .rectangle {
    clear: both;
    width: 60%;
    margin-top: 10px;
  }
}
@media only screen and (max-width: 767px) {
  .package-detail .rectangle {
    clear: both;
    width: 84%;
    height: 100px;
    margin-top: 5px;
  }
}
.package-detail .rectangle #upto {
  padding: 45px 0 0 46px;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .package-detail .rectangle #upto {
    padding: 40px 0 0 40px;
  }
}
@media only screen and (max-width: 767px) {
  .package-detail .rectangle #upto {
    padding: 50px 0 0 25px;
  }
}
.package-detail .rectangle #percentage {
  padding-left: 20px;
}
@media only screen and (max-width: 767px) {
  .package-detail .rectangle #percentage {
    padding: 10px 0 0 8px;
  }
}
.package-detail .rectangle #discount {
  padding: 14px 8px 0 3px;
  margin-left: 10px;
  font-size: 15px;
  text-align: right;
  line-height: 1;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .package-detail .rectangle #discount {
    padding: 10px 4px 0 6px;
    font-size: 13px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .package-detail .rectangle #discount {
    padding: 25px 4px 0 5px;
  }
}
@media only screen and (max-width: 767px) {
  .package-detail .rectangle #discount {
    padding: 4px 4px 0 5px;
    font-size: 11px;
    margin-left: 6px;
  }
}
@media screen and (max-width: 425px) and (min-width: 335px) {
  .package-detail .rectangle #discount {
    padding: 20px 4px 0 5px;
  }
}
.package-detail .rectangle h2 {
  font-size: 200%;
  font-weight: 300;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .package-detail .rectangle h2 {
    font-size: 170%;
  }
}
@media only screen and (max-width: 767px) {
  .package-detail .rectangle h2 {
    font-size: 130%;
  }
}
.package-detail .rectangle h1 {
  font-size: 600%;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .package-detail .rectangle h1 {
    font-size: 500%;
  }
}
@media only screen and (max-width: 767px) {
  .package-detail .rectangle h1 {
    font-size: 400%;
  }
}
.package-detail .ribbon {
  width: 100px;
  height: 100px;
  overflow: hidden;
  position: absolute;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .package-detail .ribbon {
    width: 85px;
    height: 85px;
  }
}
@media only screen and (max-width: 767px) {
  .package-detail .ribbon {
    width: 75px;
    height: 75px;
  }
}
.package-detail .ribbon::before,
.package-detail .ribbon::after {
  position: absolute;
  z-index: -1;
  content: '';
  display: block;
  border: 5px solid #2980b9;
}
.package-detail .ribbon small {
  position: absolute;
  display: block;
  width: 225px;
  padding: 15px 0 15px 50px;
  background-color: #3498db;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
  color: #fff;
  font: 300 18px/1 'Lato', sans-serif;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
  text-transform: uppercase;
  text-align: center;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .package-detail .ribbon small {
    width: 180px;
    padding: 8px 0 8px 45px;
  }
}
@media only screen and (max-width: 767px) {
  .package-detail .ribbon small {
    width: 180px;
    padding: 7px 0 7px 45px;
  }
}
.package-detail .ribbon-top-left {
  top: -10px;
  left: -10px;
}
.package-detail .ribbon-top-left::before,
.package-detail .ribbon-top-left::after {
  border-top-color: transparent;
  border-left-color: transparent;
}
.package-detail .ribbon-top-left::before {
  top: 0;
  right: 0;
}
.package-detail .ribbon-top-left::after {
  bottom: 0;
  left: 0;
}
.package-detail .ribbon-top-left small {
  right: -25px;
  top: 30px;
  transform: rotate(-45deg);
}
.package-detail #left-content {
  padding-right: 0;
  width: 30%;
}
.package-detail #left-content .choose-your-plan {
  float: left;
  color: #ec1c24;
  padding-left: 70px;
  font-size: 24px;
  text-align: center;
  line-height: 1;
  padding-top: 60px;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .package-detail #left-content .choose-your-plan {
    padding-top: 40px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .package-detail #left-content .choose-your-plan {
    padding-left: 40px;
    font-size: 25px;
    padding-top: 30px;
  }
}
.package-detail #left-content .service-list {
  clear: left;
  list-style-type: square;
  padding-top: 74px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .package-detail #left-content .service-list {
    padding-top: 50px;
  }
}
.package-detail #left-content .service-list .service-item {
  padding-bottom: 7px;
  padding-top: 6px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .package-detail #left-content .service-list .service-item {
    font-size: 12px;
  }
}
@media only screen and (min-width: 1201px), only screen and (min-width: 992px) and (max-width: 1200px), only screen and (min-width: 768px) and (max-width: 991px) {
  .package-detail #main-service-list {
    margin-left: 10px !important;
    margin-right: 10px !important;
  }
}
.package-detail #full-panel {
  padding: 0 5px;
  width: 33%;
}
@media only screen and (max-width: 767px) {
  .package-detail #full-panel {
    padding-left: 10%;
    width: 90%;
  }
}
.package-detail .panel:hover {
  box-shadow: 0 0 30px rgba(255, 0, 0, 0.4);
  transform: scaleY(1.05);
  cursor: pointer;
}
.package-detail .panel .panel-heading {
  color: #fff;
  background-color: #ec1c24;
  border-color: #FF6062;
  border-bottom: 1px solid #FF6062;
  box-shadow: 0 5px 0 rgba(50, 50, 50, 0.2) inset;
  text-shadow: 0 3px 0 rgba(50, 50, 50, 0.6);
}
.package-detail .panel .panel-body {
  background-color: rgba(0, 0, 0, 0.1);
  color: black;
  padding-top: 0;
  padding-bottom: 0;
  line-height: 1.2;
}
.package-detail .panel .panel-body .final-price {
  font-size: 450%;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .package-detail .panel .panel-body .final-price {
    font-size: 350%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .package-detail .panel .panel-body .final-price {
    font-size: 270%;
  }
}
.package-detail .panel .panel-body .save-price {
  font-size: 18px;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .package-detail .panel .panel-body .save-price {
    font-size: 16px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .package-detail .panel .panel-body .save-price {
    font-size: 12px;
  }
}
.package-detail .panel .panel-body .lead2 {
  color: black !important;
  background-color: #6f6f;
  padding: 2px;
  margin: 10px 40px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .package-detail .panel .panel-body .lead2 {
    font-size: 9px;
  }
}
.package-detail .panel .list-group .list-group-item {
  border-bottom: 1px solid rgba(250, 250, 250, 0.5);
  padding: 4px 15px;
  font-size: 20px;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .package-detail .panel .list-group .list-group-item {
    padding: 10px 15px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .package-detail .panel .list-group .list-group-item {
    font-size: 17px;
    padding: 10px 15px;
  }
}
.package-detail .panel .list-group .list-group-item .list-price {
  color: red;
  padding-left: 1px;
  font-size: 14px;
}
.package-detail .panel .list-group .list-group-item .list-price #badge {
  color: black;
  background-color: #f6c446;
  margin-bottom: 4px;
}
.package-detail .panel .list-group #service-xs-list {
  transition-delay: 0.25s;
  transition-timing-function: ease-in-out;
}
.package-detail .panel .panel-footer {
  color: #fff;
  background-color: rgba(0, 0, 0, 0.1);
  box-shadow: 0 3px 0 rgba(0, 0, 0, 0.3);
}
.package-detail .panel .panel-footer .total-price {
  font-size: 25px;
  color: red;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .package-detail .panel .panel-footer .total-price {
    font-size: 20px;
  }
}
.package-detail .panel .panel-footer .buy-button {
  background-color: #f6c446;
  color: red;
  width: 80%;
  border-radius: 10px;
  box-shadow: 0 -1px 0 rgba(50, 50, 50, 0.2) inset;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .package-detail .panel .panel-footer .buy-button {
    font-size: 10px;
  }
}
.car-care {
  margin-top: 15px;
  margin-bottom: 10px;
  border-bottom: 1px solid #d8d8d8;
}
@media only screen and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 991px) {
  .car-care {
    border-bottom: none;
    margin-bottom: 0;
    margin-top: 0;
  }
}
.car-care .car-care-body {
  position: relative;
  text-align: center;
  color: white;
}
.car-care .car-care-body .centered {
  text-align: left;
  position: absolute;
  top: 10%;
  left: 5%;
}
@media only screen and (max-width: 767px) {
  .car-care .car-care-body .centered {
    top: 1%;
  }
}
.car-care .car-care-body .centered .car-care-head {
  font-size: 30px;
  text-transform: uppercase;
  color: #f6c446;
  font-weight: 800;
}
.car-care .car-care-body .centered .car-care-head h1 {
  margin-top: 10px;
}
@media only screen and (max-width: 767px) {
  .car-care .car-care-body .centered .car-care-head h1 {
    font-size: 100%;
    margin-top: 15px;
  }
}
.car-care .car-care-body .centered .car-care-text {
  font-size: 20px;
  text-transform: uppercase;
  color: white;
  font-weight: 400;
  text-align: left;
}
@media only screen and (max-width: 767px) {
  .car-care .car-care-body .centered .car-care-text {
    font-size: 100%;
  }
}
.car-care .car-care-body .centered .car-care-btn {
  background: #f6c446;
  color: black !important;
  font-weight: 600;
  padding: 4px 10px;
  margin-top: 5px;
}
.car-care .car-care-body .centered .car-care-btn:hover {
  color: white !important;
  text-decoration: none;
}
.service-banner {
  padding-top: 90px;
  position: relative;
  max-width: 1680px;
  width: 100%;
  margin: 0 auto;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .service-banner {
    padding-top: 80px;
  }
}
@media only screen and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 991px) {
  .service-banner {
    padding-top: 60px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1200px), only screen and (min-width: 1201px) {
  .service-banner img {
    height: 200px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .service-banner img {
    height: 180px;
  }
}
@media only screen and (max-width: 767px) {
  .service-banner img {
    height: 150px;
  }
}
@media only screen and (max-width: 767px) {
  .service-banner .workshop-banner {
    height: 100px;
  }
}
.service-banner .centered {
  text-align: left;
  position: absolute;
  top: 10%;
  margin-left: 15px;
}
@media only screen and (max-width: 767px) {
  .service-banner .centered {
    top: 1%;
  }
}
.service-banner .centered .search-service-head {
  font-size: 30px;
  text-transform: uppercase;
  color: #f6c446;
  font-weight: 800;
  margin-top: 100px;
}
@media only screen and (min-width: 992px) and (max-width: 1200px), only screen and (min-width: 768px) and (max-width: 991px) {
  .service-banner .centered .search-service-head {
    margin-top: 90px;
  }
}
@media only screen and (max-width: 767px) {
  .service-banner .centered .search-service-head {
    margin-top: 75px;
  }
}
@media only screen and (max-width: 767px) {
  .service-banner .centered .search-service-head h1 {
    font-size: 100%;
  }
}
.service-banner .centered .search-service-head .list-heading {
  text-align: right;
}
@media only screen and (max-width: 767px) {
  .service-banner .centered .search-service-head .list-heading {
    text-align: center;
  }
}
.service-banner .centered .search-service-head .list-heading .listing-text {
  font-size: 200%;
  font-weight: 700;
  line-height: 110px;
  color: white;
}
@media only screen and (max-width: 767px) {
  .service-banner .centered .search-service-head .list-heading .listing-text {
    font-size: 110%;
    line-height: 40px;
    padding-left: 20%;
    padding-right: 20%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .service-banner .centered .search-service-head .list-heading .listing-text {
    padding-left: 350px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .service-banner .centered .search-service-head .list-heading .listing-text {
    padding-left: 550px;
  }
}
@media only screen and (min-width: 1201px) {
  .service-banner .centered .search-service-head .list-heading .listing-text {
    padding-left: 750px;
  }
}
@media (min-width: 1500px) and (max-width: 2600px) {
  .service-banner .centered .search-service-head .list-heading .listing-text {
    padding-left: 1000px;
  }
}
.service-banner .centered .search-service-text {
  font-size: 20px;
  text-transform: uppercase;
  color: white;
  font-weight: 400;
  text-align: left;
}
@media only screen and (max-width: 767px) {
  .service-banner .centered .search-service-text {
    font-size: 100%;
  }
}
.service-banner .centered .search-service-btn {
  background: #f6c446;
  color: black !important;
  font-weight: 600;
  padding: 4px 10px;
  margin-top: 5px;
}
.service-banner .centered .search-service-btn:hover {
  color: white !important;
  text-decoration: none;
}
.background-white {
  background-color: white !important;
}
.bb1 {
  border-bottom: 1px solid #d8d8d8;
}
.upload-invoice {
  margin-top: 22px;
}
@media only screen and (min-width: 1201px) {
  .c-offset-div {
    margin-top: 89px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .c-offset-div {
    margin-top: 79px;
  }
}
@media only screen and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 991px) {
  .c-offset-div {
    margin-top: 59px;
  }
}
.corporate-banner {
  background: url('../images/car-wash.jpeg') no-repeat;
  background-size: cover;
  width: 100%;
  padding: 4.5em 0;
  height: 350px;
}
.form-register {
  font-family: 'Open Sans', Sans-Serif;
  background-color: #f6c446;
  border-radius: 10px;
  border-color: #f6c446;
  border-width: 5px;
  text-align: center;
  width: 81%;
  margin-left: 5%;
  margin-top: 0%;
}
.form-register h4 {
  padding: 15px;
}
.form-register input {
  font-family: "Roboto", sans-serif;
  outline: 0;
  background: #f2f2f2;
  width: 85%;
  border: 0;
  margin: 0 0 15px;
  padding: 15px;
  box-sizing: border-box;
  font-size: 14px;
}
.form-register button {
  font-family: "Roboto", sans-serif;
  text-transform: uppercase;
  outline: 0;
  background: #ec1c24;
  width: 100%;
  border: 0;
  padding: 15px;
  color: #FFFFFF;
  font-size: 16px;
  font-weight: 500;
  cursor: pointer;
}
.corporate-text {
  padding: 15px 0;
  background-color: white;
}
.corporate-text h3 {
  margin: 0;
  text-align: center;
  color: grey;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .corporate-text h3 {
    font-size: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .corporate-text h3 {
    font-size: 14px;
    padding: 0 2px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  #panel1 h1 {
    font-size: 28px;
  }
}
@media only screen and (max-width: 767px) {
  #panel1 h1 {
    font-size: 24px;
  }
}
#panel1 .intro-vehpal {
  font-size: 18px;
  text-align: justify;
  margin: 5px 40px 5px 0;
}
@media only screen and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 991px) {
  #panel1 .intro-vehpal {
    margin: 5px 10px;
    font-size: 14px;
  }
}
#panel1 h2 {
  padding: 10px 0 5px 0;
}
@media only screen and (max-width: 767px) {
  #panel1 h2 {
    font-size: 20px;
  }
}
#panel1 .intro-vehpal2 {
  font-size: 18px;
  text-align: justify;
  margin: 5px 40px;
}
@media only screen and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 991px) {
  #panel1 .intro-vehpal2 {
    margin: 5px 10px;
    font-size: 14px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  #panel2 .why-vehpal-heading h1 {
    font-size: 28px;
  }
}
@media only screen and (max-width: 767px) {
  #panel2 .why-vehpal-heading h1 {
    font-size: 24px;
  }
}
@media only screen and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 991px) {
  #panel2 .why-vehpal-heading {
    text-align: center;
  }
}
#panel2 .why-vehpal-text {
  font-size: 18px;
  text-align: justify;
  margin: 5px 40px 5px 0;
}
@media only screen and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 991px) {
  #panel2 .why-vehpal-text {
    margin: 5px 10px;
    font-size: 14px;
  }
}
#panel2 .a-why-vehpal-more {
  color: red;
}
#panel2 .a-why-vehpal-more:hover {
  cursor: pointer;
}
#panel2 #why-vehpal-more ul {
  text-align: left;
  list-style: none;
  /* Remove HTML bullets */
  padding: 0;
  margin: 0;
}
@media only screen and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 991px) {
  #panel2 #why-vehpal-more ul {
    text-align: justify;
  }
}
#panel2 #why-vehpal-more li {
  font-size: 18px;
  padding: 2px 0;
}
@media only screen and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 991px) {
  #panel2 #why-vehpal-more li {
    margin: 5px 10px;
    font-size: 14px;
  }
}
#panel2 #why-vehpal-more li:before {
  content: ">";
  /* Insert content that looks like bullets */
  padding-right: 8px;
  color: red;
  /* Or a color you prefer */
}
@media only screen and (min-width: 1201px) {
  .benefit {
    height: 150px;
    padding: 12px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .benefit {
    height: 120px;
    padding: 12px;
  }
}
@media only screen and (max-width: 767px) {
  .benefit {
    height: 60px;
    padding: 2px;
  }
}
@media only screen and (min-width: 1201px) {
  .benefit .benefit-font {
    font-size: 15px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .benefit .benefit-font {
    font-size: 12px;
  }
}
@media only screen and (max-width: 767px) {
  .benefit .benefit-font {
    font-size: 11px;
  }
}
@media only screen and (min-width: 1201px) {
  .benefit .key_ben_1 {
    margin-left: 20px;
    margin-bottom: 30px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .benefit .key_ben_1 {
    margin-left: 18px;
    margin-bottom: 25px;
  }
}
@media only screen and (min-width: 1201px) {
  .benefit .key_ben_2 {
    margin-left: 15px;
    margin-bottom: 35px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .benefit .key_ben_2 {
    margin-left: 8px;
    margin-bottom: 30px;
  }
}
@media only screen and (min-width: 1201px) {
  .benefit .key_ben_3 {
    margin-left: 15px;
    margin-bottom: 35px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .benefit .key_ben_3 {
    margin-left: 15px;
    margin-bottom: 30px;
  }
}
@media only screen and (min-width: 1201px) {
  .benefit .key_ben_4 {
    margin-left: 15px;
    margin-bottom: 35px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .benefit .key_ben_4 {
    margin-left: 9px;
    margin-bottom: 20px;
  }
}
@media only screen and (min-width: 1201px) {
  .benefit .key_ben_5 {
    margin-left: 25px;
    margin-bottom: 30px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .benefit .key_ben_5 {
    margin-left: 18px;
    margin-bottom: 30px;
  }
}
@media only screen and (min-width: 1201px) {
  .benefit .key_ben_6 {
    margin-left: 15px;
    margin-bottom: 30px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .benefit .key_ben_6 {
    margin-left: 9px;
    margin-bottom: 30px;
  }
}
@media only screen and (min-width: 1201px) {
  .benefit .key_ben_7 {
    margin-left: 20px;
    margin-bottom: 35px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .benefit .key_ben_7 {
    margin-left: 17px;
    margin-bottom: 30px;
  }
}
@media only screen and (min-width: 1201px) {
  .benefit .key_ben_8 {
    margin-left: 15px;
    margin-bottom: 30px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .benefit .key_ben_8 {
    margin-left: 15px;
    margin-bottom: 30px;
  }
}
@media only screen and (min-width: 1201px) {
  .benefit .padding_key_ben_8 {
    padding: 24px 12px 12px 12px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .benefit .padding_key_ben_8 {
    padding: 12px 12px 12px 12px;
  }
}
@media only screen and (min-width: 1201px) {
  .benefit .key_ben_9 {
    margin-left: 25px;
    margin-bottom: 35px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .benefit .key_ben_9 {
    margin-left: 21px;
    margin-bottom: 30px;
  }
}
@media only screen and (min-width: 1201px), only screen and (min-width: 992px) and (max-width: 1200px) {
  .benefit-width {
    width: 50%;
  }
}
@media only screen and (max-width: 767px) {
  .benefit-width {
    width: 75%;
  }
}
@media only screen and (min-width: 1201px) {
  .corporate-image_s {
    margin-top: 200px;
    margin-right: 20px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .corporate-image_s {
    margin-top: 80px;
    margin-right: 10px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .corporate-image_s .corporate-image_pic {
    width: 100%;
    height: 40%;
  }
}
.benefit-xs {
  margin: 10px;
  padding: 10px;
  text-align: center;
  background-color: #f6c446;
  border-radius: 10px;
  font-weight: bold;
  border-color: #f6c446;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .benefit-xs {
    margin: 10px 20px;
  }
}
.corporate-header-color {
  color: #fff;
}
@media only screen and (max-width: 767px) {
  .corporate-header-color {
    color: black;
  }
}
.lap_header {
  margin-left: 320px;
}
.corporate-container {
  position: relative;
  max-width: 1680px;
  width: 100%;
  margin: 0 auto;
  vertical-align: middle;
}
