.sv03-bookingform .form-group {
  margin-bottom: 18px;
}
.sv03-bookingform .form-label {
  font-size: 14px;
  color: #0c0c0c;
  display: block;
  margin-bottom: 10px;
  line-height: 1;
}
.sv03-bookingform .form-control {
  height: 42px;
  border: 0;
  background: #fff;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.05);
  padding: 8px 12px;
  font-size: 14px;
  color: #000;
  border-radius: 5px;
}
.sv03-bookingform .selectbox {
  position: relative;
}
.sv03-bookingform .selectbox::after {
  content: "";
  position: absolute;
  right: 16px;
  top: 0;
  bottom: 6px;
  width: 11px;
  height: 11px;
  border: 1px solid #000;
  margin: auto 0;
  rotate: 45deg;
  border-top: 0;
  border-left: 0;
  pointer-events: none;
}
.service03-count {
  display: flex;
  align-items: center;
  height: 42px;
  border: 0;
  background: #fff;
  padding: 6px 13px;
  border-radius: 5px;
}
.service03-count .button-count {
  width: 17px;
  height: 17px;
  border: 0;
  padding: 0;
  display: flex;
  align-items: center;
}
.service03-count .button-count svg {
  display: block;
  max-width: 100%;
  max-height: 100%;
}
.service03-count .number-product {
  border: 0;
  background: #fff;
  height: 100%;
  width: 50%;
  margin: 0 auto;
  text-align: center;
  padding: 0;
}
.term-checkbox input {
  display: none;
}
.term-checkbox span {
  padding-left: 30px;
  font-size: 14px;
  color: #000;
  display: inline-block;
  position: relative;
}
.term-checkbox span::before {
  content: "";
  width: 18px;
  height: 18px;
  border: 1px solid #d8d8d8;
  background: #fff;
  border-radius: 3px;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
}
.term-checkbox span::after {
  content: "";
  position: absolute;
  left: 4px;
  top: 5px;
  width: 11px;
  height: 6px;
  border: 2px solid #000;
  border-top: 0;
  border-right: 0;
  rotate: -45deg;
  transition: 0.5s all;
  opacity: 0;
}
.term-checkbox input:checked ~ span::after {
  opacity: 1;
}
.sv03-submitbtn {
  width: 154px;
  height: 42px;
  background: #efff02;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  color: #252525;
  font-weight: 600;
  text-transform: uppercase;
  transition: 0.5s all;
}
.sv03-submitbtn svg {
  margin-left: 10px;
}
.sv03-submitbtn:hover {
  background: #000;
  color: #fff;
}
.sv03-submitbtn:hover svg path {
  fill: #fff;
}
