/* ------------------------START BG CSS------------------ */

.bg {
  margin-top: 5rem;
  height: 30vw !important;
  background-image: url(../images/insurance-cover.png);
  width: 100%;
  text-align: center;
  transition: transform 0.5s ease;
  height: auto;
  object-fit: cover;
  background-size: cover;
  background-position: center;
}

.cover {
  width: 100%;
  height: auto;
}

.title h1 {
  padding-top: 30px;
  position: relative;
  font-size: 6.5rem;
  color: #fff;
  font-weight: 700;
  top: 100px;
}

.black {
  color: #000000;
}
.client {
  color: #000000;
  font-family: HyundaiSansHeadOfficeMedium !important;
  font-size: 23px;
}
.mrms {
  color: #4d4d4d;
  font-family: HyundaiSansRegular !important;
  margin: 10px 5px 20px;
  font-size: 16px;
}

select,
option {
  font-family: HyundaiSansRegular !important;
}


@media (max-width: 1186px) {
  .title h1 {
    font-size: 3rem !important;
  }
}

@media (max-width: 600px) {
  .title h1 {
    font-size: 2rem !important;
    top: 80px;
  }
}

@media (max-width: 500px) {
  .title h1 {
    font-size: 1.5rem !important;
    top: 50px;
  }
}
@media (max-width: 768px) {
  .bg {
    height: 40vw !important;
  }
  .title h1 {
    font-size: 30px;
  }
  .black {
    font-size: 25px;
  }
  .client {
    font-size: 20px;
  }
}

/* ----------------------------------END BG CSS------------------ */

#myBtnup {
  display: none;
  position: fixed;
  bottom: 80px;
  right: 20px;
  z-index: 99;
  font-size: 18px;
  border: none;
  outline: none;
  background-color: rgba(0, 170, 210, 1);
  color: white;
  cursor: pointer;
  padding: 15px;
  border-radius: 4px;
}

#myBtnup:hover {
  color: rgba(0, 170, 210, 1);
  background-color: rgba(255, 255, 255, 0.1);
}

.cover {
  width: 100%;
  height: auto;
  width: 100%;
  height: auto;
}


.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 ~ .user-label,
input:valid ~ .user-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: #183153;
  font-family: HyundaiSansHeadOfficeMedium !important;
  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(0, 170, 210, 1);
  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;
}

.modals {
  display: none;
  position: fixed;
  text-align: center;
  z-index: 10000;
  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-contentss {
  background-color: #fefefe;
  margin: 15% auto;
  padding: 20px;
  border: 1px solid #888;
  width: 40%;
}

.close {
  color: #aaa;
  float: right !important;
  font-size: 28px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: black;
  text-decoration: none;
  cursor: pointer;
}
.check {
  color: green;
  margin-left: 1rem;
}

.Schedule {
  margin: 0 5rem 3rem 5rem !important;
  text-align: center;
}

/* Responsive */

@media (max-width: 768px) {
  .spacing {
    margin: 10px 0 !important;
  }
  .user-label {
    font-size: 15px;
  }
  .modal-contentss {
    width: 100%;
  }
  .Schedule {
    margin: 0 0 2rem 0 !important;
  }
   .bg {
    margin-top: 7rem;
  }
}
