body {
  background-color: #000;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  -o-font-smoothing: antialiased;
  font-smoothing: antialiased;
  font-weight: 400;
  text-rendering: optimizeLegibility;
  font-family: "corposregular";
  position: relative;
}

.container-fluid {
  max-width: 1390px; /*margin-bottom:40px;*/
}

.tooltip-calendar {
  position: absolute;
  padding: 10px;
  width: 140px;
  background-color: black;
  color: white;
  z-index: 100;
  display: none;
  border-radius: 5px;
}

.tooltip-calendar p {
  font-size: 14px;
  line-height: 16px;
  color: white;
}

.tooltip-calendar img {
  position: absolute;
  left: 50px;
}

.calendar-1-holder {
  position: relative;
}

.spaIframe {
  width: 100%;
  border: none;
}

@font-face {
  font-family: "corposregular";
  src:
    url("/fonts/c063003t-webfont.woff2") format("woff2"),
    url("/fonts/c063003t-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "corposdemregular";
  src:
    url("/fonts/c063004t-webfont.woff2") format("woff2"),
    url("/fonts/c063004t-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "corpositalic";
  src:
    url("/fonts/c063023t-webfont.woff2") format("woff2"),
    url("/fonts/c063023t-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "corposdemitalic";
  src:
    url("/fonts/c063024t-webfont.woff2") format("woff2"),
    url("/fonts/c063024t-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "corporate_a_condensedregular";
  src:
    url("/fonts/corporateacon-reg-webfont.woff2") format("woff2"),
    url("/fonts/corporateacon-reg-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "corporate_a_condensedregular";
}

h1 {
  font-size: 32px;
  line-height: 32px;
  margin: 0;
}
h2 {
  font-size: 30px;
  line-height: 34px;
  margin-top: 5px;
}
h3 {
  font-size: 26px !important;
  margin-top: 0px;
}
h4 {
  font-size: 24px;
  line-height: 28px;
}
h5 {
  font-size: 22px;
  line-height: 26px;
  font-family: "corposdemregular";
  margin-top: 0;
}
h6 {
}
p {
  font-family: "corposregular";
  font-size: 16px;
  line-height: 20px;
  color: #1f1f1f;
}

b,
strong {
  font-family: "corposdemregular";
}
em,
i {
  font-family: "corpositalic";
}

a {
  color: #00adef;
  text-decoration: underline;
}
a:hover {
  color: #424242;
}

h1 small {
  color: #fff;
  font-size: 21px;
}
p.small {
  line-height: normal;
  font-size: 0.725em;
}

/* font colours */
.white {
  color: #fff;
}
.light-grey {
  color: #a3a3a3;
}
.blue,
.table-striped > tbody > tr > td.blue,
.table-striped > tbody > tr > th.blue {
  color: #00adef;
}
.dark-grey {
  color: #1f1f1f;
}

/* font sizes */
.font-size-24 {
  font-size: 24px;
}
.font-size-18 {
  font-size: 18px;
}
.font-size-16 {
  font-size: 16px !important;
  line-height: 20px;
}
.font-size-14 {
  font-size: 14px !important;
  line-height: 18px;
}
.font-size-13 {
  font-size: 13px;
  line-height: inherit;
}

/* header */
.header {
  position: relative;
  padding-top: 30px;
  padding-bottom: 30px;
}
.booking-summary {
  border-radius: 0px; /*border: 1px solid #1F1F1F;*/
  margin-bottom: 1.5rem;
}
.booking-summary-title {
  background-color: #1f1f1f !important;
  border-radius: 0px;
  padding: 10px 0px 5px 0px;
}

.intro {
  position: absolute;
  top: 30px;
  left: 30px;
}

/* tabbed slider - homepage */
.nav-tabs.homepage > li {
  padding: 10px 20px 0px 20px;
}
.nav-tabs.homepage > li > a {
  padding: 0px !important;
  font-size: 16px;
  color: #1f1f1f;
  text-decoration: none;
}
.nav-tabs.homepage .tabbed-title {
  font-family: "corporate_a_condensedregular";
  font-size: 28px;
  line-height: 28px;
  padding: 0;
  margin-right: 60px;
}
.nav-tabs.homepage > li.active > a {
  border-bottom: 2px solid #00adef;
  border-radius: 0;
  border-left: 0;
  border-right: 0;
  border-top: 0;
}
.nav-tabs.homepage > li:hover > a {
  border-bottom: 2px solid #00adef;
  border-radius: 0;
  border-left: 0;
  border-right: 0;
  border-top: 0;
  background-color: #fff;
}
.tab-pane {
  padding: 5% 15%;
}

a.btnPrevious {
  position: absolute;
  left: 0;
  background-color: #121212;
  padding: 20px 5px;
  color: #c8c8c8;
  top: 50%;
  line-height: normal;
}
a.btnNext {
  position: absolute;
  right: 0;
  background-color: #121212;
  padding: 20px 5px;
  color: #c8c8c8;
  top: 50%;
  line-height: normal;
}
a.btnPrevious:hover,
a.btnNext:hover {
  background-color: #00adef;
}

/* navigation */
.nav-btn {
  background-color: #424242;
  color: #fff;
  border: 0;
  border-radius: 0;
  margin: 8px 30px 8px 0px;
  float: right;
  font-family: "corposdemregular";
  font-size: 16px;
}
.nav-btn:hover {
  background-color: #00adef;
  color: #fff;
}

.nav-btn-footer {
  background-color: #424242;
  color: #fff;
  border: 0;
  border-radius: 0;
  margin: 10px 0px 20px 0px;
  font-family: "corposdemregular";
  font-size: 16px;
}
.nav-btn-footer:hover {
  background-color: #00adef;
  color: #fff;
}

ul.nav-wizard {
  background-color: #1f1f1f;
  *zoom: 1;
  position: relative;
  overflow: hidden;
}
ul.nav-wizard:before {
  display: block;
}
ul.nav-wizard:after {
  display: block;
}
ul.nav-wizard li {
  position: relative;
  float: left;
  height: 50px;
  display: inline-block;
  text-align: center;
  padding: 0 16px 0 22px;
  margin: 0;
  font-size: 16px;
  font-family: "corposdemregular";
  line-height: 50px;
  font-weight: bold;
}
ul.nav-wizard li a {
  color: #a3a3a3;
  padding: 0;
  text-decoration: none;
}
ul.nav-wizard li a:hover {
  background-color: transparent;
}

ul.nav-wizard li.active {
  color: #fff;
  background: #00adef;
  padding: 0 16px 0 22px;
}
ul.nav-wizard li.active:after {
  border-left: 16px solid #00adef;
  border-right: none;
}
ul.nav-wizard li.active:before {
  border-left: none;
  border-right: none;
}
ul.nav-wizard li.active a,
ul.nav-wizard li.active a:active,
ul.nav-wizard li.active a:visited,
ul.nav-wizard li.active a:focus {
  color: #fff;
  background: #00adef;
}
ul.nav-wizard .active ~ li {
  color: #999999;
  background: #1f1f1f;
}
ul.nav-wizard .active ~ li:before {
  border-left: none;
  border-right: none;
}
ul.nav-wizard .active ~ li:after {
  border-left: none;
  border-right: none;
}
ul.nav-wizard .active ~ li a,
ul.nav-wizard .active ~ li a:active,
ul.nav-wizard .active ~ li a:visited,
ul.nav-wizard .active ~ li a:focus {
  color: #999999;
  background: #1f1f1f;
}
ul.nav-wizard li {
  background-color: #9adef8;
  color: #fff;
}
ul.nav-wizard li a {
  color: #fff;
}
ul.nav-wizard li:before {
  position: absolute;
  display: block;
  border: 26px solid transparent;
  border-left: 16px solid #9adef8;
  border-right: 0;
  top: -1px;
  z-index: 10;
  content: "";
  right: -16px;
}
ul.nav-wizard li:after {
  position: absolute;
  display: block;
  border: 26px solid transparent;
  border-left: 16px solid #9adef8;
  border-right: 0;
  top: -1px;
  z-index: 10;
  content: "";
  right: -16px;
}

ul.dealer-nav {
  margin: 0;
  padding: 0;
}
ul.dealer-nav li {
  list-style-type: none;
}
ul.dealer-nav li a {
  margin: 0;
  padding: 15px 25px;
  display: inline;
  float: left;
  color: #a3a3a3;
  text-decoration: none;
  font-weight: bold;
  font-size: 17px;
  font-family: "corposdemregular";
}
ul.dealer-nav li.active a {
  background-color: #00adef;
  color: #fff;
}
ul.dealer-nav li a:active,
ul.dealer-nav li a:hover {
  background-color: #00adef;
  color: #fff;
}

.nav-padding {
  padding-left: 11px;
}

/* form */
.form-control {
  border-radius: 0;
  border: 1px solid #bebcbc;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  height: 40px;
}
.custom-checkbox {
  margin-right: 12px !important;
}
.checkbox-custom {
  opacity: 0;
  position: absolute;
}
.checkbox-custom,
.checkbox-custom-label {
  display: inline-block;
  vertical-align: middle;
  cursor: pointer;
}
.checkbox-custom-label {
  position: relative;
  padding-left: 0 !important;
}
.checkbox-custom + .checkbox-custom-label:before {
  content: "";
  background: #fff;
  border: 2px solid #a6a6a6;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  display: inline-block;
  vertical-align: middle;
  width: 24px;
  height: 24px;
  padding: 0px 3px 2px 3px;
  margin-right: 10px;
  text-align: center;
  margin-bottom: 3px;
}
.checkbox-custom:checked + .checkbox-custom-label:before {
  content: "\f00c";
  font-family: "FontAwesome";
  color: #fff;
  font-size: 14px;
  background-color: #00adef;
  border: 2px solid #00adef;
}

.form-group {
  margin-bottom: 20px;
}
.table > thead > tr > th {
  border-bottom: 0;
}
.checkbox-custom-label strong {
  font-size: 14px;
}
ul.repair-holder {
  padding: 0 0 0 15px;
  list-style-type: none;
  columns: 3;
  -webkit-columns: 3;
  -moz-columns: 3;
}
ul.repair-holder li label {
  font-weight: normal;
}

label {
  font-size: 16px;
}

/* custom radio buttons */
.radio {
  padding-left: 20px;
}
.radio label {
  display: inline-block;
  position: relative;
  padding-left: 5px;
}
.radio label::before {
  content: "";
  display: inline-block;
  position: absolute;
  width: 17px;
  height: 17px;
  left: 0;
  margin-left: -20px;
  border: 2px solid #a9a9a9;
  border-radius: 50%;
  background-color: #fff;
  -webkit-transition: border 0.15s ease-in-out;
  -o-transition: border 0.15s ease-in-out;
  transition: border 0.15s ease-in-out;
  top: 4px;
}
.radio label::after {
  display: inline-block;
  position: absolute;
  content: " ";
  width: 11px;
  height: 11px;
  left: 3px;
  top: 7px;
  margin-left: -20px;
  border-radius: 50%;
  background-color: #00adef;
  -webkit-transform: scale(0, 0);
  -ms-transform: scale(0, 0);
  -o-transform: scale(0, 0);
  transform: scale(0, 0);
  -webkit-transition: -webkit-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
  -moz-transition: -moz-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
  -o-transition: -o-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
  transition: transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
}
.radio input[type="radio"] {
  opacity: 0;
}
.radio input[type="radio"]:focus + label::before {
  outline: none;
}
.radio input[type="radio"]:checked + label::after {
  -webkit-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  -o-transform: scale(1, 1);
  transform: scale(1, 1);
}
.radio input[type="radio"]:disabled + label {
  opacity: 0.65;
}
.radio input[type="radio"]:disabled + label::before {
  cursor: not-allowed;
}
.radio.radio-inline {
  margin-top: 0;
}

.retailer-form {
  width: 100%;
  float: left;
  cursor: pointer;
  padding: 10px 20px;
}
.retailer-form p {
  font-weight: bold;
  font-size: 15px;
}
.retailer-form .display-table {
  height: 45px;
  display: table;
}
.retailer-form .display-table-cell {
  display: table-cell;
  vertical-align: middle;
}
/*.form-section { padding:20px 0px 15px 0px; width:100%; float: left;}*/
.details-form {
  margin-bottom: 30px;
}
.summary {
  padding: 10px;
}

input {
  font-family: Helvetica, Arial;
}

/* 5 col  */
.col-wrap {
  width: 100%;
  height: auto;
}
.service-option-wrap {
  width: 19%;
  display: inline-block;
  vertical-align: top;
}
.service-options {
  background-color: #1f1f1f;
  border: 4px solid #1f1f1f;
  padding: 20px 5px 5px 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  float: left;
  margin-right: 15px;
  text-decoration: none;
  min-height: 293px; /*height:300px;*/
  min-width: 170px;
}
.automaticOnly {
  width: 90%;
  margin: 10px 10px 0;
  float: left;
}
.automaticOnly label {
  font-size: 15px;
}
.service-options:hover,
.option-selected {
  border: 4px solid #00adef;
  cursor: pointer;
}
.icon {
  height: 75px;
}
.icon img {
  display: inline-block !important;
  width: 50%;
}
.service-intro {
  height: 180px;
  margin: 10px 0 0;
}

.bookref {
  font-family: "corposdemregular";
}

.popup {
  color: #000;
  float: right;
}
.popup:hover {
  color: #00adef;
}

ul.vehicle-list {
  padding-left: 30px;
  border-left: 1px solid #ededed;
}
ul.vehicle-list > li {
  list-style-type: none;
  font-size: 16px;
}

.paymentboxes {
  padding: 20px 20px 10px;
  overflow: auto;
}
.paymentboxes-img {
  padding-top: 20px;
  padding-bottom: 30px;
}
.iframebox {
  padding: 20px;
  margin: 15px 0px;
}

/* times slots list */
ul.times {
  padding: 0; /*-moz-column-count: 2;-moz-column-gap: 20px;-webkit-column-count: 2;-webkit-column-gap: 20px;column-count: 2;*/
  column-gap: 15px;
}
ul.times li {
  cursor: pointer;
  list-style-type: none;
  padding: 5px 10px;
  background-color: #ededed;
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 15px;
  color: #000;
  text-decoration: none;
  width: 22%;
  float: left;
}
ul.times li:hover {
  color: #fff;
  background: #00adef;
}
ul.times li.active {
  color: #fff;
  background: url("/images/tick.png") #00adef right no-repeat;
}

ul.times li {
  margin-right: 3%;
}
ul.times li:nth-child(4n) {
  margin-right: 0;
}

ul.recommend {
  padding: 5px 0px;
  margin-bottom: 0;
}
ul.recommend li {
  list-style-type: none;
  display: inline-block;
  color: #ffffff;
  font-size: 16px;
  padding-bottom: 4px;
}

.tick-options-label {
  padding-right: 30px;
  margin-bottom: 0;
  color: #1f1f1f;
}
.tick-options {
  display: inline-block;
  padding-right: 30px;
  margin-top: 0;
  margin-bottom: 0;
}

.quote-ticks {
  margin-left: -15px !important;
}

.paymentboxes.calendar-container {
  overflow: visible;
}

/* vertical align middle */
.valign-table {
  display: table;
  height: 100%;
  width: 100%;
}
.valign {
  display: table-cell;
  vertical-align: middle;
  float: none;
}
.valign-top {
  vertical-align: top;
}

/* borders */
.border-right {
  border-right: 1px solid #ededed;
}
.border-top {
  border-top: 1px solid #ededed;
}
.border {
  border: 1px solid #ededed;
}
.border-bottom {
  border-bottom: 1px solid #ededed;
}

.table-striped tr,
.table-striped th,
.table-striped tbody tr td {
  border-bottom: 1px solid #ededed !important;
}
.table-striped tbody tr td {
  border-top: 1px solid #ededed !important;
}

/* buttons */
.btn {
  text-decoration: none;
}
.blue-btn {
  border-radius: 0;
  border: 0;
  background-color: #00adef;
  color: #fff;
  font-size: 18px;
  padding: 6px 15px;
}
.light-grey-btn {
  border-radius: 0;
  border: 0;
  background-color: #a9a9a9;
  color: #fff;
  font-size: 18px;
  padding: 6px 15px;
}
.light-grey-btn:hover,
.light-grey-btn:active,
.light-grey-btn:focus {
  background-color: #424242 !important;
  color: #fff !important;
}
.blue-btn:hover,
.blue-btn:active,
.blue-btn:focus {
  background-color: #0096cf !important;
  color: #fff !important;
}
.blue-btn:disabled,
.blue-btn[disabled] {
  background-color: #7dcef4;
  color: #fff;
  opacity: 1;
}
.print-btn {
  border: none;
}
.print-btn:hover,
.print-btn:active,
.print-btn:visited {
  background-color: transparent;
}
.plus-btn {
  background: #d8d8d8;
  color: #1f1f1f;
  border-radius: 0;
  font-size: 8px;
  padding: 3px 4px;
  margin-left: 5px;
}
.popup-btn {
  background-color: #a9a9a9;
  color: #ffffff;
  text-decoration: none;
  padding: 5px 10px;
  font-size: 14px;
}
.popup-btn:hover {
  background-color: #00adef;
  color: #ffffff;
  text-decoration: none;
}
.not-mine-wrapper {
  position: relative;
  display: inline-block;
}
/* Shared dark popup style — used by both .not-mine-popup and .info-popup */
.not-mine-popup,
.info-popup {
  position: absolute;
  bottom: calc(100% + 10px);
  left: 50%;
  background: rgba(30, 30, 30, 0.92);
  color: #ffffff;
  padding: 10px 14px;
  font-size: 13px;
  width: max-content;
  white-space: normal;
  border-radius: 4px;
  z-index: 200;
  text-align: left;
  line-height: 1.5;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
  animation: popupFadeIn 0.18s ease forwards;
}
.not-mine-popup {
  transform: translateX(-50%);
  max-width: 420px;
}
.info-popup {
  transform: translateX(-50%);
  max-width: 300px;
}
/* Downward-pointing arrow shared by both popup types */
.not-mine-popup::after,
.info-popup::after {
  content: '';
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  border: 8px solid transparent;
  border-top-color: rgba(30, 30, 30, 0.92);
}
/* Info icon click target */
.info-icon-wrapper {
  position: relative;
  display: inline-block;
  cursor: pointer;
  color: #555;
}
.info-icon-wrapper:hover {
  color: #00adef;
}
/* Shared fade-in for both popup types */
@keyframes popupFadeIn {
  from {
    opacity: 0;
    transform: translateX(-50%) translateY(5px);
  }
  to {
    opacity: 1;
    transform: translateX(-50%) translateY(0);
  }
}

/* remove gutter */
.no-padding-lr {
  padding-left: 0px;
  padding-right: 0px;
}
.no-margin-lr {
  margin-left: 0px;
  margin-right: 0px;
}
.container {
  padding: 15px;
}

/* padding */
.padding-tb-30 {
  padding-top: 30px;
  padding-bottom: 30px;
}
.padding-30-15 {
  padding: 30px 15px;
}
.padding-top-30 {
  padding-top: 30px;
}
.padding-top-20 {
  padding-top: 20px;
}
.padding-top-10 {
  padding-top: 10px;
}
.padding-top-5 {
  padding-top: 5px;
}
.padding-right-30 {
  padding-right: 30px;
}
.padding-right-10 {
  padding-right: 10px;
}
.padding-left-30 {
  padding-left: 30px;
}
.padding-left-15 {
  padding-left: 15px;
}
.padding-bottom-30 {
  padding-bottom: 30px;
}
.padding-bottom-20 {
  padding-bottom: 20px;
}
.padding-bottom-15 {
  padding-bottom: 15px;
}
.padding-30 {
  padding: 30px;
}
.padding-20 {
  padding: 20px;
}
.padding-15 {
  padding: 15px;
}
.padding-15-20 {
  padding: 15px 20px;
}
.padding-15-0 {
  padding: 15px 0px;
}
.padding-20-30 {
  padding: 20px 30px;
}
.padding-20-5 {
  padding: 20px 5px;
}
.pad-horz-30 {
  padding-left: 30px;
  padding-right: 30px;
}

.margin-bottom-10 {
  margin-bottom: 10px;
}
.margin-bottom-15 {
  margin-bottom: 15px !important;
}
.margin-bottom-25 {
  margin-bottom: 25px;
}
.margin-bottom-0 {
  margin-bottom: 0px;
}
.margin-top-15 {
  margin-top: 15px;
}
.margin-left-0 {
  margin-left: 0 !important;
}
.margin-top-10 {
  margin-top: 10px !important;
}
.margin-bottom-5 {
  margin-bottom: 5px;
}
.margin-right-10 {
  margin-right: 10px;
}

/* background colours */
.white-bg {
  background-color: #fff;
}
.blue-bg {
  background-color: #00adef;
}
.dark-grey-bg {
  background-color: #1f1f1f;
}
.medium-grey-bg {
  background-color: #424242;
}
.light-grey-bg {
  background-color: #f6f6f6;
}

hr {
  border-top: 1px solid #c8c8c8;
  opacity: 1;
  height: 1px;
  margin-top: 30px;
  margin-bottom: 30px;
}
hr.small {
  margin-top: 12px;
  margin-bottom: 20px;
}

.display-block {
  display: block !important;
}
.inline-block {
  display: inline;
}

.full-width {
  width: 94%;
}

.min-height-243 {
  min-height: 243px;
}
.vcenter-grey-box {
  padding-top: calc(4%);
  padding-bottom: 6px;
}
.form-inline {
  margin-top: 25px;
}
.uppercase {
  text-transform: uppercase;
}

.table {
  margin-bottom: 10px;
}

.retailers-holder {
  margin-top: 0;
}

.hide-input {
  display: none;
}
.display-input {
  display: block;
}
.hide {
  display: none;
}

/* Full Calendar Control */
.fc {
  margin-bottom: 10px;
}
.fc td {
  background: #fbfbfb;
}
.fc th {
  background: #fff;
}
.fc-theme-standard td,
.fc-theme-standard th {
  border-color: #ddd;
}
.fc-col-header-cell {
  background: #f5f5f5;
}
.fc-col-header-cell-cushion,
.fc-daygrid-day-number {
  color: #333;
  text-decoration: none;
  font-weight: normal;
}
.fc-daygrid-day.fc-day-other .fc-daygrid-day-number {
  color: #bbb;
}
.fc-day-grid-event {
  margin: 0;
  padding: 0;
  border: none;
}
.fc-basic-view td.fc-week-number span,
.fc-basic-view td.fc-day-number {
  font-weight: bold;
}
.fc-ltr .fc-basic-view .fc-day-number {
  padding: 14px 0 15px;
  text-align: center;
}

.fc-content-skeleton {
  position: absolute !important;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  padding-bottom: 0 !important;
}
.fc-content-skeleton table {
  height: 100%;
}
.fc-content-skeleton thead {
  display: table-row-group;
}
.fc-row .fc-content-skeleton {
  min-height: 3.8em;
}
.fc-day-number {
  vertical-align: middle !important;
  font-size: 16px;
  cursor: pointer;
}

.fc-state-highlight {
  background: #00adef !important;
  border-top-color: #00adef !important;
  border-left-style: solid !important;
  color: #fff;
}
.fc-content-skeleton .fc-other-month {
  background: #fbfbfb !important;
  height: 26px;
  position: relative;
  width: inherit;
  z-index: 20;
  opacity: 1;
  color: #fbfbfb;
}

.available-false {
  height: 3px;
  background-color: mistyrose;
  opacity: 0.5;
}
.available-true {
  height: 3px;
  background-color: #58a900;
}
.available-alternative-true {
  height: 3px;
  background-color: #9231a2;
  opacity: 1;
}

.fc-unthemed .fc-today {
  font-weight: bold;
  background: cornsilk;
}
.fc-event-container {
  position: relative;
}
.fc-day-grid-event {
  position: absolute;
  width: 100%;
  bottom: 0;
}
.paypal-data {
  display: none;
}

.key {
  margin-top: 18px;
}
.key ul {
  padding: 0;
}
.key ul li {
  display: inline-block;
  list-style: none;
  padding-left: 24px;
  position: relative;
  margin-left: 15px;
}
.key ul li:before {
  height: 18px;
  width: 18px;
  position: absolute;
  content: "";
  left: 0;
}
.key ul li.available:before {
  background: #00a602;
}
.key ul li.unavailable:before {
  background: #9eb5c6;
}
.key ul li.selectedday:before {
  background: #00adef;
}
.key ul li.today:before {
  background: cornsilk;
}
.key ul li.otherAvailable:before {
  background: #9231a2;
}

p.terms {
  max-width: 800px;
}

.paypalbuttonform {
  display: inline-block;
  position: relative;
  top: -11px;
  left: 15px;
}

.additional-items-modal {
  top: 32% !important;
  max-width: 650px !important;
  max-height: 610px !important;
}
.additional-items-modal input {
  display: none;
}
.additional-items-modal .checkbox {
  margin-right: 15px;
  margin-top: 10px;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
  transition: background-color 5000s ease-in-out 0s;
}

@-webkit-keyframes spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

.loading-spinner {
  display: block;
  position: relative;
  left: calc(50% - 25px);
  height: 50px;
  width: 50px;
  background: url("/images/loading_animation_circle.svg") no-repeat;
  background-size: contain;
  -webkit-animation: spin 1s linear infinite;
  animation: spin 1s linear infinite;
  transition: opacity 0.6s;
  float: left;
}

.loading-spinner.retailer {
  right: 25%;
  width: 25px;
  height: 25px;
  top: 6px;
  position: absolute;
  left: initial;
}

.loading-spinner.van {
  right: 15px !important;
  top: 36px !important;
}
.loading-spinner.fullpage {
  position: fixed;
  top: calc(50% - 45px);
  left: calc(50% - 25px);
  height: 70px;
  width: 70px;
  z-index: 11;
}
.loading-spinner-overlay {
  background: rgba(0, 0, 0, 0.7);
  z-index: 10;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: fixed;
}

.map-holder {
  padding: 8px;
}

#map {
  height: 450px;
  width: 95%;
  margin: 0 auto 5px;
}

.form-inline .location-drop-down {
  width: 100%;
  margin: 0 0 10px;
}

.validation-error {
  color: red;
  font-weight: bold;
}

.clear {
  clear: both;
}
label {
  color: #1f1f1f;
}

.navspacer {
  display: none;
}

.warning {
  display: block;
  background-color: rgba(0, 0, 0, 0.4);
}
.warning .modal-content,
.warning-box {
  margin-top: 20px;
  width: 100%;
  background-color: #ffc41e;
  color: #000;
  border: solid 3px #ffc41e;
  padding: 20px;
}
.warning .modal-content p,
.warning-box p {
  color: #000;
}
.warning .modal-content .close-link {
  position: absolute;
  top: 10px;
  right: 10px;
  color: white;
  cursor: pointer;
}

.quote-error-modal .modal-dialog {
  max-width: 400px;
}
.quote-error-modal .modal-content {
  background: #00adef;
  color: #fff;
  border: none;
  border-radius: 0;
  padding: 20px;
}
.quote-error-modal .modal-body p {
  font-size: 18px;
  font-weight: bold;
  color: #fff;
  margin-bottom: 20px;
}
.quote-error-modal button {
  background: #fff;
  color: #333;
  border: none;
}
.quote-error-modal button:hover {
  background: #eee;
  color: #333;
}

.hours-holder {
  margin: 0;
  padding: 0;
  width: 75%;
}
.hours-holder span.openhours {
  float: right;
}

.close.white {
  opacity: 1;
  position: absolute;
  right: 9px;
  top: 12px;
  font-size: 16px;
}

.center-block {
  margin: 10px auto 0 auto;
  float: none;
}

/* Modal Dialog Styles */
.ember-modal-dialog {
  background-color: #fff;
  box-shadow: 0 0 10px #222;
  padding: 20px;
}
.ember-modal-overlay.translucent {
  background-color: rgba(51, 51, 51, 0.77);
}

.ember-modal-overlay {
  height: 100vh;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 50;
}
.ember-modal-dialog {
  z-index: 50;
  position: fixed;
}

.ember-modal-dialog ul {
  padding: 0;
  list-style: none;
}
.ember-modal-dialog-in-place {
  position: relative;
}

.service-sheet-modal .ember-modal-dialog {
  width: calc(100% - 30px);
  max-width: 800px;
  max-height: 500px;
  overflow: auto;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  box-sizing: border-box;
}

/* Bootstrap 5 removed .close (replaced by .btn-close); without this, the span
   sits inline in the document flow at the top-left of the dialog. */
.service-sheet-modal .close {
  position: absolute;
  top: 10px;
  right: 15px;
  font-size: 20px;
  opacity: 0.5;
}

.hide_on_desktop {
  display: none;
}
.pos-rel {
  position: relative;
}

.summary-ipad {
  position: absolute;
  right: 35px;
  z-index: 9;
  cursor: pointer;
}
.summary-ipad-notes {
  padding: 0px 15px 10px;
}

.serviceoptions-holder {
  margin: 15px 0 0;
}

.voucher-code-holder label {
  float: left;
  margin: 8px 0 0;
}
.voucher-code-holder input {
  float: left;
}
.voucher-code-holder button.apply-code {
  float: left;
  height: 40px;
  margin: 0 20px 0 0;
}
.voucher-code-holder div {
  float: left;
  margin: 0 20px;
  width: 50%;
}
.voucher-code-holder div span {
  float: left;
  clear: both;
}

.marketing-img {
  float: right;
}
.mtop28 {
  margin-top: 28px;
}

.manual-address-link {
  top: 34px;
  position: relative;
  text-decoration: underline;
  cursor: pointer;
}

/* Registered trademark for My Service */
.reg-in-sup {
  font-size: 12px;
  top: 9px;
  position: absolute;
}

p.label-text {
  float: left;
  font-weight: bold;
  margin: 0 10px 0 0;
}
.company-holder {
  margin: 10px 0 0 0;
}

.price {
  min-height: 30px;
}

.scroll-terms {
  overflow-y: scroll;
  max-height: 500px;
}
.link {
  cursor: pointer;
  text-decoration: underline;
}

.service-care-plan {
  margin-right: 10px;
  vertical-align: top;
  float: left;
}
.service-care-plan > label {
  margin-right: 10px;
  vertical-align: top;
}
.service-care-plan-assyst {
  margin-top: 10px;
  margin-bottom: 10px;
}

/* Collect Modal */
.modal-dialog-collect {
  width: 800px;
  max-width: none;
}
.warning .collect-popup {
  background: #ffffff;
  border: none;
  padding: 5px 15px;
  border-radius: 0;
  box-shadow: none;
}
.collect-popup .form-group,
.collect-popup .form-inline {
  margin: 0px;
}
/* Bootstrap 5 removed .close (replaced by .btn-close); .close.white elsewhere
   in the app is for a dark header, so it isn't reusable here on a white modal. */
.collect-popup .close {
  position: absolute;
  top: 10px;
  right: 15px;
  font-size: 20px;
  opacity: 0.5;
}
.collect-popup label[for="address"] {
  font-weight: bold;
}
.findAddressButton {
  height: 40px !important;
  margin-left: 15px;
}
.collectionForm {
  float: left;
  margin-bottom: 10px;
  width: 100%;
}
.collectionForm .float-right {
  float: right;
}
.collectionFormLabel {
  padding-top: 5px;
  padding-bottom: 5px;
  font-weight: normal;
}
.collectionFormButtons {
  /*margin-top: 25px;*/
  float: left;
  width: 100%;
}
.custom-radio {
  padding-left: 10px;
}
.radio.modalbtns {
  padding-left: 20px;
}
.radio.modalbtns label {
  display: inline-block;
  position: relative;
  padding-left: 5px;
  line-height: 26px;
}
.collectPopUp-error {
  float: left;
  clear: both;
  padding-top: 5px;
}
.display-yesOption {
  display: block;
}
.display-noOption {
  display: block;
}
.collect-popup {
  overflow-y: scroll;
  height: 100vh;
  max-height: 520px;
  padding-bottom: 30px !important;
}

/* Textarea: override the global 40px form-control height */
.collect-popup textarea.form-control {
  height: 70px;
  resize: vertical;
}

/* Postcode input: match Find Address button height and sit inline */
.postcode-input {
  height: 40px !important;
  display: inline-block !important;
  width: auto !important;
  vertical-align: middle;
}

/* Radio row: align label text and Yes/No buttons on the same baseline */
@media (min-width: 768px) {
  .collect-popup .form-group.form-inline {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: nowrap;
    margin-top: 25px;
  }
  .collect-popup .form-group.form-inline .float-right {
    display: flex;
    align-items: center;
    float: none;
    padding-top: 0;
  }
}

.break-word {
  word-break: break-all;
}

/* MB One Web Footer Start */
footer .container-fluid {
  max-width: 1390px;
  margin-bottom: 0px;
}

footer p {
  color: #fff;
  font-size: 16px;
}

footer h1 {
  font-size: 26px;
  line-height: 30px;
  color: #fff;
  margin-top: 0;
  margin-bottom: 15px;
}

.footer-container {
  padding: 0px 0px 34px 0px;
  background: #262626;
  background: linear-gradient(180deg, #262626, #171717 280px);
}

.footer-inner {
  padding-left: 30px;
  padding-right: 30px;
}

.links-container {
  padding: 0px 30px 15px 30px;
}

.section_1 {
  border-bottom: 1px solid #494949;
  padding: 24px 0px 24px 0px;
  margin-bottom: 24px;
}

.breadcrumbs {
  padding-left: 0px;
  margin-bottom: 0px;
}
.breadcrumbs li {
  display: inline-block;
  color: #fff;
  font-size: 16px;
  line-height: 20px;
  padding-right: 5px;
}
.breadcrumbs li:last-child {
  padding-right: 0px;
}

.breadcrumbs li a {
  color: #fff;
  text-decoration: none;
}
.breadcrumbs li a:hover {
  color: #00adef;
  text-decoration: none;
}
.breadcrumbs li a.current {
  color: #00adef;
  cursor: pointer;
}
.return_link_desktop {
  float: right;
}

.return_link {
  padding: 0;
  color: #fff;
  font-size: 16px;
}

.return_link:hover,
.return_link:focus {
  text-decoration: none;
  color: #00adef;
}
.return_link svg {
  margin-left: 10px;
}
.return_link svg:hover #arrow_thick-copy,
.return_link svg:focus #arrow_thick-copy {
  fill: #009fe3;
  text-decoration: none;
}

.section_2 {
  padding: 0px 0px 24px 0px;
}
.email_address {
  width: 100% !important;
  border-radius: 0;
  margin-right: 10px;
  font-size: 16px;
  height: 36px;
  padding: 6px 12px 2px 12px;
}
.submit-btn {
  border-radius: 0;
  background: #3c3c3c;
  color: #fff;
  font-size: 16px;
  height: 36px;
  padding: 6px 12px 2px 12px;
}
.submit-btn:hover {
  background: #2a2a2a;
  color: #fff;
  -webkit-transition: background 300ms linear;
  transition: background 300ms linear;
}

.submit-btn:focus,
.submit-btn:visited {
  color: #fff;
}

.submit-btn-mob {
  display: none;
}

ul.social-links {
  text-align: left;
  padding-left: 0;
  margin-bottom: 0;
  padding-top: 13px;
}

ul.social-links li {
  list-style-type: none;
  display: inline-block;
  margin: 0;
  padding: 0px 5px 0px 0px;
  margin-right: 35px;
}
ul.social-links li:last-child {
  margin-right: 0px;
}
ul.social-links li img {
  width: 22px;
  height: 22px;
}

a svg:hover #facebook,
a svg:hover #youtube,
a svg:hover #twitter,
a svg:hover #instagram {
  fill: #009fe3;
  text-decoration: none;
}

ul.social-links {
  margin: 0px;
  padding: 15px 0px 0px 0px;
}

ul.footer-links {
  margin: 0px;
  padding: 15px 0px 0px 0px;
  float: right;
}

ul.footer-links li {
  list-style-type: none;
  display: inline;
  font-size: 12px;
}
ul.footer-links li:after {
  margin: 0px 10px 0px 10px;
  content: " | ";
  color: #999;
}
ul.footer-links li.last:after {
  margin: 0px 0px 0px 0px;
  content: "";
  color: #999;
}

ul.footer-links li:nth-last-child(1),
ul.social-links li:nth-last-child(1) {
  padding-right: 0px;
}

ul.footer-links li a {
  color: #999999;
  font-size: 14px;
  text-decoration: none;
}
ul.footer-links li a:hover {
  color: #00adef;
  text-decoration: none;
}

.pad-horz-0 {
  padding-left: 0;
  padding-right: 0;
}
.marg-horz-0 {
  margin-left: 0;
  margin-right: 0;
}

input.email_address {
  font-family: "corposregular";
}
/* MB One Web Footer End */

.warning-message {
  position: absolute;
  top: 0;
  color: white;
  width: 100%;
}

.warning-message p {
  color: white;
  font-size: 13px;
  line-height: 14px;
  margin: 0 auto;
  width: 600px;
}

.warning-message a {
  font-style: italic;
}

.no-padding {
  padding: 0;
}

.warning-panel {
  float: right;
}

.warning-panel p {
  background-color: #000;
  color: white;
  line-height: 14px;
  font-size: 14px;
  padding: 20px;
}

.warning-panel a:hover {
  color: #00adef;
}

/* Mobile */
@media only screen and (max-width: 767px) {
  .hide_on_desktop {
    display: block;
  }
  .header {
    padding-top: 15px;
    padding-bottom: 0px;
  }
  .logo {
    height: 61px;
  }
  .mblogo img {
    max-height: 61px;
    padding-bottom: 15px;
  }
  .shoppingcart {
    text-align: right;
    position: relative;
    height: 61px;
  }
  .shoppingcart img {
    display: inline-block;
    max-width: 34px;
    max-height: 42px;
    position: absolute;
    bottom: 0;
    right: 15px;
    padding-bottom: 15px;
  }
  .intro {
    position: relative;
    float: left;
    left: 0;
    top: 0;
    padding-bottom: 15px;
  }
  .myservice {
    padding: 10px;
    margin: 10px 0px;
  }
  .nav-tabs.homepage {
    display: none;
  }
  .tab-pane {
    padding: 5% 10%;
  }
  .padding-right-30 {
    padding-right: 0;
  }
  .hide_on_mobile {
    display: none;
  }
  .margin-10 {
    margin: 10px;
  }
  .vehicle {
    border-right: 0;
  }
  .blue-btn,
  .light-grey-btn {
    width: 100%;
  }
  .hide_spacer {
    display: none;
  }
  .border-right {
    border-right: 0;
  }
  ul.main-nav li a {
    margin: 0;
    padding: 5px;
    display: inline;
    float: left;
    color: #a3a3a3;
    text-decoration: none;
    font-weight: bold;
    font-size: 11px;
    width: 15%;
    height: 40px;
    text-align: center;
  }
  .tick-options {
    padding-right: 0;
    width: 49%;
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .service-options {
    height: auto !important;
    margin-bottom: 10px;
    padding: 10px 10px 10px 10px;
    margin-right: 0px !important;
    width: 100%;
    min-height: 0;
  }
  .service-option-wrap {
    width: 100% !important;
    display: inline-block;
    vertical-align: top;
  }
  .icon {
    height: auto;
    float: left;
    width: 25%;
    margin: 15px auto 0;
    text-align: center;
  }
  .icon img {
    width: 100%;
    height: auto;
    max-width: 77px;
  }
  .service-intro {
    height: auto;
    float: left;
    margin: 10px auto 0;
    text-align: left;
    width: 75%;
    padding-left: 14px;
  }
  .margin-bottom-15-mob {
    margin-bottom: 15px !important;
  }
  .valign-table {
    height: 100%;
    width: 100%;
    display: inline !important;
  }
  .valign {
    vertical-align: middle;
    float: none;
    display: inline !important;
  }
  .no-pad-lr-mob {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .padding-gutter-mob {
    padding-left: 15px;
    padding-right: 15px;
  }
  .price {
    margin-left: 15px;
    display: inline-block;
  }
  .price p {
    margin-bottom: 0px;
  }
  .quote-ticks {
    margin-left: 0px !important;
  }
  .padding-30-15 {
    padding: 15px 0px;
  }
  .container-fluid {
    padding-left: 0;
    padding-right: 0;
  }
  .white-bg {
    margin-left: 10px;
    margin-right: 10px;
  }
  .map-mob {
    margin-left: 15px;
    margin-right: 15px;
  }
  .no-gutter-mob {
    padding-left: 0;
    padding-right: 0;
    margin-left: 0;
    margin-right: 0;
  }

  ul.nav-wizard {
    background-color: #000000;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 10px 0px;
  }
  ul.nav-wizard .active ~ li {
    background: #000000;
  }
  ul.nav-wizard .active ~ li a,
  ul.nav-wizard .active ~ li a:active,
  ul.nav-wizard .active ~ li a:visited,
  ul.nav-wizard .active ~ li a:focus {
    background: #000000;
  }
  ul.nav-wizard li {
    height: 34px;
    width: auto;
    padding: 0px 10px 0 16px;
    font-size: 10px;
    line-height: 12px;
    margin: 0 auto;
    text-align: center;
    display: inline-table;
  }
  ul.nav-wizard li span {
    display: table-cell;
    vertical-align: middle;
    font-size: 10px;
    line-height: 12px;
    height: 24px;
    align-items: center;
  }
  ul.nav-wizard li.active {
    padding: 0px 10px 0px 16px;
    width: auto;
    text-align: center;
  }
  ul.nav-wizard li.active:after {
    border-left: 16px solid #00adef;
    border-right: none;
  }
  ul.nav-wizard li:before {
    position: absolute;
    display: block;
    border: 18px solid transparent;
    border-left: 18px solid #9adef8;
    border-right: 0;
    top: -1px;
    z-index: 10;
    content: "";
    right: -16px;
  }
  ul.nav-wizard li:after {
    position: absolute;
    display: block;
    border: 18px solid transparent;
    border-left: 18px solid #9adef8;
    border-right: 0;
    top: -1px;
    z-index: 10;
    content: "";
    right: -15px;
  }
  .nav-padding {
    padding-left: 5px !important;
  }
  .navspacer {
    display: block;
  }
  .booking-summary-mobile {
    position: absolute;
    top: 0;
    width: 100%;
    left: 0;
    z-index: 10;
    background: white;
    padding-top: 14px;
    margin: 0;
    bottom: 0;
  }
  /*.start-again-mobile {position: absolute; bottom: -50px; margin: auto; left: calc(50% - 50px);}*/
  .start-again-mob {
    padding: 25px 15px;
    margin: 0 auto;
    text-align: center;
  }
  .start-again-mob .start-btn {
    background-color: #424242;
    color: #fff;
    border: 0;
    border-radius: 0;
    font-family: "corposdemregular";
    font-size: 16px;
  }
  .start-again-mob .start-btn:hover {
    background-color: #00adef;
    color: #fff;
  }
  .paypal-button {
    margin-top: 20px !important;
    margin-left: -35px !important;
  }
  .hours-holder {
    width: 65%;
  }

  .service-sheet-modal .ember-modal-dialog {
    max-width: 300px;
  }

  .voucher-code-holder input {
    margin: 10px 0;
    width: 100%;
  }

  .vehicle img.vehicle-img {
    display: block;
    width: 220px;
    margin: 0 auto;
  }
  .popup {
    float: right;
  }
  ul.vehicle-list {
    padding: 10px 0;
    border: none;
  }
  ul.repair-holder {
    columns: 1;
    -webkit-columns: 1;
    -moz-columns: 1;
  }

  .retailer-form {
    padding: 10px 10px;
  }
  .retailer-form .display-table {
    padding: 0;
  }

  .payment-back-button {
    width: 24%;
    margin-right: 36px;
  }

  .mtop28 {
    margin-top: 0;
  }

  .modal-collect {
    padding-bottom: 20px;
  }
  .modal-dialog-collect {
    width: 85%;
    max-width: none;
    margin: 0 auto;
    padding-bottom: 20px;
  }
  .collect-popup {
    max-height: 530px;
    overflow-y: scroll;
  }
  /* On mobile the radio row stacks label above buttons */
  .collect-popup .form-group.form-inline {
    flex-direction: column;
    align-items: flex-start;
  }
  .collect-popup .form-group.form-inline .float-right {
    width: 100%;
  }
  .collectionForm .float-right {
    float: left;
    width: 100%;
  }
  .collectionFormLabel {
    float: left;
    width: 100%;
  }
  .collectionForm input {
    width: 100%;
  }
  .findAddressButton {
    margin-top: 15px;
  }
  .custom-radio {
    padding-right: 10px;
    padding-left: 0;
  }

  ul.times li {
    width: 47%;
  }

  /* MB One Web Footer Start */
  .footer-container {
    padding: 0px 0px;
    margin: 0px 10px;
  }
  .footer-inner {
    padding-left: 15px;
    padding-right: 15px;
  }
  .links-container {
    background: #000;
    /*background: linear-gradient(180deg,#000 0,#2e2e2e 150px,#000 500px);
        background-repeat: no-repeat;*/
  }

  footer h1 {
    font-size: 22px;
    line-height: 26px;
    margin-bottom: 20px;
  }

  .section_1 {
    border-bottom: 1px solid #494949;
    /*border-top: 1px solid #494949;*/
    padding: 30px 0px 14px 0px;
    margin-bottom: 24px;
  }

  .up_link_mob {
    text-align: center;
    padding: 27px 0px 17px 0px;
  }

  .return_link_desktop {
    display: none !important;
  }

  .email_address {
    width: 100% !important;
    height: 45px;
    display: inline-block;
  }

  .submit-btn {
    display: none;
  }

  .submit-btn-mob {
    display: inline-block;
    border-radius: 0;
    padding: 10px 15px;
    height: 45px;
    text-align: center;
    background: #3c3c3c;
    color: #fff;
    margin-left: 15px;
  }

  .submit-btn-mob:hover {
    background: #2a2a2a;
    color: #fff;
    -webkit-transition: background 300ms linear;
    transition: background 300ms linear;
  }

  ul.social-links {
    border-top: 1px solid #494949;
    padding: 30px 10px;
    margin-top: 20px;
  }

  ul.social-links li {
    padding: 0px 0px 0px 0px;
    margin-right: 0px;
    width: 29%;
  }

  ul.social-links li:last-child {
    width: auto;
  }

  ul.footer-links {
    text-align: center;
    padding: 20px 10px 0px 10px;
    display: inline-block;
  }
  ul.footer-links li {
    display: inline-block;
  }

  .hide_mob {
    display: none;
  }
  /* MB One Web Footer End */

  /* MB One Doc Iframe styles */
  .spaIframe {
    width: 100%;
    height: auto;
    border: none;
  }

  #oneDoCSpa {
    overflow: hidden !important;
    margin-bottom: 1em;
  }
}

/* Tablet */
@media (min-width: 768px) and (max-width: 992px) {
  .hide_on_mobile {
    display: none;
  }
  .shoppingcart {
    display: none;
  }
  .vehicle {
    border-right: 0;
  }
  .border-right {
    border-right: 0;
  }
  .tick-options {
    padding-right: 0 !important;
    width: 49% !important;
    margin-top: 10px !important;
    margin-bottom: 0px !important;
  }
  .service-options {
    margin-bottom: 20px;
    margin-right: 5px;
  }
  .service-option-wrap {
    width: 19.5% !important;
    display: inline-block;
    vertical-align: top;
  }
  .icon {
    float: left;
    width: 100%;
    text-align: center;
  }
  .service-intro {
    float: right;
    text-align: center;
    width: 100%;
  }
  .price {
    float: right;
    width: 100%;
    text-align: center;
  }
  .margin-bottom-15-mob {
    margin-bottom: 15px !important;
  }
  .valign-table {
    height: 100%;
    width: 100%;
    display: inline !important;
  }
  .valign {
    vertical-align: middle;
    float: none;
    display: inline !important;
  }
  .map-mob {
    margin-left: 15px;
    margin-right: 15px;
  }

  ul.nav-wizard {
    background-color: #1f1f1f;
    display: table-row;
    height: 50px;
  }
  ul.nav-wizard .active ~ li {
    background: #1f1f1f;
  }
  ul.nav-wizard .active ~ li a,
  ul.nav-wizard .active ~ li a:active,
  ul.nav-wizard .active ~ lia:visited,
  ul.nav-wizard .active ~ li a:focus {
    background: #1f1f1f;
  }
  ul.nav-wizard li {
    height: 50px;
    width: 16%;
    padding: 0 16px 0 24px;
    line-height: 50px;
    text-align: center;
  }
  ul.nav-wizard li span {
    display: table-cell;
    vertical-align: middle;
    font-size: 14px;
    line-height: 14px;
    height: 50px;
  }
  ul.nav-wizard li.active {
    padding: 0 16px 0 24px;
    width: 16%;
  }
  ul.nav-wizard li.active:after {
    border-left: 16px solid #00adef;
    border-right: none;
  }
  ul.nav-wizard li:before {
    position: absolute;
    display: block;
    border: 26px solid transparent;
    border-left: 16px solid #9adef8;
    border-right: 0;
    top: -1px;
    z-index: 10;
    content: "";
    right: -16px;
  }
  ul.nav-wizard li:after {
    position: absolute;
    display: block;
    border: 26px solid transparent;
    border-left: 16px solid #9adef8;
    border-right: 0;
    top: -1px;
    z-index: 10;
    content: "";
    right: -15px;
  }
  .hide_on_desktop {
    display: block;
  }

  .booking-summary-mobile {
    display: none;
    position: absolute;
    width: 100%;
    top: 0;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    left: 0;
    z-index: 10;
  }

  .booking-summary {
    border-radius: 0px;
    width: 35%;
    position: absolute;
    right: 25px;
    top: 0;
  }

  ul.repair-holder {
    columns: 2;
    -webkit-columns: 2;
    -moz-columns: 2;
  }

  .marketing-img {
    float: none;
  }
  .mtop28 {
    margin-top: 0;
  }

  .modal-dialog-collect {
    width: 95%;
    max-width: none;
    margin: 0 auto;
  }

  /* MB One Web Footer Start */
  .submit-btn-mob,
  .up_link_mob {
    display: none;
  }

  .email_address {
    margin-bottom: 35px;
  }
  /* MB One Web Footer End */
}

/* Small Desktop */
@media (min-width: 993px) and (max-width: 1199px) {
  .hide_on_desktop {
    display: none;
  }
  .shoppingcart {
    display: none;
  }
  .container {
    padding-bottom: 20px;
  }
  .tick-options {
    padding-right: 0 !important;
    width: 49% !important;
    margin-top: 3px !important;
    margin-bottom: 10px !important;
  }
  a.service-options {
    width: 100%;
    margin-bottom: 20px;
  }
  .icon {
    float: left;
    width: 100%;
  }
  .service-intro {
    float: left;
    text-align: center;
    width: 100%;
  }
  .price {
    float: right;
    width: 100%;
    text-align: center;
  }
  h3 {
    font-size: 22px !important;
  }
  .booking-summary p {
    font-size: 14px;
  }
  ul.nav-wizard li {
    font-size: 14px !important;
  }
  .retailer-form p {
    font-size: 15px;
  }
  .service-options {
    margin-right: 13px;
  }
  .hours-holder {
    width: 100%;
  }

  .booking-summary-mobile {
    display: none;
    position: absolute;
    width: 100%;
    top: 0;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    left: 0;
    z-index: 10;
  }

  .booking-summary {
    border-radius: 0px;
    width: 30%;
    position: absolute;
    right: 25px;
    top: 0;
  }

  .modal-dialog-collect {
    width: 85%;
    max-width: none;
    margin: 0 auto;
  }

  /* MB One Web Footer Start */
  .submit-btn-mob,
  .up_link_mob {
    display: none;
  }
  /* MB One Web Footer End */
}

/* Desktop */
@media (min-width: 1200px) and (max-width: 2000px) {
  .hide_on_desktop {
    display: none;
  }
  .container {
    padding-bottom: 20px;
  }
  .loading-spinner.retailer {
    right: 20%;
  }
  .hours-holder {
    width: 80%;
  }

  /* MB One Web Footer Start */
  .submit-btn-mob,
  .up_link_mob {
    display: none;
  }
  /* MB One Web Footer End */
}

/* Random Tidy up Media Queries */
@media (min-width: 993px) and (max-width: 1330px) {
  .loading-spinner.retailer {
    right: 15%;
  }
}
