.book-form-content .vc_column_container > .vc_column-inner {
  box-sizing: border-box;
  padding-left: 0 !important;
  padding-right: 0 !important;
  width: 100%;
}

.skip-hire {
  margin-top: 48px;
  margin-bottom: 48px;
}
.form-control {
  border: 2px solid #eee !important;
}

.skip-hire__stage {
  margin-bottom: 48px;
  opacity: 0.25;
  pointer-events: none;
  background: #ffffff;
  padding: 25px 25px 5px;
  box-shadow: 0 2px 3.55px 1.45px rgba(62, 62, 62, 0.1);
}

.skip-hire__stage--active {
  opacity: 1;
  pointer-events: auto;
}

.skip-hire__stage-title {
  font-size: 24px;
  color: #1f1f1f;
  font-weight: 700;
  display: block;
  line-height: 1.3;
  margin-bottom: 12px;
  font-family: "Poppins", sans-serif;
}

.skip-hire__stage-instruction {
  color: #787878 !important;
  font-size: 18px;
  margin-bottom: 24px;
}
.btn-group .btn-color {
  border-radius: 25px;
}

.btn-group {
  display: flex !important;
  width: 100%;
  padding-bottom: 25px;
}

.btn-group .btn {
  flex-grow: 1;
}

.input-group {
  display: flex !important;
}

.input-group .btn {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  margin-right: 24px;
}

.btn-color.active {
  background-color: #34df34;
}

.btn-color.active.focus {
  outline: 0;
  color: white;
}

[data-step="7"] {
  color: black;
}

.skip-hire__skips {
  margin-top: 48px;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
}

.skip-hire__extras-container {
  color: black;
}

.skip-hire__skips li {
  width: 33.333%;
  margin-bottom: 48px;
  position: relative;
}

.skip-hire__skips li div {
  border: solid 1px #fff;
}

.skip-hire__skips li.selected div {
  border: solid 1px #ccc;
}

.skip-hire__skips div {
  padding: 12px;
}
.skip-hire__skips li div:hover {
  border: solid 1px #ccc;
  cursor: pointer;
}

.skip-hire__skips div .skip-hire__skip-name {
  font-weight: 600;
  display: block;
  font-size: 1.2em;
  margin-top: 12px;
  text-align: center;
  color: #1f1f1f;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.skip-hire__skips div .skip-hire__skip-price {
  font-weight: 600;
  display: block;
  font-size: 1em;
  margin-top: 11px;
  text-align: center;
  color: #787878;
}

.skip-hire__stage--active .skip-hire__error,
.skip-hire__stage--active .skip-hire__warning {
  display: block;
}

.skip-hire__error {
  color: red !important;
  font-weight: 600;
  font-size: 1.2em;
  display: none;
}

.skip-hire__warning {
  color: #f39c12 !important;
  font-weight: 600;
  font-size: 1.2em;
  display: none;
}

.required {
  color: red;
  font-weight: bold;
  display: inline-block;
  padding-left: 3px;
}

.skip-hire__skip--disabled {
  display: none;
  pointer-events: none;
}

.skip-hire__stage.pb-25 {
  padding-bottom: 25px;
}
.btn-dark:hover,
.btn-dark-out:hover,
.btn-color:hover,
.btn-color-out:hover,
.btn-custom:hover {
  -webkit-transform: translateY(0) !important;
  transform: translateY(0) !important;
}
.btn-color.mw {
  min-width: 193px;
}
.btn-style-form2.mw {
  min-width: 193px;
}

@media only screen and (max-width: 599px) {
  .input-group .btn {
    margin-right: 81px;
  }
}

.plus-minus .btn.ls {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}

.plus-minus .btn.rs {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}

@media only screen and (max-width: 650px) {
  .skip-hire__skips li {
    width: 50%;
  }
}

.skip-hire__main-wrapper {
  width: 750px;
  margin: 0 auto;
}

@media only screen and (max-width: 750px) {
  .skip-hire__main-wrapper {
    width: 100%;
  }
}

.form-control[readonly] {
  pointer-events: none !important;
  -webkit-touch-callout: none !important; /* iOS Safari */
  -webkit-user-select: none !important; /* Safari */
  -khtml-user-select: none !important; /* Konqueror HTML */
  -moz-user-select: none !important; /* Old versions of Firefox */
  -ms-user-select: none !important; /* Internet Explorer/Edge */
  user-select: none !important; /* Non-prefixed version, currently
                                supported by Chrome, Edge, Opera and Firefox */
  color: rgba(0, 0, 0, 0.25) !important;
  background-color: white !important;
}
