.booking-banner {
  position: relative;
  z-index: 10;
  background-image: url(../image/book.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  width: 100%;
  height: 500px;
}

.service {
  margin: 100px 0;
  text-align: center;
}

.service-con {
  margin-top: 77px;
}

.service-con p {
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0.5px;
  line-height: 22px;
  color: #444444;
  margin-bottom: 0;
}

.service-parent {
  margin-top: 77px;
}

.service-box {
  width: 100%;
  background-color: #ffffff;
  border-radius: 25px;
  box-shadow: 4px 4px 4px 0 rgba(0, 0, 0, 0.25);
  position: relative;
  height: 200px;
  transition: transform 0.5s ease-in, box-shadow 0.5s ease-in;
}

.service-box:hover {
  box-shadow: 0 10px 10px rgba(0, 0, 0, 0.25);
  transform: translateY(-10px);
}

.box-img {
  width: 30%;
  position: absolute;
  left: -3%;
}

.box-img img {
  width: 100%;
}

.box-txt {
  padding: 15px 12px 2px 69px;
}

.box-txt h4 {
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.5px;
  color: #000000;
}

.box-txt p {
  margin-top: 15px;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0.5px;
  line-height: 22px;
  color: #444444;
}

.contact-form {
  background-image: url(../image/service.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  width: 100%;
  padding-top: 77px;
  text-align: left;
  margin-bottom: 100px;
}

.blink_text {
  font-size: 28px;
  font-weight: 600;
  color: #333333;
  margin-bottom: 0;
  animation-name: blinker;
 animation-duration: 1s;
 animation-timing-function: linear;
 animation-iteration-count: infinite;
}

@keyframes blinker {  
  0% { opacity: 1.0; }
  50% { opacity: 0.0; }
  100% { opacity: 1.0; }
 }

.form-con {
  margin-top: 47px;
  border: 1px solid #000000;
  border-radius: 15px;
}

.form-con form {
  padding: 24px 28px;
}

.form-con label {
  display: block;
  font-size: 14px;
  font-weight: 600;
  color: #444444;
  margin-bottom: 6px;
}

.form-con input {
  width: 100%;
  border-radius: 5px;
  background-color: #ffffff;
  border: 1px solid #000000;
  padding: 13px 12px;
  font-size: 16px;
  font-weight: 500;
  color: #000000;
  margin-bottom: 30px;
}

.form-con input:focus {
  outline: none;
}

.form-con select {
  width: 100%;
  border-radius: 5px;
  background-color: #ffffff;
  border: 1px solid #000000;
  padding: 13px 12px;
  font-size: 16px;
  font-weight: 500;
  color: #000000;
  margin-bottom: 30px;
}

.form-con select:focus {
  outline: none;
}

.btn-4 {
  width: 100%;
  padding: 15px 20px;
  background-color: var(--primary-color);
  border: none;
  font-size: 18px;
  font-weight: 600;
  border-radius: 5px;
  color: #ffffff;
  cursor: pointer;
}

.vehicle-form h5 {
  font-size: 28px;
  font-weight: 600;
  color: var(--primary-color);
  margin-bottom: 0;
}

.form-parent {
  margin-top: 47px;
  border: 1px dashed #000000;
  padding: 24px 28px;
}
.form-parent label {
  display: block;
  font-size: 14px;
  font-weight: 600;
  color: #444444;
  margin-bottom: 6px;
}

.form-parent input {
  width: 100%;
  border-radius: 5px;
  background-color: #ffffff;
  border: 1px solid #000000;
  padding: 13px 12px;
  font-size: 16px;
  font-weight: 500;
  color: #000000;
  margin-bottom: 30px;
}
.form-parent input:focus {
  outline: none;
}

.form-parent select {
  width: 100%;
  border-radius: 5px;
  background-color: #ffffff;
  border: 1px solid #000000;
  padding: 13px 12px;
  font-size: 16px;
  font-weight: 500;
  color: #555353;
  margin-bottom: 30px;
}

.form-parent select:focus {
  outline: none;
}

.form-parent textarea {
  width: 100%;
  border-radius: 5px;
  background-color: #ffffff;
  border: 1px solid #000000;
  padding: 13px 12px;
  font-size: 16px;
  font-weight: 500;
  color: #555353;
  margin-bottom: 30px;
}

.form-parent textarea:focus {
  outline: none;
}

.btn-5 {
  width: 100%;
  padding: 15px 20px;
  background-color: var(--primary-color);
  border: none;
  font-size: 18px;
  font-weight: 600;
  border-radius: 5px;
  color: #ffffff;
  cursor: pointer;
}
