#myBtnup {
  display: none;
  position: fixed;
  bottom: 80px;
  right: 20px;
  z-index: 99;
  font-size: 18px;
  border: none;
  outline: none;
  background-color: transparent;
  color: #00000075;
  cursor: pointer;
  padding: 15px;
  border-radius: 4px;
}

#myBtnup:hover {
  color: rgb(0, 0, 0);
  background-color: transparent;
}

.bg {
  /* margin-top: -2rem; */
  width: 100%;
  text-align: center;
}

.cover {
  width: 100%;
  height: auto;
}

.title h1 {
  position: absolute;
  font-size: 110px;
  line-height: 120px;
  letter-spacing: 0px;
  font-weight: 700;
  color: #ffffff;
  text-align: center;
  margin: 10% 0;
  width: 100%;
}

@media (max-width: 768px) {
  .title h1 {
    font-size: 2rem;
    margin: 4% 0;
    text-align: center;
  }
}

/* .input-group-drive {
  position: relative;
}

.input {
  width: 100%;
  border: solid 1.5px #9e9e9e;
  border-radius: 1rem;
  background: none;
  padding: 1rem;
  font-size: 1rem;
  color: #000000;
  transition: border 150ms cubic-bezier(0.4, 0, 0.2, 1);
}

.user-label {
  font-size: 20px;
  position: absolute;
  left: 15px;
  color: #302d2d95;
  pointer-events: none;
  transform: translateY(1rem);
  transition: 150ms cubic-bezier(0.4, 0, 0.2, 1);
}

.input:focus,
input:valid {
  outline: none;
  border: 1.5px solid #1a73e8;
}

.input:focus ~ label,
input:valid ~ label {
  transform: translateY(-50%) scale(0.8);
  background-color: #ffffff;
  padding: 0 0.2em;
  color: #2196f3;
} */

.spacing {
  width: 100% !important;
  margin: 0 10px 0 0 !important;
}

.carImage {
  width: 50%;
  height: auto;
  margin: auto;
  display: none;
}

.g-recaptcha {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 5px;
  background: #000000;
  box-shadow: 0px 6px 24px 0px rgba(0, 0, 0, 0.2);
  overflow: hidden;
  cursor: pointer;
  border: none;
}

.g-recaptcha:after {
  content: " ";
  width: 0%;
  height: 100%;
  background: rgba(252, 252, 252, 0.57);
  position: absolute;
  transition: all 0.4s ease-in-out;
  right: 0;
}

.g-recaptcha:hover::after {
  right: auto;
  left: 0;
  width: 100%;
}

.g-recaptcha,
.inq {
  text-align: center;
  text-decoration: none;
  width: auto;
  padding: 10px 10px;
  color: #fff;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 0.3em;
  z-index: 20;
  transition: all 0.3s ease-in-out;
}

.g-recaptcha:hover .inq {
  color: #ffffff;
  animation: scaleUp 0.3s ease-in-out;
}

.red {
  color: red;
}

#my-form-status {
  color: #00ff00;
}

.modal-term {
  display: none;
  position: fixed;
  z-index: 200;
  padding-top: 100px;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgb(0, 0, 0);
  background-color: rgba(0, 0, 0, 0.4);
}

/* .modal-content-term {
  background-color: #fefefe;
  margin: auto;
  padding: 20px;
  border: 1px solid #888;
  width: 80%;
} */

.modal-content-term {
  background-color: #fefefe;
  margin: auto;
  padding: 3rem 3rem;
  border: 1px solid #888;
  width: 60%;
  max-height: 650px;
  overflow: auto;
  border-radius: 20px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.close {
  color: #aaaaaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}

.black {
  color: #000000;
  font-weight: 700;
  font-size: 30px !important;
}

.form__group {
  position: relative;
  padding: 20px 0 0;
  width: 100%;
  border: none;
  /* max-width: 180px; */
}

.form__field {
  font-family: inherit;
  width: 100%;
  border: none;
  border-bottom: 2px solid #9b9b9b;
  outline: 0;
  font-size: 17px;
  color: #000000;
  padding: 7px 0;
  background: transparent;
  transition: border-color 0.2s;
}

.form__field::placeholder {
  color: transparent;
}

.textarea::placeholder {
  color: #9b9b9b;
}

.form__field:placeholder-shown ~ .form__label {
  font-size: 17px;
  cursor: text;
  top: 20px;
}

.form__label {
  position: absolute;
  top: 0;
  display: block;
  transition: 0.2s;
  font-size: 17px;
  color: #9b9b9b;
  pointer-events: none;
}

.form__field:focus {
  padding-bottom: 6px;
  font-weight: 700;
  border-width: 3px;
  border-image: linear-gradient(to right, #000000, #000000);
  border-image-slice: 1;
}

.form__field:focus ~ .form__label {
  position: absolute;
  top: 0;
  display: block;
  transition: 0.2s;
  font-size: 17px;
  color: #000000;
  font-weight: 700;
}

/* reset input */

/* .form__field:required,
.form__field:invalid {
  box-shadow: none;
}

.form__field:required:invalid {
  border-color: rgba(255, 0, 0, 0.393);
} */

.selected {
  padding: 16.5px 0;
}

.checkbox-container {
  display: inline-block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 16px;
  user-select: none;
}

.custom-checkbox {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

.checkmark {
  position: absolute;
  /* top: 0; */
  left: 0;
  height: 25px;
  width: 25px;
  background-color: #eee;
  border-radius: 4px;
  transition: background-color 0.3s;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}

.checkmark:after {
  content: "";
  position: absolute;
  display: none;
  left: 9px;
  top: 5px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  transform: rotate(45deg);
}

.custom-checkbox:checked ~ .checkmark {
  background-color: #2196f3;
  box-shadow: 0 3px 7px rgba(33, 150, 243, 0.3);
}

.custom-checkbox:checked ~ .checkmark:after {
  display: block;
}

@keyframes checkAnim {
  0% {
    height: 0;
  }
  100% {
    height: 10px;
  }
}

.custom-checkbox:checked ~ .checkmark:after {
  animation: checkAnim 0.2s forwards;
}

.TNC {
  border: none;
  color: blue;
  background-color: transparent;
}

@media (max-width: 768px) {
  .spacing {
    margin: 10px 0 !important;
  }
  .modal-content-term {
    padding: 20px;
    width: 90% !important;
  }
  .Schedule {
    margin: 0 0 2rem 0 !important;
  }
  .terms-cond {
    font-size: 16px !important;
  }
}

/* Responsive */

/* @media (max-width: 768px) {
  .spacing {
    margin: 10px 0 !important;
  }
  .user-label {
    font-size: 15px;
  }
} */
