@media screen and (max-width: 1280px) {
  .service-box {
    height: 230px;
  }

  .box-img {
    display: none;
  }

  .box-txt {
    padding: 35px 12px 25px 15px;
  }

  .contact-form h5 {
    font-size: 25px;
  }

  .vehicle-form h5 {
    font-size: 25px;
  }

  .btn-4 {
    font-size: 16px;
  }
  .btn-5 {
    font-size: 16px;
  }
}

@media screen and (max-width: 1024px) {
  .box-txt h4 {
    font-size: 16px;
  }
  .service-con p {
    font-size: 14px;
  }

  .box-txt p {
    font-size: 14px;
  }

  .btn-4 {
    font-size: 14px;
  }
  .btn-5 {
    font-size: 14px;
  }

  .form-con select {
    font-size: 14px;
  }
  .form-parent select {
    font-size: 14px;
  }
  .form-parent input {
    font-size: 14px;
  }
}

@media screen and (max-width: 912px) {
  .contact-form {
    padding-top: 0px;
  }
  .contact-form h5 {
    text-align: center;
  }

  .vehicle-form h5 {
    text-align: center;
  }
  .service-box {
    margin-bottom: 30px;
    height: 190px;
  }
}

@media screen and (max-width: 820px) {
}

@media screen and (max-width: 800px) {
}

@media screen and (max-width: 786px) {
}

@media screen and (max-width: 712px) {
  .service-box {
    height: auto;
  }
  .box-txt {
    padding: 35px 21px 25px 21px;
  }
  .contact-form {
    padding-top: 0;
  }
}

@media screen and (max-width: 600px) {
  .booking-banner {
    height: 400px;
  }
  .contact-form h5 {
    font-size: 23px;
  }
  .vehicle-form h5 {
    font-size: 23px;
  }
}

@media screen and (max-width: 540px) {
}

@media screen and (max-width: 430px) {
  .booking-banner {
    height: 300px;
  }
  .product-btn {
    width: 165px;
    padding: 12px 12px;
  }
  .contact-form h5 {
    font-size: 22px;
  }
  .vehicle-form h5 {
    font-size: 21px;
  }

  .form-con form {
    padding: 24px 20px;
  }
  .form-parent {
    padding: 24px 20px;
  }
}

@media screen and (max-width: 414px) {
}

@media screen and (max-width: 412px) {
}

@media screen and (max-width: 393px) {
}

@media screen and (max-width: 375px) {
}

@media screen and (max-width: 360px) {
}
