/* Mixins */
/* Border Radius */
/* @include transition(all,2s,ease-out); */
/* Fonts */
@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,400;0,500;0,700;1,400;1,500&display=swap");
html {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 16px;
  background-color: rgba(0, 0, 0, 0.1);
}

h1 {
  font-size: 32px;
  line-height: 38px;
  font-weight: 500;
}
h1.thin {
  font-weight: 400;
}

h2 {
  font-size: 30px;
  line-height: 36px;
  font-weight: 500;
}
h2.thin {
  font-weight: 400;
}

h3 {
  font-size: 28px;
  line-height: 34px;
  font-weight: 500;
}
h3.thin {
  font-weight: 400;
}

h4 {
  font-size: 26px;
  line-height: 32px;
  font-weight: 500;
}
h4.thin {
  font-weight: 400;
}

h5 {
  font-size: 24px;
  line-height: 30px;
  font-weight: 500;
}
h5.thin {
  font-weight: 400;
}

.section.sm {
  padding: 2.857rem 0;
}

.section.md {
  padding: 3.75rem 0;
}

.section.lg {
  padding: 3.75rem 0;
}

.no-mgn {
	margin-right: 0px;
    margin-left: 0px;
}

@media (min-width: 768px) {
  .section.lg {
    padding: 5.714rem 0;
  }
}

.section.xxxl {
  padding: 2.75rem 0;
}
@media (min-width: 992px) {
  .section.xxxl {
    padding: 10rem 0;
  }
}

.white_bg {
  background-color: #fff;
}

.light_grey_bg {
  background-color: #efefef;
}

.thankyou {
  background: url("/appointments/img/bg.jpg") center center no-repeat;
  background-size: cover;
}

/* Containers */
.container.sm {
  max-width: 1024px;
}

.container.md {
  max-width: 1240px;
}

.container.lg {
  max-width: 1400px;
}

.container.xl {
  max-width: 1540px;
}

/* Utilities */
.text-center {
  text-align: center;
}

.text-uppercase {
  text-transform: uppercase;
}

.border-right {
  border-right: 1px solid rgba(0, 0, 0, 0.2);
}

.h-100 {
  height: 100%;
}

.m-0 {
  margin: 0;
}

.pointer {
  cursor: pointer;
}

.main_color {
  color: #fc3;
}

hr {
  background-color: #fc3;
  border: 0;
  height: 4px;
  margin: 1.5em 0;
}

.widget {
  border: 2px solid rgba(0, 0, 0, 0.15);
  border-radius: 8px;
  background-clip: padding-box;
  /* stops bg color from leaking outside the border: */
  box-shadow: 1px 1px 8px 1px rgba(0, 0, 0, 0.1);
  padding: 15px;
  margin-bottom: 50px;
}
@media (min-width: 450px) {
  .widget {
    padding: 30px;
  }
}

/* Headings */
h4 {
  color: #fc3;
}
h4 span {
  display: inline-block;
  width: 50px;
  height: 50px;
  border: 2px solid #fc3;
  border-radius: 100px;
  background-clip: padding-box;
  /* stops bg color from leaking outside the border: */
}
@media (min-width: 450px) {
  h4 span {
    width: 80px;
    height: 80px;
  }
}
h4 span i.step-icon {
  display: inline-block;
  border: 2px solid white;
  background-color: #fc3;
  border-radius: 100px;
  background-clip: padding-box;
  /* stops bg color from leaking outside the border: */
  color: white;
  font-size: 30px;
  line-height: 50px;
  font-weight: 700;
  width: 50px;
  height: 50px;
  text-align: center;
  vertical-align: middle;
}
@media (min-width: 450px) {
  h4 span i.step-icon {
    font-size: 50px;
    line-height: 80px;
    width: 80px;
    height: 80px;
  }
}
@media (max-width: 550px) {
  h4 {
    font-size: 20px;
    line-height: 30px;
  }
}

.step {
  margin-top: 30px;
  margin-bottom: 30px;
}

.dealer-hours .hours {
  border-top: 4px solid #fc3;
  padding: 15px 15px;
}
.dealer-hours .sub-title {
    font-size: 25px;
    margin-bottom: 15px;
}
.dealer-hours table {
    width: 100%;
}
@media (max-width: 768px) {
  .dealer-hours .hours {
    margin-bottom: 30px;
  }
}

.radio-list table {
  width: 100%;
}
.radio-list table tbody {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
}
.radio-list table tbody tr {
  flex: 1 1 auto;
}
.radio-list table tbody tr td {
  display: block;
  position: relative;
  border: none;
  width: 100%;
  padding: 0;
}
.radio-list table tbody tr td input[type="radio"] {
  width: 32px;
  height: 32px;
  order: 1;
  z-index: 2;
  position: absolute;
  right: 30px;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
  visibility: hidden;
}
.radio-list table tbody tr td label {
  margin: 0;
  font-weight: 500;
  font-size: 18px;
  line-height: 18px;
  padding: 30px 30px 30px 70px;
  width: 100%;
  display: block;
  text-align: left;
  color: #3c454c;
  cursor: pointer;
  position: relative;
  z-index: 2;
  transition: color 200ms ease-in;
  overflow: hidden;
  transition: all 0.3s ease-in-out;
  border-radius: 8px;
  background-clip: padding-box;
  /* stops bg color from leaking outside the border: */
}
@media (min-width: 450px) {
  .radio-list table tbody tr td label {
    font-size: 22px;
    line-height: 22px;
    padding: 30px 30px 30px 105px;
  }
}
.radio-list table tbody tr td label:before {
  z-index: -1;
}
.radio-list table tbody tr td label:after {
  width: 32px;
  height: 32px;
  content: "";
  border: 2px solid #d1d7dc;
  background-color: #fff;
  background-image: url("data:image/svg+xml,%3Csvg width='32' height='32' viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5.414 11L4 12.414l5.414 5.414L20.828 6.414 19.414 5l-10 10z' fill='%23fff' fill-rule='nonzero'/%3E%3C/svg%3E ");
  background-repeat: no-repeat;
  background-position: 2px 3px;
  border-radius: 50%;
  z-index: 2;
  position: absolute;
  right: 30px;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
  transition: all 200ms ease-in;
}
.radio-list table tbody tr td label:hover {
  background-color: rgba(0, 0, 0, 0.15);
}
.radio-list table tbody tr td label:first-child {
  border-right: 1px solid rgba(0, 0, 0, 0.1);
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
  background-clip: padding-box;
}
.radio-list table tbody tr td label:last-child {
  border-left: 1px solid rgba(0, 0, 0, 0.1);
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  background-clip: padding-box;
}
.radio-list table tbody tr td input:checked ~ label {
  background-color: #fc3;
}
.radio-list table tbody tr td input:checked ~ label:after {
  background-color: #2b2b2b;
  border-color: #2b2b2b;
}
.radio-list table tbody tr td::before {
  display: inline-block;
  background-size: contain;
  width: 40px;
  height: 40px;
  position: absolute;
  top: calc(50% - 20px);
  left: 20px;
  content: "";
  z-index: 3;
}
@media (min-width: 450px) {
  .radio-list table tbody tr td::before {
    width: 60px;
    height: 60px;
    top: calc(50% - 30px);
    left: 30px;
  }
}

.radio-list.type table tbody tr {
  flex: 1 1 100%;
}
@media (min-width: 700px) {
  .radio-list.type table tbody tr {
    flex: 1 1 50%;
  }
}
.radio-list.type table tbody tr:first-child td::before {
  background-image: url(/appointments/img/user.png);
}
.radio-list.type table tbody tr:last-child td::before {
  background-image: url(/appointments/img/virtual.png);
}

@media (max-width: 768px) {
  .radio-list.time {
    margin-bottom: 60px;
  }
}

.radio-list.time table tbody tr {
  flex: 1 1 100%;
}
.radio-list.time table tbody tr:nth-child(1) td::before {
  background-image: url(/appointments/img/morning.png);
}
.radio-list.time table tbody tr:nth-child(2) td::before {
  background-image: url(/appointments/img/afternoon.png);
}
.radio-list.time table tbody tr:nth-child(3) td::before {
  background-image: url(/appointments/img/evening.png);
}

select,
input[type="text"],
textarea {
  border-radius: 8px;
  background-clip: padding-box;
  /* stops bg color from leaking outside the border: */
  border: 2px solid rgba(0, 0, 0, 0.2);
  background-color: rgba(0, 0, 0, 0.1);
  font-size: 18px;
  line-height: 18px;
  padding: 30px;
  width: 100%;
  height: auto;
  margin-bottom: 20px;
  cursor: pointer;
}
select#Dealership_Dealership {
    background-color: rgba(0, 0, 0, 0.1)!important;
}
@media (min-width: 450px) {
  select,
  input[type="text"],
  textarea {
    font-size: 22px;
    line-height: 22px;
  }
}

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-image: linear-gradient(45deg, transparent 50%, gray 50%),
    linear-gradient(135deg, gray 50%, transparent 50%),
    linear-gradient(to right, #ccc, #ccc);
  background-position: calc(100% - 25px) calc(1.5em + 2px),
    calc(100% - 20px) calc(1.5em + 2px), calc(100% - 2.5em) 0.5em;
  background-size: 5px 5px, 5px 5px, 2px 2.6em;
  background-repeat: no-repeat;
}
select:focus {
  background-image: linear-gradient(45deg, #2b2b2b 50%, transparent 50%),
    linear-gradient(135deg, transparent 50%, #2b2b2b 50%),
    linear-gradient(to right, #ccc, #ccc);
  background-position: calc(100% - 20px) 1.5em, calc(100% - 25px) 1.5em,
    calc(100% - 2.5em) 0.5em;
  background-size: 5px 5px, 5px 5px, 2px 2.6em;
  background-repeat: no-repeat;
  border-color: #2b2b2b;
  outline: 0;
}
select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #000;
}

.checkbox-wrap {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: space-evenly;
}
.checkbox-wrap .checkbox {
  flex: 1 1 50%;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: flex-start;
  margin-bottom: 20px;
}
@media (min-width: 450px) {
  .checkbox-wrap .checkbox {
    flex: 0 1 auto;
    margin-bottom: 0;
    justify-content: center;
  }
}
.checkbox-wrap .checkbox span {
  display: inline-block;
  height: 25px;
}
.checkbox-wrap .checkbox span input[type="checkbox"] {
  box-sizing: border-box;
  padding: 0;
  width: 25px;
  height: 25px;
}
.checkbox-wrap .checkbox label {
  display: inline-block;
  margin-bottom: 0;
  font-size: 16px;
  line-height: 25px;
  padding-left: 10px;
}

.submit-button {
  border-radius: 8px;
  background-clip: padding-box;
  /* stops bg color from leaking outside the border: */
  border: 2px solid #fff;
  background-color: #fc3;
  font-size: 22px;
  line-height: 22px;
  font-weight: 500;
  text-transform: uppercase;
  padding: 30px;
  margin: 0 auto;
  margin-top: 50px;
  cursor: pointer;
  width: inherit!important;
  height: auto;
    color: #fff
}

.qs-datepicker-container {
  position: relative !important;
  top: 0 !important;
  left: 0 !important;
  right: 0 !important;
  width: 100% !important;
  border: 2px solid rgba(0, 0, 0, 0.2) !important;
  z-index: 0 !important;
  box-shadow: none !important;
}
.qs-datepicker-container .qs-controls {
  background-color: #fc3;
  color: #2b2b2b;
}
.qs-datepicker-container .qs-controls .qs-active {
  background-color: #fc3 !important;
  color: #2b2b2b !important;
}
